/*
	Theme Name:     Propharm Child
	Theme URI:      http://www.enovathemes.com/propharm
	Description:    Propharm - Pharmacy Medical WooCommerce WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       propharm
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* No price on search */
.wpb_wrapper .product-search .product-data .product-price {
	display: none !important;
}
/* No double price on checkout */
.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices { 
	display: none !important;
}
/* No Quantity in Product Page */
form.cart .minus-plus {
	display: none !important;
}
/* 100% Width Buy Now Button on Variations Table */
.variations-table .variations button.single_add_to_cart_button {
	width: 100%;
}
/* 100% Width Buy Now Button on Product Page */
form.cart .single_add_to_cart_button {
	width: 100%;
}
/* No product Previous Next navigation */
.post-single-navigation {
	display: none !important;
}

/* Cart image color */
.product .button:before,
.product .added_to_cart:before {
	background-color: #184363 !important;
}

/* Variations table color */
.pvtfw_variant_table_block table.variant tbody td {
	color: inherit !important;
}
.pvtfw_variant_table_block table.variant:not(.has-background) thead th {
	color: inherit !important;
	font-weight: bold !important;
}

/* Short description */
.woocommerce-product-details__short-description {
	max-width: 100% !important;
}

/* Available Options margin */
.pvtfw-table-heading-continer {
	margin-top: 24px !important;
}