@font-face {
    font-family: "edosz";
    src: url(../fonts/edosz.woff2) format("woff2"), url(../fonts/edosz.woff) format("woff"), url(../fonts/edosz.ttf) format("truetype");
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Black.woff2) format("woff2"), url(../fonts/Poppins-Black.woff) format("woff"), url(../fonts/Poppins-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-ExtraBold.woff2) format("woff2"), url(../fonts/Poppins-ExtraBold.woff) format("woff"), url(../fonts/Poppins-ExtraBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-SemiBold.woff2) format("woff2"), url(../fonts/Poppins-SemiBold.woff) format("woff"), url(../fonts/Poppins-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500
}


@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins-Light.woff) format("woff"), url(../fonts/Poppins-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-ExtraLight.woff2) format("woff2"), url(../fonts/Poppins-ExtraLight.woff) format("woff"), url(../fonts/Poppins-ExtraLight.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Thin.woff2) format("woff2"), url(../fonts/Poppins-Thin.woff) format("woff"), url(../fonts/Poppins-Thin.ttf) format("truetype");
    font-style: normal;
    font-weight: 100
}

*:not(i) {
    font-family: 'poppins';
}

html,
body,
main {
    overflow-x: hidden;
}

#wrapper {
    background-color: #fff;
}

.carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}

.carousel .carousel-item figure {
    width: 100%;
}


.carousel {
    margin-bottom: 0;
}

.featured-products .products-section-title {
    font-size: 30px;
    color: #3fab37;
    text-align: center;
}

.edosz-fam {
    font-family: 'edosz' !important;
    color: #c7e1bc;
    letter-spacing: 5px !important;
    line-height: 66.5px !important;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4) !important;
}

#footer p {
    color: #3fab37;
    font-size: 18px;
}

#footer {
    background-color: #00463c;
    padding-top: 0;
    margin-top: 2rem;
}

#block_myaccount_infos .myaccount-title a,
#footer .footer-container p.h3,
#footer .footer-container p.h4 {
    font-family: 'edosz' !important;
    font-size: 24px;
    color: #3fab37;
    letter-spacing: 5px !important;
    line-height: 66.5px !important;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4) !important;
    text-align: center;
    margin-bottom: 0;
}

.footer-container li,
.block-contact,
.footer-container li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

@media (min-width: 1400px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1540px;
        max-width: 100%;
    }
}



.product-miniature .product-title a {
    font-size: 20px;
    color: #3fab37;
    font-weight: 600;
    text-transform: uppercase;
}


.product-miniature .regular-price {
    color: #c7e1bc;
}

.product-miniature .product-price-and-shipping {
    color: #00463c;
}

#product .product-prices {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.product-prices div {
    margin: 0;
}

#product h1 {
    color: #3fab37;
    font-size: 35px;
}

#header .header-nav .cart-preview,
#header .header-nav .cart-preview.active {
    background-color: transparent;
}

#header a,
#header .header-top a[data-depth="0"],
#header .header-nav .blockcart a:hover,
#header .header-nav .cart-preview a,
#header .header-nav .cart-preview i,
#header .header-nav .blockcart.active a:hover,
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
    color: #00463c;
}

#header .menu>ul>li {
    position: relative;
}

.top-menu .sub-menu {
    width: auto;
    min-width: auto;
    margin-left: 0;
    margin-top: 20px;
    left: 0;
}

.header-top-right {
    display: flex;
}

#_desktop_top_menu {
    flex: 1;
    text-align: center;
}

@media (min-width: 576px) {
    #search_widget {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #search_widget {
        max-width: none;
    }
}

.product-miniature .thumbnail-container {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #3fab37;
}

.product-miniature .thumbnail-top {
    overflow: hidden;
}

article img {
    transition: 0.3s ease-in-out;
}

article:hover img {
    transform: scale(1.05);
}

.product-miniature .product-description {
    padding: 0;
    padding-top: .25rem;
    overflow: hidden;
}

.product-miniature .product-description .expedition_delay.no-quantity {
    background-color: #f47430;
    color: #fff;
}

.product-miniature .product-description .expedition_delay {
    background-color: #3fab37;
    color: #c7e1bc;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
}



#search_widget form input {
    background-color: transparent;
    border-bottom: 1px solid #3fab37;
    border-radius: 0;
}

#search_widget form i {
    color: #3fab37;
}

.product-description::after {
    display: none;
}

#search_filters .facet .facet-label.filter_label_picot a {
    margin: 0;
}

#search_filters .facet .facet-label.filter_label_picot .custom-checkbox {
    top: 0;
}

#search_filters .facet .facet-label.filter_label_picot {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.featured-products .products.row {
    justify-content: center;
}

#authentication #content {
    padding-bottom: calc(1rem + 30px);
}

#authentication, #password {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #3fab37;
}

#product #content {
    max-width: none;
}