/*start single product*/
a:hover {
    color: inherit !important;
}

li {
    list-style: none !important;
}

p {
    margin: 0 !important
}

.nav-link {
    color: none !important
}

/*start single product*/

.gucci-slider-container {
    position: relative;
    margin: 40px 0;
}

.gucci-slide-pair {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.gucci-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.gucci-slider-wrapper {
    position: relative;
    margin: 40px 0;
}

.gucci-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    color: #d9d9d9 !important;
    background: none !important;
}

.swiper-button-prev {
    left: -20px;
}

.swiper-button-next {
    right: -20px;
}

@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

.swiper {
    background: #e7e7e7;
}

.gucci-slide-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gucci-slide-images {
    display: flex;
    gap: 10px;
    flex: 1;
    justify-content: center;
}

.gucci-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0 !important
}

.gucci-slide-info {
    flex: 1;
    max-width: 400px;
}

@media (max-width: 768px) {
    .gucci-slide-content {
        flex-direction: column;
    }
}


@media screen and (max-width: 1920px) {
    .woocommerce div.product div.summary {
        position: absolute;
        margin: 180px 0 0px 0;
        right: 37%;
        z-index: 1;
        top: 0;
        background-color: rgba(255, 255, 255, 0.60);;
        text-align: center;
        padding: 15px;
        width: 26%;
        backdrop-filter: blur(1px) !important;
        transition: all 0.3s;

    }

    .gucci-slider-wrapper {
        position: relative;
        margin: 40px 0 !important;
    }

    .woocommerce div.product div.summary:hover {
        background-color: rgba(255, 255, 255, 0.80);;

    }
}

@media screen and (max-width: 500px) {
    .woocommerce div.product div.summary {
        position: initial;
        background: #e7e7e7;
        text-align: center;
        padding: 15px;
        width: 100%;
        margin: 0px 0 0px 0;

        backdrop-filter: blur(1px) !important;
        transition: all 0.3s;
    }

    .gucci-slider-wrapper {
        position: relative;
        margin: 0 !important;
    }

    .woocommerce div.product div.summary:hover {
        background-color: inherit;

    }
}


.woocommerce div.product .product_title {
    font-family: drbold;
    font-size: 18px;
    color: #000;
    margin: 20px 0 0 0
}

.price {
    margin: 20px 0
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
    font-family: 'klreg';
    font-size: 14px;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important
}

.woocommerce div.product form.cart .variations label {
    display: none !important

}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    /* border: none; */
    align-items: center;
    width: 100%;
    justify-content: center;
    display: flex;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    font-family: 'klreg';
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - (100% - 12px)) 50%;
    -webkit-background-position: calc(100% - (100% - 12px)) 50%;
    margin: 0;
    padding: 0 10px 0 0 !important;
}

.woocommerce div.product form.cart .variations select:focus {
    outline: none !important;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border-bottom: 1px solid #000;
}

.product_meta {
    display: none !important;
}

.woocommerce div.product form.cart div.quantity {
    display: none !important;

}

.woocommerce div.product form.cart .button {
    float: initial !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
    font-family: klreg;
    font-size: 16px;
    background: #000 !important;
    font-weight: 100;
}

.style_product_slider h2 {
    font-family: drbold;
    font-size: 24px;
    color: #000;
    margin: 20px 0;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    display: none;
}

.related.products {
    padding: 40px 20px;
    direction: rtl;
}

.related.products h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}

.related-swiper {
    overflow: hidden;
}

.related-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
    scroll-snap-align: start;
    box-sizing: border-box;
}

.related-swiper .product {
    text-align: center;
    border: none;
    box-shadow: none;
    padding: 0;
}

.woocommerce-loop-product__title, .product_type_simple {
    display: none !important;
}

.related .product img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.nextp, .prevp {
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    color: #595b76;
    font-size: 20px;
    transition: 0.3s;
}

