/*
TEOWeb 2024-10
*/

.nunito-800 {
  font-family: "Nunito", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 800!important;
  font-style: normal;
  text-transform: uppercase!important ;
  font-size: 13px!important;
}

/* LAYERS ---------------------------------------------------------------------- */



/* RESET THEME ----------------------------------------------------------------- */
.elementor .elementor-text-editor p a,
a {
    color: #F89900;
    text-decoration: none;
}
.elementor .elementor-text-editor p a:hover,
a:hover {
    color: #F89900;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none!important;
}
#header a:hover {
    color: #333333;
    text-decoration: none;
}
.btn-primary {
    color: #333333;
    background-color: #FFC800 ;
    border-color: transparent ;
    border-radius: 5px;
}
.btn-warning {
    color: #333333;
    background-color: #FFC800;
    border-color: #FFC800;
    border-radius: 5px;
}
.btn-warning:hover {
    color: #333333;
    background-color: #FFC800;
    border-color: #FFC800;
}
.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
    color: #333333;
    background-color: #FFC800;
    border-color: #FFC800;
    background-image: none;
}
.btn-warning:focus, .btn-warning.focus {
    color: #333333;
    background-color: #FFC800;
    border-color: #FFC800;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .80;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #FFC800;
    border-color: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #F89900;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #F89900;
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
    outline-offset: 0;
    background-color: #FFC800;
}
/**/
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #F89900;
    border-color: rgba(0, 0, 0, 0);
    background-image: none;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #F89900;
    border-color: rgba(0, 0, 0, 0);
}

.btn-primary:disabled:focus,.btn-primary:disabled.focus{background-color:#F89900;border-color:rgba(0,0,0,0)}
.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#F89900;border-color:rgba(0,0,0,0)}

.form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: none;
    border: 1px solid rgba(0,0,0,0.25);
}

#header .header-nav .cart-preview.active {
    background: #FFC800;
}

.bottom_p1 p {
    margin-bottom: 0.5em;
}
.carousel .carousel-item {
    height: 100%!important;
}
a:hover {
    color: #F89900;
    text-decoration: none;
}
.cart-grid-body a.label:hover {
    color: #FFC800;
}
.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: #FFC800;
}
.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: 10px;
    text-transform: capitalize;
    border: none;
}
#blockcart-modal .product-name {
    font-size: 1.125rem;
    color: #FFC800;
}
#checkout #content-wrapper #content > .row {
    margin-top: 3em;
}
.done {
    color: #FFC800;
}
body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #FFC800;
}
body#checkout section.checkout-step .address-item.selected {
    border: #FFC800 3px solid;
}
.custom-radio input[type="radio"]:checked+span {
    background-color: #FFC800;
}
body#checkout section.checkout-step {
    padding: 0.625rem;
    background-color: transparent;
}
/* .h1, .h2, .h3 {
    color: #FFC800;
    text-transform: uppercase;
} */
/* .footer-container {
    padding-top: 2.5rem;
    overflow: hidden;
    background-color: #333333;
} */

#wrapper {
    padding-top: 1.563rem;
    background: #f5f5f5;
}
body,
section#content {
    background: #f5f5f5;    
}
#wrapper .breadcrumb li::after {
    margin: .3125rem;
    color: #525252;
    content: "|";
}
#wrapper .breadcrumb li:last-child {
    font-weight: 700!important;
}
.h1, .h2, .h3 {
    text-transform: none;
}

.page-content.page-cms ul, p {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
}
.page-content.page-cms ul {
    list-style: disc outside none;
    padding: 0 0 0 40px;
    line-height: 1.2em;
}
@media (max-width:475px) {
    .page-content.page-cms {
        padding: 0.10rem;
    }   
    .page-content.page-cms ul {
        padding: 0 0 0 20px;
    } 
}
/* END RESET THEME ------------------------------------------------------------- */


/* START HEADER ---------------------------------------------------------------- */

.teo-menu-top a:hover {
    /* font-weight: 900!important; */
    color: #000!important;
    text-decoration: underline!important;
}

/* @media (min-width:991px) {
    .teo-menu-top a {
        padding: 0!important;
        min-width: 120px!important;
    }
} */
@media (max-width:992px) {
    .teo-menu-top a {
        text-transform: uppercase!important;
    }
}

