.agro_lang_switcher{
	color:#fff;
	margin:0 10px;
	padding:10px 0;
	position:relative;
}
.agro_lang_switcher .agro_lang_switcher-current{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
	font-size:14px;
	text-transform:uppercase;
}
.agro_lang_switcher .agro_lang_switcher-current img{
	border-radius:50%;
	width:30px;
	height:30px;
	overflow:hidden;
	object-fit:cover;
}
.agro_lang_switcher .agro_lang_switcher-list{
	background:#fff;
	border-radius:20px;
	box-shadow:2px 5px 20px 0px rgba(0, 0, 0, 0.1);
	display:none;
	position:absolute;
	top:100%;
	right:0;
	padding:10px;
	width:max-content;
}
.agro_lang_switcher:hover .agro_lang_switcher-list{
	display:block;
}
.agro_lang_switcher .agro_lang_switcher-list a{
	border-radius:20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
	font-size:14px;
	text-transform:uppercase;
	padding: 4px 20px;
	min-width:90px;
}
.agro_lang_switcher .agro_lang_switcher-list a:hover{
	background:#F5F3F0;
}
.agro_lang_switcher .agro_lang_switcher-list a img{
	max-width:18px;
}
.agro_brand_icon{
	position:absolute;
	top:10px;
	right:10px;
	z-index:1;
}
.agro_brand_icon img{
	max-width:100%;
	max-height:60px;
	height:auto;
}
div.wgl-products div.product .picture,
div.wgl-products div.product:hover .picture{
	border-radius:0;
}
div.wgl-products div.product .picture .woo_post-link{
	padding:10px;
}
div.wgl-products .woocommerce-loop-product__title,
.woocommerce .products div.wgl-products .woocommerce-loop-product__title{
	line-height:100%;
	margin-bottom:10px;
}
div.wgl-products div.product .price,
.woocommerce .products div.wgl-products div.product .price{
	display:none;
}
div.wgl-products div.product .brands,
.woocommerce .products div.wgl-products div.product .brands{
	font-size:16px;
	color:#4E4E4E;
	line-height:20px;
	text-align:left;
}
div.wgl-products div.product .wgl_woo_button_wrapper,
div.wc-block-grid .wc-block-grid__product .wgl_woo_button_wrapper{
	display:none;
}
/* Summary */
.woocommerce div.product .summary .product_title{
	margin-bottom:30px;
}
.woocommerce .summary .product_meta{
	border-top:none;
	margin:0 0 30px;
	padding-top:0;
}
.woocommerce div.product div.summary .wgl_wrapper_related_buttons{
	display:none;
}
body div.wgl-products div.product a.woosc-btn,
body div.wgl-products div.product a.woosw-btn{
	display:none;
}
#tab-agro_advantages_tab ul,
.elementor-widget-text-editor ul{
	list-style:none;
	padding-left:0;
}
#tab-agro_advantages_tab ul li,
.elementor-widget-text-editor ul li{
	line-height:20px;
	position:relative;
	padding-left:34px;
}
#tab-agro_advantages_tab ul li:before,
.elementor-widget-text-editor ul li:before{
	content:'\02713';
	display:block;
	background:#8D9274;
	border-radius:50%;
	font-size:10px;
	color:#fff;
	line-height:16px;
	text-align:center;
	width:16px;
	height:16px;
	position:absolute;
	left:4px;
	top:4px;
}
.agro_composition{
	margin-top:30px;
}
.agro_composition-title{
	font-size:20px;
	line-height:28px;
	margin-bottom:10px;
}
.agro_composition-item{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.agro_composition-item--graph{
	position:relative;
	flex:0 0 calc(100% - 60px);
	max-width:calc(100% - 60px);
	line-height:normal;
	padding-bottom:30px;
}
.agro_composition-item--graph:before{
	content:'';
	display:block;
	background:#F5F3F1;
	border-radius:8px;
	height:8px;
	position:absolute;
	left:0;
	top:calc(100% - 20px);
	right:0;
}
.agro_composition-item--graph_line{
	background:#819478;
	border-radius:8px;
	height:8px;
	position:absolute;
	left:0;
	top:calc(100% - 20px);
}
.agro_composition-item--value{
	white-space:nowrap;
	padding-left:10px;
}
.agro_order_button{
	margin-top:30px;
}

/* Order form */
.agro_order_form{
	display:none;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:101;
}
.agro_order_form.show{
	display:block;
}
.agro_order_form--overlay{
	background:rgba(0,0,0,0.35);
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.agro_order_form--content{
	background:#607F3F;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	padding:20px 30px;
}
.agro_order_form--close{
	border-radius:50%;
	font-size:32px;
	line-height:16px;
	width:18px;
	height:18px;
	position:absolute;
	top:-30px;
	right:-30px;
	cursor:pointer;
}
.agro_form_title{
	font-size:32px;
	color:#fff;
}
.agro_order_form--content .wpcf7-form label{
	color:#fff;
	position:relative;
}
.agro_order_form--content .wpcf7-form label span.required{
	display:inline-block;
	width:10px;
	height:10px;
	position:relative;
}
.agro_order_form--content .wpcf7-form label span.required:before{
	content:'*';
	display:block;
	color:#fff;
	line-height:10px;
	position:absolute;
	top:0;
	right:0;
}
.agro_order_form--content .wpcf7-form input[type=text],
.agro_order_form--content .wpcf7-form input[type=tel],
.agro_order_form--content .wpcf7-form textarea{
	background:#fff;
	border-radius:10px;
	padding:10px;
}
.agro_order_form--content .wpcf7-form input[type=text]:focus,
.agro_order_form--content .wpcf7-form input[type=tel]:focus,
.agro_order_form--content .wpcf7-form textarea:focus{
	background:#ffffffaa!important;
}

.woocommerce img, .woocommerce-page img{
	height: 300px;
    object-fit: contain;
}

@media (max-width: 1023px) {
	.woocommerce img, .woocommerce-page img{
		height: 200px;
	}
}