.nextp {
    right: 2%;
    top: 85%;
    cursor: pointer /*        z-index: 1*/
}

.prevp {
    left: 35%;
    top: 85%;
    cursor: pointer
}

.slider-3st {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0
}

.style_dec_pro {
    border: 1px solid #d9d9d9;

}

.swiper-slide li a {
    display: flex;
    justify-content: center;
}

.style_dec_pro h2 {
    font-size: 22px;
    text-align: right;
    margin: 20px 0;
    font-family: drbold
}

.style_dec_pro h3 {
    font-size: 16px;
    margin: 10px 0;
    font-family: klreg;
    color: #707070;
}

.style_dec_pro p {
    font-size: 12px;
    margin: 10px 0;
    font-family: klreg;
    color: #707070;
    text-align: justify;
    line-height: 25px;
}

.style_dec_pro ul li {
    font-size: 12px;
    font-family: klreg;
    color: #707070;
    list-style: circle !important;
    margin: 4px 20px 0 0
}


.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-item {
    position: relative;
    margin-right: 10px;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    padding-bottom: 1px;
}


.breadcrumb-item::after {
    content: "/";
    margin-left: 5px;
    color: #000;
    padding: 0 10px 0 0
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding: 0 !important

}

@media screen and (max-width: 1920px) {
    .breadcrumb-container {
        font-family: klreg;
        font-size: 12px;
        margin-bottom: 20px;
        position: absolute;
        margin: -100px 0 0 0;
        z-index: 9;
        right: 4%;
    }

    .style_h_b {
        font-family: klreg;
        font-size: 12px;
        margin-bottom: 20px;
        position: absolute;
        margin: -100px 0 0 0;
        z-index: 9;
        right: 80%;
    }

}

@media screen and (max-width: 768px) {
    .breadcrumb-container {
        font-family: klreg;
        font-size: 10px;
        margin: 0px !important;
        position: absolute;
        top: 400px;
        z-index: 9;
        right: 4%;
    }

    .style_h_b {
        font-family: klreg;
        font-size: 10px;
        margin: 0px !important;
        position: absolute;
        top: 400px;
        z-index: 9;
        right: 60%;
    }

}

.gucci-product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.gucci-main-image,
.gucci-hover-image {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
}

.gucci-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.gucci-product-link:hover .gucci-hover-image {
    opacity: 1;
}

.gucci-product-link:hover .gucci-main-image {
    opacity: 0;
}


/*start category product*/


.mahfa-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mahfa-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: sticky;
    top: 74px;
    z-index: 99;
    background: #fff;
    padding: 20px 0;
    align-items: center;
}

.mahfa-filter-item {
    position: relative;
}

.mahfa-filter-title {
    cursor: pointer;
    min-width: 50px;
    text-align: center;
}

@media screen and (max-width: 1920px) {

    .mahfa-filter-title-main {
        margin: 0 75px 0 0;
        font-family: klreg;
        font-size: 15px;
        font-weight: 100
    }
}

@media screen and (max-width: 500px) {
    .mahfa-filter-title-main {
        margin: 0 10px 0 0;
        font-family: klreg;
        font-size: 15px;
        font-weight: 100
    }
}

.mahfa-filter-dropdown {
    display: none;
    position: absolute;
    top: 102%;
    left: -100px;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 180px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mahfa-filter-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mahfa-filter-dropdown li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-family : klreg;
    font-size : 14px;
    border-bottom: 1px solid #ccc;

}



.mahfa-filter-item:hover .mahfa-filter-dropdown {
    display: block;
}


.product-title {
    font-family: klreg;
    font-size: 16px;
    color: #000;


}

.product-price {
    font-family: klreg;
    font-size: 14px;
    color: #000;
    margin: 0
}

.view-btn {
    font-family: klreg;
    font-size: 12px;
    color: #000;
    margin: 5px 0 0 0
}


