.home_products .products_wrap{
	padding: 0;
}
.products_wrap ul.products{
	display: flex;
	flex-wrap: wrap;
}

ul.products li.product,
.wc-block-grid__product{
	display: block;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 8px;
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	line-height: 131%;
	color: #1c1b21;
	margin-bottom: 32px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

li.product a,
li.product a:hover{
	color: #1c1b21;
	text-decoration: none;
}

ul.products li.product:hover {
	color: #1c1b21;
	-webkit-box-shadow: rgba(0,0,0,.35) 0 5px 15px;
	box-shadow: rgba(0,0,0,.35) 0 5px 15px;
	text-decoration: none
}

ul.products li.product .online {
	font-size: 15px;
	line-height: 149%;
	color: #078a66;
	margin: 11px 0 15px;
	text-decoration: none;
}

ul.products li.product .product_cat {
	color: #7b7a7a
}

ul.products li.product> *{
	transition: all .35s ease;
}

ul.products li.product h2 {
	font-size: 16px;
	margin: 15px 0;
	font-weight: 400;
	padding-bottom: 20px;
}

ul.products li.product{
	padding-bottom: 20px;
}

ul.products li.product .price {
	font-size: 18px;
	line-height: 115%;
	color: #1c1b21;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 10px;
	flex-grow: 1;
}

ul.products li.product .price  .woocommerce-Price-currencySymbol{
	font-size: 14px;
}

.price del{
	display: block;
	width: 100%;
}

ul.products li.product .product_footer {
	justify-content: center;
	align-items: center;
}

section ul.products li.product .button  {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	width: 108px;
	height: 43px;
	color: #fff;
	background: -webkit-gradient(linear,left top,right top,from(#868f96),to(#596164));
	background: -o-linear-gradient(left,#868f96 0,#596164 100%);
	background: linear-gradient(90deg,#868f96 0,#596164 100%);
	font-weight: 600;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: -.01em;
	text-align: center;
	color: #f6f8f9;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: 1
}

.product .button:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #03271d;
	border-radius: 50px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	opacity: 1;
	z-index: -1
}

.product .button:hover:before {
	opacity: 0
}

.s_seo{
	margin-bottom: 60px;
}
ul.products li.product img{
	margin: auto;
}

.attributs table,
.attributs tbody{
	width: 100%;
}

.attribut_item{
	max-width: 380px;
	padding:  4px 4px 4px 0px;
	border-bottom: 1px solid #e5e9eb;
}

.attribut_item_title{
	margin: 0 14px;
}

.attribut_item_value a:hover{
	color: #078a66;
}

@media screen and (min-width: 1480px) {
	.home_products .products_wrap ul.products.columns-6 li.product{
		width: 15.6%;
	}
	.products_wrap ul.products.columns-6 li.product {
		width: 16%;
		margin: 0 auto 20px;
		float: none;
	}
}
@media screen and (max-width: 1480px){
	.home_products .products_wrap ul.products.columns-6 li.product{
		width: 19%;
	}
}
@media screen and (max-width: 1199px){
	.home_products .products_wrap ul.products.columns-6 li.product{
		width: 24%;
	}
}
@media screen and (max-width: 992px){
	.home_products .products_wrap ul.products.columns-6 li.product{
		width: 32%;
		margin: 0 .5% 20px;
	}
}
@media screen and (max-width: 768px){
	.home_products .products_wrap ul.products.columns-6 li.product{
		width: 48%;
	}
}
@media screen and (max-width: 575px){
	.berocket_single_filter_widget{
		width: 100%;
	}
	ul.products li.product h2{
		padding-bottom: 5px;
	}
	.blog_slider .slick-dots {
		bottom: -10px;
	}
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.section{
		padding: 30px 0 40px;
	}
	.product_slider ul.products li.product {
		width: 220px;
		margin: 20px auto ;
	}
	ul.products li.product .product_footer{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	ul.products li.product .price{
		margin: 5px 0;
/*		font-size: 16px;*/
}
}
.woocommerce-LoopProduct-link{
	position: relative;
}

.onsale{
/*	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/themes/irene-gavrosh/assets/img/sale.webp);
	background-size: contain;
	background-repeat: no-repeat;*/
	display: none;
}

.price ins{
	text-decoration: none;
}

.sale .woocommerce-Price-amount.amount{
	color: red;
}

.sale del .woocommerce-Price-amount.amount{
	font-size: 80%;
	color: #7b7a7a;
}

.wishlist_table tr td.product-thumbnail a img {
	height: auto;
}

.shop_block .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

.yith-add-to-wishlist-button-block {
	margin: 0;
	width: 100%;
}

.yith-wcwl-add-to-wishlist-button{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #0e3226;
}

.navigation.post-navigation{
	margin: 40px 0 70px;
	padding-top: 40px;
	border-top: 1px solid #e8e8e8;
}
.nav-links{
	display: flex;
	justify-content: space-between;
}
.nav-links > div{
	width: 48%;
	display: flex;
	align-items: center;
}
.nav-next{
	flex-direction: row-reverse;
	margin-left: auto;
}
.nav-links a{
	color: #7b7a7a;
	text-decoration: none;
	display: flex;
	align-items: center;
}
.nav-links a:hover{
	color: #f4b2b6;
}
.nav-links a{
	font-weight: 300;
	font-size: 16px;
	line-height: 200%;
	color: #1c1b21;
	padding: 2px 14px;
	border-radius: 30px;
	background-color: #fff;
	transition: all .35s ease;
}

.nav-links a:hover{
	background-color: #0E3226;
	color: #fff;
	letter-spacing: 1px;
}

.s_blog  .post_image{
	float: left;
	margin: 0 30px 20px 0;
	width: 590px;
	max-width: 50%;
}

.s_blog .post_image img{
	border-radius: 12px;
}

.blog_row{
	padding-bottom: 60px;
}

.gift_block{
	border: 4px solid #edf1f0;
	border-radius: 8px;
	background: #e4e4e4;
	margin: 28px 0 14px;
	padding: 40px;
}

.about_image img{
	margin: auto;
}

.page_content{
	padding-bottom: 80px;
}

.page_content .container{
	padding-left: 10px;
	padding-right: 10px;
}

.type-page h1{
	margin-bottom: 30px;
}

.s_payment{
	padding-top: 20px;
	padding-bottom: 60px;
}

.payment_blocks{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.payment_block{
	width: 49%;
	border: 1px solid #03271d;
	color: #03271d;
	border-radius: 8px;
	padding: 15px 60px 40px;
	margin-bottom: 30px;
}

.payment_block a{
	color: #03271d;
	text-decoration: none;
}

.payment_block a:hover{
	color: #078a66;
}

.payment_block_title{
	font-size: 20px;
	margin: 15px 0 24px;
	text-transform: uppercase;
	font-weight: 500;
}

.payment_blocks .footer_icon path {
	fill: #0e3226;
}

.map_wrap{
	height: 460px;
}

.map_wrap iframe{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.woocommerce-breadcrumb{
	max-width: 1445px;
	padding: 20px 15px;
	text-align: center;
	margin: auto;
}

.woocommerce-breadcrumb{
	color: #03271d;
}

.woocommerce-breadcrumb a{
	font-weight: 300;
	font-size: 16px;
	line-height: 137%;
	text-align: center;
	color: #838383;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover{
	color: #0e3226;
}

.shop_block {
	align-items: flex-start;
	margin-bottom: 60px;
}
.filter_title{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}
.filter_title svg{
	margin-left: 30px;
	transition: all .35s ease;
}
.filter_title.active svg{
	transform: rotate(180deg);
}
.bapf_head h3{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.bapf_sfilter label{
	font-size: 15px;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin-right: 6px;
	filter: hue-rotate(315deg);
}
.gray_block_products{
	flex-grow: 1;
}
.berocket_aapf_mess_widget_selected_filter ul{
	padding: 0;
	margin: 0;
}

.berocket_aapf_mess_widget_selected_filter a{
	color: #03271d;
	font-size: 14px;
	padding: 0 4px;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	transition: all .35s ease;
}
.berocket_aapf_mess_widget_selected_filter a:hover{
	background-color: #868f96;
	color: #fff;
}

.first_line a:hover{
	color: #078a66;
}

.woocommerce_ordering_wrap{
	display: flex;
	justify-content: end;
	margin: 0 0 20px;
}

.view-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 2px;
	margin-left: 5px;
	border: none;
	background-color: #fff;
	border-radius: 6px;
	opacity: 0.7;
}

.view-button.active,
.view-button:hover{
	background-color: #e5e9eb;
	opacity: 1;
}

ul.products.list-view li.product{
	float: none;
	width: 100% !important;
	margin: 0 0 20px!important;
}
ul.products.list-view li.product img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
ul.products.list-view li.product h2 {
	margin: 8px 0 8px;
}

ul.products li.product.type-product .button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	width: 108px;
	height: 43px;
	width: auto;
	height: auto;
	padding: 8px 18px;
	white-space: nowrap;
	color: #fff;
	background: -webkit-gradient(linear,left top,right top,from(#868f96),to(#596164));
	background: -o-linear-gradient(left,#868f96 0,#596164 100%);
	background: linear-gradient(90deg,#868f96 0,#596164 100%);
	font-weight: 600;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: -.01em;
	text-align: center;
	color: #f6f8f9;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: 1
}

ul.products li.product.type-product .button:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #03271d;
	border-radius: 50px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	z-index: -1
}

ul.products li.product.type-product .button:hover:before {
	opacity: 0
}

.lmp_load_more_button .lmp_button{
	border-radius: 50px;
}

.truemisha-sale-badge{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background-color: #e41522;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 4px;
}

.filter-toggle {
	display: block;
	margin-top: 10px;
	background: none;
	border: 1px solid #ddd;
	padding: 0px 2px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	display: block;
	width: 100%;
}

.woocommerce-product-gallery__trigger img.emoji{
	display: none!important;
}

.woocommerce-product-gallery__trigger:after {
	position: absolute;
	width: 36px;
	height: 36px;
	content: '';
	background-color: #03271d;
	border-radius: 50%;
	left: 0;
	top: 0;
	background-image: url('/wp-content/themes/irene-gavrosh/assets/img/search.png');
	background-size: 18px;
	transition: all .35s ease;
	background-repeat: no-repeat;
	background-position: center;
}

.woocommerce-product-gallery__trigger:hover:after{
	background-color: #596164;
}

.filter-toggle:hover {
	background-color: #f0f0f0;
}

.single_product{
	font-weight: 400;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: -0.01em;
	color: #252c32;
}

.single_product .product_title {
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #03271d;
	margin: 16px 0;
}

.product-badge.new {
	display: inline-block;
	border-radius: 6px;
	padding: 0px 8px;
	width: 54px;
	height: 24px;
	background: #eef0f2;
	font-weight: 600;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #252c32;
	margin-bottom: 8px;
}

.single_variation_wrap .single_product .price{
	margin: 10px 0;
}

.single_product .price{
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color: #03271d;
	margin-bottom: 20px;
}

.single_product .quantity{
	margin-bottom: 10px;
}

.single_product .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor{
	position: relative;
	margin: 10px 0;
}

table.variations tr{
	display: flex;
	flex-direction: column;
}
.select_option{
	border: 2px solid #f6f8f9;
	margin-right: 0;
	position: relative;
	padding: 0;
}
.select_option_label .yith_wccl_value_wrappe{
	background: #f6f8f9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 52px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}
.select_option_label .yith_wccl_value{
	font-size: 14px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ececec;
}
.select_option.selected .select_option_label .yith_wccl_value{
	background: #e5e9eb;
}

.wc-block-components-button:not(.is-link),
.wc-block-components-button{
	position: relative;
	font-size: 14px;
	border-radius: 22px;
	padding: 8px 16px;
	width: 343px;
	max-width: 100%;
	height: 40px;
	background: #03271d;
	color: #fff;
	text-decoration: none;
	transition: all .35s ease;
}

.wc-block-components-button:not(.is-link):hover,
.wc-block-components-button:hover{
	background: linear-gradient(90deg, #868f96 0%, #596164 100%);
	color: #fff;
}

.cart .button{
	font-size: 14px;
	border-radius: 22px;
	padding: 8px 16px;
	width: 343px;
	max-width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

form{
	width: 512px;
	max-width: 100%;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #344054;
}

form input {
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	padding: 12px 16px;
	width: 100%;
	height: 54px;
	outline: 0;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}

form input.qty {
	width: 343px;
	max-width: 100%;
	height: 40px;
}

form textarea{
	background: #fff;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	padding: 12px 16px;
	display: block;
	width: 100%;
	height: 130px;
}

form input[type="checkbox"]{
	width: 20px;
	height: 20px;
	display: inline-block;
	filter: grayscale(1);
	margin: 0 10px 0 0;
}
.wpcf7-list-item{
	margin-left: 0;
}

.wpcf7-checkbox > span{
	display: block;
	margin-right: 40px;
}

.wpcf7-checkbox label{
	display: flex;
	align-items: center;
}
[data-name="acceptance-579"]{
	display: block;
}
form input[type=submit]{
	border: 1px solid #7f56d9;
	border-radius: 50px;
	padding: 12px 20px;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	background: #0e3226;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
}
.single_product .summary .yith-wcwl-add-to-wishlist-button{
	width: 343px;
	max-width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center!important;
	font-size: 14px;
	border-radius: 22px;
	padding: 8px 16px;
	background: #f3f3f3;
	color: #252c32;
	text-decoration: none;
	margin: 0 0 30px!important;
}

.summary  .product_meta {
	display: none;
}

ul.products .yith-wcwl-add-to-wishlist-button__label{
	display: none;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	width: 100px !important;
	height: 100%;
	padding: 5px;
}

.desktop_accordion_block{
	clear: both;
	padding-top: 20px;
}

.mobile_accordion_block{
	display: none;
}

@media screen and (min-width: 48em) {
	.gray_block_products ul.products.columns-5 li.product {
		width: 19%;
	}

	ul.products li.product{
		margin: 0 .5% 20px!important;
	}
}

@media (max-width: 1490px){
	.gray_block_products ul.products.columns-5 li.product {
		width: 24%;
	}
}
@media screen and (max-width: 1200px) {
	.gray_block_products ul.products.columns-5 li.product {
		width: 32%;
	}
}

@media (max-width: 1399.98px) {
	.s_blog {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.single-product div.product .woocommerce-product-gallery{
	float: none!important;
}
.woocommerce-product-gallery__trigger:after {
	left: auto;
	right: 0;
}
.woocommerce-product-gallery__wrapper img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
@media (max-width: 992px){
	.cart .button,
	.single_product .summary .yith-wcwl-add-to-wishlist-button{
		margin: 0 auto 10px!important;
	}
	.variations{
		margin: auto;
	}
	.entry-summary {
		padding: 0 10px;
		text-align: center;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		width: 80px !important;
	}
	.single-product div.product .woocommerce-product-gallery{
		width: 400px;
		max-width: 100%;
		margin: auto;
	}
	.desktop_accordion_block{
		display: none;
	}

	.mobile_accordion_block{
		display: block;
	}
	.gray_block_products{
		width: 100%;
	}
	.fiters_wrap_inner{
		display: flex;
		flex-wrap: wrap;
	}
	.berocket_single_filter_mess_widget{
		padding-right: 10px;
	}
	.berocket_single_filter_mess_widget_266 .bapf_body>ul{
		display: flex;
		flex-wrap: wrap;
	}
	.berocket_single_filter_mess_widget_266 .bapf_body>ul>li{
		width: 33%;
		padding-right: 10px!important;
		margin-bottom: 20px!important;
	}
	.berocket_single_filter_mess_widget_268{
		width: 200px;
		max-width: 50%;
	}
	.filter_title{
		margin-bottom: 5px;
	}

	.fiters_wrap{
		display: none;
	}
	.shop_block{
		flex-direction: column;
	}
	.filter_block{
		width: 100%;
		margin: 0 0 10px;
	}
	.payment_block{
		width: 100%;
		padding: 20px;
	}
	.gift_block{
		padding: 40px 15px; 
	}
	.gift_block_img img{
		margin: 0 auto 20px;
	}
	.s_blog{
		padding-top: 0;
	}
	.s_blog .post_image{
		float: none;
		margin: 0 auto 20px;
		width: 500px;
		max-width: 100%;
	}
}
.berocket_single_filter_mess_widget_272{
	width: 100%;
}
@media (max-width: 768px){
	.berocket_single_filter_mess_widget_266 .bapf_body>ul>li{
		width: 49%;
	}
	.gray_block_products ul.products.columns-5 li.product {
		width: 48%;
		margin: 0 auto 20px;
	}
}

@media (max-width: 480px){
	.woocommerce_ordering_wrap{
		justify-content: center;
		margin: 10px 0;
	}
	.woocommerce-result-count{
		text-align: center;
	}
	.view-switcher{
		display: none;
	}
/*	.gray_block_products ul.products.columns-5 li.product,
	.gray_block_products.list-view ul.products.columns-5 li.product {
		width: 230px;
	}*/
	ul.products.list-view li.product img{
		float: none;
		margin: 0 0 20px;
	}
}
@media (max-width: 380px){
	.berocket_single_filter_mess_widget_266 .bapf_body>ul>li {
		width: 100%;
		padding: 0;
	}
	.header_top_info {
		padding-left: 0;
	}
	.header_top-logo {
		width: 80px;
	}
	.header_top.fixed .header_top-logo img {
		height: auto;
	}
	.header_top:before {
		height: 62px;
	}
	.header {
		padding-top: 62px;
	}
}
ul.products{
	display: flex;
	flex-wrap: wrap;
}
.gray_block_products ul.products.columns-5 li.product {
	float: none;
}

.product_slider .products{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.product_slider .products li{
	float: left!important;
}

.wp-block-woocommerce-cart a{
	color: #078a66;
	font-weight: 500;
	transition: all .35s ease;
}

.wp-block-woocommerce-cart a:hover{
	color: #03271d;
}

/*product_slider*/
.product_slider ul.products li.product{
	margin: 20px 5px!important;
}

.product_slider li.product{
	float: left!important;
}

.product_slider ul.products li.product.first {
	clear: none;
}

div.berocket_brand_name_letters a {
	display: inline-flex;
	padding: 10px;
	margin-right: 0.25em;
	border: 0;
	width: 40px;
	height: auto;
	line-height: inherit;
	position: relative;
	cursor: pointer;
}

.br_brand_letter_block{
	margin-top: 25px;
}

.br_brand_letter_block h3 {
	margin-bottom: 10px;
}

.br_brand_letter_block .br_brand_letter_element a{
	color: #03271d;
}


.br_brand_letter_block .br_brand_letter_element a:hover{
	color: #078a66;
}

.mess_widget {
	position: fixed;
	right: 10px;
	bottom: 140px;
	transition: 0.6s;
	z-index: 4;
}

a {
	color: inherit;
}

#chatme {
	background-color: #0e3226;
	color: white;
	border: none;
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	transition: 0.4s;
	box-shadow: 0 0 0 0 #0e3226;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	z-index: 999;
	cursor: pointer;
}
@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
	}
}

#chatme:hover {
	animation: paused;
}
#chatme:focus {
	outline: none;
}

#chatme svg,
.socials > div svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	fill: white;
}
.socials > div svg {
	width: 16px;
	height: 16px;
}
#chatme .close {
	opacity: 0;
	transition: 0.3s;
}
#chatme .chat {
	opacity: 1;
	transition: 0.3s;
}
.open #chatme .close {
	opacity: 1;
	transition: 0.3s;
}
.open #chatme .chat {
	opacity: 0;
	transition: 0.3s;
}
.open #chatme {
	transform: rotate(45deg);
}
.mess_widget:not(.open) .socials {
	transform: scale(0);
}
.socials {
	position: relative;
	transition: 0.4s;
	background: rgba(0, 0, 0, 0.3);
}
.socials > div {
	position: absolute;
	width: 44px;
	height: 44px;
/*	background-color: #fff;
	box-shadow: 0px 0px 15px 2px #0000001a;*/
	border-radius: 100%;
	color: white;
	transition: 0.3s;
}

.socials > div svg{
	width: 90%;
	height: 90%;
}
.socials > div:hover {
	transform: scale(1.2);
}
.socials .phone {
/*	background: #00cc66;*/
right: 80px;
bottom: 0;
}
.socials .email {
/*	background: #fabc2a;*/
right: 77px;
bottom: 45px;
}
.socials .instagram {
/*	background: #645dd7;*/
right: 45px;
bottom: 77px;
}
.socials .youtube {
	background: red;
	right: 0px;
	bottom: 80px;
}

.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9;
	pointer-events: none;
}

.hero .stripe {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #031f15; 
}

.error-404{
	padding: 40px 0 60px;
}

.lmp_load_more_button .lmp_button {
	border-radius: 50px!important;
	font-size: 18px !important;
}

.sert_btn .button{
	margin: 40px auto;
}

.modal_window {
	display: none;
	width: 1240px;
	max-width: 98%;
	padding: 0;
}

.modal_window .col-lg-6{
	padding: 0;
}

.form_wrap{
	width: 545px;
	max-width: 100%;
	padding: 50px 15px 30px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_wrap > *{
	max-width: 100%;
}

#customer_login {
	display: flex;
	flex-wrap: wrap;
}

#customer_login .col-1,
#customer_login .col-2{
	width:50%;
	margin-bottom: 30px;
}
.big_sert_img{
	height: 100%;
	display: flex;
	align-items: center;
}
.mm-navbar .mm-title {
	font-size: 20px;
	font-weight: 600;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
	background: linear-gradient(90deg, #868f96 0%, #596164 100%);
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	text-fill-color: transparent;
	filter: brightness(1.5);
}
.mm-panel.mm-hasnavbar .mm-navbar{
	background: #03271d;
}
#yith-wcwl-form{
	width: 100%;
}
.woocommerce-account .woocommerce{
	display: flex;
}
.woocommerce-MyAccount-navigation{
	width: 240px;
	margin-right: 30px;
}
.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.woocommerce-MyAccount-navigation li{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 6px 6px 22px 0 rgba(0, 0, 0, 0.18);
	background: linear-gradient(90deg, #868f96 0%, #596164 100%);
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}

.woocommerce-MyAccount-navigation li a{
	display: block;
	border-radius: 10px;
	width: 100%;
	padding: 10px;
	text-decoration: none;
	background: transparent;
	text-align: center;
}
.woocommerce-MyAccount-navigation li a:hover{
	background: #03271d;
	color: #fff;
}
.woocommerce-MyAccount-content{
	flex-grow: 1;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2{
	width: 100%;
}
.wc-block-components-form{
	width: 100%;
}
.woocommerce_ordering_wrap form{
	width: auto;
}
span.xoo-wsc-footer-txt{
	display: none;
}
@media(max-width: 992px){
	.woocommerce-account .woocommerce{
		flex-direction: column;
	}
	#customer_login .col-1,
	#customer_login .col-2{
		width: 100%;
	}
	.big_sert_img{
		display: none;
	}
	.modal_window{
		width: 400px;
	}
	.form_wrap{
		padding: 50px 10px 20px;
	}
	.gift_certificate {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.gift_certificate img{
		margin-bottom: 20px;
	}
}

@media(max-width: 762px){
	.main_menu_wrap .main_menu{
		justify-content: center;
	}
}

.mess_link{
	margin-left: 8px;
	display: inline-block;
}

.mess_link:hover{
	transform: scale(1.1);
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(16) {
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(17) {
	-webkit-transition-delay: 850ms;
	transition-delay: 850ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(18) {
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(19) {
	-webkit-transition-delay: 950ms;
	transition-delay: 950ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview>li:nth-child(20) {
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

/*.wc-block-components-shipping-rates-control__package__description--free{
	display: none;
}*/

.wc_payment_methods.payment_methods.methods{
	list-style-type: none;
}

.attributs_table td{
	padding: 5px 0;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link{
	display: block;
}

.woocommerce-checkout-review-order-table tr {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.wc_payment_methods.payment_methods.methods li{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.wc_payment_methods.payment_methods.methods li p{
	width: 100%;
}

.wc-block-components-totals-item__description,
.wc-block-components-totals-shipping{
	display: none;
}

.form-row.validate-required{
	width: 100%;
}
.my_checkout label.woocommerce-form__label-for-checkbox{
	display: flex;
	align-items: center;
}

.product_image_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
} 

.products .yith-add-to-wishlist-button-block{
	position: absolute;
	top: 0;
}

.woocommerce-result-count{
	display: none;
}

ul.products li.product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
	display: flex;
	flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	float: none;
}

.cart .quantity,
.woocommerce-variation-add-to-cart .quantity{
	display: none!important;
}

[data-taxonomy="product_cat"] .bapf_body > ul > li,
[data-taxonomy="berocket_brand"] .bapf_body > ul > li{
	margin: 0px 0 !important;
	line-height: 22px;
	padding: 5px 0 !important;
}

[data-taxonomy="berocket_brand"] .bapf_body > ul > li{
	padding: 3px 0 !important;
}

.bapf_sfilter ul li{
	padding: 5px 0 !important;
}

.woocommerce-product-gallery__image{
	border-radius: 2px;
}

.product_images{
	position: relative;
}

.product_video_link{
	position: absolute;
	display: block;
	top: 26px;
	left: 14px;
	z-index: 3;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/themes/irene-gavrosh/assets/img/play.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: opacity(1);
	transition: all .35s ease;
}

.product_video_link:hover{
	filter: opacity(0.5);
}

.berocket_aapf_widget_selected_filter ul{
	padding: 0;
	margin: 0;
	font-size: 15px;
}

.berocket_aapf_widget_selected_filter ul a{
	text-decoration: none;
}

@media(max-width: 420px){
	ul.products li.product h2{
		word-break: break-word;
	}
	.gray_block {
		padding: 20px 2px;
	}
	ul.products li.product {
		padding: 4px;
	}
	ul.products li.product .online{
		margin: 0px 0 5px;
	}
}

.payment_box.payment_method_cod{
	width: 100%;
}

.payment_box.payment_method_bacs{
	padding: 10px;
	font-size: 90%;
}

.payment_box.payment_method_przelewy24{
	clear: both;
	display: block;
	float: none;
	margin: 10px 0px;
	width: 100%;
	padding: 10px;
	font-size: 90%;
}
.wc_payment_methods.payment_methods.methods li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.wc-block-grid.has-4-columns .wc-block-grid__product{
	max-width: 24% !important;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 25px;
	border: 1px solid #eee;
}

.wc-block-grid__product .wc-block-grid__product-image{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.wc-block-grid__product .wc-block-grid__product-image img{
	max-height: -webkit-fill-available;
	transition: all 1s ease;
}

.wc-block-grid__product .wc-block-grid__product-title{
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}

.wc-block-grid__product-link{
	text-decoration: none;
}

.wc-block-grid__product .wp-block-button__link{
	background-color: #d7d7d7;
}

.wc-block-grid__product:hover .wc-block-grid__product-image img{
	transform: scale(1.1);
}

img.loading{
	background: none;
	min-height: auto;
}

.payments_icons{
	margin-top: 30px;
	flex-wrap: wrap;
}

.payments_icon{
	display: flex;
	align-items: center;
/*	width: 80px;*/
height: 32px;
margin: 0 10px 10px 0;
}

.payments_icon img{
	max-height: 100%;
	border-radius: 4px;
}

a.reset_variations{
	font-size: 80%;
	margin: 10px 0;
	display: block;
}

ul.payment_methods li[class*=payment_method] input[name=payment_method] {
	margin: -10px 10px 0 5px!important;
}

.payment_box.payment_method_stripe_cc{
	padding: 20px;
}

.product-badge.product_badge_new{
	position: absolute;
	top: 0;
	left: 0;
	background: #ff0000;
	color: #fff;
}

.woocommerce-noreviews, p.no-comments {
	background-color: #03271d!important;
	color: #fff!important;
	padding: 0 5px;
}