body,
.single-header-title,
.single-header-subtitle,
.summery_pro_content h4,
.cart_thumb_div,
.coupon_wrapper,
.coupon_verify_information {
    font-family: "Roboto", "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
    color: #222;
}

.single-header-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.single-header-subtitle {
    font-size: 1.1rem;
    color: #666;
}

.single-header-section {
    padding-top: 0;
    background: var(--dark_color);
    background-size: cover;
    color: var(--accent-color);
    margin-bottom: 40px;
}

.summery_pro_content h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

.parfum_table4,
.parfum_table3 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.cart_thumb_div {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 12px;
}

.cart_thumb_div .thumb {
    min-width: 80px;
    max-width: 100px;
    height: 80px;
    margin-right: 18px;
}

.cart_thumb_div .thumb img {
    border-radius: 8px;
    border: 1px solid #e1e2e6;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart_thumb_div .summery_pro_content {
    flex: 1;
    padding: 0;
}

/* --- Correction colonne quantité --- */
.product_number_count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 8px;
    height: 42px;
}

.product_number_count .count_single_item {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 16px;
    color: #222;
    background: #f8f9fa;
    text-align: center;
    line-height: 40px;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product_number_count .count_single_item.input-number {
    width: 60px;
    background: #fff;
    color: #222;
    font-weight: 500;
    font-size: 16px;
    border-right: 0;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product_number_count .count_single_item:focus {
    outline: 2px solid #123456;
}

.product_number_count button.count_single_item {
    cursor: pointer;
    border: 1px solid #d1d5db;
    background: #f8f9fa;
    transition: background 0.2s;
}

.product_number_count button.count_single_item:hover {
    background: #e5e7eb;
}

/* --- Fin correction colonne quantité --- */
.coupon_wrapper {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.coupon_wrapper .primary_input {
    flex: 1;
    padding: 10px 14px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.coupon_wrapper button {
    padding: 10px 22px;
    font-size: 1rem;
    border-radius: 4px;
    background: #123456;
    color: #fff;
    border: none;
    font-weight: 600;
    transition: background 0.2s;
}

.coupon_wrapper button:hover {
    background: #0d2a4a;
}

.coupon_verify_information {
    margin-top: 18px;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #29c489;
    padding: 14px 20px 15px 20px;
    background: #f0f4fa;
    color: #123456;
}

.coupon_verify_information.style2 {
    border: 1px solid #fd2121;
    color: #fd2121;
}

.checkout_v3_area {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    padding: 32px 24px;
    margin-bottom: 32px;
}

.order_sumery_box {
    background: #dfe1e2;
    border-radius: 10px;
    padding: 24px 20px;
    margin-top: 24px;
}

.order_sumery_box h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.subtotal_lists h4,
.total_text {
    font-size: 1rem;
    font-weight: 600;
}

.myst_btn_primary,
.myst_btn_primary2 {
    padding: 12px 32px;
    font-size: 1rem;
    /*border-radius: 6px;*/
    font-weight: 600;
    background: #123456;
    color: #fff;
    border: none;
    transition: background 0.2s;
}

.myst_btn_primary:hover,
.myst_btn_primary2:hover {
    background: #0d2a4a;
}

.product_not_found {
    font-size: 1.2rem;
    color: #888;
    margin: 40px 0;
}

@media (max-width: 991.98px) {
    .checkout_v3_area {
        padding: 18px 6px;
    }

    .order_sumery_box {
        padding: 16px 6px;
    }
}

@media (max-width: 767.98px) {
    .cart_thumb_div {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .cart_thumb_div .thumb {
        margin-right: 0;
        margin-bottom: 8px;
        width: 80px;
        height: 80px;
    }

    .coupon_wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .checkout_v3_area {
        padding: 8px 2px;
    }

    .order_sumery_box {
        padding: 8px 2px;
    }

    .product_number_count {
        height: 38px;
    }

    .product_number_count .count_single_item {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }

    .product_number_count .count_single_item.input-number {
        width: 44px;
        font-size: 15px;
    }
}

.recommanded-area {
    padding: 30px 0 55px 0;
}

@media (max-width: 479px) {
    .recommanded-ara .product-widget .product-price p {
        width: -moz-max-content;
        width: max-content;
    }
}

@media (max-width: 479px) {
    .recommanded-area .product-price p {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .recommanded-box.mb_60 {
        margin-bottom: 40px;
    }
}

.recommanded-box .owl-carousel .owl-stage-outer {
    border-right: 1px solid var(--border_color);
    border-left: 1px solid var(--border_color);
}

.recommanded-box .recommanded-box-head {
    padding: 22px 20px;
    border: 1px solid var(--border_color);
    border-bottom: 0;
}

.recommanded-box .recommanded-box-head h4 {
    font-size: 24px;
    font-weight: 700;
}

.recommanded-box .recommanded-box-body {
    display: grid;
    margin-top: 1px;
    grid-template-rows: repeat(2, 1fr);
}

.recommanded-box .recommanded-box-body .product-widget {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid var(--border_color);
}

.recommanded-box-body2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 1px;
    margin-left: 1px;
}

@media (max-width: 767.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .recommanded-box-body2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.recommanded-box-body2 .product-widget {
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid var(--border_color);
}

.product-widget {
    border: 1px solid var(--border_color);
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .product-widget.mb_45 {
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {
    .product-widget.mb_30 {
        margin-bottom: 15px;
    }
}

.product-widget.list_style_product {
    display: flex;
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product > div {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
}

.product-widget.list_style_product .product-meta .stars {
    margin: 7px 0 20px 0;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .stars {
        justify-content: center;
    }
}

.product-widget.list_style_product .stars .mute_text {
    margin-left: 3px;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .product_prise {
        justify-content: center !important;
    }
}

.product-widget.list_style_product .product-meta {
    max-width: 550px;
}

@media (max-width: 767.98px) {
    .product-widget.list_style_product .product-meta {
        padding-top: 0;
    }
}

.product-widget.list_style_product .description_text {
    font-size: 16px;
    line-height: 1.63;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.product-widget.list_style_product .add_cart {
    left: 20%;
}

.product-widget .thumb {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid var(--border_color);
    position: relative;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 100% !important;
    background-color: #F3F3F3 !important;
}

.product-widget .thumb .offer_text {
    position: absolute;
    background-color: var(--dark_color);
    width: 87px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", "Roboto Condensed", Arial, sans-serif;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    top: 20px;
    left: -3px;
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 85% 50%, 100% 100%, 0% 100%);
}

.product-widget .thumb .offer_text.sale_text {
    background: var(--base_color);
    top: 70px;
    padding-left: 22px;
}

.product-widget .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}


.product-widget .product-image,
.product-widget .product-thumb {
    position: relative;
    margin-bottom: 0;
}

.product-widget .product-image .badge_1,
.product-widget .product-thumb .badge_1 {
    position: absolute;
    width: 44px;
    background: #82ca9c;
    height: 21px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 20px;
}

.product-widget .product-image .badge_1.style2,
.product-widget .product-thumb .badge_1.style2 {
    background: #f27001;
    left: 68px;
}


.product-widget .product-thumb .product_action,
.product-widget .product-image .product_action {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    right: 10px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}

.product-widget .product-image .product_action a,
.product-widget .product-thumb .product_action a {
    width: 40px;
    height: 40px;
    color: #090b17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
}

.product-widget .product-image .product_action a:not(:last-child),
.product-widget .product-thumb .product_action a:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
}

.product-widget .product-image .product_action a:hover,
.product-widget .product-thumb .product_action a:hover {
    color: var(--base_color);
}

.product-widget .product-image .product_action .is_wishlist i,
.product-widget .product-thumb .product_action .is_wishlist i {
    font-weight: 900;
}

.product-widget .product-meta {
    padding: 25px;
}

@media (max-width: 767.98px) {
    .product-widget .product-meta {
        padding: 10px;
    }
}

.product-widget .product-meta .product-brand {
    font-family: "Roboto", "Roboto Condensed", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #504f4f;
    display: block;
    margin-bottom: 10px;
}

.product-widget .product-meta h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--text_color);
    font-family:"Roboto", "Roboto Condensed", Arial, sans-serif;
    margin-bottom: 30px;
    transition: 0.3s;
    line-height: 1.5;
    min-height: 58px;
}

@media (max-width: 767.98px) {
    .product-widget .product-meta h4 {
        margin-bottom: 16px;
        min-height: 40px;
    }
}

.product-widget .product-meta h4:hover {
    color: var(--dark_color);
}

.product-widget .product_badge {
    position: absolute;
    top: 0;
    left: 0;
}

.product-widget .product_badge span {
    background-color: var(--text_color);
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400;
    padding: 5px 12px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    gap: 4px;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 375px) {
    .product-widget .product_badge span {
        font-size: 10px;
        padding: 5px 8px;
    }
}

.product-widget .product_badge span.discount {
    background-color: #31DB94;
}

.product-widget .product_badge span.point {
    background-color: #FD5A5A;
}

.product-widget .product_badge span.sale {
    background-color: #4277FF;
}

.product-widget .product_star {
    background-color: #FEB74C;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 100px;
    font-size: 14px;
    position: relative;
    margin-top: -13px;
}

@media (max-width: 767.98px) {
    .product-widget .product_star {
        font-size: 12px;
    }
}

.product-widget .product-price {
    gap: 5px;
}

@media (max-width: 767.98px) {
    .product-widget .product-price {
        gap: 12px;
    }
}

.product-widget .product-price .myst_btn_primary {
    font-size: 16px;
    line-height: 1.3333333333;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 9px 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .product-widget .product-price .myst_btn_primary {
        text-indent: -9999px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-widget .product-price .myst_btn_primary {
        text-indent: -9999px;
    }
}

@media (max-width: 767.98px) {
    .product-widget .product-price .myst_btn_primary {
        text-indent: 0 !important;
        width: 100%;
        font-size: 12px;
        padding: 7px;
    }
}

.product-widget .product-price p {
    font-size: 16px;
    line-height: 1;
    color: var(--link-color);
    text-align: right;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .product-widget .product-price p {
        font-size: 16px;
        text-align: center;
    }
}

.product-widget .product-price p del {
    font-size: 16px;
    color: #687083;
    display: block;
    margin-bottom: 2px;
}

@media (max-width: 767.98px) {
    .product-widget .product-price p del {
        font-size: 16px;
    }
}

.product-widget:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.product-widget:hover .product-image .product_action,
.product-widget:hover .product-thumb .product_action {
    opacity: 1;
    visibility: visible;
    right: 20px;
}

.recommanded-area .product-price p {
    flex: 0 0 auto;
    width: calc(100% - 50px);
}

.product-widget.style2 {
    border: 1px solid var(--border_color);
    padding: 20px 20px 25px 20px;
}

.product-widget.style2 .product-meta {
    padding-bottom: 0;
}

.product-widget.style3 {
    padding-bottom: 0;
}

.product-widget.style3 .product-meta {
    padding: 20px;
}

.product-widget.style3 .thumb {
    text-align: center;
}

.product-widget.style3 .thumb img {
    max-width: 200px;
    min-width: 200px;
    margin: auto;
}

@media (max-width: 479px) {
    .recommanded-area .product-price p {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .product-widget.style3 .thumb img {
        min-width: auto;
    }
}

.product-widget.style3 .product-meta h4 {
    font-size: 15px;
    line-height: 1.44;
}

.product-widget.style4 {
    padding: 0px !important;
}

@media (max-width: 575.98px) {
    .product-widget.style4 .product-meta {
        padding: 0 10px;
    }
}

.product-widget.style4 .thumb {
    text-align: center;
}

.product-widget.style4 .thumb img {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}

@media (max-width: 767.98px) {
    .product-widget.style4 .thumb img {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
    }
}

.product-widget.style4 .product-meta h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 11.5px 0 5px 0;
}

.product-widget.style5 .product-meta h4 {
    font-size: 16px;
}

@media only screen and (min-width: 1920px) {
    .product-widget.style5 .product-meta h4 {
        font-size: 16px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 1581px) {
    .product-widget.style5 .product-meta h4 {
        font-size: 16px;
        font-weight: 400;
    }
}

@media only screen and (min-width: 1581px) {
    .container {
        min-width: 94%;
    }
}

@media (max-width: 767.98px) {
    .product-widget.style5 .product-meta h4 {
        font-weight: 400;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .custom_rowProduct .product-widget .product-image .badge_1 {
        top: 5px;
        left: 5px;
    }
}

@media (max-width: 575.98px) {
    .custom_rowProduct .product-widget .product-image .badge_1.style2 {
        left: 52px;
    }
}

@media (max-width: 575.98px) {
    .custom_rowProduct .product-widget:hover .product-image .product_action {
        right: 5px;
    }
}

.best-sellers-carousel .product-widget {
    padding-bottom: 0;
}

.myst_fieature_active .product-widget {
    border-left: none;
}

@media (max-width: 767.98px) {
    .myst_fieature_active .product-widget .product-price p {
        flex: 0 0 auto;
        width: calc(100% - 50px);
    }
}

@media (max-width: 767.98px) {
    .recommanded-box .recommanded-box-body2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.recommanded-box .add-to-cart {
    text-indent: -9999px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .recommanded-box .add-to-cart {
        text-indent: 0;
    }
}

@media (max-width: 991.98px) {
    .recommanded-box .add-to-cart {
        text-indent: 0;
    }
}

.recommanded-box .product-widget .thumb img {
    width: auto !important;
}

.recommanded-box .product-widget .thumb,
.best-sellers-carousel .product-widget .thumb {
    margin: 0 auto;
}




.gap_10 {
    gap: 10px
}

.gap_25 {
    gap: 25px
}

.newsletter-box {
    padding: 35px 0;
}

.promotion-box {
    background-color: #f2f2f2 !important;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Small Banner Section Styles */
.small-banner.section {
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.single-banner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    transition: all 0.3s ease;
    height: 250px;
    display: flex;
    align-items: center;
}

.single-banner:hover {
    transform: none;
    box-shadow: none;
}

.single-banner img {
    width: 60%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.single-banner:hover img {
    transform: scale(1.05);
}

.single-banner.tab-height {
    height: 250px;
}

.single-banner.tab-height img {
    height: 250px;
}

.single-banner .content {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #333;
    z-index: 2;
    width: 55%;
}


.single-banner .content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-banner .content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #333;
}

.single-banner .content h3 span {
    color: var(--dark_color);
    font-weight: 800;
}

.single-banner .content a {
    display: inline-block;
    background: rgba(241, 213, 6, 0.9);
    color: #333;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.single-banner .content a:hover {
    background: white;
    color: #333;
    transform: none;
    box-shadow: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .single-banner .content {
        left: 20px;
        right: 20px;
    }

    .single-banner .content h3 {
        font-size: 20px;
    }

    .single-banner .content a {
        padding: 8px 16px;
        font-size: 12px;
    }
}


/*----------------------------------------------------*/
/*----------------------------------------------------*/
.shoping_wrapper .dark_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 8, 34, 0.4);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.shoping_wrapper .dark_overlay.active {
    opacity: 1;
    visibility: visible;
}

.shoping_wrapper .chart_close {
    --width: 30px;
    width: var(--width);
    height: var(--width);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid var(--dark_color);
    color: var(--dark_color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
}

.shoping_wrapper .chart_close:hover {
    background-color: var(--dark_color);
    color: #fff;
    transform: rotate(90deg);
}

.shoping_wrapper .shoping_cart {
    position: fixed;
    top: 0px;
    right: 0;
    background: #fff;
    z-index: 1000;
    height: 100%;
    width: 413px;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: 0.3s;
    box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transform: translateX(413px);
    transform-origin: right;
    transition: 0.3s;
}

@media (max-width: 575.98px) {
    .shoping_wrapper .shoping_cart {
        width: 100%;
        padding: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .shoping_wrapper .shoping_cart {
        padding: 30px 20px 30px 30px;
    }
}

.shoping_wrapper .shoping_cart.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transform-origin: right;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header {
    border-bottom: 1px solid var(--border_color);
    padding-bottom: 15px;
    align-items: center;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text_color);
    margin-bottom: 0px;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .cart_header p {
    font-size: 16px;
    font-weight: 500;
    color: #687083;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart {
    display: flex;
    border-bottom: 1px solid var(--border_color);
    align-items: center;
    padding: 20px 0;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner {
    width: 100px;
    height: 100px;
    flex: 100px 0 0;
    overflow: hidden;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .thumb .thumb_inner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto", "Roboto Condensed";
    color: var(--text_color);
    margin-bottom: 8px;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p {
    font-size: 18px;
    font-weight: 400;
    color: var(--text_color);
    font-family: "Roboto", "Roboto Condensed";
    display: flex;
    align-items: center;
}

.shoping_wrapper .shoping_cart .shoping_cart_inner .single_cart .cart_content p .prise {
    color: var(--dark_color);
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal {
    margin: 15px 0 22px 0;
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--text_color);
}

.shoping_wrapper .shoping_cart .shoping_cart_subtotal span {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
}

.side_chartView_total {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--dark_color);
    border-radius: 10px 0 0 10px;
    padding: 8px 20px 8px 8px;
    grid-gap: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 12;
}

.remove_sidebar_cart {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-top: -48px;
    margin-left: -15px;
    font-size: 10px;
    border: 1px solid var(--dark_color);
}

.remove_sidebar_cart i {
    color: var(--dark_color);
}

.side_chartView_total {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--dark_color);
    border-radius: 10px 0 0 10px;
    padding: 8px 20px 8px 8px;
    grid-gap: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 12;
}

@media (max-width: 767.98px) {
    .side_chartView_total {
        padding: 5px 14px 5px 5px;
        grid-gap: 5px;
        display: none !important;
    }
}

.side_chartView_total .icon_lock {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

@media (max-width: 767.98px) {
    .side_chartView_total .icon_lock {
        width: 40px;
        height: 40px;
    }
}

.side_chartView_total .cart_view_text span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    .side_chartView_total .cart_view_text span {
        font-size: 12px;
    }
}

.side_chartView_total .cart_view_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

@media (max-width: 767.98px) {
    .side_chartView_total .cart_view_text h5 {
        font-size: 14px;
    }
}


.share-link .share_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .share-link .share_desc {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.2px;
  }
  .share-link .contact_link {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .share-link .contact_link a {
    width: 45px;
    height: 45px;
    border: 1px solid var(--border_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text_color);
    font-size: 22px;
  }
  .share-link .contact_link a:hover {
    color: var(--base_color);
  }

  .share_wrapper {
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .product-widget .product-price .myst_btn_primary {
    font-size: 14px;
    line-height: 1.3333333333;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 9px 10px;
}

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .share_wrapper {
      padding-left: 20px;
      gap: 40px;
    }
  }
  @media only screen and (max-width: 991px) {
    .share_wrapper {
      border-left: 0;
      padding-left: 0;
      gap: 30px;
    }
  }

@media (max-width: 767.98px) {
    .recomanded-box .recomanded-box-body2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .product-widget .product-price .myst_btn_primary {
        text-indent: 0 !important;
        width: 100%;
        font-size: 14px;
        padding: 7px;
    }
}

.recommanded-ara .product-widget .thumb {
    height: 240px;
  }

  .recommanded-ara .product-widget .thumb img {
    max-width: 95%;
    max-height: 235px;
  }

.product-widget .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    height: 340px;
}

.recommanded-box .add-to-cart {
    text-indent: -999999999px;
}

.list_style_product {
    --list-img: 340px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_style_product {
        --list-img: 250px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .list_style_product {
        --list-img: 280px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product {
        --list-img: 190px;
    }
}
.list_style_product .product-thumb {
    max-width: var(--list-img) !important;
    height: 100%;
    flex: 0 0 100%;
}
@media (max-width: 479px) {
    .list_style_product .product-thumb {
        max-width: 100% !important;
    }
}
.list_style_product .product-thumb .thumb {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-bottom: 85% !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_style_product .product-thumb .thumb {
        padding-bottom: 100% !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product_star {
        margin-bottom: 6px !important;
        font-size: 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product_badge span {
        font-size: 10px;
    }
}
.list_style_product .product-meta {
    max-width: calc(100% - var(--list-img) - 40px) !important;
    flex: 0 0 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_style_product .product-meta {
        max-width: calc(100% - var(--list-img) - 20px) !important;
        padding-left: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product-meta {
        max-width: calc(100% - var(--list-img) - 20px) !important;
        padding-left: 0;
    }
}
@media (max-width: 479px) {
    .list_style_product .product-meta {
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product-meta .product_banding {
        margin-bottom: 2px;
        margin-top: 3px;
    }
}
.list_style_product .product-meta h4 {
    min-height: -moz-max-content;
    min-height: max-content;
    font-size: 24px;
    margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_style_product .product-meta h4 {
        font-size: 24px;
        min-height: 69px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .list_style_product .product-meta h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product-meta h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
}
@media (max-width: 479px) {
    .list_style_product .product-meta h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
.list_style_product .product-price .myst_btn_primary {
    text-indent: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_style_product .product-price .myst_btn_primary {
        text-indent: -999999px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .list_style_product .product-price .myst_btn_primary {
        text-indent: -999999px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product-price .myst_btn_primary {
        text-indent: -99999px;
        padding: 4px;
    }
}
@media (max-width: 479px) {
    .list_style_product .product-price .myst_btn_primary {
        text-indent: -99999px;
    }
}
.list_style_product .product-price p {
    font-size: 20px;
    color: #0c0c0c;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_style_product .product-price p {
        display: block !important;
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .list_style_product .product-price p {
        display: block !important;
        font-size: 20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product-price p {
        font-size: 18px;
        display: block !important;
    }
}
@media (max-width: 479px) {
    .list_style_product .product-price p {
        font-size: 18px;
        display: block !important;
    }
}
.list_style_product .product-price p del {
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list_style_product .product-price p del {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .list_style_product .product-price p del {
        font-size: 16px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .list_style_product .product-price p del {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .list_style_product .product-price p del {
        font-size: 14px;
    }
}

/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 50px 0 0 0;
    display:block;
}
.pagination.center {
    text-align: center;
}
.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
}
.pagination .pagination-list li:last-child{
    margin-right:0px;
}
.pagination .pagination-list li a {
    background: #F6F7FB;
    color: #666;
    padding: 6px 10px;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    border-radius: 0px;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a{
    background: #F7941D;
    color: #fff;
    border-color: transparent;
}
.pagination .pagination-list li a i{
    font-size:13px;
}
.pagination .pagination-list li a i{}
.blog-grids.pagination{
    margin-top:50px;
    text-align:center;
}

.search-popup {
    display: none; /* Masqué par défaut */
    position: absolute; /* Positionné par rapport au parent */
    right: 0; /* Aligné à droite */
    top: 100%; /* Juste en dessous du bouton */
    background-color: white; /* Fond blanc */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre pour le popup */
    z-index: 1000; /* Au-dessus des autres éléments */
}

.search-popup-content {
    padding: 20px;
    border-radius: 5px;
    width: 300px; /* Largeur du popup */
}

.close-btn {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.live-search li {
    border-right: 0 !important;
    border-left: 0 !important;
}

.live-search ul li:first-child {
    border-top: 0 !important;
}

.live-search ul li:last-child {
    border-bottom: 0 !important;
}

.live-search ul {
    border: 1px solid var(--border_color) !important;
    display: none;
    border-top: 0 !important;
}

.live-search ul {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 123;
    background: #f9f9fd;
}

.live-search ul .search_item .search_title {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #222222;
}

.live-search .tags_list a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    line-height: 2;
}

.live-search .tags_list a:hover {
    color: #ff0027;
}

.live-search .search_category_list a {
    font-size: 14px;
    font-weight: 400;
    color: #ff0027;
    line-height: 2;
}

.seach_list_padding {
    padding: 10px 22px;
}

.live-search .Products_list a {
    font-size: 16px;
    font-weight: 400;
    color: #ff0027;
    margin: 5px 0px;
}

.live-search .Products_list .product_info_text h4 {
    font-size: 14px;
    font-weight: 400;
}

.live-search .Products_list .product_info_text .prise_tag {
    font-size: 14px;
    font-weight: 400;
}

.live-search .Products_list .product_info_text .prev_prise {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #222222;
}

.live-search .Products_list .product_info_text .current_prise {
    font-size: 16px;
    font-weight: 500;
    color: #ff0027;
}
.product_available {
    background: green;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 8px;
}

.product_stockout {
    background: #ff0027;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 8px;
}

.live-search .product_info_text h4 {
    font-size: 14px;
    font-weight: 400;
}

.live-search .product_info_text p {
    font-size: 14px;
    font-weight: 400;
}

.live-search .thumb {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.live-search .thumb img {
    max-width: 100%;
    max-height: 55px;
}

.highlight {
    font-weight: 500;
}

.search_empty_list_div {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.search_empty_list_div p {
    font-size: 16px;
    font-weight: 400;
}

.search_empty_list_div p strong {
    font-weight: 500;
}

.search_history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
}

.search_history strong {
    cursor: pointer;
}

.highlight {
    font-weight: 600;
}
/* Cacher le sous-menu par défaut */
.dropdown-menu {
    display: none; /* Masquer le sous-menu */
}

/* Afficher le sous-menu au survol de l'élément parent */
.nav-item.dropdown:hover .dropdown-menu {
    display: block; /* Afficher le sous-menu */
}

/* Optionnel : styles supplémentaires pour le sous-menu */
.dropdown-menu {
    position: absolute; /* Pour éviter que le sous-menu ne déplace le contenu */
    background-color: white; /* Couleur de fond du sous-menu */
    border: 1px solid #ddd; /* Bordure pour le sous-menu */
    z-index: 1000; /* Pour s'assurer que le sous-menu soit au-dessus des autres éléments */
}
