/* ==========================================================================
7.0 SHOP THEME
========================================================================== */
ul.products li.product-category {
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
}
ul.products li.product-category:nth-child(3n+1) {
    clear: left;
}
ul.products li.product-category a .woocommerce-loop-category__title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}
ul.products li.product-category a .woocommerce-loop-category__title mark {
    background-color: transparent;
    color: inherit;
    padding: 0;
}
@media (max-width: 1199px) {
    ul.products li.product-category {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    ul.products li.product-category {
        margin-bottom: 10px;
        width: 50%;
    }
    ul.products li.product-category:nth-child(3n+1) {
        clear: none;
    }
    ul.products li.product-category:nth-child(2n+1) {
        clear: left;
    }
}
/* ==========================================================================
7.1 SHOP CONTROL
========================================================================== */
/*shop-control*/
.shop-control::before, .shop-control::after {
    content: '';
    display: table;
}
.shop-control::after {
    clear: both;
}
.grid-view-mode {
    margin-bottom: 10px;
    display: inline-block;
}
.grid-view-mode > form {
    display: inline-block;
}
.grid-view-mode .modes-mode {
    background-color: #fff;
    color: #888888;
    margin-left: 5px;
    font-size: 25px;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    padding: 0 9px 0 7px;
}
.grid-view-mode .modes-mode:hover,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode.active {
    color: var(--couleur-accent );
    background-color: #fff;
}
.grid-view-mode .modes-mode .button-inner {
    position: relative;
    font-size: 0;
}
.grid-view-mode .modes-mode.mode-grid {
    padding: 0 12px 0 10px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 2px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span {
    display: block;
    position: absolute;
    left: 6px;
    width: 4px;
    border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:first-child {
    top: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(2) {
    top: 6px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(3) {
    bottom: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 4px;
    border-bottom: 4px solid;
    display: block;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0;
    width: 4px;
    border-bottom: 4px solid;
    display: block;
}
.grid-view-mode .modes-mode.mode-list .button-inner {
    width: 22px;
    height: 16px;
    display: block;
    margin-left: 2px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:first-child {
    top: 0;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(2) {
    top: 6px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(3) {
    top: 12px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span::before {
    content: '';
    position: absolute;
    top: 1px;
    right: -18px;
    width: 15px;
    border-bottom: 2px solid;
}
.woocommerce-ordering,
.per-page-form {
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}
.woocommerce-ordering ~ .per-page-form {
    padding-left: 9px;
}
.woocommerce-ordering select,
.per-page-form select {
    border: 1px solid #fff;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    color: #888;
}
.per-page-form label {
    margin-bottom: 0;
}
.per-page-form label:nth-child(2) {
    display: none;
}
.shop-before-control {
    background-color: #f1f1f1;
    padding: 15px 15px 5px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #888888;
    position: relative;
}
.shop-before-control .grid-view-mode {
    float: right;
}
.shop-after-control {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
@media (max-width: 767px) {
    .shop-before-control {
        padding-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .shop-before-control {
        text-align: center;
    }
    .shop-before-control .grid-view-mode {
        float: none;
    }
    .grid-view-mode,
    .woocommerce-ordering,
    .per-page-form {
        padding-left: 0 !important;
        width: 100%;
    }
    .per-page-form label,
    .woocommerce-ordering select,
    .per-page-form select {
        width: 100%;
    }
}
/* ==========================================================================
7.3 SINGLE PRODUCT
========================================================================== */
.contain-left {
    position: relative;
}
.contain-left::before,
.contain-left::after {
    content: '';
    display: table;
}
.contain-left::after {
    clear: both;
}
.product_meta .wcml-dropdown,
.main-contain-summary .wcml-dropdown {
    display: none;
}
/*size-guide*/
.size-guide-button {
    color: #000;
    cursor: pointer;
    font-size: 15px;
}
.size-guide-button::before {
    font-family: 'flaticon', sans-serif;
    content: "\f11b";
    margin-right: 7px;
    font-size: 18px;
}
.size-guide-button:hover {
    color: var(--couleur-accent );
}
#single-product-enquiry-form .close,
#popup-size-guide .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 11;
    font-size: 0;
    background: #fff;
    color: #000;
}
#single-product-enquiry-form .close:hover,
#popup-size-guide .close:hover {
    color: var(--couleur-accent );
}
#single-product-enquiry-form .close::before,
#single-product-enquiry-form .close::after,
#popup-size-guide .close::before,
#popup-size-guide .close::after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 17px;
}
#single-product-enquiry-form .close::before,
#popup-size-guide .close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#single-product-enquiry-form .close::after,
#popup-size-guide .close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*threed 360deg*/
.product-360-view-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.product-360-view-wrapper .mfp-close {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spinner {
    color: var(--couleur-Background);
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}
.furgan-threed-view {
    cursor: ew-resize;
    overflow: hidden;
    position: relative;
    height: 80% !important;
    max-width: 600px;
    z-index: 9999;
    background-color: #fff;
}
.furgan-threed-view::after {
    border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px 2px 5px;
    bottom: 15px;
    content: "";
    height: 50%;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 10;
}
.furgan-threed-view .previous-image {
    opacity: 0;
    visibility: hidden;
}
.furgan-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.furgan-threed-view .threed-view-images img.current-image {
    visibility: visible;
    z-index: 9;
}
.furgan-threed-view .threed-view-images img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.furgan-threed-view .nav_bar {
    bottom: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}
.furgan-threed-view .nav_bar a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    font-size: 0;
    text-align: center;
    position: relative;
    top: 1px;
}
.furgan-threed-view .nav_bar a:hover {
    background-color: #f9f9f9;
}
.furgan-threed-view .nav_bar a::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
}
.furgan-threed-view .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}
.furgan-threed-view .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
}
.furgan-threed-view .nav_bar a.nav_bar_previous::after {
    content: "\f048";
}
.furgan-threed-view .nav_bar a.nav_bar_next::after {
    content: "\f051";
}
.mfp-iframe-holder .mfp-close:hover {
    background: none;
}

.product-360-button,
.single-left .product-video-button {
    position: absolute;
    top: 10px; 
    z-index: 8;
    left: 10px;
    bottom: 30px;
}
.product-360-button a,
.single-left .product-video-button a {
    height: 40px;
    line-height: 40px;
    background-color: var(--couleur-accent );
    color: #fff;
    padding: 0 15px;
    border-radius: 40px;
    display: block;
    font-size: 14px;
}
.product-360-button span,
.single-left .product-video-button span {
    font-size: 30px;
    margin-right: 7px;
    position: relative;
    top: 4px;
    vertical-align: top;
}
.single-left .product-video-button span {
    font-size: 22px;
    top: 2px;
}
.contain-left .flash {
    display: none;
}
.contain-left.has-gallery.vertical_thumbnail .product-360-button,
.contain-left.has-gallery.vertical_thumbnail .single-left .product-video-button {
    left: 110px;
}
.contain-left .single-left {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 50px;
    margin-bottom: 27px;
}
.contain-left .entry-summary {
    float: left;
    width: calc(52% - 50px);
    margin-bottom: 30px;
}
/*.woocommerce-product-gallery*/
.woocommerce-product-gallery {
    position: relative;
    cursor: zoom-in;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: block;
    font-size: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: #000;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    z-index: 1;
    color: #fff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #000;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f00e";
    font-size: 18px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    width: 100%;
}
.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 15px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    padding: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    list-style: none;
    border: none;
    position: relative;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    /*width: 100%;*/ /*Modifié par MAH pour corriger les images de gallerie trop grandes*/
    border: 1px solid #eee;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
    border-color: var(--couleur-accent );
}
.contain-left .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    position: absolute;
    left: 0;
    width: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: var(--couleur-accent );
    color: #fff;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
    left: auto;
    right: 0;
}
/*.entry-summary*/
.entry-summary .woocommerce-product-rating {
    margin-bottom: 3px;
}
.entry-summary .woocommerce-product-rating .star-rating {
    display: inline-block;
}
.entry-summary .entry-title {
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    font-weight: 500;
}
.entry-summary .price {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
    color: var(--couleur-accent );
    font-weight: 600;
}
.entry-summary .price:empty {
    display: none;
}
.entry-summary .price ins {
    margin-right: 10px;
}
.entry-summary .woocommerce-product-rating .review {
    display: inline-block;
    vertical-align: top;
}
.entry-summary .woocommerce-product-rating .rating-wapper {
    display: inline;
    vertical-align: top;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
    color: #aaa;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
    text-decoration: underline;
}
.stock {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 26px;
    position: relative;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 15px 0;
    display: table;
    border: 2px solid;
    margin-left: auto;
    border-radius: 20px;
}
.stock.in-stock {
    color: var(--couleur-accent );
}
.stock.out-of-stock {
    color: #f44336;
}
.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
    font-size: 15px;
}
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
    padding-left: 0;
    list-style: none;
}
.woocommerce-product-details__short-description li {
    position: relative;
    padding-left: 15px;
    font-size: 90%;
    color: #5cb85c;
}
.woocommerce-product-details__short-description li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #5cb85c;
    border-width: 4px 0 4px 6px;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 6px;
}
.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}
/*form single product*/
.entry-summary form.cart {
    margin-top: 24px;
    position: relative;
}
.entry-summary form.cart.variations_form .variations {
    padding-bottom: 20px;
    position: relative;
    border: none;
}
.entry-summary form.cart.variations_form .variations tbody {
    display: block;
}
.entry-summary form.cart.variations_form .variations .reset_variations {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    display: block;
    border-radius: 26px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    height: 24px;
    line-height: 26px;
    margin-top: 5px;
    width: 70px;
    text-align: center;
}
.entry-summary form.cart.variations_form .variations .reset_variations:hover {
    background-color: var(--couleur-accent );
}
.entry-summary form.cart.variations_form .variations td.value,
.entry-summary form.cart.variations_form .variations th.label {
    display: block;
    border: none;
    padding: 0;
}
.entry-summary form.cart.variations_form .variations td.value {
    margin-bottom: 20px;
}
.entry-summary form.cart.variations_form .variations tr:last-child td.value {
    margin-bottom: 0;
}
.entry-summary .cart .single_add_to_cart_button {
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    min-width: 205px;
    color: var(--couleur-Background);
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #000;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    border-radius: 4px;
}
.entry-summary .cart .single_add_to_cart_button:hover {
    background-color: var(--couleur-accent );
}
.entry-summary .cart .single_add_to_cart_button.loading {
    cursor: none;
}
.entry-summary .cart .single_add_to_cart_button.loading::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.entry-summary .cart .single_add_to_cart_button span,
.entry-summary .cart .added_to_cart {
    display: none;
}
.entry-summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.entry-summary div.quantity {
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}
.quantity .qty-label {
    display: none;
}
.entry-summary .cart .single_variation_wrap div.quantity .quantity-title,
.entry-summary .cart > div.quantity .quantity-title {
    display: inline-block;
    vertical-align: middle;
    min-width: 78px;
    padding-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div.quantity .control {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border: 2px solid #333;
}
div.quantity .quantity-title {
    display: none;
}
div.quantity .input-qty {
    font-weight: 500;
    color: #000000;
    width: 56px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border: none;
    font-size: 18px;
}
div.quantity .btn-number {
    font-size: 36px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    float: left;
    font-weight: 100;
}
div.quantity .btn-number.quantity-minus {
    font-size: 60px;
    line-height: 34px;
}
.entry-summary p.cart {
    margin-bottom: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist + .clear {
    display: none;
}
.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .dreaming-wccp-button {
    display: inline-block;
    margin-bottom: 10px;
}
.entry-summary .yith-wcwl-add-to-wishlist {
    margin-right: 5px;
    height: 44px;
    line-height: 44px;
    width: 44px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.entry-summary .yith-wcwl-add-to-wishlist a::before {
    vertical-align: top;
    font-size: 19px;
    color: #000;
}
.entry-summary .yith-wcwl-add-to-wishlist a:hover::before {
    color: var(--couleur-accent );
}
.entry-summary .yith-wcwl-add-to-wishlist a:not(:hover) {
    color: inherit;
}
.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
    font-size: 16px;
}
.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
    color: var(--couleur-accent );
}
.entry-summary .dreaming-wccp-button {
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    margin-right: 5px;
    width: auto;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    font-weight: 500;
}
.entry-summary .dreaming-wccp-button::before {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.entry-summary .product_meta {
    display: inline-block;
    width: 100%;
}
.entry-summary .product_meta {
    padding-top: 10px;
}
.entry-summary .product_meta > span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
    font-size: 15px;
}
.entry-summary .product_meta > span .sku {
    color: #000;
}
/* =========================================
   PARTAGE PRODUIT WOOCOMMERCE
   ========================================= */

/* Masquer le titre Share */
.entry-summary .social-heading {
    /* display: none; */
    display: block;
}

/*MAH*/
/* =========================================
   TITRE PARTAGE DESKTOP (style cohérent bouton mobile)
   ========================================= */

.entry-summary .furgan-desktop-share .social-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.4;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.entry-summary .furgan-desktop-share .social-heading i {
    font-size: 18px;
    opacity: 0.85;
}
/*Fin MAH*/

/* Container général */
.entry-summary .furgan-share-socials {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================
   BOUTONS RÉSEAUX DESKTOP
   ========================================= */

.entry-summary .furgan-desktop-share a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    background: transparent;
    border: 1px solid #888888;
    border-radius: 6px;
    text-decoration: none;
    padding: 8px 16px;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.entry-summary .furgan-desktop-share a:hover {
    border-color: var(--couleur-accent );
    color: var(--couleur-accent );
}

.entry-summary .furgan-desktop-share a i {
    font-size: 18px;
    line-height: inherit;
    color: inherit;
}


/* =========================================
   BOUTON PARTAGE NATIF MOBILE
   ========================================= */

.entry-summary .furgan-native-share {
    display: none;              /* caché par défaut */
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #888888;
    border-radius: 6px;
    padding: 10px 16px;
    background: transparent;
    color: #333;
    cursor: pointer;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.entry-summary .furgan-native-share i {
    font-size: 18px;
    opacity: 0.85;
}

.entry-summary .furgan-native-share:hover {
    border-color: var(--couleur-accent );
    color: var(--couleur-accent );
}


/* =========================================
   RESPONSIVE MOBILE
   ========================================= */

@media (max-width: 768px) {

    .entry-summary .furgan-native-share {
        display: inline-flex;
        width: 100%;
    }

    .entry-summary .furgan-desktop-share {
        display: none;
    }

}

.entry-summary .furgan-native-share:active {
    transform: scale(0.97);
}

/*.downloadable */
form.cart table.thwepo-extra-options {
    border: none;
}
form.cart table.thwepo-extra-options abbr.required {
    border-bottom: none;
}
table.thwepo-extra-options tr {
    padding-bottom: 20px;
    display: block;
}
table.thwepo-extra-options tr:last-child {
    padding-bottom: 0;
}
table.thwepo-extra-options td {
    padding: 0;
    display: block;
}
table.thwepo-extra-options td.value {
    padding-top: 5px;
    width: 175px;
    max-width: 100%;
}
/*.product-type-variable*/
.product-type-variable .woocommerce-variation-price .price {
    font-size: 20px;
}
/*.product-type-external*/
/*.product-type-grouped*/
.product-type-grouped .entry-summary .cart .group_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
    border: none;
}
.product-type-grouped .entry-summary .cart .group_table td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-type-grouped .entry-summary .cart .group_table tr:first-child td {
    padding-top: 0;
}
.product-type-grouped .entry-summary .cart .group_table td:first-child {
    padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table td:last-child {
    padding-right: 0;
}
.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
    text-align: inherit;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    white-space: normal;
}
.product-type-grouped .entry-summary .cart .group_table label {
    margin-bottom: 0;
}
.product-type-grouped .entry-summary .cart .group_table .button {
    font-size: 15px;
    line-height: 26px;
}
.product-type-grouped .entry-summary .cart .group_table .price ins {
    padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table .quantity {
    margin-bottom: 0;
}
@media (max-width: 1280px) {
    .entry-summary .entry-title {
        font-size: 28px;
    }
    .entry-summary .price {
        font-size: 20px;
    }
    .contain-left .single-left {
        width: 50%;
        margin-right: 35px;
    }
    .contain-left .entry-summary {
        width: calc(50% - 35px);
    }
}
@media (min-width: 992px) {
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        width: 80px;
        position: absolute;
        top: 0;
        left: -95px;
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
        position: static;
        height: 20px;
        cursor: pointer;
        z-index: 9;
        width: 100%;
        margin-bottom: 10px;
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
        margin-bottom: 0;
        margin-top: 10px;
        border-radius: 0 0 3px 3px;
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
        content: "\f106";
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
        content: "\f107";
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        display: none;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .zoomImg,
    .contain-left.sticky_detail .woocommerce-product-gallery .zoomImg {
        display: none !important;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport {
        cursor: inherit;
    }
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        float: none !important;
    }
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:not(:last-child) {
        margin-bottom: 20px;
    }
    .contain-left.sticky_detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
        margin-left: -7px;
        margin-right: -7px;
        -webkit-transform: none !important;
        -moz-transform: none !important;;
        -ms-transform: none !important;;
        -o-transform: none !important;;
        transform: none !important;;
        width: auto !important;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        width: 50% !important;
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }
    .contain-left.vertical_thumbnail.has-gallery .single-left {
        width: calc(55% - 95px);
        margin-left: 95px;
    }
    .contain-left.vertical_thumbnail.has-gallery .entry-summary {
        width: calc(45% - 50px);
    }
}
@media (max-width: 991px) {
    .entry-summary .single-product-enquiry-wrap .modal-content {
        padding: 40px
    }
    .contain-left.vertical_thumbnail .slick-list {
        margin-left: -7px;
        margin-right: -7px;
    }
    .contain-left.vertical_thumbnail .slick-slide {
        padding-left: 7px;
        padding-right: 7px;
    }
    .contain-left .single-left,
    .contain-left .entry-summary {
        width: 100%;
    }
    .contain-left .single-left {
        margin-right: 0;
    }
    .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }
    .contain-left.has-gallery.vertical_thumbnail .product-360-button,
    .contain-left.has-gallery.vertical_thumbnail .single-left .product-video-button {
        left: 9px;
    }
    .product-360-button,
    .single-left .product-video-button {
        top: 9px;
        left: 9px;
        bottom: auto;
    }
}
@media (max-width: 767px) {
    .entry-summary .single-product-enquiry-wrap .modal-content {
        padding: 30px;
    }
}
/*buy together*/
.yith-wfbt-section {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 35px 10px 30px 30px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.yith-wfbt-section::before {
    content: "";
    position: absolute;
    left: 75%;
    top: 0;
    height: 100%;
    border-left: 1px solid #e8e8e8;
}
.yith-wfbt-section h3 {
    margin-top: 0;
    width: calc(75% - 30px);
    font-size: 20px;
}
.yith-wfbt-form {
    display: flex;
    flex-wrap: wrap;
}
.yith-wfbt-section .yith-wfbt-items {
    width: 100%;
    list-style: none;
    margin-left: 12px;
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item {
    position: relative;
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item .product-name {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
    margin: 0;
    width: calc(75% - 30px);
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    width: calc(25% + 30px);
    text-align: center;
    padding-left: 50px;
}
.yith-wfbt-section .yith-wfbt-submit-block .price_text .total_price {
    color: var(--couleur-accent );
    font-weight: 500;
    font-size: 18px;
}
.yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button {
    background-color: #000;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 180px;
    margin-top: 20px;
}
.yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button:hover {
    background-color: var(--couleur-accent );
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
    width: 75%;
    margin-left: 0;
    padding-left: 15px;
}
.yith-wfbt-section .yith-wfbt-images td img {
    width: 210px;
}
.yith-wfbt-section .yith-wfbt-images .image_plus {
    font-size: 24px;
}
@media (max-width: 991px) {
    .yith-wfbt-section::before {
        display: none;
    }
    .yith-wfbt-section h3 {
        width: 100%;
        margin-bottom: 5px;
    }
    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
        width: 100%;
        order: 1;
    }
    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
        width: 100%;
        order: 2;
    }
    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
        width: 100%;
        order: 3;
        padding-left: 0;
        padding-top: 10px;
        text-align: left;
    }
    .yith-wfbt-section {
        padding: 25px 15px;
    }
    .yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button {
        margin-top: 10px;
    }
}
/*woocommerce-tabs*/
.woocommerce-tabs {
    position: relative;
    background-color: #fff;
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
}
/*.wc-tabs*/
.wc-tabs {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.wc-tabs li {
    display: inline-block;
    padding: 0 25px;
    vertical-align: bottom;
}
.wc-tabs li a {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    color: inherit;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.wc-tabs li a::before {
    content: '';
    position: absolute;
    border-bottom: 15px solid var(--couleur-accent );
    width: 100%;
    bottom: 10px;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.6;
}
.wc-tabs li a:hover,
.wc-tabs li.active a {
    color: #000;
}
.wc-tabs li.active a::before,
.wc-tabs li a:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    margin: -1px auto 0;
    overflow: hidden;
}
.woocommerce-Tabs-panel > h2 {
    display: none;
}
.woocommerce-Tabs-panel .woocommerce-noreviews {
    padding-bottom: 10px;
}
.woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}
.woocommerce-Tabs-panel table {
    margin-bottom: 0;
}
.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td {
    font-weight: 600;
}
.woocommerce-Tabs-panel td p {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .wc-tabs {
        margin-top: 15px;
    }
    .wc-tabs li {
        display: block;
        margin-bottom: 8px;
        padding: 0;
    }
    .woocommerce-Tabs-panel {
        padding: 25px 15px;
    }
}
/*comment star*/
p.stars {
    line-height: 18px;
    display: inline-block;
}
p.stars a {
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 13px;
    height: 13px;
}
p.stars a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
p.stars a.active {
    color: #eebe19;
}
p.stars a::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 13px;
    display: inline-block;
}
p.stars a.star-1::before {
    content: "\f006";
}
p.stars a.star-2::before {
    content: "\f006\f006";
}
p.stars a.star-3::before {
    content: "\f006\f006\f006";
}
p.stars a.star-4::before {
    content: "\f006\f006\f006\f006";
}
p.stars a.star-5::before {
    content: "\f006\f006\f006\f006\f006";
}
.block-title .product-grid-title {
    margin: 65px auto 55px;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    display: table;
    padding-left: 48px;
    padding-right: 48px;
}
.block-title .product-grid-title::before,
.block-title .product-grid-title::after {
    content: '';
    height: 2px;
    position: absolute;
    background-color: var(--couleur-accent );
    top: 45%;
    width: 40px;
}
.block-title .product-grid-title::before {
    left: 0;
}
.block-title .product-grid-title::after {
    right: 0;
}
@media (max-width: 1199px) {
    .block-title .product-grid-title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .block-title .product-grid-title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 22px;
    }
    .block-title .product-grid-title::before,
    .block-title .product-grid-title::after {
        width: 25px;
    }
}