/* NAV */
.elementor-nav--main .elementor-nav a {
    transition:  none;
}
.elementor-nav a, .elementor-nav a:hover {
    line-height: 1.2em!important;
}

/* END HEADER ------------------------------------------------------------------ */



/* START HOME ----------------------------------------------------------------- */

.teo-slider-home h2 {
    margin-left: 0.4em;
}
/* END HOME ------------------------------------------------------------------- */


/* START PRODUIT -------------------------------------------------------------- */
article.product-miniature .thumbnail-container {
    border: 1px solid #E8E8E8;
    border-radius: 15px;
}
#index article.product-miniature .thumbnail-container {
    margin-bottom: 7px;
}
.product-miniature .product-price-and-shipping {
    font-weight: 900;
    color: #000;
    text-align: center;
    font-size: 26px;
}
.product-miniature .product-price-and-shipping span.price.teo-has-discount {
    color: #FF0000;
}
.product-miniature .product-price-and-shipping span.regular-price {
    color: #000000;
    font-size: 18px;
}
.product-miniature .product-title.h3 a {
    margin-top: .7rem;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    color: #888;
    font-weight: 900;
}

#index article .wishlist-button-add {
    position: absolute;
    top: .635rem;
    right: .635rem;
    z-index: 10;
}

.teo-miniature-price .ce-product-price-regular {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 10px 12px 0 !important;
}
.teo-miniature-price.ce-product-prices--layout-inline .ce-product-prices {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.teo-miniature-title h3.ce-product-name.elementor-heading-title {
    min-height: 2.5em;
}



/* ADD TO CART CTA */
a.teo-btn-product {
    display: block;
    margin: 7px auto 15px auto;
    width: 200px;
    text-align: center;
    background-color: #FFC800;
    padding: 5px;
    color: #313131;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.16);
    letter-spacing: 0.05em;
}
a.teo-btn-product span.material-icons {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
/* a.teo-btn-product::before {
    content: url('../img/icon-cart-black.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}*/

a.teo-btn-product:hover {
    background-color: #F89900;
    color: #fff;
}
/*
a.teo-btn-product:hover::before {
    content: url('../img/icon-cart-white.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
} */


.row.product-container.js-product-container {
    margin-top: 1em;
}

/* TITLE */
#product h1 {
    margin-bottom: 0.8em;
}

/* description */
.product-description p {
    color: #525252;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 1.3em!important;
}

.product-prices.js-product-prices {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    align-items: flex-end;
}

.product-prices div,
.product-prices.h5 {
    margin: 0;
}
.product-divers {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-bottom: 2.5em;
}

span.current-price-value {
    font-size: 26px;
    color: #000;
}
.has-discount span.current-price-value {
    font-size: 26px;
    color: #FF0000;
}

.teo-tax-label sup {
    font-size: 46.9%;
    line-height: 1;
    position: relative;
    top: -1em;
}
.product-discount .regular-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 18px;
    color: #000;
    padding-bottom: 0.1em;
    display: inline-block;
}
#product-availability {
    display: flex;
    margin-top: .625rem;
    font-weight: 700;
    color: #00E011;
    justify-content: flex-end;
}
#product-availability.teo-outStock {
    display: inline;
    margin-top: .625rem;
    font-weight: 700;
    color: #FF0000;
}
.product-actions .add-to-cart {
    line-height: inherit;
    display: block;
    margin: 0px auto 15px auto;
    width: 225px;
    text-align: center;
    background-color: #FFC800;
    padding: 8px 5px 5px 5px;
    color: #313131;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
    text-transform: none;
    font-size: 18px;
    height: 2.75rem;
}
.product-actions .add-to-cart:hover {
    background-color: #F89900;
    color: #fff;
}
.teo-variants-add-to-cart {
    display: flex;
    justify-content: space-between;
    /* margin-top: -2.9em; */
    clear: both;
}
.product-customization .product-customization-item, .product-variants>.product-variants-item {
    margin: 0;
}
.product-cover {
    position: relative;
    margin-bottom: 1.25rem;
    border: 1px solid #E8E8E8;
    /* border: 1px solid #707070; */
    border-radius: 7px;
    overflow: hidden;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #FFC800 1px solid;
    border-radius: 5px;
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid #FFC800;
}
.product-accessories .h5.text-uppercase {
    font-size: 20px;
    color: #333333;
    margin-left: 0.2em;
    text-transform: none!important;
    margin-bottom: 1em;
}