@media screen and (max-width: 768px) {
    .mahfa-banner-texts {
        position: absolute;
        top: 60px !important;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        z-index: 2;
        padding: 0 30px;
        text-align: center;
    }

    .mahfa-banner-title {
        font-size: 22px !important;
        margin-bottom: 10px;
        font-family: drbold;
        color: #fff

    }

    .mahfa-banner-subtitle {
        font-size: 11px !important;
        font-family: klreg;
        color: #fff
    }

    .woocommerce .products ul, .woocommerce ul.products {
        margin: 0 0 1em;
        padding: 0;
        list-style: none outside;
        clear: both;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0 0 0 ;

    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0 !important;
        border: 1px solid #d9d9d9;
    }

    .mahfa-category-banner-wrapper {
        position: relative;
        width: 100%;
        max-height: 600px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .mahfa-category-banner-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }
    .mahfa-category-banner-wrapper{
        margin : 80px 0 0 0
    }

    .woocommerce-products-header {
        display: none
    }


    .mahfa-product-card {
        overflow: hidden;
    }

    .mahfa-image-container {
        position: relative;
    }

    .mahfa-hover-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 10;
    }

    .mahfa-product-info {
        width: 100%;
        opacity: 1 !important;
        overflow: initial !important;
        background: #fff;
        position: initial !important;
        z-index: 99999;
        bottom: -30%;
        padding: 20px 0;
        text-align: center;
        border-bottom: 1px solid #d9d9d9;
        justify-content: center;
        align-items: center;
        display: flex !important;
        flex-wrap: wrap;
        align-content: center;
    }

    .mahfa-hover-slider {
        display: none !important
    }

    .product-price {
        margin: revert !important;
    }


    .mahfa-product-card:hover .mahfa-product-info {
        opacity: 1;
        overflow: initial !important;
        display: flex !important;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 1920px) {

    .woocommerce .products ul, .woocommerce ul.products {
        margin: 0 0 1em;
        padding: 0;
        list-style: none outside;
        clear: both;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 80px 0 0 0
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin: 0 !important;
        border: 1px solid #d9d9d9;
    }

    .mahfa-category-banner-wrapper {
        position: relative;
        width: 100%;
        max-height: 600px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .mahfa-category-banner-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        filter: brightness(60%);
    }


    .woocommerce-products-header {
        display: none
    }


    .mahfa-product-card {
        overflow: hidden;
    }

    .mahfa-image-container {
        position: relative;
    }

    .mahfa-hover-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 10;
    }

    .mahfa-product-info {
        width: 100%;
        opacity: 0;
        overflow: hidden;
        background: #fff;
        display: none;
        position: absolute;
        z-index: 99999;
        bottom: -30%;
        padding: 20px 0;
        text-align: center;
        border-bottom: 1px solid #d9d9d9;
    }

    .mahfa-product-card:hover .mahfa-hover-slider {
        opacity: 1;
        pointer-events: auto;
        z-index: 20;
    }

    .mahfa-product-card:hover .mahfa-product-info {
        opacity: 1;
        overflow: initial;
        display: initial;
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        display: block;
    }


    .mahfa-banner-title {
        font-size: 36px;
        margin-bottom: 10px;
        font-family: drbold;
        color: #fff

    }

    .mahfa-banner-subtitle {
        font-size: 16px;
        font-family: klreg;
        color: #fff
    }

    .mahfa-banner-texts {
        position: absolute;
        top: 300px;
        left: 0;
        bottom: 0;
        right: 0;
        color: #fff;
        z-index: 2;
        text-align: center;
    }


}


.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    width: 100%
}


.woocommerce div.product p.stock {
    font-size: 12px;
    font-family: 'klreg';
    color: #000;
}


