/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2025 | 21:15:11 */
.woocommerce-shop .buy-now-button{
	display:none; !important
}

.woocommerce-shop .buy-now-button{
	
}

.single-product.postid-184 form.cart,
.single-product.postid-182 form.cart,
.single-product.postid-519 form.cart,
.single-product.postid-183 form.cart,
.single-product.postid-513 form.cart,
.single-product.postid-463 form.cart,
.single-product.postid-182 div#wc-stripe-express-checkout-element,
.single-product.postid-184 div#wc-stripe-express-checkout-element,
.single-product.postid-519 div#wc-stripe-express-checkout-element,
.single-product.postid-183 div#wc-stripe-express-checkout-element,
.single-product.postid-513 div#wc-stripe-express-checkout-element,
.single-product.postid-463 div#wc-stripe-express-checkout-element
{
	display: none !important;
}

/* .single-product form.cart,.single-product div#wc-stripe-express-checkout-element{
	display: none !important;
}
 */
/* .single-product.postid-182 form.cart,.single-product.postid-182 div#wc-stripe-express-checkout-element{
	display: block !important;
} */

/* Hide all the buttons except the one with data-product_id="8426" */
.ast-on-card-button,
.ast-select-options-trigger,
.add_to_cart_button:not([data-product_id="8426"]),
.ajax_add_to_cart:not([data-product_id="8426"]),
.product_type_variable:not([data-product_id="8426"]),
.product_type_simple:not([data-product_id="8426"]) {
    display: none !important;
}

.mc4wp-alert p{
	color:white !important;
}

.product-list ul li img {
    height: 420px !important;
    object-fit: cover !important;
}


.tab-sec span.ast-woo-product-category, .tab-sec h2, .tab-sec span.price {
    color: #fff !important;
    font-weight: 500;
}

.external-buy-buttons a{
	margin-right:5px !important;
}

@media(max-width:991px){
	.product-list ul li img {
		height: 300px !important;
	}
}

@media(min-width:1024px){
	.products-list-home ul.products li img{
    height: 420px !important;
    object-fit: contain;
    align-content: center;
    background: black;
	}
}