.product-miniature .thumbnail-container {
    min-width: 260px;
}
.product-miniature .product-title {
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 13px;
    min-height: 2.5em;
}
.product-miniature .highlighted-informations .quick-view:hover {
    color: #F89900;
}

.product-flags li.product-flag.on-sale {
    display: none;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #ff0000;
    position: absolute;
    top: 120px;
    z-index: 999;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.teo-miniature-badge {
    width: fit-content!important;
}
.teo-miniature-outStock {
    width: fit-content!important;
    left: 50%;
    transform: translateX(-50%);
}
.teo-miniature-badge .ce-product-badges {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
}

.teo-miniature-outStock .ce-product-badge.ce-product-badge-out,
.teo-miniature-badge .ce-product-badge.ce-product-badge-sale {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;    
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
}
.teo-miniature-outStock .ce-product-badge.ce-product-badge-out {
    font-size: 14px !important;
    font-weight: normal !important;
    margin: auto !important;
    line-height: 1.7;
    border-radius: 0;
    padding: 0;
}
.teo-miniature-addtocart .elementor-button.elementor-size-xs {
    padding: 10px!important;
}
.teo-miniature-listeEnvie a.elementor-icon.ce-add-to-wishlist i::before {
    content: url(../img/wish-list-off.svg) !important;
    position: relative;
    transform: none;
    left: 0;
}
.teo-miniature-listeEnvie a.elementor-icon.ce-add-to-wishlist.elementor-active i::before {
    content: url(../img/wish-list-on.svg) !important;
    position: relative;
    transform: none;
    left: 0;
}
a.wishlist-add-to-new.text-primary {
    color: #F89900 !important;
}
.wishlist-add-to-new i {
    margin-right: .3125rem;
    vertical-align: middle;
    color: #F89900!important;
    margin-top: -0.125rem;
    font-size: 1.25rem;
}
#my-account #wishlist-link span.link-item:before {
    content: url(../img/wish-list-black.svg);
    width: 25px;
    height: auto;
    display: block;
    margin: 0 auto 12px auto;
}
#my-account a#wishlist-link:hover span.link-item:before {
    content: url(../img/wish-list-hover.svg);
    width: 25px;
    height: auto;
    display: block;
    margin: 0 auto 12px auto;
}
#my-account #wishlist-link i.material-icons {
    display: none;
}


.teo-product-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.wishlist-button-product {
    margin-right: 0.5rem!important; 
    margin-left: 0!important;

}
.wishlist-button-add:hover i {
    color: #F89900;
}
.social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: fit-content;
    margin-top: auto;

}
.teo-product-actions .wishlist-button-product {
    box-shadow: none;
}
.teo-padR0 {padding-right: 0;}
.teo-pad0 {padding: 0;}

p.teo_SYSTEM_title {
    margin-bottom: 0.9em !important;
}
.teo_SYSTEM_items {
    display: flex;
    flex-direction: row;
    column-gap: 15px;  
}
.teo_SYSTEM_li a {
    border: 2px solid #FFC800;
    background-color: #fff;
    padding: .125rem .625rem;
    font-weight: 600;    
}