.gucci-filters {
    margin: 20px 0;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 8px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-title {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.filter-list {
    list-style: none;
    padding: 0;
}

.filter-list li {
    margin-bottom: 8px;
}

.filter-list input[type="checkbox"] {
    margin-right: 10px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-list .product {
    margin: 15px;
    width: 30%;
}

.product-list .product img {
    width: 100%;
    border-radius: 8px;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    font-family: klreg;
    font-size: 15px;

}

@media screen and (max-width: 500px) {
    .woocommerce .woocommerce-result-count {
        display: none;
    }

    .woocommerce-ordering {
        justify-content: center;
        display: flex;
        float: inherit !important;
    }
}

@media screen and (max-width: 1920px) {
    .woocommerce .woocommerce-ordering {
        padding: 0 0 0 75px;

    }

    .woocommerce .woocommerce-result-count {
        padding: 0 75px 0 0
    }
}


@media screen and (max-width: 768px) {
    .woocommerce .woocommerce-ordering {
        padding: 0 0 0 15px;
    }

    .woocommerce .woocommerce-result-count {
        padding: 0 15px 0 0
    }

}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-bottom: 1px solid;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: klreg;
    font-size: 15px;
    font-weight: 100;
}


.woocommerce-ordering:focus-visible {
    outline-offset: 0px;
}


.pagination {
    justify-content: center;
}

/*start my account */
.style_btn_ac li a {
    font-family: klreg;
    font-size: 14px;
    color: #000;
    font-weight: 100;
}

.is-active {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0 10px
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: inherit;
    width: inherit;
}

.info-user {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0
}

.profile-side p {
    font-family: drbold;
    font-size: 16px;
    color: #000;

}

.info-user p {
    font-family: klreg;
    font-size: 14px;
    color: #000
}

.style_edit_ac {
    font-family: klreg;
    font-size: 14px;
    color: #000
}

@media screen and (max-width: 1920px) {
    .welcome-text {
        position: absolute;
        right: 0;
        left: 0;
        margin: -150px 0 0 0;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-family: drbold;
    }

}

@media screen and (max-width: 768px) {
    .welcome-text {
        position: absolute;
        right: 0;
        left: 0;
        margin: -70px 0 0 0;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-family: drbold;
    }

}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: none !important
}


@media screen and (max-width: 1920px) {
    .woocommerce-info {
        border-top: 1px solid #000;
        justify-content: center;
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-info {
        border-top: 1px solid #000;
        justify-content: center;
        width: initial !important;
        text-align: center;
        margin: 100px 0 50px 0 !important;

    }
}

.woocommerce-Button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-family: klreg;
    font-size: 16px;
    background: #000 !important;
    color: #fff !important;
    font-weight: 100 !important;
}

.woocommerce-info p {
    font-family: klreg
}

.table-style-addres {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0
}

.woocommerce-Address address {
    font-family: klreg;
    font-size: 14px;
    color: #6c757d !important;
}

.woocommerce-Address-title h2 {
    font-family: drbold;
    font-size: 24px;
    color: #000;
}

.woocommerce-Address-title a {
    font-family: klreg;
    font-size: 14px;
    color: #000;
}

.woocommerce-message {
    border-top: 1px solid #000;
    font-family: klreg;
    margin: 100px 0 0 0;

}

.woocommerce-notices-wrapper {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.address p {
    font-family: klreg;
    font-size: 14px;
    color: #000;
}

.profile-side p {
    font-family: drbold;
    font-size: 16px;
    color: #000;
}

.input-group > .input-group-prepend > .input-group-text {

    border: none;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom: 1px solid;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-control {
    border: 1px solid #000;

}

.input-group-text small {
    font-family: klreg;
}

.form-control {
    font-family: klreg;
}

.size h2 {
    font-family: drbold;
    font-size: 24px;
}

.woocommerce-address-fields__field-wrapper label {
    font-family: klreg;
    font-size: 14px;
    color: #6c757d !important;
}

.woocommerce form .form-row .required {
    visibility: hidden;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select, selection {
    margin-left: -1px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);

}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, .1) !important;

}

input:focus-visible {
    outline: none !important;
}

input {
    font-family: klreg !important;
    font-size: 14px;
    color: #000 !important;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered, .select2-results__option[aria-selected], .select2-results__option[data-selected] {
    padding-right: 8px;
    padding-left: 20px;
    font-family: klreg;
    font-size: 14px;
    color: #000 !important;
}

.svg-inline--fa.fa-w-16 {
    width: inherit !important;
}

.nav-link {
    padding: 0.5rem 0rem !important;
}


/*start mini cart*/

.mini-cart-wrapper {
    position: relative !important;
}

.mini-cart-icon {
    color: #000 !important;
    font-size: 20px !important;
}

.mini-cart-icon:hover {
    color: #000 !important;
}

.mini-cart-icon .cart-count {
    position: absolute !important;
    top: 9px !important;
    right: 8px !important;
    /* background: #000; */
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    width: 17px !important;
    height: 18px !important;
    text-align: center !important;
    line-height: 18px !important;
    display: none
}


.mini-cart-icon-front {
    color: #fff !important;
    font-size: 20px !important;
}

.mini-cart-icon-front:hover {
    color: #fff !important;
}

.mini-cart-icon-front .cart-count {
    position: absolute !important;
    top: 10px !important;
    right: 8px !important;
    /* background: #000; */
    color: #000 !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    width: 17px !important;
    height: 18px !important;
    text-align: center !important;
    line-height: 18px !important;
    display: none
}

.mini-cart-popup {
    position: fixed !important;
    top: 90px !important;
    right: 100px !important;
    width: 500px !important;
    background: #fff !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
    padding: 20px !important;
    z-index: 9999 !important;
    display: none !important;
    animation: slideDown 0.3s ease forwards !important;
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px) !important;
    }
    100% {
        opacity: 1;
        transform: translateY(0) !important;
    }
}

