html.disable-scroll {
    overflow: hidden;
}

/* single product */

@media only screen and (min-width: 991px) {
    body.single-product .product-wrapper {
        gap: 40px;
    }
    body.single-product .product-wrapper > div.images {
        width: 60% !important;
        max-width: 60% !important;
        padding-right: 0px;
    }
    body.single-product .product-wrapper > div.product-description {
        width: 40% !important;
        max-width: 40% !important;
        padding-left: 0px;
    }
}

/* single product end */

/*  single product sku */

.product-description .variation-product-sku,
.product-description .product-sku {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #808080;
}

/*  single product sku end */

/* single product buttons */

body.single-product .summary.entry-summary {
    margin-bottom: 40px !important;
}

body.single-product form.cart {
    margin-bottom: 0 !important;
}

body.single-product .edilo-call-button {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    min-height: 44px;
    padding: 8px 16px;
    margin-left: 6px;
    margin-bottom: 12px !important;
    border: 1px solid #8b3dc5;
    color: #000;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

body.single-product .variations_form .edilo-call-button {
    height: 55px;
}

@media only screen and (max-width: 479px) {
    body.single-product .edilo-call-button {
        margin-left: 15px;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        font-size: 18px;
    }
    body.single-product .variations_form .edilo-call-button {
        height: 44px;
    }
}

body.single-product .edilo-call-button span {
    position: relative;
    z-index: 2;
}

body.single-product .edilo-call-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(137deg, #8b3dc5 4.19%, #0057b8 265.3%);
    box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.03), 30px 22px 37px 0px rgba(0, 0, 0, 0.03), 68px 49px 50px 0px rgba(0, 0, 0, 0.02), 120px 87px 59px 0px rgba(0, 0, 0, 0), 188px 135px 65px 0px rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

body.single-product .edilo-call-button:hover {
    color: #fff;
}

body.single-product .edilo-call-button:hover::before {
    opacity: 1;
}

body.single-product .product-description {
    position: relative;
}

body.single-product .product-description .summary.entry-summary {
    margin-bottom: 0 !important;
}

/* body.single-product .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist {
    display: flex;
    justify-content: center;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
    font-size: 16px;
    margin-top: 0px !important;
} */

body.single-product .product-description .yith-wcwl-add-to-wishlist {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex: 0 0 calc(50% + 9px);
    flex: 0 0 calc(50% + 9px);
    width: calc(50% + 9px);
    height: 55px;
    padding-left: 10px;
    bottom: 26px;
    right: -15px;
    /* border: 1px solid #B8309E; */
    border-radius: 8px;
    font-size: 16px;
    color: #000;
}

body.single-product .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist {
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    width: calc(50% - 6px);
    right: auto;
    left: 0;
    bottom: -42px;
}

body.single-product .product.product-type-simple .product-description .yith-wcwl-add-to-wishlist {
    bottom: 0;
}

body.single-product .product.product-type-simple .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist {
    bottom: -67px;
}

body.single-product .product-description .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
body.single-product .product-description .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    position: static !important;
    background: none !important;
}

body.single-product .product-description .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(137deg, rgba(139, 61, 197, .05) 4.19%, rgba(0, 87, 184, .05) 265.3%); */
    background: rgba(184, 48, 158, 0.05);
    /* box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.03), 30px 22px 37px 0px rgba(0, 0, 0, 0.03), 68px 49px 50px 0px rgba(0, 0, 0, 0.02), 120px 87px 59px 0px rgba(0, 0, 0, 0), 188px 135px 65px 0px rgba(0, 0, 0, 0); */
    border-radius: 8px;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

