
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');


#subcategories h2.subcategory-name {
    max-width: calc(100% - 50px);
}

#subcategories ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* ul.category-sub-menu img {
    max-width: 36px !important;
} */

.side-banners p {
    font-size: .875rem;
    line-height: 1.2rem;
}
#_desktop_megamenu .menu-content>.menu-item>a {
    margin-right: 2.5rem!important;
}

#product-availability .icon-success {
    fill:#35764c !important
}

div#_desktop_search_filters {
    display: flex;
    align-items: center;
}


.header-info-text {
    font-weight: 500;
}

.carousel .carousel-item .display-1, .secondary-banner h2, #product h1, .side-banners h2, .section-title>div:not(.view-more), .about-section h2, .hp-banner-title, .cta h2, .block-category h1, .page-cms #content-wrapper h1, #left-column h2, #left-column h3, #left-column h4,
.contacts-page h2, h1#js-product-list-header, h1{
        font-family: "Play", sans-serif;
        font-weight: 700;
        line-height: 1.125em;
    }


#_desktop_megamenu .menu-content>.menu-item>a {
    margin-right: 3.5rem;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a .img-icon {
    max-width: 30px;
    width:100%;
    margin-right: 2px;
}

.category-title {
    color: #00538d;
    line-height: 1.353em;
}

.usp-item-image img {
    width: 100%;
    max-width: 7rem !important;
    background: url(/img/white-symbol.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.usp-item-description {
    line-height: 1.2em;
    margin-top: 0.285rem;
}
.extra-info-header-box {
    background: linear-gradient(45deg, var(--primary), #0064a8);
    color:white
}


h1#js-product-list-header {
    font-size: 1.875rem;
}


div#product-modal img {
    border-radius: 1rem;
}
@media (min-width: 992px) {
.carousel .carousel-item .display-1, .secondary-banner h2, #product h1 {
    font-size: 3rem;
}

}

h2.subcategory-name {
    color: #232323;
}

.featured-categories .hover:hover img {
    transform:none
}

/* .category-thumbnail {
    padding: 0.25rem 0;
} */
li.product-flag {
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 0.375rem 0.675rem !important;
    margin-top: 0.125rem!important;
}
.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #28d0e5;
}

/* 
.featured-categories {
    .category-content {
    min-height: 10.5rem;
} */

/* .category-thumbnail {
    max-width: unset;
    right: 0;
    top: 0;
    height: 100%;
    img {
        height: 100%;
    }
} */

/* .content {
    position:relative;
    max-width: 60%;
} */


.contact-box h3 {
    margin: 0.25rem 0;
    font-size: 1.125rem;
    font-weight: 600;
}

span.job-title {
    margin-bottom: 0.5rem;
}

.contact-box a {
    display: flex;
}



.doc-modal .modal-dialog {
    max-width: 992px;
}