/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.
Version: 1.2
Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/
.quantity {
	width: 8rem;
}
.quantity .qty {
	padding: 0 2.4rem 0 2.4rem;
	text-align: center;
}
.quantity button {
	right: unset;
} 
.quantity button.quantity-minus {
	left: 0.5rem;
}
.quantity button.quantity-plus {
	right: 0.5rem;
}
.product_meta,
.product_meta.no-brand-image,
.product-sticky-content.fixed .wolmart-whatsapp-call-buttons {
	display: none;
}
.single_add_to_cart_button, 
.single_buy_now_button {
	flex: 0.4;
}
.single_buy_now_button {
    flex: unset;
    margin-left: 1rem;
	margin-top: 0;
}
.wolmart-whatsapp-call-buttons {
	margin-top: 1.5rem;
}
.wolmart-whatsapp-call-buttons .contact-prompt{
	margin-bottom: 12px; 
	font-weight: 600; 
	color: #333; 
	text-align: center; 
	font-size: 16px;
}
.additional-button-container {
	display: flex; 
	gap: 10px; 
	flex-wrap: wrap;
}
.additional-button-container .whatsapp-button {
	flex: 0.5;
}
.additional-button-container .whatsapp-button, 
.additional-button-container .call-now-button {
	min-width: 100px; 
	text-align: center;
	border-width: 1px;
}
.additional-button-container .whatsapp-button .fa-whatsapp,
.additional-button-container .call-now-button .fa-phone {
	margin-right: 8px;
}

@media(max-width:991px){
	.wolmart-same-vendor-products-wrapper {
		display: none;
	}
}

@media(max-width:767px){
	.sticky-content.fix-top {
		top: unset;
		bottom: 70px;
	}
}

@media (max-width: 479px) {
	.additional-button-container .whatsapp-button,
	.additional-button-container .call-now-button,
	.single_add_to_cart_button {
		flex: 1;
	}
	.single_buy_now_button {
		flex: 0 0 100%;
		margin-left: 0px;
	}
}

