/*
Theme Name:     Acton Theme Child
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.image-size ul.wc-block-grid__products li.wc-block-grid__product img {
background-color: #ffffff; /* This is white, you can adjust as needed */
object-fit:cover;
width:300px;
height: 300px;
}


/** Fluid Typography **/
@media screen and (min-width: 1025px) and (max-width: 1919px){
	.fluid-h1{
		font-size: 3.375rem !important;
font-size: clamp(3.375rem, 1.5139664804469275rem + 2.9050279329608935vw, 5rem) !important;
		line-height: 1.3;
	}
	
	.fluid-h2{
		font-size: 3rem !important;
font-size: clamp(3rem, 2.1410614525139664rem + 1.3407821229050279vw, 3.75rem) !important;
		line-height: 1.3;
	}
	
	.fluid-h3{
		font-size: 1.75rem !important;
font-size: clamp(1.75rem, 1.1773743016759777rem + 0.8938547486033519vw, 2.25rem) !important;
		line-height: 1.3;
	}
}

/** Header **/
.kadence-header-cart,
.header-account-wrap{
	display: none;
}

body.logged-in .kadence-header-cart,
body.logged-in .header-account-wrap{
	display: block;
}

@media screen and (min-width: 1025px) and (max-width: 1919px){
	.header-search-bar{
		margin-left: 2.3vw;
	}

	.header-search-bar form{
		width: 18vw;
	}
	
	.site-branding a.brand img{
		max-width: 17.4vw;
	}
	
	#main-header .header-button,
	#main-header .header-button2,
	.site-header form.woocommerce-product-search input[type="search"],
	.main-navigation .primary-menu-container > ul li.menu-item > a{
		font-size: 0.75rem !important;
		font-size: clamp(0.75rem, 0.17737430167597767rem + 0.8938547486033519vw, 1.25rem) !important;
	}
	
	.site-header form.woocommerce-product-search input[type="search"]{
		padding-right: 3.1vw;
	}
	
	.site-main-header-inner-wrap{
		min-height: 6.3vw;
	}
	
	.site-header p{
		font-size: 0.75rem !important;
font-size: clamp(0.75rem, 0.32053072625698326rem + 0.6703910614525139vw, 1.125rem) !important;
	}

}

@media screen and (max-width: 1024px){
	.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button,
	.mobile-header-button2-wrap .mobile-header-button-inner-wrap .mobile-header-button2{
		font-size: 16px !important;
	}
	
	.site-header .button{
		padding: 10px 15px;
	}
	
}

@media screen and (max-width: 767px){
	.site-header-top-section-left{
		display: none;
	}
}

/**Woocommerce **/
body.woocommerce-account.logged-in .my-account-box > .kt-inside-inner-col{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
}

body.woocommerce-account .woocommerce-form-login{
	padding: 0;
	border: 0;
}

body.woocommerce-account:not(.logged-in) .my-account-box > .kt-inside-inner-col{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*** Footer **/
.site-bottom-footer-inner-wrap{
	min-height: 537px;
}

.site-footer .gform_button{
	font-size: 24px !important;
	font-weight: 700 !important;
	padding: 16px 30px !important;
}

.site-footer .ginput_container input{
	font-size: 24px !important;
	padding: 30px 16px !important;
}

@media screen and (min-width: 1025px) and (max-width: 1919px){
	.site-footer .ginput_container input,
	.site-footer .gform_button{
		font-size: 0.75rem !important;
		font-size: clamp(0.75rem, 0.17737430167597767rem + 0.8938547486033519vw, 1.25rem) !important;
	}
	
	.site-bottom-footer-inner-wrap{
		min-height: 27vw;
	}
}

@media screen and (max-width: 1024px){
	.site-footer .gform-footer{
		justify-content: center;
	}
	
	.site-bottom-footer-inner-wrap{
		min-height: 400px;
	}
}

@media screen and (max-width: 767px){
	.site-footer .ginput_container input,
	.site-footer .gform_button{
		font-size: 20px !Important;
	}
	
	.site-bottom-footer-inner-wrap{
		min-height: 200px;
	}
}