/* responsive */
@media (min-width: 576px) {
    .container {
        width: 90vw;
        max-width : 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 90vw;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

@media (max-width:992px) {
    #product-availability,
    .product-divers {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .product-prices.js-product-prices {
        display: flex;
        justify-content: flex-start;
        margin: 0;
        align-items: flex-start;
        flex-direction: column;
    }
    .teo-variants-add-to-cart {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }   
    .teo-product-actions {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    } 
}

@media (max-width:767px) {
    #category #products {
        margin-top: 15px;
    }
    #left-column #search_filters_wrapper {
        margin-right: 0!important;
        margin-left: 0!important;
        display: flex;
        flex-direction: column;
    }    
}

@media (max-width:576px) {
    .row.product-container.js-product-container h1 {
        font-size: 26px;
    }
    .product-description p,
    .product-information {
        font-size: 14px;
    }
    .breadcrumb li span,
    .breadcrumb li a {
        font-size: 12px;
    }
    .product-accessories .h5.text-uppercase {
        text-align: center;
    }    
    
}
@media (max-width: 360px) {
    .product-line-grid-right .price, .product-line-grid-right .qty {
        width: auto;
    }
    .text-xs-right {
        text-align: center !important;
    }
}
/* END PRODUIT ---------------------------------------------------------------- */


/* START MODAL ---------------------------------------------------------------- */
.modal-dialog .product-prices.js-product-prices {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    align-items: flex-start;
    margin-bottom: 1em;
}
.modal-dialog .product-cover {
    background-color: #fff;
}
/* END MODAL ---------------------------------------------------------------- */


/* START TUNEL ACHAT -------------------------------------------------------------- */
#cart .product-price .regular-price {
    font-size: 16px;
    color: #000;
}
#cart .product-price .price {
    font-size: 20px;
    color: #000;
}
#cart .product-price.has-discount .price {
    font-size: 20px;
    color: #FF0000;
}

#cart .has-discount .discount {
    display: inline-block;
    padding: .3125rem .625rem;
    margin-left: .625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #F89900;
    border-radius: 4px;
}

section#js-checkout-summary,
.card.cart-summary,
.card.cart-container {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10)!important;
    border-radius: 7px;
}

#checkout-personal-information-step .nav-item a.nav-link {
    letter-spacing: 0.08em;
}
#checkout-personal-information-step .nav-item a.nav-link.active {
    color: #F89900;
    letter-spacing: 0.08em;
}

.input-group.focus {
    outline: none!important;
}
body#checkout a:hover {
    color: #000;
}
a:focus, a:hover {
    color: #F89900;
    text-decoration: underline;
}
#checkout .product-price {
    display: inline-block;
    max-width: 100%;
    color: #000;
    font-size: 14px;
}
body#checkout #footer {
    padding: 0; 
    /* color: transparent; */
    background: transparent;
}
.cart-item {
    padding: 1rem 0;
    border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
}
.cart-item:last-child {
    border-bottom: none;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover {
    color: #F89900;
}
.page-addresses .addresses-footer a:hover, .page-my-account #content .links a:hover {
    color: #f89900;
    text-decoration: none;
}
.page-my-account #content .links a span {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10) !important;
    border-radius: 7px;
}
.wishlist-footer-links .text-primary,
.wishlist-container .text-primary {
    color: #f89900 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #f89900 !important;
}

.wishlist-list-item:hover .wishlist-list-item-title {
    color: #f89900!important;
}
a.view-order-details-link {
    display: block;
}

article.alert.alert-danger {
    background: #f89800;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.03em;
    border-radius: 5px;
}

.teo-hidden {
    display: none;
}
.teo-alertQty-cta p,
.teo-alertQty p {
    color: #000;
    margin-bottom: 0 !important;
    font-weight: 600;
}

.teo-alertQty-cta,
.teo-alertQty {
    background-color: #FFC800;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.teo-checkOutQty-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
    text-align: center;
    padding: 40px 20%
}
.teo-alert-checkOut {
    margin: 2em;
    border: 1px solid #FFC800;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.28);
}

@media screen and (max-width: 992px) {
    #checkout #content > .row {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px) {
    .card-block {
        padding: 1.25rem 1.25rem .5rem;
    }
    article.alert.alert-danger {
        font-size: 14px;
    }
}
@media (max-width:576px) {
    body#checkout section.checkout-step .step-title {
        font-size: 1rem;
    }
    .teo-checkOutQty-wrapper {
        padding: 40px 10%
    }
}
@media (max-width:479px) {
    #checkout ul.nav.nav-inline.my-2 {
        display: flex;
        flex-direction: column;
    }
    #checkout .nav-inline .nav-item+.nav-item, .nav-inline .nav-link+.nav-link {
        margin-left: 0;
    }
    #checkout span.nav-separator {
        color: transparent;
    }
    .product-line-grid-right.product-line-actions.col-md-5.col-xs-8 {
        float: right;
    }
    a#exportDataToPdf,
    a#exportDataToCsv {
        font-size: 12px;
        margin-bottom: 1em;
    }
    #checkout-payment-step label {
        text-align: left;
    }
}

