/*
Theme Name: Liqberry theme
Theme URI: art-lemon.com
Author: art-lemon.com
Author URI: https://art-lemon.com/
Text Domain: liq
Domain Path: /languages
*/

/*img[data-lazyloaded] {*/
/*    opacity: 0;*/
/*}*/

/*!* PART 2 - Upon Lazy Load *!*/
/*img.loaded {*/
/*    -webkit-transition: opacity .5s linear 0.2s;*/
/*    -moz-transition: opacity .5s linear 0.2s;*/
/*    transition: opacity .5s linear 0.2s;*/
/*    opacity: 1;*/
/*}*/

.comment-form-cookies-consent {
    display: none!important;
}

.hide-btn {
    display: none!important;
}
.woocommerce-shipping-fields {
    display: none!important;
}
#billing_country_field {
    display: none!important;
}


.recomendator-block{
	display: flex; 
	flex-direction: row; 
	padding: 10px 0; 
	border-bottom: 1px solid #ccc;
}
.recomendator-block.reverce{
	flex-direction: row-reverse; 
}


.recomendator-photo{
    flex-basis: 30%;
    width: 30%;
    max-width: 200px;
}

.recomendator-text{
	font-size: 16px; 
	line-height: 1.3; 
	margin-top: 0; 
	padding-left: 15px;
	flex: 1 0 70%;
}

.recomendator-block.reverce .recomendator-text{
	padding-left: 0;
	padding-right: 15px;
}


 @media screen and (max-width: 670px){
	 .recomendator-block{
		 flex-direction: column !important; 
	 }
	 
	 
	.recomendator-photo{
		flex-basis: 100%;
		width: 100%;
		max-width: 1000px;
	}
	 
	 .recomendator-photo img{
		width: 100%; 
	 }

	.recomendator-text{
		padding-left: 0 !important;
		padding-right: 0 !important;
		flex: 1 0 100%;
	}
}

