/* ==========================================================================
7.2 PRODUCT ITEM
========================================================================== */
.product-inner,
.product-thumb,
.thumb-link {
    position: relative;
}
.product-thumb img {
    margin: 0 auto;
}
.product-inner .second-image {
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.product-inner:hover .second-image {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1199px) {
    .product-thumb img {
        width: 100%;
    }
}
/*quickview*/
.yith-wcqv-button {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.yith-wcqv-button:not(:hover) {
    color: inherit;
}
.yith-wcqv-button::before {
    font-family: 'Flaticon', sans-serif;
    content: "\f12d";;
    font-size: 20px;
    vertical-align: middle;
    font-weight: normal;
}
body.admin-bar #yith-quick-view-modal {
    top: 32px;
}
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden;
}
#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#yith-quick-view-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, .55);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    text-align: left;
    width: calc(100% - 30px) !important;
    height: auto !important;
    max-width: 920px;
}
#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #fff;
    overflow-y: auto;
    padding: 0 30px;
    max-height: calc(100vh - 40px);
}
#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
    height: 100%;
}
#yith-quick-view-modal .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}
#yith-quick-view-modal .yith-wcqv-main:after, #yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    position: relative;
    box-shadow: none;
}
#yith-quick-view-modal.open .yith-wcqv-main::before,
#yith-quick-view-modal.open .yith-wcqv-main::after {
    content: '';
    display: table;
}
#yith-quick-view-modal.open .yith-wcqv-main::after {
    clear: both;
}
#yith-quick-view-modal .woocommerce-product-gallery {
    float: none !important;
    margin-bottom: 0;
}
#yith-quick-view-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 11;
    font-size: 0;
}
#yith-quick-view-close::before,
#yith-quick-view-close::after {
    border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 17px;
}
#yith-quick-view-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#yith-quick-view-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#yith-quick-view-close {
    background-color: var(--couleur-accent );
}
#yith-quick-view-content div.images {
    width: 50%;
    float: left !important;
    opacity: 1 !important;
    padding: 30px 0 0;
}
#yith-quick-view-modal div.entry-summary .dreaming-wccp-button {
    display: none;
}
#yith-quick-view-modal div.entry-summary {
    height: auto;
    width: 50%;
    float: left;
}
#yith-quick-view-modal div.entry-summary .summary-content {
    padding: 30px 10px 30px 30px;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}
#yith-quick-view-content .onsale {
    left: 30px;
    top: 30px;
    position: absolute;
    z-index: 1;
}
body.admin-bar #yith-quick-view-modal {
    top: 32px;
}
@media (max-width: 767px) {
    .yith-wcqv-button {
        display: none !important;
    }
    #yith-quick-view-modal {
        display: none;
    }
}
/*=========*/
.product-item .flash {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.onnew, .onsale {
    color: #fff;
    display: table;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 3px;
    position: relative;
    min-width: 46px;
    text-align: center;
}
.onnew::before, .onsale::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 11px 13px 11px 0;
}
.onnew span, .onsale span {
    height: 22px;
    line-height: 22px;
    display: block;
}
.onnew {
    background-color: #ecb02f;
}
.onsale {
    font-size: 13px;
    background-color: var(--couleur-accent );
}
.onnew::before {
    border-color: #ecb02f transparent #ecb02f transparent;
}
.onsale::before {
    border-color: var(--couleur-accent ) transparent var(--couleur-accent ) transparent;
}
.product-name {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
}
.product-name a:not(:hover) {
    color: inherit;
}
.price {
    display: inline-block;
    font-size: 15px;
    color: var(--couleur-accent );
}
.price del {
    font-size: 85%;
    color: #8a8a8a;
}
.price ins {
    color: var(--couleur-accent );
    text-decoration: none;
}
.product-item .price {
    font-weight: 600;
}
/*group-button*/
.group-button a {
    display: inline-block;
}
/*addto cart*/
.add-to-cart {
    min-width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
}
.tooltip {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.add-to-cart a {
    font-size: 0;
    display: block;
    height: 40px;
}
.add-to-cart a:not(:hover) {
    color: inherit;
}
.add-to-cart a::before {
    font-family: 'Flaticon', sans-serif;
    content: "\f137";
    font-size: 18px;
    font-weight: normal;
}
.add_to_cart_button.loading {
    cursor: none;
}
.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: 18px;
    display: inline-block;
}
.add-to-cart a.added {
    display: none;
}
.add-to-cart a.added_to_cart::before {
    font-family: 'Flaticon', sans-serif;
    content: "\f12e";
    position: relative;
    top: -2px;
}