/* END TUNEL ACHAT -------------------------------------------------------------- */



/* START CATALOG ---------------------------------------------------------------- */
.block-category .block-category-inner #category-description .page-content.page-cms ul, .block-category .block-category-inner #category-description p, .page-content.page-cms .block-category .block-category-inner #category-description ul {
    font-weight: inherit;
    margin-bottom: 0;
    color: inherit;
    word-break: break-word;
}
.block-category .block-category-inner #category-description .page-content.page-cms ul:first-child, .block-category .block-category-inner #category-description p:first-child, .page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
    margin-bottom: 0;
}
#search_filters, #search_filters_brands, #search_filters_suppliers {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #F9AD0A;
    border-radius: 10px;
    color: #000;
    border: 1px solid #E8E8E8;
}
#search_filters>.h6, #search_filters_brands>.h6, #search_filters_suppliers>.h6 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 0.5em;
}
section.facet.clearfix {
    border-top: 1px solid #707070;
    padding-top: 1.3em !important;
}
#search_filters p {
    margin-bottom: 0.5em!important;
}

.faceted-slider li p {
    color: #000;
    margin: 0.8em 0 !important;
}
#search_filters .ui-widget-header {
    background: 
    #000;
}
.custom-checkbox input[type=checkbox]+span {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border: 1px #000 solid;
}

#search_filters .btn-tertiary {
    padding: .25rem 0.55rem;
    margin: .25rem 0 1rem 0;
    font-size: .875rem;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    background-color: rgb(217 217 217 / 40%);
}
#search_filters .btn-secondary:hover, #search_filters .btn-tertiary:hover {
    color: #000;
    background-color: #FCC800;
    border-color: transparent;
}
.ph-viewed-products.ph_display_listleft, .ph-viewed-products.ph_display_listright {
    box-shadow: none;
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}
#products .products.row {
    margin-right: 0;
    margin-left: 0;
}
.ph-viewed-products > h2.viewed_title {
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid rgb(112 112 112 / 30%);
}
li.product-flag.out_of_stock {
    text-transform: none;
    font-size: 11px;
    background-color: #ffc800;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #525252;
    font-weight: 400;
}

.teo-block-sidebar-links {
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    background: #F9AD0A;
    border-radius: 10px;
    color: #000;
    border: 1px solid #E8E8E8;
}
.teo-block-sidebar-links h3 {
    color: #000!important;
}
.teo-block-sidebar-links a {
    line-height: 1.5em;
    color: #333333;
}
.teo-block-sidebar-links a:hover {
    color: #000!important;
    text-decoration: none;
}
.teo-block-sidebar-links span.teo-sep-sidebar {
    border-top: 1px solid #707070;
    padding-top: 1em !important;
    display: block;
    margin-top: 1em;
}

.teo-block-sidebar-links li.active a {
    font-weight: bold!important;
}
.qty-error {
    text-align: right;
    margin-bottom: 1em;
    color: #fff;
    background-color: #F89900;
    padding: 10px;
    border: 1px solid #F89900;
    border-radius: 5px;
    float: right;
    font-weight: 600;
}

@media (max-width:767px) {
    section.facet.clearfix:first-child {
        border-top: none;
    }
    section.facet.clearfix {
        border-top: none;
        padding-top: 0!important;
        border-bottom: none;
    }
    #left-column #search_filters .facet .h6 {
        display: inline-block;
        padding: 5px 11px!important;
        margin-bottom: 0 !important;
        font-size: 13px;
    }
    #left-column #search_filters .facet ul li {
        padding: 0.4rem 1.25rem!important;
        border-top: 1px solid #f6f6f6!important;
    }
    #left-column #search_filters_wrapper button.btn.btn-secondary.ok {
        display: none!important;
    }
    .ph-viewed-products.ph_display_listleft, .ph-viewed-products.ph_display_listright {
        display: none;
    }
    #left-column #search_filters {
        padding: 0;
        margin-bottom: 20px;
        border-top: 1px solid #f6f6f6;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
/* END CATALOG ---------------------------------------------------------------- */



