/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.cat-head {
	display: flex;
}
.cat-head .text-box {
	padding:50px;
	height:fit-content;
}
.cat-head > div {
	width:50%;
}
.cat-head .text-box h1, .cat-head .text-box p {
	max-width:500px;
	margin-left:auto;
}
.cat-head .image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and  (max-width:800px) {
	.cat-head {
		display: inline-block;
	}
	.cat-head .text-box, .cat-head .image {
		width: 100%;
	}
	.cat-head .text-box h1, .cat-head .text-box p {
		margin: 0;
		max-width: unset;
	}
	.cat-head .image {
		height: 240px;
	}
}
/* husky filter override */
@media screen and (min-width: 979px) {
	.woocommerce a.woof_show_auto_form.woof_btn_default {
		display:none !important;
	}
}
.woocommerce a.woof_btn_default.woof_show_auto_form {
	width: 100%;
	padding-left: 28px;
	background-size: 26px;
}
.woocommerce a.woof_btn_default.woof_hide_auto_form {
	width: 100%;
	padding-left: 28px;
	background-size: 26px;
}

