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

#index main {
    padding-top: 123.594px;
    transition: all ease-in 0.3s;
}
#header .logo {
    width: 100%;
    max-width: 170px;
}

.about-section h2{
    position:relative;
}

#wrapper {
    min-height: calc(100vH - 330px);
}




.section-title>div:first-child::before, .about-section h2::before {
      position: absolute;
      content: "";
      background: url('/img/triangle-red.svg') no-repeat;
      background-size: cover;
      top: -30px;
      transform: translateX(-14px);
      width: 30px;
      height: 33px;
    }
@media (max-width:1024px) {
.section-title>div:first-child::before, .about-section h2::before {
    top: -20px;
    width: 23px;
    height: 25px;}
}
#cart h1 {
    margin-top: 0.5rem;
}
/* strong {
    font-weight: 700;
} */

/* a:hover{
    color:#c10511
} */


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

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


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


.extra-info-header-box {
    font-size: 0.75rem;
    background: #484848;
    color: #ccc;
}

#header .header-nav {
    font-size: 0.75rem;
    background: linear-gradient(45deg, #333, #2e2e2e);
    color: #ccc;
}
/* #header .header-nav a, #header .header-nav button, #header .header-nav button span {
   color: #ccc; 
} */
#index #wrapper {
    padding-top: 0;
}

.hero .side-banners a, .hero ul {
    border-radius: 0 0 2.813rem 2.813rem;
    overflow: hidden;
}

.carousel .carousel-item .caption {
    max-width: 1590px;
    padding: 2.25rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-content-inner {
    max-width: 400px;
    text-align: right;
}

.category-content div {
    position: relative;
}
.category-content {
    position: relative;
}
.category-content::before {
    content: "";
    background: url(/img/comap-bg.svg) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 100%;
    z-index: 0;
    background-position: 80px center;
    opacity: 0.5;
}

.category-thumbnail {
    max-width: unset;
}

/* .featured-categories .hover img  {
    z-index: 999999999;
    -webkit-transform: scale(1);
    transform: scale(1);
        max-width: 100%;
}

.featured-categories .hover:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
} */

.footer-container {
    padding-top: 3.125rem;
}
#footer {
    background: #333;
    border-radius: 2.813rem 2.813rem 0 0 ;
}

.floating-content h5 {
    font-weight: 700;
    font-size: 1.0875rem;
    line-height: 1.3em;
}
div#_desktop_currency_selector {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

@media (min-width: 1200px) and (max-width: 1200px), (max-width: 460px) {
.category-thumbnail {
    max-width: 8rem;
}
}


@media (min-width: 1200px) {
    .container.l-wrapper {
    max-width: 1920px !important;
    padding: 0;
    }
    .section-title>div:not(.view-more) {
        margin-top: 1.5rem;
    }

    
}

@media (max-width: 1599.98px) {
    .section-title>div:not(.view-more) {
        margin-left: 1rem;
    }
}
@media (max-width: 1200px) {
#index main {
    padding-top: 121px;
}}

@media (max-width: 767px) {
section.hero.container.l-wrapper {
    padding: 0;
}
#index main {
    padding-top: 116px;
}
.footer-seo-section, .footer-contact-block {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
}
@media (max-width: 575px) {
footer.form-footer {
    text-align: center;
}}

@media (max-width: 400px) {
    .category-thumbnail {
        max-width: 6rem;
    }
    span#currency-selector-label {
    display: none;
}
}

/* .copyright .page-content.page-cms ul, .copyright p, .page-content.page-cms .copyright ul, .copyright svg {
    color:#AAA
}

.copyright .page-content.page-cms ul svg path, .copyright p svg path, .page-content.page-cms .copyright ul svg path {
    fill:#AAA
} */

.company-additional-info {
    font-size: 0.75rem;
    margin-left: 2rem;
    line-height: 1.6em;
}


.footer-contact-block a {
    display: flex;
}

@media (min-width: 1200px) and (max-width: 1342px) {
    .category-thumbnail {
        max-width: 7.875rem;
    }
}

.hero a:hover img {
    transform: unset;
}

#quantity_wanted.updating {
    color: transparent;
}

.product-price__unit {
    font-size: 13px;
    display: inline-block;
}