/* MAH */
/* Afficher la galerie WooCommerce horizontalement */
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: row;       /* Miniatures en ligne */
    justify-content: center;   /* Centrer sous l’image */
    gap: 10px;                 /* Espacement entre miniatures */
    margin-top: 10px;          /* Petit espace avec l’image principale */
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: none !important;    /* Supprime l'affichage en colonne */
    width: auto !important;    /* Garde la taille naturelle des thumbs */
}

/* =========================
   WooCommerce Show Password Fix
   ========================= */

.form-row .password-input input {
    width: 70%;
}

/* Icône œil */
.password-input .show-password-input::after {
    font-family: FontAwesome !important;
    content: "\f06e" !important; /* eye */
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

/* Icône œil barré quand visible */
.password-input .show-password-input.display-password::after {
    content: "\f070" !important; /* eye slash */
}

/* Style bouton minimaliste */
.password-input .show-password-input {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

/* Hover propre */
.password-input .show-password-input:hover {
    opacity: 1;
}
    

/* FIN MAH */

/* MAH */
/* ============================================ */
/* Masquer Pays, Région et Code Postal */
/* Livraison + Facturation */
/* Compatible tous navigateurs */
/* ============================================ */

/* ----- Livraison ----- */
#shipping-country,
#shipping-state,
#shipping-postcode {
    display: none !important;
}

label[for="shipping-country"],
label[for="shipping-state"],
label[for="shipping-postcode"] {
    display: none !important;
}

#shipping-country + svg,
#shipping-state + svg,
#shipping-postcode + svg {
    display: none !important;
}