.mini-cart-popup.active {
    display: block !important;
}

.close-mini-cart {
    top: 10px !important;
    right: 10px !important;
    background: none !important;
    border: none !important;
    color: #000 !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left !important;
    margin-right: 4px !important;
    width: 80px !important;
    height: auto !important;
    box-shadow: none !important;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    font-weight: 100 !important;
    padding: 0 !important;
    margin: 0 !important;
    clear: right !important;
    color: #707070 !important;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em !important;
    margin: 0 10px 0 0 !important;
}

.style_add_minicart {
    border-bottom: 1px solid #000 !important;
}

.style_add_minicart p {
    font-family: klreg !important;
    font-size: 14px !important;
    color: #000 !important;

}

.mini-cart-content .woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    max-height: 270px !important;
    overflow: hidden auto !important;
    padding: 20px 10px 0px !important;
    border-bottom: 1px solid #000 !important;
}

.woocommerce-mini-cart__total {
    display: none !important
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 15px 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 15px 0 !important;
    margin: 0 !important;
    list-style: none;
    color: #000 !important;
    font-family: klreg !important;
    font-size: 13px !important;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 10px 0 0 0 !important;
    padding-right: 0em !important;
    border-right: none !important;
}

.wc-forward {
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
}

.checkout {
    background: none !important;
    /* padding: 10px; */
    text-align: center !important;
    color: #000 !important;
    width: 100% !important;
    border: 1px solid !important;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link span {
    display: none
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    font-family: drbold
}

.woofc-area.woofc-style-02 .woofc-area-top .woofc-area-heading, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-total {
    font-family: klreg
}

.woofc-action-checkout {
    background: #000 !important;
    border: none !important;
    font-family: klreg !important;
    font-weight: 100 !important;
}

.woofc-action-checkout:hover {
    color: #fff !important
}

.woofc-action-cart:hover {
    color: #000 !important
}

.woofc-action-left a {
    border: 1px solid #000 !important;
    font-family: klreg !important;
    font-weight: 100 !important;
    color: #000 !important;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-data {
    /* text-align: center; */
    padding: 0 20px;
    color: #222222;
    display: flex;
    justify-content: space-between;
    font-family: klreg;
    border: 1px solid #eeeeee;
    margin: 0 20px;
}

.woofc-continue {
    display: none
}

#woofc-count {
    display: none !important
}