/* MAH: Cacher l'icone cart Ajax sur le listing des produits */
.add-to-cart a::before {
    display: none !important;
}
/* Fin MAH */

/*wishlist*/
.yith-wcwl-add-button .yith-wcwl-icon {
    display: none !important;
}
.yith-wcwl-add-to-wishlist {
    position: relative;
    margin-top: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}
.yith-wcwl-add-to-wishlist a {
    font-size: 0;
    display: block;
    height: 40px;
}
.yith-wcwl-add-to-wishlist a:not(:hover) {
    color: inherit;
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}
.add_to_wishlist::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f08a';
    font-weight: normal;
    font-size: 18px;
}
.add_to_wishlist.loading {
    cursor: none;
}
.add_to_wishlist.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: 18px;
    display: inline-block;
    vertical-align: middle;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f004";
    font-size: 16px;
}
#yith-wcwl-popup-message {
    margin: 0 !important;
    background-color: var(--couleur-accent );
    color: #fff;
    border: none;
    top: 50px;
    left: 40px;
    padding: 10px 25px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    display: none !important;
}
#yith-wcwl-message {
    color: #fff;
}
/*quickview*/
.yith-wcwl-add-to-wishlist .blockOverlay,
.yith-wcqv-button .blockOverlay {
    background: inherit !important;
    opacity: 1 !important;
    border-radius: inherit;
}
.yith-wcwl-add-to-wishlist .blockOverlay::after,
.yith-wcqv-button .blockOverlay::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: 18px;
    display: inline-block;
    vertical-align: middle;
}
/*compare*/
.dreaming-wccp-button {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    color: #000000;
}
.dreaming-wccp-button::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f0ec';
    font-size: 16px;
}
/*.star-rating*/
.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 90px;
    letter-spacing: 5px;
}
.star-rating::before,
.star-rating span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
    height: 100%;
    width: 0;
}
.star-rating::before {
    content: "\f006\f006\f006\f006\f006";
    color: #cfcfcf;
}
.star-rating > span::before {
    content: "\f006\f006\f006\f006\f006";
    color: #eebe19;
}
.product-item .star-rating {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.process-valiable {
    margin-bottom: 25px;
}
.process-valiable .valiable-text {
    overflow: hidden;
    margin-bottom: 11px;
    font-weight: 600;
}
.process-valiable .valiable-text .text:first-child {
    float: left;
    padding-right: 10px;
}
.process-valiable .valiable-text .text:last-child {
    float: right;
    padding-right: 2px;
}
.process-valiable .valiable-text .text span {
    color: #000;
}
.process-valiable .valiable-total {
    height: 13px;
    position: relative;
    display: block;
    margin-right: 4px;
}
.process-valiable .valiable-total::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    border-radius: 9px;
    background-color: #d5d5d5;
}
.process-valiable .valiable-total .process {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    border-radius: 9px;
    display: block;
    background-color: var(--couleur-accent );
}
/*.product-item.style-01*/
.countdown-product .furgan-countdown {
    margin-bottom: 25px;
}
.countdown-product .furgan-countdown > span {
    display: inline-block;
    border-radius: 46px;
    min-width: 46px;
    height: 46px;
    margin-right: 3px;
    border: 2px solid var(--couleur-accent );
    color: #fff;
    background-color: var(--couleur-accent );
    padding: 8px 3px 0;
    text-align: center;
}
.countdown-product .furgan-countdown > span:last-child {
    margin-right: 0;
}
.countdown-product .furgan-countdown > span .number {
    display: block;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 3px;
}
.countdown-product .furgan-countdown > span .text {
    display: block;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
}