body.single-product .product-description .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a > * {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

/* body.single-product .product-description .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a span {
    color: #fff;
}

body.single-product .product-description .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a i::before {
    -webkit-text-stroke-color: #fff !important;
} */

body.single-product .product-description .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a::before {
    opacity: 1;
}

/* 
body.single-product .product-type-variable .product-description:not(.empty-edilo-call-button) .yith-wcwl-add-to-wishlist {
    bottom: 26px;
} */

@media only screen and (max-width: 767px) {
    body.single-product .product-type-variable .product-description .yith-wcwl-add-to-wishlist {
        bottom: 15px;
    }
    body.single-product .product-description.empty-edilo-call-button {
        margin-bottom: 40px;
    }
    body.single-product .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist {
        bottom: -50px;
    }
    body.single-product .product.product-type-simple .product-description .yith-wcwl-add-to-wishlist {
        height: 46px;
    }
    body.single-product .product.product-type-simple .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist {
        bottom: -56px;
    }
}

@media only screen and (max-width: 479px) {
    body.single-product .product-description {
        padding-bottom: 62px;
    }
    body.single-product .product-description.empty-edilo-call-button {
        margin-bottom: 0px;
    }
    /* body.single-product .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist,
    body.single-product .product-description .yith-wcwl-add-to-wishlist {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
        font-size: 18px;
    } */
    body.single-product .product-description .yith-wcwl-add-to-wishlist {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
        font-size: 18px;
        height: 44px;
        right: 0px;
    }
    body.single-product .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist {
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
        bottom: 18px;
    }
    body.single-product .product.product-type-simple .product-description .yith-wcwl-add-to-wishlist {
        height: 44px;
        bottom: 4px;
    }
    body.single-product .product.product-type-simple .product-description.empty-edilo-call-button .yith-wcwl-add-to-wishlist {
        bottom: 4px;
    }
}

.edilo-form-content {
    width: 600px !important;
    max-width: 600px !important;
}

@media only screen and (max-width: 767px) {
    .edilo-form-content {
        width: 320px !important;
        max-width: 320px !important;
    }
}

@media only screen and (min-width: 480px) {
    body.single-product form.cart .single-product-quantity-col,
    body.single-product .variations_form .single-product-quantity-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 12px !important;
        padding-right: 8px;
    }
    body.single-product .variations_form .single-product-quantity-col .qty-element {
        width: auto;
        display: inline-flex;
    }
    body.single-product form.cart .single-product-add-to-cart-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0px);
        flex: 0 0 calc(50% - 0px);
        max-width: calc(50% - 0px);
        padding-left: 15px;
        padding-right: 6px;
        margin-bottom: 0 !important;
    }
    body.single-product .variations_form .single-product-add-to-cart-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0px);
        flex: 0 0 calc(50% - 0px);
        max-width: calc(50% - 0px);
        margin-top: 0 !important;
        padding-right: 6px;
    }
    body.single-product .product-description.empty-edilo-call-button .single-product-add-to-cart-col {
        margin-bottom: 0 !important;
    }
    body.single-product form.cart .single-product-add-to-cart-col,
    body.single-product .variations_form .single-product-add-to-cart-col {
        margin-bottom: 12px !important;
    }
    body.single-product .variations_form .single-product-add-to-cart-col > button {
        height: 55px;
    }
    body.single-product form.cart .single-product-ask-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0px);
        flex: 0 0 calc(50% - 0px);
        max-width: calc(50% - 0px);
        margin-top: auto;
        padding-left: 6px;
        margin-bottom: 0 !important;
    }
    body.single-product form.cart .single-product-ask-col {
        -ms-flex: 0 0 calc(50% + 8px);
        flex: 0 0 calc(50% + 8px);
        max-width: calc(50% + 8px);
        padding-left: 15px;
    }
    body.single-product .variations_form .single-product-ask-col {
        -ms-flex: 0 0 calc(50% + 8px);
        flex: 0 0 calc(50% + 8px);
        max-width: calc(50% + 8px);
    }
    body.single-product .product-description.empty-edilo-call-button .single-product-ask-col {
        -ms-flex: 0 0 calc(50% + 0px);
        flex: 0 0 calc(50% + 0px);
        max-width: calc(50% + 0px);
        padding-left: 6px;
    }
    body.single-product .product-description.empty-edilo-call-button .single-product-ask-col {
        -ms-flex: 0 0 calc(50% + 0px);
        flex: 0 0 calc(50% + 0px);
        max-width: calc(50% + 0px);
        padding-left: 6px;
    }
    body.single-product .variations_form .single-product-ask-col > a {
        height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    body.single-product form.cart .single-product-quantity-col,
    body.single-product form.cart .single-product-add-to-cart-col {
        margin-bottom: 12px;
    }
    body.single-product form.cart .single-product-ask-col {
        margin-bottom: 0;
    }
}

