/*NEW FONT*/

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@200;400;600;800;900&display=swap');


/*Categori Push*/
h2.homepage-section-title.small-title, .carousel-title, .homepage-section-title {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 800 !important;
}
.push-section .push-tile-button
{
background: #dcf4dd;
transition: all 0.3s;

}
.push-section .push-tile-button:hover {
    background: #109d48;
}
.push-section .push-tile-button:hover .btn-outline-white
{
color: #fff !important;
}
.push-section .push-tile-button .btn-outline-white:not(.disabled):not(:disabled) {
    background-color: transparent;
    color: #479d49;
    border: none;
    text-decoration: underline;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 600 !important;
    font-size: 1.4rem;
    line-height: 25px;

}
.category-marker
{
    display: none;
}
img.header-logo-img {
    max-width: 100px !important;
}
.slick-slider img {
    border-bottom: 1px solid #e7e4e4;
}
/*Ficha uso de medicamentos*/
.boxFicha>div h5
{
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 700;
    color: #7bbc57;
}
.boxFicha>div ul li {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #636363;
}
.importantInfo {
    background: #0f9d48;
}

.importantInfo h5, .importantInfo p {
    color: #ffffff !important;
}
.contactInfo strong {
    color: #747474;
    font-size: 19px;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 9px;
}
.contactInfo div {
    color: #089e48;
}




/*RESPONSIVE*/


@media (min-width: 991px)
{

.homepage-section-title.small-title {
    font-size: 1.6rem;
}

}



@media screen and (max-width: 991px) {
    img.header-logo-img {
        max-width: 88px !important;
    }
    /*Ribbons mobile*/

    .product-badges, .search-results.list-view .product-badges {
        display: block !important;
        max-width: 42px;
    }
    .pdp-link {
        width: 190px;
    }

}

@media (min-width: 991px)
{
#maincontent {
    margin-top: 110px;
}
.product-detail-container .price-original, .product-detail-container .sales {
    font-size: 1.6rem;
}
}

@media(max-width:543px){

    .push-section .push-tile-button {
        background: #109d48;
    }
    .push-section .push-tile-button .btn-outline-white
    {
    color: #fff !important;
    }
    .n-marg-b-mob
    {
    margin-bottom: 0!important;
    }
    .push-section .push-tile-button .btn-outline-white:not(.disabled):not(:disabled) {
        font-size: 1rem;
    
    }
}