/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/*Custom shop styles*/
.archive.woocommerce .product-category-group{ width: 100%; }
.archive.woocommerce #Content{ padding: 5vw 0!important; }
.archive.woocommerce .accordion-products .mcb-item-toggle-inner .mfn-toggle-item .toggle-bar{
	padding: 12px;
	border: solid 1px #D4CAB1;
	border-bottom: 0;
	background-color: #f2ecdd;
}
.archive.woocommerce .accordion-products .mcb-item-toggle-inner:last-child .mfn-toggle-item .toggle-bar,
.archive.woocommerce .accordion-products .mcb-item-toggle-inner:last-child .mfn-toggle-item.active .toggle-content{ 
	border-bottom: solid 1px #D4CAB1;
}
.archive.woocommerce .accordion-products .mfn-toggle-item.active .toggle-bar{
  border-left: solid 4px #478E4A;
}
.archive.woocommerce .accordion-products .mcb-item-toggle-inner .mfn-toggle-item .toggle-content{
	border: solid 1px #D4CAB1;
	border-bottom: 0;
}
.archive.woocommerce .accordion-products .kb-product-content{
	padding: 24px;
}
.archive.woocommerce .accordion-products .mcb-item-toggle-inner .mfn-toggle-item .toggle-content img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}