/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team. Modified & Customized by Kushal Shah - JAKK Web.
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites. For customisation details contact at +91 8080877247 (Kushal Shah) for more details.
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek-child
*/

body.image-button-radius .product-label > span.onsale, body.image-button-radius .product-label > span {margin-right: 5px;}

.woocommerce-checkout form .wc-blocks-components-select select {
    max-width: 100%;
}

.woocommerce-shop .widget-container form .price_slider_amount .price_label {
    top: 4px;
    position: relative;
}

body .price del, body .group_table del, body .product-price del {text-decoration: line-through; text-decoration-thickness: 1px;}

body .iny-pros-wrap .e-child .elementor-heading-title {font-weight: normal; margin-bottom: 5px;}

body .cmn-iny-loop-wrap .elementor-widget-wp-widget-woocommerce_products ul.product_list_widget {display: flex;}

body .elementor-widget-button .elementor-button {position: relative; overflow: hidden;}
body .elementor-widget-button .elementor-button::after {content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0px;
    left: -100%;
    opacity: 0.6; animation: 1s ease 0s 1 normal forwards running;}
body .elementor-widget-button .elementor-button:hover::after {background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%); animation: 1s ease 0s 1 normal forwards running shine;}

body.woocommerce-checkout .wc-block-components-product-metadata ul.wc-block-components-product-details {margin-top: 0; margin-bottom: 0;}
body.woocommerce-checkout .wc-block-components-product-metadata ul.wc-block-components-product-details li {padding: 0;}

body.single-product form .awcdp-deposits-wrapper, body.single-product form .awcdp-deposits-wrapper .awcdp-deposits-option {width: 100%;}
body.single-product.woocommerce div.product form.cart .single_variation_wrap .variations_button {grid-template-columns: 1fr;}
body.single-product.woocommerce div.product form.cart .single_variation_wrap .quantity {display: flex; max-width: 100%; margin-bottom: 10px; align-items: center;}

body.home .slider-content-main-wrap {backdrop-filter: blur(11px);}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}