/* Supprimer espace */
#shipping-country,
#shipping-state,
#shipping-postcode {
    position: absolute !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ----- Facturation ----- */
#billing-country,
#billing-state,
#billing-postcode {
    display: none !important;
}

label[for="billing-country"],
label[for="billing-state"],
label[for="billing-postcode"] {
    display: none !important;
}

#billing-country + svg,
#billing-state + svg,
#billing-postcode + svg {
    display: none !important;
}

/* Supprimer espace */
#billing-country,
#billing-state,
#billing-postcode {
    position: absolute !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*Fin MAH*/


/* ==========================================================================
8.0 OTHER PAGE
========================================================================== */
/* ==========================================================================
8.1 CART PAGE
========================================================================== */
#shipping_method {
    padding-left: 0;
    list-style: none;
}
#shipping_method input[type="radio"] {
    display: none;
}
#shipping_method label {
    position: relative;
    padding-left: 26px;
    color: #666666;
    cursor: pointer;
}
#shipping_method label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#shipping_method input[type="radio"]:checked + label {
    color: #000000;
}
#shipping_method input[type="radio"]:checked + label::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.woocommerce-cart .cart-empty {
    font-size: 38px;
    line-height: 1.2;
    background-color: #fff;
    padding: 90px 15px 25px;
    text-align: center;
    margin-bottom: 0;
}
body.woocommerce-cart .return-to-shop {
    text-align: center;
    padding: 0 15px 90px;
    background-color: #fff;
}
body.woocommerce-cart .return-to-shop a {
    min-width: 170px;
    padding: 0 15px;
    text-align: center;
    background-color: #1b1b1b;
    height: 42px;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;

    font-weight: 600;
}
body.woocommerce-cart .return-to-shop a:hover {
    background-color: var(--couleur-accent );
}
.cart-collaterals {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}
.cart-collaterals .cross-sells {
    padding-bottom: 40px;
}
.cross-sells > h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
    margin-bottom: 35px;
}
.shop_table .variation {
    display: none;
}
.shop_table thead tr th {
    border-bottom: 0;
    border-top: 0;
}
.shop_table tr td.product-remove,
.shop_table tr th.product-remove {
    border-right: 0;
    border-top: 0;
    border-left: 0;
}
.shop_table tr td.product-thumbnail,
.shop_table tr th.product-thumbnail {
    border-right: 0;
    border-left: 0;
}
body.woocommerce-cart .shop_table tr td.product-name,
body.woocommerce-cart .shop_table tr th.product-name {
    border-left: 0;
}
body.woocommerce-cart .shop_table tr td.product-subtotal,
body.woocommerce-cart .shop_table tr th.product-subtotal {
    border-right: 0;
}
.shop_table tr:first-child td,
.shop_table tr:first-child th {
    border-top: 0;
}
.shop_table .product-remove {
    text-align: center;
}
.shop_table .product-remove .remove {
    font-size: 0;
}
.shop_table .product-remove .remove::before {
    content: "\f014";
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
}
.shop_table .product-remove .remove:not(:hover) {
    color: #bdbdbd;
}
.shop_table .product-thumbnail {
    width: 120px;
}
.shop_table .product-thumbnail img {
    max-width: 100px;
    min-width: 60px;
}
.shop_table .product-name a:not(.button) {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: normal;
}
.shop_table .product-name a:not(.button):hover {
    color: var(--couleur-accent );
}
.woocommerce-cart-form .shop_table {
    margin-bottom: 0;
}
.woocommerce-cart-form .shop_table thead th {
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.woocommerce-cart-form .shop_table thead th.product-name {
    text-align: left;
}
.woocommerce-cart-form .shop_table td.product-price,
.woocommerce-cart-form .shop_table td.product-subtotal {
    font-size: 16px;
    color: #000000;
    text-align: center;
}
.woocommerce-cart-form .shop_table td.product-quantity {
    text-align: center;
}
.woocommerce-cart-form .shop_table td.product-subtotal {
    font-weight: 500;

}
.woocommerce-cart-form .shop_table .actions {
    padding: 40px 20px 30px 20px;
    overflow: hidden;
    border: 0;
}
.woocommerce-cart-form .shop_table .actions label {
    display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
    position: relative;
    max-width: 100%;
    width: 512px;
    float: left;
    margin-bottom: 7px;
}
.woocommerce-cart-form .shop_table .actions #coupon_code {
    width: 100%;
}
.woocommerce-cart-form .shop_table .actions button.button {
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.woocommerce-cart-form .shop_table .actions .coupon button.button {
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce-cart-form .shop_table .actions button.button:not(:disabled):hover {
    background-color: var(--couleur-accent );
}
.woocommerce-cart-form .shop_table .actions > button.button {
    float: right;
}
.cart_totals {
    position: relative;
}
.cart_totals > h2 {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    border-bottom: none;
    padding: 25px;
    margin: 0;
}
.cart_totals .shop_table {
    margin-bottom: 0;
}
.cart_totals .shop_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
    border: 0;
    padding: 7px 20px;
}
.cart_totals .shop_table tr th {
    width: 35%;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    border-right: 0;
}
.cart_totals .shop_table tr td {
    vertical-align: top;
    font-size: 16px;
    color: #000000;
    border-left: 0;
    text-align: right;
}
.cart_totals .shop_table tr.order-total th {
    font-size: 16px;
    font-weight: 600;
}
.cart_totals .shop_table tr.order-total strong {
    font-size: 18px;
    color: var(--couleur-accent );
    font-weight: normal;
}
.woocommerce-shipping-calculator > p {
    margin-bottom: 0;
}
.woocommerce-shipping-calculator > .shipping-calculator-form {
    margin-top: 26px;
}
.shipping-calculator-button,
.shipping-calculator-button:hover,
.shipping-calculator-button:focus,
.shipping-calculator-button:active {
    text-decoration: underline;
}
.shipping-calculator-form {
    text-align: left;
}
.shipping-calculator-form input {
    background-color: #fff;
}
.shipping-calculator-form .button {
    display: inline-block;
    min-width: 160px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
}
.wc-proceed-to-checkout {
    text-align: center;
}
.wc-proceed-to-checkout .checkout-button {
    display: block;
    background-color: var(--couleur-accent );
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #000000;
}
body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
    float: left;
    display: inline-block;
    width: calc(100% - 359px)
}
body.woocommerce-cart .no-sidebar .cart-collaterals {
    display: inline-block;
    width: 359px;
    padding-left: 30px;
    padding-top: 0;
}
@media (max-width: 1199px) {
    .cart_totals > h2,
    body.woocommerce-cart .cart-title {
        font-size: 16px;
        letter-spacing: 0.1em;
        padding: 20px;
    }
    .woocommerce-cart-form .shop_table td.product-price,
    .woocommerce-cart-form .shop_table td.product-subtotal {
        font-size: 15px;
    }
    body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
        width: 100%;
        float: none;
    }
    body.woocommerce-cart .no-sidebar .cart-collaterals {
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 15px;
    }
    .shop_table td,
    .shop_table th {
        border-color: #ebebeb;
        padding: 15px;
    }
    .woocommerce-cart-form {
        width: 100%;
    }
    .cart-collaterals {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .has-sidebar .shop_table {
        display: block;
    }
    .has-sidebar .shop_table thead,
    .has-sidebar .shop_table tfoot,
    .has-sidebar .shop_table tbody,
    .has-sidebar .shop_table tr,
    .has-sidebar .shop_table tr td,
    .has-sidebar .shop_table tr th {
        display: inline-block;
        text-align: center !important;
        width: 100% !important;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }
    .has-sidebar .woocommerce-cart-form .shop_table thead {
        display: none;
    }
    .has-sidebar .woocommerce-cart-form .shop_table tr:first-child td,
    .has-sidebar .woocommerce-cart-form .shop_table tr:first-child th,
    .has-sidebar .cart_totals .shop_table tr:first-child td,
    .has-sidebar .cart_totals .shop_table tr:first-child th {
        padding-top: 15px;
    }
    .has-sidebar .woocommerce-cart-form .shop_table .actions .coupon,
    .has-sidebar .woocommerce-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%;
    }
    .has-sidebar .woocommerce-cart-form .shop_table tr td,
    .has-sidebar .cart_totals .shop_table tr th {
        border-top: 0;
    }
    .has-sidebar .woocommerce-cart-form .shop_table .actions .coupon button.button {
        position: static;
        margin-top: 10px;

        width: 100%;
    }
}
@media (max-width: 767px) {
    .shop_table {
        display: block;
    }
    .shop_table thead,
    .shop_table tfoot,
    .shop_table tbody,
    .shop_table tr,
    .shop_table tr td,
    .shop_table tr th {
        display: inline-block;
        text-align: center !important;
        width: 100% !important;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }
    body.woocommerce-cart .cart-title {
        border-bottom: 1px solid #ebebeb;
        padding: 20px 15px;
        letter-spacing: 0.1em;
    }
    .cart_totals > h2 {
        padding: 20px 15px;
        letter-spacing: 0.1em;
    }
    .woocommerce-cart-form .shop_table thead {
        display: none;
    }
    .woocommerce-cart-form .shop_table tr:first-child td,
    .woocommerce-cart-form .shop_table tr:first-child th,
    .cart_totals .shop_table tr:first-child td,
    .cart_totals .shop_table tr:first-child th {
        padding-top: 15px;
    }
    .woocommerce-cart-form .shop_table .actions .coupon,
    .woocommerce-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%;
    }
    .woocommerce-cart-form .shop_table tr td,
    .cart_totals .shop_table tr th {
        border-top: 0;
    }
    .woocommerce-cart-form .shop_table .actions .coupon button.button {
        position: static;

        margin-top: 10px;
        width: 100%;
    }
    body.woocommerce-cart .cart-empty {
        font-size: 26px;
    }
}
/* ==========================================================================
8.2 CHECKOUT PAGE
========================================================================== */
.woocommerce-form__label-for-checkbox > span {
    position: relative;
    font-size: 16px;
    color: #888;
    padding-left: 28px;
}
.woocommerce-form__label-for-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -4px;
    border: 1px solid #eeeeee;
    background-color: #fff;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    display: none;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: -5px;
    color: var(--couleur-accent );
    font-size: 13px;
}
#payment {
    background-color: #f8f8f8;
}
#payment ul {
    padding: 30px 30px 20px 30px;
    list-style: none;
}
#payment .input-radio {
    display: none;
}
#payment .input-radio ~ label {
    position: relative;
    padding-left: 26px;
    color: #000000;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: inherit;
}
#payment .input-radio ~ label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border-radius: 50%;
}
#payment .input-radio:hover + label::after,
#payment .input-radio:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 1px;
    color: var(--couleur-accent );
    font-size: 13px;
}
/*SELECT2 RESET*/
body .select2-container {
    width: 100% !important;
}
body .select2-dropdown {
    border: 1px solid #ebebeb;
}
body .select2-container--default .select2-selection--single {
    height: 42px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 26px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    width: 42px;
}
body .select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
body .select2-dropdown {
    border-radius: 0;
}
body .select2-dropdown .select2-search .select2-search__field {
    background-color: var(--couleur-Background);
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
}
body .select2-results__option {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
body .select2-dropdown .select2-result {
    color: #888888;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f0f2f5;
    color: #000000;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
    color: #000000;
}
.furgan-checkout-login .woocommerce-info,
.furgan-checkout-coupon .woocommerce-info {
    padding: 40px 20px 50px 122px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: 600;
    color: #000000;

}
.furgan-checkout-login .woocommerce-info::before,
.furgan-checkout-coupon .woocommerce-info::before {
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    background-color: var(--couleur-accent );
    color: #fff;
    content: "\f090";
    font-family: 'FontAwesome', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
    letter-spacing: 0;
}
.furgan-checkout-coupon .woocommerce-info::before {
    content: "\f145";
}
.furgan-checkout-login .woocommerce-info a,
.furgan-checkout-coupon .woocommerce-info a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
    padding-top: 6px;
}
.furgan-checkout-login .woocommerce-info a:not(:hover),
.furgan-checkout-coupon .woocommerce-info a:not(:hover) {
    color: var(--couleur-body);
}
.checkout_coupon {
    overflow: hidden;
    padding: 35px 25px 10px 25px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.checkout_coupon .button {
    background-color: #1b1b1b;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
.checkout_coupon .button:hover {
    background-color: var(--couleur-accent );
}
.furgan-checkout-login .woocommerce-form-login {
    padding: 35px 25px 15px 25px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.checkout-before-top {
    overflow: hidden;
}
.checkout-before-top .furgan-checkout-login,
.checkout-before-top .furgan-checkout-coupon {
    width: calc(50% - 15px);
    float: left;
}
.checkout-before-top .furgan-checkout-login:empty + .furgan-checkout-coupon {
    width: 100%;
}
.checkout-before-top .furgan-checkout-coupon {
    float: right;
}
form.woocommerce-checkout {
    position: relative;
}
form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
    content: '';
    display: table;
}
form.woocommerce-checkout::after {
    clear: both;
}
.validate-required label .required {
    display: none;
}
.validate-required label::after {
    content: '*';
    color: #ff0000;
}
/*.woocommerce-billing-fields*/
.woocommerce-billing-fields > h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
}
.woocommerce-billing-fields__field-wrapper {
    padding: 30px 25px 35px 25px;
}
/*woocommerce-account-fields*/
.woocommerce-account-fields {
    padding: 0 25px 35px 25px;
}
.woocommerce-account-fields > p {
    margin-bottom: 10px;
}
.woocommerce-account-fields #account_password_field {
    margin-bottom: 0;
}
.form-row {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.form-row:last-child {
    margin-bottom: 0;
}
.form-row > label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 16px;
}
.woocommerce-input-wrapper > input,
.form-row .password-input input,
.form-row > input {
    width: 100%;
}
.form-row-first {
    float: left;
    width: calc(50% - 15px);
}
.form-row-last {
    float: right;
    width: calc(50% - 15px);
}
/*.woocommerce-shipping-fields*/
#customer_details .col-1 {
    position: relative;
    border: 1px solid #ebebeb;
}
#customer_details .col-2 {
    margin-top: 30px;
    border: 1px solid #ebebeb;
    padding: 25px 25px 35px;
}
.woocommerce-shipping-fields #ship-to-different-address {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
    color: inherit;
    margin: 0;
}
.woocommerce-shipping-fields .shipping_address {
    padding-top: 20px;
}
#order_comments {
    height: 195px;
}
/*#order_review*/
#order_review_heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: var(--couleur-accent );
    padding: 25px;
    margin: 0;
}
#order_review .shop_table {
    background-color: #F8F8F8;
    border: 0;
    margin-bottom: 30px;
    border-radius: 0 0 4px 4px;
}
#order_review .shop_table tr th,
#order_review .shop_table tr td {
    border-left: 0;
    border-right: 0;
    padding: 15px 25px;
    font-size: 15px;
}
#order_review .shop_table tr th {
    vertical-align: top;
    padding: 20px 25px;
    width: 30%;
}
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
    border-bottom: 0;
}
#order_review .shop_table tr.shipping td,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr .product-total {
    text-align: right;
}
#order_review .shop_table tfoot tr.shipping p:last-child {
    margin-bottom: 0;
}
#order_review .shop_table tfoot tr.order-total th,
#order_review .shop_table tfoot tr.order-total td {
    padding: 20px 25px;
}
#order_review .shop_table tfoot tr.order-total td strong {
    font-size: 18px;
    color: var(--couleur-accent );
    font-weight: 600;
}
#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
    border-top: 0;
}
#order_review .shop_table thead {
    border-bottom: 1px solid #ebebeb;
}
#order_review .shop_table thead tr th {
    color: #000000;
}
#order_review .shop_table .product-name {
    text-transform: inherit;
}
#order_review .shop_table td.product-name {
    color: inherit;
}
#order_review .shop_table tfoot {
    font-size: 16px;
    color: #000000;
}
.place-order {
    text-align: center;
}
.place-order .woocommerce-terms-and-conditions-wrapper {
    padding: 0 30px;
}
#place_order {
    width: 100%;
    background-color: var(--couleur-accent );
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

}
.wc_payment_method:not(:last-child) {
    padding-bottom: 20px;
}
.payment_box {
    background-color: #fff;
    position: relative;
    padding: 15px;
    margin-top: 18px;
}
.payment_box p:last-child {
    margin-bottom: 0;
}
.payment_box::before {
    content: '';
    border-width: 0 9px 10px 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    left: 25px;
}
.no-sidebar form.woocommerce-checkout {
    overflow: hidden;
}
.no-sidebar #customer_details {
    float: left;
    width: calc(100% - 480px);
}
.no-sidebar #order_review {
    float: right;
    width: 480px;
    padding-left: 30px;
}
.no-sidebar #order_review_heading {
    float: right;
    width: 450px;
}
.woocommerce-order .woocommerce-notice {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--couleur-accent );
    padding: 30px 25px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.woocommerce-order .woocommerce-order-overview {
    background: #f6f6f6;
    margin-bottom: 30px;
    padding: 30px 25px;
    list-style: none;
}
.woocommerce-order .woocommerce-order-overview li::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    margin-right: 12px;
    font-size: 18px;
    color: #bdbdbd;
}
.woocommerce-order .woocommerce-order-details .shop_table {
    border: none;
}
.woocommerce-order .woocommerce-order-details .shop_table thead {
    background-color: #e9e9e9;
}
.woocommerce-order .woocommerce-order-details .shop_table tbody tr:first-child td,
.woocommerce-order .woocommerce-order-details .shop_table tbody tr:first-child th,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:first-child td,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:first-child th {
    border-top: 0;
}
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child td,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th {
    border-bottom: 0;
}
.woocommerce-order .woocommerce-order-details .shop_table tr th,
.woocommerce-order .woocommerce-order-details .shop_table tr td {
    border-left: 0;
    border-right: 0;
    padding: 17px 25px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.woocommerce-order .woocommerce-order-details {
    background: #f6f6f6;

    margin-bottom: 30px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    margin: 0;
    color: #fff;
    background-color: var(--couleur-accent );
}
.woocommerce-order .woocommerce-customer-details {
    background: #f6f6f6;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    background-color: var(--couleur-accent );
    color: #fff;
    margin: 0;
}
.woocommerce-order .woocommerce-customer-details address {
    padding: 20px 25px;
}
.woocommerce-order .woocommerce-customer-details address p {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    #order_review_heading {
        font-size: 16px;
        padding: 20px 15px;
        letter-spacing: 0.1em;
    }
    .furgan-checkout-login .woocommerce-info,
    .furgan-checkout-coupon .woocommerce-info {
        font-size: 16px;
    }
    .checkout-before-top .furgan-checkout-login,
    .checkout-before-top .furgan-checkout-coupon {
        width: 100%;
        float: none;
    }
    .no-sidebar #customer_details {
        float: none;
        width: 100%;
    }
    .no-sidebar #order_review_heading {
        float: none;
        width: 100%;
    }
    .no-sidebar #order_review {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .furgan-checkout-login .woocommerce-form-login,
    #payment ul,
    #customer_details .col-2,
    .woocommerce-billing-fields > h3,
    .woocommerce-billing-fields__field-wrapper {
        padding: 20px 15px;
    }
    .place-order .woocommerce-terms-and-conditions-wrapper {
        padding: 0 15px;
    }
    .checkout_coupon {
        padding: 20px 15px 0 15px;
    }
    .woocommerce-account-fields {
        padding: 0 15px 20px 15px;
    }
    .woocommerce-billing-fields > h3 {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    #customer_details {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    #order_review {
        width: 100%;
    }
    #order_review .shop_table tr th,
    #order_review .shop_table tr td {
        padding: 15px !important;
    }
    #place_order {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .woocommerce-order .woocommerce-customer-details address,
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-order-overview,
    .woocommerce-order .woocommerce-notice {
        padding: 20px 15px;
    }
    .woocommerce-order .woocommerce-order-details .shop_table tr th,
    .woocommerce-order .woocommerce-order-details .shop_table tr td {
        padding: 15px;
    }
    #customer_details .col-2 .woocommerce-additional-fields > h3 {
        font-size: 20px;
    }
    .woocommerce-order .woocommerce-notice,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .form-row-first,
    .form-row-last {
        width: 100%;
        float: none;
    }
    .furgan-checkout-login .woocommerce-info,
    .furgan-checkout-coupon .woocommerce-info {
        padding: 25px 15px 25px 90px;
    }
    .furgan-checkout-login .woocommerce-info::before,
    .furgan-checkout-coupon .woocommerce-info::before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: 15px;
        font-size: 28px;
    }
    .woocommerce-order .woocommerce-order-details .shop_table thead {
        display: none;
    }
    .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th {
        border-bottom: 1px solid #ebebeb;
    }
    #order_review_heading,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
        text-align: center;
    }
    #customer_details .col-2 .woocommerce-additional-fields > h3 {
        font-size: 18px;
    }
    .woocommerce-order .woocommerce-notice,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
        font-size: 14px;
    }
}
/* ==========================================================================
8.3 MY ACCOUNT PAGE
========================================================================== */
body .user-role .radio {
    display: inline-block;
    padding: 0 20px
}
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    content: '';
    display: table;
}
body.woocommerce-account .woocommerce::after {
    clear: both;
}
/*LOGOUT*/
body.woocommerce-account .woocommerce-notices-wrapper ~ h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    background-color: #f6f6f6;
    padding: 30px 25px 7px 25px;
    border-radius: 3px 3px 0 0;
}
body.woocommerce-account .woocommerce-notices-wrapper ~ h2::before {
    content: "\f103";
    font-family: 'Flaticon', sans-serif;
    display: inline-block;
    min-width: 84px;
    height: 84px;
    line-height: 80px;
    border-radius: 50%;
    background-color: var(--couleur-accent );
    color: #fff;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    font-size: 31px;
    font-weight: normal;
    letter-spacing: 0;
}
body.woocommerce-account .woocommerce-notices-wrapper ~ .woocommerce-form-login {
    background-color: #f6f6f6;
    padding: 19px 25px 15px 25px;
    border-radius: 0 0 3px 3px;
}
/*LOGIN*/
#customer_login {
    overflow: hidden;
}
#customer_login .col-1,
#customer_login .col-2 {
    width: calc(50% - 15px);
    float: left;
    min-height: 488px;
    border: 1px solid #f1f1f1;
}
#customer_login .col-2 {
    float: right;
}
.furgan-checkout-login .form-row,
#customer_login .form-row {
    margin-bottom: 20px;
}
#customer_login > div > .woocommerce-form {
    padding: 25px 40px;
}
#customer_login > div > h2 {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    padding: 25px 40px;
    color: #222;
    font-weight: 600;
}
#customer_login > div > form .form-row:not(.form-row-wide) {
    text-align: center;
}
form.woocommerce-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
form.woocommerce-form-login .button,
form.register .button {
    float: left;
    background-color: var(--couleur-accent );
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
form.woocommerce-form-login .button:hover,
form.register .button:hover {
    background-color: #1b1b1b;
}
form.woocommerce-form-login .woocommerce-form__label {
    cursor: pointer;
    font-size: 14px;
    color: #888;
    margin: 0 0 20px;
    position: relative;
    font-weight: normal;
}
form.woocommerce-form-login .lost_password {
    margin-bottom: 0;
}
form.woocommerce-form-login .lost_password a {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    vertical-align: top;
}
.woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    padding-right: 30px;
}
.woocommerce-MyAccount-content {
    float: left;
    width: 70%;
}
.woocommerce-MyAccount-navigation > ul {
    padding-left: 0;
}
.woocommerce-MyAccount-navigation > ul li {
    line-height: 50px;
    list-style: none;
    font-weight: 500;

    font-size: 15px;
}
.woocommerce-MyAccount-navigation > ul li:not(:first-child) {
    border-top: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
    color: var(--couleur-accent );
}
.woocommerce-MyAccount-content .form-row label {
    display: block;
    font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content fieldset legend {
    color: #000000;
    display: block;
    border-bottom: none;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button:hover {
    background-color: var(--couleur-accent );
}
.woocommerce-MyAccount-content .form-row input {
    width: 100%;
}
.woocommerce-MyAccount-content h3 {
    margin: 0 0 20px;
}
.woocommerce-MyAccount-content p {
    margin-bottom: 15px;
}
.woocommerce-Address {
    margin-bottom: 30px;
    padding: 25px 15px;
    border: 2px solid #d1d1d1;
    margin-top: 30px;
    position: relative;
}
.woocommerce-Address .woocommerce-Address-title > h3 {
    font-size: 18px;
}
/*.woocommerce-password*/
.woocommerce-password-strength {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.woocommerce-password-strength::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 0;
}
.woocommerce-password-strength::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.woocommerce-password-strength.short::after {
    background-color: #f44336;
    width: 25%;
}
.woocommerce-password-strength.bad::after {
    background-color: #ff9800;
    width: 50%;
}
.woocommerce-password-strength.good::after {
    background-color: #2196F3;
    width: 75%;
}
.woocommerce-password-strength.strong::after {
    background-color: var(--couleur-accent );
    width: 100%;
}
.woocommerce-ResetPassword .form-row .woocommerce-Button {
    height: 54px;
    line-height: 54px;

    min-width: 150px;
}
.woocommerce-ResetPassword .form-row .woocommerce-Button:hover {
    background-color: var(--couleur-accent );
}
.woocommerce-ResetPassword .form-row {
    float: none;
}
@media (max-width: 1199px) {
    body.woocommerce-account .woocommerce-notices-wrapper ~ h2,
    body.woocommerce-account .woocommerce-notices-wrapper ~ .woocommerce-form-login,
    .checkout_coupon,
    #customer_login .col-1,
    #customer_login .col-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        min-height: 0;
    }
    #customer_login .col-1 {
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-navigation {
        width: 100%;
        padding-right: 0;
    }
    .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation > ul {
        margin-bottom: 40px;
    }
    #customer_login .form-row:not(.form-row-wide) {
        margin-bottom: 20px;
    }

}
@media (max-width: 479px) {
    #customer_login .woocommerce-form__label {
        float: none;
    }
    #customer_login .woocommerce-Button {
        float: none;
    }

}
/* ==========================================================================
8.5 TRACK YOUR ORDER
========================================================================== */
.track_order {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ebebeb;
    padding: 35px 30px 40px 30px;

}
.track_order .form-row {
    margin-bottom: 0;
    margin-top: 30px;
    float: none;
}
.track_order p:first-child {
    margin-bottom: 0;
}
.track_order .form-row-first,
.track_order .form-row-last {
    width: 100%;
}
.track_order .button {
    padding: 0 30px;
}
.track_order .button:hover {
    background-color: var(--couleur-accent );
}
/* ==========================================================================
8.6 PAGE 404
========================================================================== */
body.error404 .header {
    position: static;
}
.title-notfound {
    font-size: 36px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1;
}
.main-container.error-404 .title-notfound {
    margin-top: 110px;
}
.main-container.error-404 .subtitle {
    font-size: 15px;
    line-height: 26px;
    color: #888888;
    margin-bottom: 25px;
}
.main-container.error-404 .search-form {
    width: 320px;
    max-width: 100%;
    position: relative;
}
.main-container.error-404 .search-form .search-field {
    width: 100%;
}
.main-container.error-404 .search-form .search-submit {
    vertical-align: top;
    background-color: var(--couleur-accent );
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px) {
    .title-notfound {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-notfound {
        font-size: 26px;
    }
    .main-container.error-404 .title-notfound {
        margin-top: 0;
    }
}


/*===============================================================
9.12 FURGAN POPUP VIDEO
===============================================================*/
.furgan-videopopup {
    line-height: 26px;
}
.furgan-videopopup .videopopup-inner {
    overflow: hidden;
}
.furgan-videopopup .videopopup-info {
    float: left;
    width: 52%;
    padding: 40px 0 0 90px;
}
.furgan-videopopup .cate {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--couleur-accent );
    letter-spacing: 1px;
}
.furgan-videopopup .title {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
}
.furgan-videopopup .videopopup-thumb {
    float: left;
    width: 48%;
    position: relative;
}
.furgan-videopopup .videopopup-thumb .product-video-button {
    position: absolute;
    top: 50%;
    right: -43px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.furgan-videopopup .videopopup-thumb .product-video-button a {
    display: inline-block;
    width: 86px;
    height: 86px;
    position: relative;
}
.furgan-videopopup .videopopup-thumb .product-video-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(87, 108, 127, 0.15);
    z-index: 1;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.furgan-videopopup .videopopup-thumb .product-video-button a:hover::before {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.furgan-videopopup .videopopup-thumb .product-video-button a::after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent var(--couleur-accent );
    border-width: 13px 0 13px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media (max-width: 1199px) {
    .furgan-videopopup .title {
        font-size: 26px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .furgan-videopopup .videopopup-info {
        padding: 20px 0 0 60px;
    }
}
@media (max-width: 991px) {
    .furgan-videopopup .title {
        font-size: 22px;
    }
    .furgan-videopopup .videopopup-thumb {
        width: auto;
        display: table;
    }
    .furgan-videopopup .videopopup-info {
        padding: 30px 0 0 0;
        width: 100%;
    }
    .furgan-videopopup .videopopup-thumb .product-video-button {
        right: 50%;
        margin-right: -43px;
    }
}

/*===============================================================
9.14 FURGAN SOCIAL
===============================================================*/
.furgan-socials {
    line-height: 26px;
}
.furgan-socials .title {
    margin-top: 0;
}
.furgan-socials .socials-list {
    padding-left: 0;
    list-style: none;
}

/*.furgan-socials.style-02*/
.furgan-socials.style-02 .socials-list {
    margin-left: -5px;
    margin-right: -5px;
}
.furgan-socials.style-02 .socials-list li {
    display: inline-block;
    padding: 4px 5px;
    vertical-align: top;
}
.furgan-socials.style-02 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 50px;
    color: #000;
    background-color: #ebebeb;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.furgan-socials.style-02 .socials-list li a:hover {
    color: #fff;
    background-color: var(--couleur-accent );
}

/*===============================================================
9.15 FURGAN TABS
===============================================================*/
.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit;
}
.furgan-tabs {
    position: relative;
    line-height: 26px;
    z-index: 1;
}
.furgan-tabs .tab-link {
    padding-left: 0;
    list-style: none;
}
.furgan-tabs .tab-head .title {
    margin-top: 0;
}
/*===============================================================
9.16 FURGAN TESTIMONIAL
===============================================================*/
.furgan-testimonial {
    line-height: 26px;
}

/*.furgan-testimonial.style-02*/
.furgan-testimonial.style-02 .testimonial-inner {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.furgan-testimonial.style-02 .desc {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.furgan-testimonial.style-02 .desc::before {
    content: '\f10d';
    font-family: 'FontAwesome', sans-serif;
    font-size: 32px;
    color: var(--couleur-accent );
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.furgan-testimonial.style-02 .testimonial-top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.furgan-testimonial.style-02 .testimonial-info {
    padding-right: 20px;
}
.furgan-testimonial.style-02 .thumb-avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
}
.furgan-testimonial.style-02 .name {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
}
.furgan-testimonial.style-02 .position {
    font-size: 15px;
    color: #fff;
}

@media (max-width: 1199px) {

    .furgan-testimonial.style-02 .desc {
        font-size: 20px;
        line-height: 30px;
    }
    .furgan-testimonial.style-01 .testimonial-inner {
        margin-top: 35px;
    }
    .furgan-testimonial.style-01 .testimonial-top {
        margin-top: -35px;
    }
    .furgan-testimonial.style-01 .thumb-avatar {
        width: 70px;
    }
}
@media (max-width: 991px) {
    .furgan-testimonial.style-02 .testimonial-top {
        flex-direction: row;
    }
    .furgan-testimonial.style-02 .testimonial-info {
        padding-right: 0;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .furgan-testimonial.style-01 .name {
        font-size: 12px;
    }
    .furgan-testimonial.style-02 .desc,
    .furgan-testimonial.style-03 .desc {
        font-size: 18px;
        line-height: 26px;
    }
    .furgan-testimonial.style-02 .desc {
        max-width: 500px;
    }
    .furgan-testimonial.style-03 .desc {
        max-width: 380px;
    }
    .furgan-testimonial.style-02 .thumb-avatar {
        max-width: 70px;
    }

    .furgan-testimonial.style-02 .desc::before {
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
    }
    .furgan-testimonial.style-01 .testimonial-top {
        width: 100%;
    }
    .furgan-testimonial.style-01 .testimonial-inner .desc {
        padding: 0 15px 30px 15px;
        text-align: center;
    }
}