@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:wght@300&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: italic;

}

#wrapper {
    background: #FCF7DF !important;
}

.product-miniature .product-description {
    position: relative;
    bottom: 0;
    height: auto;
    padding: .25rem .25rem .7rem;
    background: #FCF7DF;
}

.product-miniature .thumbnail-top {
    position: relative;
    overflow: hidden;
    padding: 5px;
    background: #ffffff;
}

.product-miniature .thumbnail-container .product-thumbnail img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: 2px solid #ededed;
    border-radius: 3px;
}

.block-categories {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #FCF7DF;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #FCF7DF;
}

#header, #header .header-top {
    background-color: #939F93;
    color: white !important;
}

#header .header-nav a {
    color: white !important;
}

.dropdown .expand-more {
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header .header-nav .blockcart {
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
    background: #FCF7DF;
    color: black;
}

#header .header-nav {
    max-height: 50px;
    border-bottom: none;
}

.header-top {
    background: #FCF7DF !important;
}

#search_widget form input {
    width: 100%;
    padding: 10px 20px 10px 40px;
    outline: none;
    background-color: #FCF7DF;
    border: none;
    border-radius: 5px;
}

#header .header-top a {
    color: #000000 !important;
    text-transform: uppercase;
}

#footer {
    padding-top: 2.5rem;
    background: #939f93;
    color: black !important;
}

.block-contact, .footer-container li a {
    font-size: .875rem;
    color: #ffffff;
}

.h1, .h2, .h3, .h4, body {
    color: #ffffff;
}

#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
    color: #ffffff;
}

.products article .wishlist-button-add {
    position: absolute;
    top: .635rem;
    right: .635rem;
    z-index: 10;
    display: none;
}

@media screen and (max-width: 640px){
    #pateImg {
        display: none;
    }
}

.h1, .h2, .h3, .h4, body {
    color: #2e2e2e;
}

li.product-flag.new {
    display: none;
}

.tabs {
    padding: 1.25rem 1.875rem;
    margin-top: 2rem;
    background: #FCF7DF;
}

.tabs .nav-tabs .nav-link.active {
    color: #939f93;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: #939f93 3px solid;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #939f93;
    border-color: transparent;
}

div#blockEmailSubscription_displayFooterBefore {
    background: #939f93;
    color: white;
}

.block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul, .block_newsletter form .row .col-xs-12:last-of-type p, .page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
    font-size: .75rem;
    color: #ffffff;
}


button.btn.btn-primary.add-to-cart.button-with-inner-border {
    border: thick double #FCF7DF;
    background: #939f93;
    color: white;
}

.product-actions .add-to-cart {
    height: 2.75rem;
    padding-top: .625rem;
    padding-bottom: 28px !important;
    line-height: inherit;
}

a.dropdown-item {
    font-weight: bold !important;
}

.product-price {
    display: inline-block;
    max-width: 100%;
    color: #939f93;
}

div#contact-infos a {
    color: #FCF7DF;
}

footer a {
    color: #FCF7DF;
}

footer p.h3.hidden-sm-down {
    color: white;
}

.tabs {
    padding: 0px !important;
}

#custom-text {
    padding: 3.125rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #FCF7DF;
    border-radius: 2px;
}

#custom-text h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #232323;
    text-transform: uppercase;
}

.carousel-inner>.carousel-item>a>img, .carousel-inner>.carousel-item>img, .img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
    border: thick double #939f93;
    border-radius: 2px;
}

.carousel .carousel-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: thick double #939f93;
    border-radius: 2px;
}

.card-block {
    padding: 1.25rem 1.25rem .5rem;
    background: #FCF7DF;
}

#subcategories ul li .subcategory-name {
    text-transform: uppercase;
    color: black;
}

.product-flags li.product-flag {
    width: fit-content;
    padding: .3125rem .4375rem;
    margin-top: .625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    word-break: break-word;
    pointer-events: auto;
    background: #24b9d7;
    display: none;
}