/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavotheme</a>
* Template: freshio
* Version: 2.1.9
*/
.home__product li.product .product-block .product-image img,ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img{
	max-height: 270px;
    object-fit: contain;
	height: 318px;
}
.header-2 .header-bottom {
    background-color: #df1621 !important;
}
.header-navigation-background .main-navigation ul.menu > li.menu-item.current-menu-item > a{
	color: #6bcf27;
}
.header-navigation-background .main-navigation ul.menu > li.menu-item > a{
	font-size:16px !important;
	font-weight:500 !important;
	padding-top:1rem !important;
	padding-bottom:1rem !important;
}
.vertical-navigation .vertical-navigation-header{
	background:#0c0aa7 !important;
}
@media screen and (max-width:1023px){
	.header-2 .header-bottom{
		display:block !important;
	}
}