/*end mini cart*/

/*start cart*/

.return-to-shop {
    text-align: center;
}

.menu ul ul {

}

.woofc-icon-cart8:before {
    font-size: 17px;
}

.woofc-menu-item-inner-subtotal {
    display: none
}

.woofc-menu-item .woofc-menu-item-inner:after {
    content: none
}

.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}

.woocommerce-cart table.cart img {
    width: 200px;
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    font-size: 16px;
    font-family: 'klreg';
    color: #707070;
    font-weight: 100 !important;
    margin: 10px 0
}

#t_cart {
    font-family: 'klreg';
    font-size: 18px;

}

@media screen and (max-width: 1920px) {
    .woocommerce-cart-form {
        width: 65% !important;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 30%;
    }

}

@media screen and (max-width: 768px) {
    .woocommerce-cart-form {
        width: 100% !important;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .1);
        padding: 16px;
    }

    .custom-user-banner {
        margin: 50px 0 0 0
    }

    :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled] {
        margin: 0 0 20px 0;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: initial !important;
        text-align: right !important;
        border-top: none !important
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: none !important
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        /*border-top: 1px solid rgba(0,0,0,.1);*/
        /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    }

    .product-remove {
        justify-content: center;
    }
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}


.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 16px;
    border-radius: 10px;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0 !important;
}


.cart_totals h2 {
    font-size: 18px;
    font-family: klreg;

}

.cart-subtotal td {
    text-align: left;
}

.wc-proceed-to-checkout a.checkout-button {
    padding: 10px 0 !important;
    font-size: 16px;
}

.cart-subtotal th, .woocommerce-Price-amount {
    font-size: 16px;
    color: #707070;
    font-family: klreg;
    font-weight: 100 !important;
}

@media screen and (max-width: 500px) {

    .cart-subtotal th, .woocommerce-Price-amount {
        font-size: 12px;
        color: #707070;
        font-family: klreg;
        font-weight: 100 !important;
    }
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    float: right;
    clear: both;
    margin-left: .25em;
    display: inline-block;
    list-style: none outside;
    display: inline-block;
    width: 100%;
    font-weight: 100;
}

.custom-cart-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.cart-actions {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.cart-action {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
    font-family: klreg;
    font-size: 14px;
}


.woocommerce td.product-remove a {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce td.product-remove a:hover {
    color: #c19e6d;
}

.mahfa-cart-actions {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.mahfa-cart-actions .btn-cart {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.mahfa-cart-actions .btn-cart:hover {
    color: #c19e6d;
}

.woocommerce a.remove {
    display: block;
    font-size: 14px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #000 !important;
    text-decoration: none;
    font-weight: 100;
    border: 0;
    font-family: 'klreg';
    margin: 5px 0 0 0;
}

.woocommerce a.remove:hover {
    background: none !important;
    color: #000 !important;

}

.product-name {
    font-family: klreg;
    font-size: 16px;
    color: #000;
}

.style_help_cart {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;

}

.woocommerce img, .woocommerce-page img {
    max-width: 100%;
}

.style_help_cart h2 {
    font-size: 18px;
    font-family: klreg;
}

.style_t_help_cart a p {
    font-size: 16px;
    color: #707070;
    font-family: klreg;
    font-weight: 100 !important;
}

.style_Shx h2 {
    font-size: 18px;
    font-family: drbold;
}

.style_Shx small {
    font-size: 12px;
    font-family: klreg;
}

.style_Shx a p {
    font-size: 14px;
    font-family: klreg;
}

.style_cartform {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/*start checkout*/
.back-to-cart {
    text-align: left
}

.back-to-cart a {
    font-family: klreg;
    color: #fff;
    font-size: 14px;
}

.back-to-cart a:hover {
    color: #fff !important;
}

.text_menu_checkout a p {
    font-family: klreg;
    color: #fff;
    font-size: 14px;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    padding: 20px 0
}

@media screen and (max-width: 1920px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 30%;
    }


    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: 68%;
    }

    .hanfil-payment-section {
        float: left;
        width: 68%;
        border: 1px solid rgba(0, 0, 0, .1);
        margin: 20px 0 0 0
    }
}

@media screen and (max-width: 768px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }


    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: 100%;
    }

    .hanfil-payment-section {
        float: left;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .1);
        margin: 20px 0 0 0
    }
}


