/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* SINGLE PRODUCT WISHLIST ICON */
.avanyah-single-product-detail .yith-wcwl-add-button, .yith-wcwl-wishlistaddedbrowse{
	width: fit-content;
}

.avanyah-single-product-detail .yith-wcwl-add-button a{
	padding: 0!important;
	margin: 0!important;
}

@media (min-width: 1304px) {
	.avanyah-single-product-detail .yith-wcwl-add-button, .avanyah-single-product-detail .yith-wcwl-wishlistaddedbrowse{
		position: absolute;
		left: 90%;
		top: 82%;
	}
}

/* product variations s, m, l... */
.variations .value .variable-items-wrapper .variable-item.selected {
    background-color: #000 !important;
    color: #fff !important;
}

/* single product size chart button */
.elementor-widget-wpb-psc-size-chart .wpb-psc-btn{
	padding: 8px 18px;
	transition: all 0.2s;
}

.elementor-widget-wpb-psc-size-chart .wpb-psc-btn:hover{
	background-color: #000;
	color: #fff!important;
}

/* single product add button */
.single_add_to_cart_button.disabled {
    pointer-events: none!important;
    opacity: 0.5!important;
}

/* cart page */
.woocommerce-cart-form__contents .cart_item .product-quantity .quantity button{
    padding: 0px 16px!important;
    font-size: 1rem!important;
}

@media (min-width: 1025px) and (max-width: 1197px) {
    .woocommerce-cart-form__contents .cart_item .product-quantity{
        padding: 5px!important;
    }
    .woocommerce-cart-form__contents .cart_item .product-quantity .quantity{
        width: 100%!important;
    }
    .woocommerce-cart-form__contents .cart_item .product-quantity .quantity button {
        padding: 0px 6px!important;
    }
    .woocommerce-cart-form__contents .cart_item .product-quantity .quantity .qty{
        width: 2rem!important;
    }
    .elementor-widget-woocommerce-cart .e-cart-section{
        padding: 16px 10px!important;
    }
}

#wc-stripe-payment-request-wrapper{
	display: none!important;
}

/*PRODUCTS LOOP WISHLIST ICON*/

.avnyh-products-loop-item .yith-wcwl-add-button .single_add_to_wishlist{
    padding: 0!important;
}

.avnyh-products-loop-item .yith-wcwl-add-button .single_add_to_wishlist .yith-wcwl-icon-svg{
    margin: 0!important;
}

.avnyh-products-loop-item .elementor-widget-shortcode .yith-wcwl-add-to-wishlist{
    margin: 0!important;
}