body.single-product .product-description .add_to_wishlist {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}

body.single-product .product-description .add_to_wishlist i {
    margin-right: 0px;
}

/* single product buttons end */

/* single product quantity */

body.single-product form.cart .qty-element,
body.single-product form.variations_form .qty-element {
    width: 90px;
    justify-content: center;
}

body.single-product form.cart .qty-element > span,
body.single-product form.variations_form .qty-element > span {
    display: none;
}

body.single-product form.cart .qty-element button svg,
body.single-product form.variations_form .qty-element button svg {
    width: 12px;
    height: 12px;
}

/* single product quantity end */

/* single product price */

/* @-webkit-keyframes LOADING-SHIMMER {
    0% {
        background-position: calc(-100% - 600px) 0;
    }
    100% {
        background-position: calc(100% + 600px) 0;
    }
}

@keyframes LOADING-SHIMMER {
    0% {
        background-position: calc(-100% - 600px) 0;
    }
    100% {
        background-position: calc(100% + 600px) 0;
    }
}

.section-product .product-description p.product-price:not(.load) {
    position: relative;
    color: rgba(0, 0, 0, 0) !important;
}

.section-product .product-description p.product-price:not(.load)>* {
    opacity: 0;
}

.section-product .product-description p.product-price:not(.load)::before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0) 100%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 2px 0 rgba(30, 38, 40, 0.25);
    border-radius: 8px;
    -webkit-animation: LOADING-SHIMMER 2s infinite ease-in-out;
    animation: LOADING-SHIMMER 2s infinite ease-in-out;
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.section-product .product-description .product-price {
    position: relative;
    margin-bottom: 40px;
}

body.single-product .product-type-variable .single_variation_wrap .woocommerce-variation-price {
    display: none;
}

.product.sale p.product-price del {
    position: relative;
}

.product.sale p.product-price del:after {
    content: "";
    width: calc(100% - 18px);
    height: 1px;
    background: #b8309e;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(-8deg);
}

/* single product price end */

.section-product .yith-wcwl-add-button > a[data-title="Remove from list"] {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.section-product .yith-wcwl-add-button > a[data-title="Remove from list"] i {
    margin-right: 0px !important;
}

.section-product .yith-wcwl-add-button > a[data-title="Remove from list"] span {
    margin-left: 0px;
    font-weight: 400;
}

/* single product wishlist */

.section-product .product-description .product-price {
    margin-bottom: 40px;
}

/* single product wishlist end */

/* single product variations */

.product-type-variable .section-product .labels-wrapper .sale {
    opacity: 0;
}

.section-product table.variations > .row > tr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-product table.variations > .row > tr th.label {
    display: table;
    width: 100% !important;
    clear: both;
    margin-bottom: 16px;
}

.section-product table.variations > .row > tr th.label > label {
    display: table;
    float: left;
    width: auto;
    margin: 0;
    margin-right: -2px;
    font-size: 16px;
    font-weight: 700;
}

.section-product table.variations > .row > tr th.label > span {
    display: table;
    float: left;
    font-size: 16px;
    font-weight: 400;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 55px;
    height: 55px;
    border-radius: 8px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    border-radius: 6px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
        width: 44px;
        height: 44px;
        border-radius: 8px;
    }
}

/* single product variations end */

/* single product description  */

.section-product .product-description .description {
    margin-bottom: 40px;
}

.section-description #descr.tab-pane img {
    display: block;
    width: 100%;
}

.section-description #descr.tab-pane p,
.section-description #descr.tab-pane ul,
.section-description #descr.tab-pane ol,
body.single-product .woocommerce-product-details__short-description p,
body.single-product .woocommerce-product-details__short-description ul,
body.single-product .woocommerce-product-details__short-description ol {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #808080;
}

.section-description #descr.tab-pane p:last-child,
.section-description #descr.tab-pane ul:last-child,
.section-description #descr.tab-pane ol:last-child,
body.single-product .woocommerce-product-details__short-description p:last-child,
body.single-product .woocommerce-product-details__short-description ul:last-child,
body.single-product .woocommerce-product-details__short-description ol:last-child {
    margin-bottom: 0px;
}

