/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Duc Pham (Opal Team)</a>
* Template: freshio
* Version: 1.9.1
*/

.freshio-mobile-nav{
	display: none;
}

@media (max-width: 767px){
	.col-full{
		padding-left: 15px;
		padding-right: 15px;
	}
	.elementor-menu-cart__toggle{
		text-align: center !important;
		margin-top: 20px;
	}
	
	.elementor-section:not(.menu-bar, .top-header, .footer-bar,.copyright-bar){
		margin-bottom: 50px !important;
	}
	
	.elementor-section-wrap section:first-child{
		margin-top: 50px !important;
	}
	
	.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated{
		padding: 0px !important;
	}
	
	h2.elementor-heading-title{
		font-size: 30px !important;
	}
	
	.freshio-handheld-footer-bar{
		display: none;
	}
	
	.elementor-section-wrap .first-ele p{
		font-size: 55px;
		line-height: 0.8;
		margin-bottom: -35px;
	}
}

@media (max-width:1024px){
	.elementor-section:not(.menu-bar, .top-header, .footer-bar, .copyright-bar){
		margin-bottom: 50px !important;
	}
	
	.freshio-handheld-footer-bar{
		display: none;
	}
}

.shop-action,
.single-product div.product .entry-summary .wooscp-btn, .single-product div.product .entry-summary .woosw-btn{
	display: none;
}

.woocommerce-shipping-totals strong{
	white-space: unset;
}

#shipping_method li > label::after{
	display: none;
}

.archive .site-content, 
.page-id-8 .site-content,
.page-id-9 .site-content,
.page-id-10 .site-content{
	margin-top: 100px;
}

.cart_totals .checkout-button{
	color: #ffffff;
}

h2.elementor-heading-title{
	font-weight: normal !important;
}
.green-title h2.elementor-heading-title{
	font-weight: bold !important;
}


/* 24/03/2022 out of stock sign on the shop page */
.out-of-stock {
    font-size: 20px;
    display: block;
    margin-bottom: 50px;
    color: #000;
    background: #BAC34E;
    text-align: center;
    height: 100%;
    line-height: 60px;
}

@media screen and (max-width: 600px) {
	.out-of-stock {
    line-height: 30px;
    padding: 10px;
	}
}