.checkout {
    border: none !important
}

#order_review_heading {
    text-align: right;
    font-family: drbold;
    font-size: 24px;
    color: #000;
    padding: 20px 0;
}

.woocommerce table.shop_table td {
    padding: 9px 12px;
    border-top: none;
    vertical-align: middle;
    line-height: 1.5em;
    align-items: anchor-center;
}

.woocommerce table.shop_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1);

}

.woocommerce table.shop_table {
    margin: 0 !important
}

#order_review {
    border: 1px solid rgba(0, 0, 0, .1);

}

.p_t {
    font-size: 14px;
    font-weight: 100;
}

.product-total {
    text-align: left
}

.style_cart_checkout .style_cart_checkout {
    font-size: 14px;
    font-weight: 100;
}

.order-total p {
    font-family: klreg
}

.woocommerce-checkout #payment {
    background: none !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: rgba(0, 0, 0, .1);
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -14px;
}

.woocommerce-billing-fields__field-wrapper {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px
}

.woocommerce-billing-fields h3 {
    text-align: right;
    font-family: drbold;
    font-size: 24px;
    color: #000;
    padding: 20px 0;
}

.woocommerce form .form-row label {
    font-size: 16px;
    font-family: 'klreg';
    color: #707070;
    font-weight: 100 !important;
    margin: 10px 0;
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #000;
}

label {
    font-family: klreg;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    font-family: klreg;

}

.woocommerce-privacy-policy-text {
    display: none !important
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled] {
    margin: 20px 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
}

.elementor-menu-cart__product-image .product-thumbnail {
    width: 30% !important
}

.woocommerce-thankyou-order-received {
    font-family: klreg;
    margin: 0 0 20px 0 !important;
    background: #212529;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
    font-family: 'klreg';
    font-weight: 100;
    color: #707070;
}


.woocommerce ul.order_details {
    border: none;
    font-family: 'klreg';
    margin: 20px 0;
}


.woocommerce-order p {
    font-family: klreg
}

@media screen and (max-width: 5000px) {
    .woocommerce-order-details {
        width: 58%;
        float: right;
    }

    .woocommerce-customer-details {
        width: 40%;
        float: left;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-order-details {
        width: 100%;
        float: initial;
    }

    .woocommerce-customer-details {
        width: 100%;
        float: initial;
    }

    .woocommerce ul.order_details li {
        width: 100%;
        padding: 20px 0
    }
}

.woocommerce-order-details h2 {
    font-family: drbold;
    font-size: 24px;
}

.woocommerce-customer-details h2 {
    font-family: drbold;
    font-size: 24px;
}

.woocommerce-table__product-table .product-total {
    font-family: klreg
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    font-family: klreg

}


.woocommerce table.shop_table tfoot tr td {
    text-align: left
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    margin: 0 0 24px -1px;
    text-align: right;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px !important;
}

.woocommerce-MyAccount-content {
    font-family: klreg
}

.mahfa-select-wrapper {
    font-family: klreg
}

.mahfa-custom-select select {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d9d9d9;

}

:focus-visible {
    outline: none !important;
}