/*.product-item.style-02*/
.product-item.style-02 .product-inner {
    border-radius: 8px;
    background-color: #f8f8f8;
    border: 1px solid #F1F1F1;
    -webkit-transition: border-color 0.25s ease 0s;
    -moz-transition: border-color 0.25s ease 0s;
    -o-transition: border-color 0.25s ease 0s;
    transition: border-color 0.25s ease 0s;
}
.product-item.style-02 .product-inner:hover {
    border-color: var(--couleur-accent );
}
.product-item.style-02 .product-thumb {
    overflow: hidden;
}
.product-item.style-02 .product-thumb img {
    border-radius: 8px;
}
.product-item.style-02 .product-thumb > .thumb-link,
.product-item.style-02 .product-thumb .second-image {
    display: block;
}
.product-item.style-02 .product-info {
    padding: 15px 10px;
    text-align: center;
    position: relative;
}
.product-item.style-02 .product-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px;
}
.product-item.style-02 .yith-wcqv-button {
    position: absolute;
    right: -90px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    background-color: #666;
    color: #fff;
    width: 90px;
    font-size: 11px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
}
.product-item.style-02 .yith-wcqv-button:hover {
    background-color: #000;
    color: #fff;
}
.product-item.style-02 .product-inner:hover .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    right: 10px;
}
.product-item.style-02 .yith-wcqv-button::before {
    display: none;
}
.product-item.style-02 .yith-wcqv-button .blockOverlay::before {
    position: relative;
    top: -2px;
}
.product-item.style-02 .group-button {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 10px 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin-top: -25px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    border: 1px solid #F1F1F1;
    border-top: none;
    background-color: #f8f8f8;
}
.product-item.style-02 .product-inner:hover .group-button {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
    border-color: var(--couleur-accent );
}
.product-item.style-02 .group-button .yith-wcwl-add-to-wishlist {
    float: left;
}
.product-item.style-02 .group-button .dreaming-wccp-button {
    float: right;
}
.product-item.style-02 .group-button .dreaming-wccp-button:not(:hover) {
    color: inherit;
}

/*.product-item.list*/
.product-item.list .product-inner {
    overflow: hidden;
    background-color: transparent;
    display: table;
    width: 100%;
    padding: 20px;
    border: 1px solid #ebebeb;
}
.product-item.list:not(:last-child) .product-inner {
    margin-bottom: 30px;
}
.product-item.list .product-thumb {
    width: 32%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}
.product-item.list .product-thumb img {
    width: 100%;
}
.product-item.list .product-info {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}
.product-item.list .product-name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2px;
}
.product-item.list .price {
    margin-bottom: 12px;
}
.product-item.list .woocommerce-product-details__short-description {
    overflow: hidden;
    margin-bottom: 20px;
}
.product-item.list .add-to-cart {
    min-width: 0;
    width: auto !important;
    height: auto !important;
    line-height: 40px !important;
    display: table;
    margin-bottom: 10px;
}
.product-item.list .add-to-cart a {
    font-size: 13px;
    padding: 0 30px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
}
.product-item.list .add-to-cart a:hover {
    background-color: var(--couleur-accent );
}
.product-item.list .add-to-cart a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.product-item.list .dreaming-wccp-button {
    vertical-align: top;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}
