/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.call-back-feature {
	display: none;
}

@font-face {
	font-family: 'Archivo Extra Condensed';
	src: url('fonts/ArchivoExtraCondensed-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo Extra Condensed';
	src: url('fonts/ArchivoExtraCondensed-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Archivo Extra Condensed';
	src: url('fonts/ArchivoExtraCondensed-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

.single-product #content .product_title {
	font-family: 'Archivo Extra Condensed', sans-serif;
	font-weight: 700;
	font-size: 2rem;
}

.single-product #content .price {
	font-size: 1.5rem;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.single-product #content .product_title {
		font-size: 2.5rem;
	}

	.single-product #content .price {
		font-size: 1.75rem;
	}
}

@media screen AND (max-width: 768px) {
	#commercegurus-pdp-gallery img {
		height: 470px!important;		
		object-fit: cover;
	}	
}


#commercegurus-pdp-gallery img {
	height: 100%;
	object-fit: cover;
}	


.products .product .woocommerce-image__wrapper {
	padding: 10px;
	border: 1px solid #dfdfdf;
}

.products .product img {
	height: 250px!important;
	object-fit:contain;
}

.products .woocommerce-image__wrapper {
	border-radius: 4px;
}

@media screen AND (min-width:768px) {
	.products .product img {
		height: 350px!important;
		object-fit:contain;
	}
}

.widget_shopping_cart .product_list_widget li a.remove:before {
	position: relative;
	top: 14px;
}

.bapf_sfilter label,
.bapf_sfa_taxonomy a {
	font-size: 14px;	
}

.braapf_unselect {
	font-size: 14px!important;
}

.bapf-clean-rounded label,
.bapf_sfa_taxonomy a {
	border: 1px solid #dfdfdf!important;
}

.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
	top: -3px;
	right: 30px;
}

.bapf_head h3 {
	font-size: 16px;
}