/* START CONTACT -------------------------------------------------------------- */
#contact #content {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.10)!important;
    border-radius: 7px;    
    background-color: #fff;
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    padding: .5rem 1rem;
    font-size: .875rem;
    color: #fff;
    text-transform: uppercase;
    background: #FCC800;
    border-radius: 0;
}
.input-group .input-group-btn>.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: .25rem 1rem;
    margin-left: 0;
    font-size: .6875rem;
    font-weight: 500;
    color: #525252;
    text-transform: uppercase;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* END CONTACT ---------------------------------------------------------------- */


/* START SEARCH --------------------------------------------------------------- */
#search section#products {
    margin-top: 30px;
}
/* END SEARCH ----------------------------------------------------------------- */

/* START FILTER MOBILE -------------------------------------------------------------- */
#toggle-filters {
    display: none;
}
.teo-flex-colLeftMob {
    display: none;
}

@media (max-width:767px) {
/* Cacher les filtres sur mobile par défaut */
    .teo-flex-colLeftMob {
        display: flex;
        flex-direction: row;
    }
    #left-column #search_filters_wrapper {
        display: none!important;
    }
    .teo-block-sidebar-links {
        display: none!important;
    }

    #toggle-filters {
        display: block;
    }
    
    /* Afficher les filtres quand le toggle est actif */
    #left-column #search_filters_wrapper.active {
        display: flex!important;
    }
    .teo-block-sidebar-links.active {
        display: block!important;
    }

    /* Bouton de toggle */
    #toggle-filters {
        width: 100%;
        margin-bottom: 15px;
        font-size: 12px;
        text-align: right;
        padding: 6px;
    }
    #toggle-filters-list {
        width: 100%;
        margin-bottom: 15px;
        font-size: 12px;
        text-align: left;
        padding: 6px;
    }
    #toggle-filters.btn-secondary .material-icons,
    #toggle-filters-list.btn-secondary .material-icons {
        margin-right: 0px;
    }

    #toggle-filters-list:active,
    #toggle-filters-list:focus,
    #toggle-filters-list:hover,
    #toggle-filters:active,
    #toggle-filters:focus,
    #toggle-filters:hover {
        background-color: transparent!important;
    }

    #left-column #search_filters .facet .title .collapse-icons .remove,
    #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
        display: none;
    }
    #left-column #search_filters .facet .collapse.in,
    #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block;
    }
    #left-column #search_filters .facet .collapse {
        display: none;
    }
    #left-column #search_filters .facet .collapse.in,
    #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block;
    }
    #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        height: inherit;
        padding: 0 .625rem 0 0;
    }
    #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #f6f6f6;
    }
    #left-column #search_filters .facet .facet-title {
        color: #232323;
        text-transform: uppercase;
    }
    #left-column #search_filters .facet ul {
        margin-bottom: 0!important;
    }
}

/* END FILTER MOBILE -------------------------------------------------------------- */
  
#authentication .input-group button.btn {
    color: #333333;
    background-color: #FFC800;
    font-weight: 600;
    letter-spacing: 0.03em;
}



/* SLIDER HOME */
#index .swiper-slide article section {
    margin-bottom: 0!important;
}

/* MODULE Cookies */
.lgcookieslaw-button-container .lgcookieslaw-accept-button, .lgcookieslaw-modal .lgcookieslaw-accept-button, .lgcookieslaw-modal .lgcookieslaw-badge, .lgcookieslaw-slider.lgcookieslaw-slider-checked {
    color: #333333 !important;
    background: #FFC800 !important;
    border-color: transparent !important;
}
.lgcookieslaw-button-container .lgcookieslaw-reject-button, .lgcookieslaw-modal .lgcookieslaw-reject-button {
    color: #333333 !important;
    background: #FFC800 !important;
    border-color: transparent !important;
}


/* Messege livraison sur le page d'accueil */
.teo-alert-shipping {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin: 1em 0;
    background-color: #FFC800;
    padding: 5px 0 5px 0;
}
.teo-alert-shipping p {
    margin-bottom: 0 !important;
    color: #000;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 0.5em;
}
.teo-alert-shipping span a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
.teo-alert-shipping .teo-icon-shipping {
    width: 25px;
    margin-left: 0.5em;
    fill: transparent;
    color: #000;
}