.product-item.list .dreaming-wccp-button::before {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.product-item.list .yith-wcwl-add-to-wishlist {
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.product-item.list .yith-wcwl-add-to-wishlist a:not(:hover)::before {
    color: #000;
}
.product-item.list .yith-wcqv-button {
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.product-item.list .yith-wcqv-button:not(:hover) {
    color: #000;
}
@media (max-width: 1199px) {
    .product-item.list .product-inner {
        display: block;
        padding: 15px;
    }
    .product-item.list .product-thumb {
        width: 270px;
    }
}
@media (max-width: 1024px) {
    .product-item.style-02 .product-inner:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .product-item.style-02 .product-info {
        padding-bottom: 0;
    }
    .product-item.style-02 .product-inner .group-button {
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 0 !important;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .product-item.style-01 .product-inner .group-button .add-to-cart,
    .product-item.style-01 .product-inner .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-01 .product-inner .group-button .dreaming-wccp-button,
    .product-item.style-01 .product-inner .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .product-item.style-04 .product-inner .group-button .add-to-cart,
    .product-item.style-04 .product-inner .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-04 .product-inner .group-button .dreaming-wccp-button,
    .product-item.style-04 .product-inner .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .product-item.style-05 .product-inner .group-button .add-to-cart,
    .product-item.style-05 .product-inner .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-05 .product-inner .group-button .dreaming-wccp-button,
    .product-item.style-05 .product-inner .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 991px) {
    .product-item.list .product-info,
    .product-item.list .product-thumb {
        width: 50%;
    }
    .product-item.list .product-info {
        padding-left: 20px;
    }
    .product-item.list .product-thumb {
        margin-right: 0;
    }
    .product-item.list .woocommerce-product-details__short-description {
        max-height: 96px;
    }
    .product-item.style-03 .product-inner {
        padding: 20px 10px;
        text-align: center;
    }
    .product-item.style-03 .product-thumb {
        width: 100%;
    }
    .product-item.style-03 .product-info {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .product-item.style-03 .add-to-cart {
        margin: 0 auto;
    }
    .product-gallery .product-gallery-slick {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .product-gallery .gallery-dots {
        width: 252px;
        margin-top: 0;
    }
    .product-gallery .gallery-dots .slick-arrow {
        width: 20px;
        height: 100%;
        line-height: 100px;
    }
    .product-gallery .gallery-dots .slick-list {
        width: 206px;
        display: inline-block;
        vertical-align: middle;
    }
    .product-item.style-07 .title {
        font-size: 26px;
    }
    .product-item.style-07 .product-name {
        font-size: 18px;
    }
    .product-item.style-07 .product-info {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .dreaming-wccp-button {
        display: none !important;
    }
    .product-item.style-02 .group-button .yith-wcwl-add-to-wishlist {
        float: none;
        margin-right: 10px;
    }
    .product-item .flash {
        top: 5px;
        left: 0;
    }
    .add-to-cart,
    .dreaming-wccp-button,
    .yith-wcwl-add-to-wishlist {
        min-width: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .add-to-cart a {
        height: 30px;
    }
    .add_to_wishlist::before {
        font-size: 16px;
    }
    .yith-wcwl-wishlistaddedbrowse a::before,
    .yith-wcwl-wishlistexistsbrowse a::before {
        font-size: 15px;
    }
    .dreaming-wccp-button::before,
    .compare::before {
        font-size: 14px;
    }
    .product-item .product-name {
        font-size: 14px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 4px;
    }
    .star-rating {
        width: 82px;
    }
    .star-rating::before, .star-rating span::before {
        font-size: 13px;
    }
    .product-item.style-02 .product-name {
        margin-bottom: 4px;
    }
    .product-item.style-04 .product-thumb {
        margin-bottom: 12px;
    }
    .product-item .price {
        font-size: 13px;
        margin-bottom: 0;
    }
    .product-item.style-04 .price {
        margin-bottom: 0;
    }
    .process-valiable .valiable-text .text {
        font-size: 14px;
    }
    .countdown-product .furgan-countdown {
        margin-bottom: 18px;
    }
    .product-item.style-03 .product-name {
        margin-bottom: 6px;
        font-size: 18px;
    }
    .product-item.style-03 .price {
        margin-bottom: 10px;
    }
    .product-item.style-06 .product-name {
        font-size: 15px;
    }
    .product-item.list .product-name {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .product-item.list .product-inner {
        padding: 0 0 20px 0;
        border: none;
        border-bottom: 1px solid #ebebeb;
    }
    .product-item.list .product-info {
        padding-left: 10px;
    }
    .product-item.list .woocommerce-product-details__short-description {
        font-size: 13px;
    }
    .product-item.list .price {
        margin-bottom: 0;
    }
    .product-item.list .add-to-cart a {
        font-size: 10px;
        padding: 0 9px;
        line-height: 32px;
    }
    .product-item.style-07 .product-info {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .product-item.style-07 .product-thumb {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .product-item.style-03 .equal-elem {
        height: auto !important;
    }
    .product-item.style-03 .product-thumb,
    .product-item.style-03 .product-info {
        width: 100%;
        float: none;
        padding: 0;
    }
    .product-item.style-03 .product-thumb {
        margin-bottom: 20px;
    }
}


/* Bouton "Valider la commande" */
.wc-block-cart__submit-button.contained {
  background-color: #1b1b1b;   
  color: #fff !important;      /* texte blanc */
  border: none;                /* sans bordure */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 42px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;          /* centrer le texte */
  text-decoration: none;       /* supprimer le soulignement */
  border-radius: 4px;          /* angles arrondis optionnels */
  display: inline-block;

  transition: all 0.3s ease;   /* effet doux au survol */
}

/* Effet au survol */
.wc-block-cart__submit-button.contained:hover {
  background-color: var(--couleur-accent );
}

/* Quick View */

/* Croix Quick View - taille réduite et position exacte */
/* Container de la croix - positionnement */
#yith-quick-view-modal .yith-quick-view-close {
    position: absolute;
    top: 10px;           /* ajustable selon ton design */
    right: 10px;         /* ajustable selon ton design */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;         /* taille du cercle */
    height: 36px;        /* taille du cercle */
    background: rgba(0, 0, 0, 0.6); /* cercle semi-transparent */
    border-radius: 50%;  /* cercle parfait */
    cursor: pointer;
    transition: background 0.3s;
}

/* Hover : rendre la croix plus visible */
#yith-quick-view-modal .yith-quick-view-close:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* SVG de la croix */
#yith-quick-view-modal .yith-quick-view-close svg.size-6 {
    width: 18px !important;        /* taille de la croix */
    height: 18px !important;
    stroke: #fff !important;       /* couleur blanche */
    stroke-width: 2px !important;
    display: block;
}

/* Style de la partie Gravure */

.gpw-wrapper {
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 20px 0;
  transition: 0.3s;
}
.gpw-wrapper:hover {
  border-color: var(--couleur-accent);
  background: #fff;
}
.gpw-check {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.gpw-check input {
  accent-color: var(--couleur-accent);
  width: 18px;
  height: 18px;
}
.gpw-fields div {
  margin-top: 10px;
}
.gravure-input {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.gravure-input:focus {
  border-color: var(--couleur-accent);
  outline: none;
}
.gpw-compteur {
  font-size: 12px;
  color: #888;
}

/*===============================================================
9.13 FURGAN PRODUCTS
===============================================================*/
.products {
    list-style: none;
    line-height: 26px;
}
ul.products {
    padding-left: 0;
}
.furgan-products ul.products::before,
.furgan-products ul.products::after {
    content: '';
    display: table;
}
.furgan-products ul.products::after {
    clear: both;
}
.furgan-products .title {
    margin-top: 0;
}
.furgan-products.style-02 .slick-dots {
    margin-top: 0;
}
.furgan-products.style-02 .slick-dotted .slick-list {
    padding-bottom: 45px;
}