.section-description #descr.tab-pane ul,
.section-description #descr.tab-pane ol,
body.single-product .woocommerce-product-details__short-description ul,
body.single-product .woocommerce-product-details__short-description ol {
    padding-left: 18px;
}

.section-description #descr.tab-pane ul li,
body.single-product .woocommerce-product-details__short-description ul li {
    list-style-type: disc;
    color: #808080;
}

.section-description #descr.tab-pane ol li,
body.single-product .woocommerce-product-details__short-description ol li {
    list-style-type: decimal;
    color: #808080;
}

.section-description .tab-pane > .default-content > h6:first-child,
.section-description .tab-pane .woocommerce-Reviews-title.reviews-count {
    display: none;
}

@media only screen and (max-width: 767px) {
    body.single-product .section-product {
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    body.single-product .section-description {
        padding-top: 0;
    }
}

/* single product description tab end */

/* single product related products */

body.single-product .section.section-products .section-title {
    font-size: 30px;
    margin: 0 0 28px;
}

@media (max-width: 991px) {
    body.single-product .section.section-products .section-title {
        font-size: 25px;
        margin: 0 0 25px;
    }
}

@media (max-width: 767px) {
    body.single-product .section.section-products .section-title {
        font-size: 20px;
        margin: 0 0 14px;
    }
}

/* single product related products end */

/* products grid */

.prodcart__price-from {
    display: none !important;
}

.product .product-image {
    position: relative;
}

.product .product-image > .product-card-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product .product-image .product-nav .product-card-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.product .product-image .product-nav a:not(.product-card-image-link) {
    position: relative;
    z-index: 2;
}
.product .product-price{
	font-family: "Roobert Regular";
    font-weight: 700;
}

/* products grid end */

/* cart */

/* @media only screen and (min-width: 992px) {
    .section-cart .cart-right {
        position: sticky;
        top: 15px;
    }
} */

/* cart end */

/* checkout */

@media only screen and (min-width: 992px) {
    .content {
        overflow: visible;
    }
    /* .section-order .order-right .order-total {
        position: sticky;
        top: 15px;
    } */
}

/* checkout end */

/* home slider */

.home-main-slider {
    position: relative;
    margin-bottom: 30px;
    border-radius: 30px;
}

.home-main-slider .home-main-slider-item {
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.home-main-slider .home-main-slider-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.home-main-slider .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 2;
}

.home-main-slider .owl-nav button {
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    top: 0;
    margin: 0 !important;
    text-align: center;
    background: #e9eaeb !important;
    transition: all 0.3s ease;
    border-radius: 8px !important;
}

.home-main-slider .owl-nav button:hover {
    border-radius: 50% !important;
}

.home-main-slider .owl-nav button.owl-prev {
    left: -15px;
}

.home-main-slider .owl-nav button.owl-next {
    right: -15px;
}

.home-main-slider .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    z-index: 2;
}

.home-main-slider .owl-dots .owl-dot span {
    background: #e9eaeb !important;
    transition: all 0.3s ease;
}

.home-main-slider .owl-dots .owl-dot:hover span,
.home-main-slider .owl-dots .owl-dot.active span {
    background: #b8309e !important;
}

@media only screen and (max-width: 767px) {
    .home-main-slider {
        margin-bottom: 10px;
        border-radius: 20px;
    }
    .home-main-slider .home-main-slider-item {
        border-radius: 20px;
    }
    .home-main-slider .owl-nav {
        margin-top: -17px;
    }
    .home-main-slider .owl-nav button svg {
        width: 18px;
        height: 18px;
    }
    .home-main-slider .owl-nav button {
        width: 35px;
        height: 35px;
    }
}

/* enter image banner popup */

.enter-image-banner-popup {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.enter-image-banner-popup .close-popup {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    right: 24px;
    top: 24px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    z-index: 99999;
}

.enter-image-banner-popup .close-popup::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
}

.enter-image-banner-popup .close-popup:hover::before {
    background: rgba(255, 255, 255, 0.2);
}

.enter-image-banner-popup .enter-image-banner-popup-inner {
    position: relative;
    cursor: pointer;
}

.enter-image-banner-popup img {
    width: auto;
    height: 90dvh;
}

.enter-image-banner-fill {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99998;
}

/* enter image banner popup end */
