/**
* Theme Name: PetPuzzy Child
* Description: This is a child theme of PetPuzzy, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">Duy Nguyen</a>
* Template: petpuzzy
* Version: 1.6.1
*/

.petpuzzy-freeshipping .freeshipping-progress .progress-value:before {  
	background: #EB690B !important;   
}

.woocommerce.archive .woo-products-lists .product .product-meta-wrapper .variation-table-container .wc_variations_layouts_table .nbgoyani_desktop_view {
    width: auto;
}

.grecaptcha-badge { 
  visibility: hidden; 
}
#payment .payment_methods > .woocommerce-PaymentMethod > label, #payment .payment_methods > .wc_payment_method > label {
    font-size: 14px;
}

li.product.product-style-default .price .inner{
	background: rgb(229,240,249);
	color: var(--accent);
    border-radius: 4px;
    font-size: 16px;
}

li.product.product-style-default .price .inner ins{
	color: var(--accent);
}

li.product .product-caption-action{
	margin-top: 10px;
}

li.product.product-style-default .product-block .product-caption{
	padding-right: 0;
}

li.product.product-style-default a[class*=product_type_]{
	display: none!important;
}

li.product.product-style-default .posted-in,
li.product.product-style-default .yith-wcbr-brands,
li.product.product-style-default .yith-wcbr-brands-logo{
    display: none;
}

.elementor-swiper-button:hover{
	background: #EB690B!important;
}

.single-product.woocommerce .thumbnails #slider-prev span svg, 
.single-product.woocommerce .thumbnails #slider-next span svg{
	display: none;
}
.single-product.woocommerce .thumbnails #slider-prev span:before,
.single-product.woocommerce .thumbnails #slider-next span:before{
	font-family: "petpuzzy-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "\e038";
	margin-top: -6px;
	font-size: 12px;
}

.single-product.woocommerce .thumbnails #slider-prev span:before{
	content: "\e037";
}

.dfd-close-button {
	max-width: 30px;
}
