/*
 Theme Name:   Storefront Child
 Description:  Storefront Child Theme
 Author:       Anton Drobyshev
 Template:     storefront
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

.woof_start_filtering_btn {
	display: none !important;
}
a.woof_start_filtering_btn2 {
    display: initial;
    padding: unset;
    border: unset;
    border-radius: unset;
    color: #333333!important;
}
#site-navigation .menu-toggle{
	max-width: unset;
}
@media (max-width: 419px) {
	ul.lrm-switcher li a {
		font-size: 0;
	}

	.lrm-switch-to-link:before {
		vertical-align: middle;
	}
}
h1.entry-title{
	text-transform: uppercase;
    font-size: 110%;
}
.wc-back-home a{
	font-size: 1.5em;
	color: #aeafc5;
}
.wc-back-home i{
	font-size: 2em;
	top: 8px;
	right: 8px;
	position: relative;
}
.woocommerce-cart .wc-back-home{
	text-align: center;
}
#place_order{
	border-radius: 10px;
	background: #aeafc5;
}
.woocommerce-checkout #coupons_list{
	display:none !important;
}
#billing_first_name_field {
	order: 1;
}
#billing_last_name_field {
	order: 2;
}
#billing_country_field {
	order: 3;
}
#billing_state_field {
	order: 4;
}
#billing_address_1_field {
	order: 5;
}
#billing_delivery_point_field {
	order: 6;
}
#billing_postcode_field {
	order: 7;
}
#billing_phone_field {
	order: 8;
}
#billing_email_field {
	order: 9;
}
.woocommerce-billing-fields__field-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.swatch-wrapper{
		width:50px;
	}
	.woocommerce-cart #coupons_list{
		position: absolute;
		z-index: 1;
	}
	
	p#billing_email_field {
		width: 48%;
		float: right;
		clear: none;;
	}
	p#billing_phone_field {
		width: 48%;
		float: left;
	}
	#billing_first_name_field{
		width: 48%;
		margin-right: 0;
	}
	#billing_last_name_field{
		width: 48%;
	}
	#billing_postcode_field, #billing_state_field {
		width: 48%;
		float: right;
		clear: none;
	}
	#billing_address_1_field, #billing_delivery_point_field, #billing_country_field {
		width: 48%;
		float: left;
	}
	ul#menu-osnovnoe-menyu li a {
		padding: 5px 5px;
	}
	.woocommerce-cart .cart-collaterals{
		position:relative;
	}
	.wc-proceed-to-checkout{
		margin-bottom:unset !important;
	}
	.checkout-button.wc-forward{
		margin-bottom:unset;
	}
	.woocommerce-cart .wc-back-home{
		position: absolute;
		bottom: 13px;
		width: 45%;
	}
	
	#billing_first_name_field,
	#billing_country_field,
	#billing_phone_field,
	#billing_delivery_point_field,
	#billing_address_1_field {
		margin-right: 2%;
	}
	
	#billing_last_name_field,
	#billing_email_field,
	#billing_postcode_field,
	#billing_state_field {
		margin-left: 2%;
	}
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* @media (max-width: 350px) { */
	/* #top-header ul { */
		/* display: flex; */
		/* justify-content: center; */
		/* -ms-align-items: center; */
		/* align-items: center; */
		/* width: 100%; */
	/* } */
/* } */

@media (max-width: 767px) {
	#billing_first_name_field,
	#billing_last_name_field {
		width: 100%;
	}
	.woocommerce-cart .qnt-wrapper{
		float:right;
	}
	.home #primary {
		display: none;
	}
	.entry-exit{
		display:none;
	}
	.home #page .container div{
		width: 100% !important;
	}
	.home #page .container{
		height: fit-content;
		position: relative;
		z-index: 9999;
	}
	.sub-block{
		display:block !important;
		width:90% !important;
	}
	.social{
		width:100% !important;
		justify-content: center;
		margin-bottom: 20px;
	}
	.subscribe{
		width:100% !important;
	}
	.mailpoet_submit{
		padding-right:0 !important;
		padding-left:0 !important;
	}
	.footer-credit {
		bottom: 30px;
		top: unset !important;
		font-size: 1em !important;
	}
	.header-phone{
		width:100% !important;
	}
	.home #page .top-menu{
		width: 100%;
		padding-bottom: 0;
	}

	#top-header .col-full {
		margin-right: 10px;
		margin-left: 10px;
	}

	#top-header .text-right {
		text-align: center !important;
	}

	#menu-verhnyaya-panel li {
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}

	#menu-verhnyaya-panel li a {
		font-size: 13px;
	}

	#menu-verhnyaya-panel li:after {
		padding: 0 5px !important;
	}

	button.menu-toggle {
		top: 117px;
		right: 0;

		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 37px;
		padding-left: 20px;

		line-height: 25px;
		font-size: 16px;
		text-transform: uppercase;

		border: 1px solid rgb(174, 175, 197);
		transform: translateY(0);
	}

	button.menu-toggle,
	button.menu-toggle:hover {
		background-color: #f5edf0;
	}

	button.menu-toggle::after,
	button.menu-toggle::before {
		display: none;
	}

	button.menu-toggle span::before {
		left: auto;
		right: 20px;

		width: 18px;
		margin-top: 0;

		transform: translateY(-50%);
		-webkit-box-shadow: 0 -5px 0 0 #333333, 0 5px 0 0 #333333;
    box-shadow: 0 -5px 0 0 #333333, 0 5px 0 0 #333333;
	}

	.toggled button.menu-toggle span::before {
		opacity: 1;
	}

	.main-navigation ul li a {
		padding: 5px 0;

		font-size: 16px;
		text-align: center;
	}

	.main-navigation .menu {
		margin-top: 50px;
		padding: 10px 20px;

		background-color: #f5edf0;
		border-radius: 10px;
		border: 1px solid rgb(174, 175, 197);
	}

	#masthead {
		padding-bottom: 0;
	}

	.storefront-primary-navigation .col-full {margin: 0;}

	.site-header .custom-logo-link img,
	.site-header .site-logo-anchor img,
	.site-header .site-logo-link img {
		max-width: 130px;
		margin: 10px auto;
	}

	#page .main-wrapper {
		margin: 0 20px;
	}

	#page .main-wrapper > div {
		margin-bottom: 20px;
	}

	#page .main-wrapper .category-block {
		border-radius: 10px;
	}

	.site-header .custom-logo-link {margin-top: 6px;margin-bottom: 35px;}
	
	#top-header ul{text-align: center !important;}
}

@media (min-width: 992px) {
	ul#menu-osnovnoe-menyu li a {
		padding: 5px 20px;
	}
}

@media (min-width: 1200px) {
	ul#menu-osnovnoe-menyu li a {
		padding: 7px 28px;
	}
}

a.remove::before {
	content: "\f00d" !important;
}

.inline-block{
	display:inline-block;
}
.float-left{
	float:left;
}
.category-block {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	background-position: center !important;
	position: relative;
}
.block-padding{
	padding: 10px 0;
}
div#top-header {
	background: rgb(174, 175, 197);
}
#top-header .block {
	padding: 12px 0;
	color: white;
	font-size: 18px;
}
#top-header .text-right {
	text-align:right;
}
.row-block {
	display: flex;
	flex-wrap: wrap;
}
#menu-verhnyaya-panel li:last-child:after {
	content: none;
}
#menu-verhnyaya-panel li:after {
	content: '|';
	color: white;
	padding: 0 10px;
}
#menu-verhnyaya-panel li {
	display: inline-block;
}
#menu-verhnyaya-panel li a{
	position: relative;
	color:white;
	text-transform: uppercase;
	text-decoration: none;
}
.time-text {
	position: relative;
}

#top-header ul{margin:0;text-align: left;}

#top-header i.custom{
	transform: scale(-1, 1);
}
.custom::before {
	color:white;
	font-size: 12px;
}
.site-branding {
	width: 14% !important;
	margin: 0;
	top: 10px;
    position: relative;
    z-index: 10;
}
span.phone a {
	text-decoration: none;
	color: white;
}

#masthead{background:#fefbfc;padding-top:0;margin: 0;}

.footer-widgets {
	max-width: 100%;
}
.block-10{
	width:10%;
}
.block-20{
	width:20%;
}
.block-25{
	width:25%;
}
.block-30{
	width:30%;
}
.block-33{
	width:33.333%;
}
.block-40{
	width:40%;
}
.block-45{
	width:45%;
}
.block-435{
	width:44%;
}
.block-50{
	width:50%;
}
.block-55{
	width:55%;
}
.block-535{
	width:54%;
}
.block-60{
	width:60%;
}
.block-70{
	width:70%;
}
.block-80{
	width:80%;
}
.block-90{
	width:90%;
}
header .site-search{
	position: relative;
    top: 40px;
}
.fieldset.fieldset--username {
    display: none;
}
.entry-exit {
    width: fit-content;
    float: right;
    position: relative;
    top: 20px;
}
.entry-exit a{
	color: #2c2d33;
}
a{
	outline: none !important;
}
#menu-osnovnoe-menyu{
background: #f5edf0;
width: 100%;
margin: 0;
border-radius: 10px;
/* padding-left: 30px;
margin-bottom: 3%; */
margin-bottom: 30px;
text-align: left;}

ul#menu-osnovnoe-menyu li a:hover {
    background: white;
}
ul#menu-osnovnoe-menyu li a {
	transition:.5s;
}
.s11 {
  background-image: linear-gradient(#FE5568 50%, #FE5568 50%), linear-gradient(transparent 50%, transparent 50%); 
  background-position: center bottom; 
  background-repeat: no-repeat; 
  background-size: 0 2px, 100% 2px; 
  color: #1E3A52; 
  padding-bottom: 3px; 
  transition: .5s ease-in-out;
}
.s11:hover {
  color: #FE5568;
}
.cat-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 500;
    font-size: 2.4em;
    width: auto;
    text-align: center;
	  background: transparent;
    padding: 0 25px;
	  border-radius: 10px;
}
#page .container > div{
	transition:1s;
}
.onhover {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 1.5em;
    display: none;
    background: rgba(0,0,0,.5);
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.home #main .entry-content {
    max-width: 100% !important;
    color: #333333;
}
.footer-credit {
    text-align: center;
    position: relative;
    top: 25px;
    font-size: 1.2em;
}
span.studio img {
    display: inline-block;
    width: 50px;
}
.clearfix{
	clear:both;
}
p.mailpoet_paragraph {
    display: inline-block;
	margin:0
}
.mailpoet_paragraph input{
	width:100%;
}
.mailpoet_text{
	width:100% !important;
}
.subscription-form {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e5e4e2;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,.5);
}
.mailpoet_form_php{
	margin-bottom:0;
}
.sub-block {
    margin: 40px auto;
    display: flex;
    align-items: center;
}
i.facebok {
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2018/10/img-sprite.png) no-repeat -8px -10px;
    float: left;
    vertical-align: middle;
}
i.be {
    width: 35px;
    height: 35px;
    background: url(/wp-content/uploads/2018/10/img-sprite.png) no-repeat -133px -10px;
    float: left;
    vertical-align: middle;
}
.social {
    display: flex;
    align-items: center;
}
i.be:hover {
    background: url(/wp-content/uploads/2018/10/img-sprite.png) no-repeat -133px -46px;
}
i.facebok:hover {
    background: url(/wp-content/uploads/2018/10/img-sprite.png) no-repeat -8px -46px;
}
.social h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
}
input.mailpoet_text {
    border-radius: 10px;
	  background-color:white;
}
input.mailpoet_submit{
    background: #aeafc5;
    color: #fff;
    font-weight: 400;
    display: block;
    outline: none;
    border: none;
    border-radius: 10px;
}
.parsley-errors-list{
	position:absolute;
}
.mailpoet_message {
    width: 100%;
    position: absolute;
}
.logged-out #menu-item-132{
	display:none;
}
.logged-out #menu-item-135{
	display:none;
}
footer .widget-title {
    text-transform: uppercase;
}
footer .menu li {
    padding: 0;
}
.widget_nav_menu ul li::before{
	display:none;
}
.menu-toggle {
    position: absolute !important;
    right: 8px;
    top: 30px;
    transform: translateY(-50%);
    border-radius: 10px !important;
}
.menu-toggle{
	z-index:9999;
}
.footer-widgets .custom-html-widget p {
    margin: 1em 0;
}

.site-search .search-field, input[name="coupon_code"], #customer_details .input-text {
	margin: 0px 0;
	padding: 8px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: 1px solid #D8D8D8;
	border-radius: 10px;
	width: 100%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	-webkit-appearance: none;
}
#customer_details .input-text{
	background:white;
}

input[name="coupon_code"] {
	padding: 12px 16px !important;
}
.entry-exit {
	width: 25%;
}

.entry-exit a {
	font-weight: 300;
}

.current-menu-item a {
	position: relative;
}

.time-hidden {
	position: absolute;
	bottom: 0;
	left: -15px;

	display: none;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: 310px;
	height: 110px;
	padding-left: 25px;

	color: #ffffff;
	line-height: 24px;

	background-color: rgb(174, 175, 197);
	border-radius: 10px;
}

.showtime {
	display: flex !important;

	z-index: 2000;

	bottom: -130px !important;
}

.storefront-handheld-footer-bar ul li.my-account > a::before {
	content:"" !important;
	background-image: url("/wp-content/themes/storefront-child/assets/images/user-black.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 30px;
	background-size: 30px;
}

.storefront-handheld-footer-bar ul li.search > a::before {
	content:"" !important;
	background-image: url("/wp-content/themes/storefront-child/assets/images/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 30px;
	background-size: 30px;
}

.storefront-handheld-footer-bar ul li.cart > a::before {
	content:"" !important;
	background-image: url("/wp-content/themes/storefront-child/assets/images/basket.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 30px;
	background-size: 30px;
}

@media (max-width: 767px) {

	.time-hidden {
		left: -215px;
	}

	.showtime {
		bottom: -165px !important;
	}

	.archive.woocommerce .showtime {
		bottom: -175px !important;
	}
}

form.mailpoet_form {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

#mailpoet_form_1 .mailpoet_paragraph {
	width: 100% !important;
	margin-bottom: 10px;
}

.footer-widgets {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.footer-widget-3 {
	order: -1;
}

.lrm-form input {
	background-color: transparent;
}

.lrm-form button[type="submit"] {
	background-color: rgb(174, 175, 197);
}

#site-header-cart .count {
	display: none;
}

.lrm-user-modal-container .lrm-switcher.-is-not-login-only a.selected {
	color: rgb(174, 175, 197);
}

.input-text:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	background-color: #ffffff;
}

.site-search input::-webkit-input-placeholder,
.mailpoet_paragraph input::-webkit-input-placeholder {
	font-size: 16px;
	text-align: center;
}
.site-search input:-ms-input-placeholder,
.mailpoet_paragraph input:-ms-input-placeholder {
	font-size: 16px;
	text-align: center;
}
.site-search input::-ms-input-placeholder,
.mailpoet_paragraph input::-ms-input-placeholder {
	font-size: 16px;
	text-align: center;
}
.site-search input::placeholder,
.mailpoet_paragraph input::placeholder {
	font-size: 16px;
	text-align: center;
}

.site-search .widget_product_search form::before {
	left: 65px;
}

.time-hidden span {
	font-size: 16px;
	text-transform: none;
}

.to-top-btn {
	position:fixed;
	width:48px;
	height:48px;
	bottom:100px;
	right:30px;
	background:url("/wp-content/themes/storefront-child/assets/images/up-arrow.svg") 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index:80000;
	cursor:pointer;
	border-radius: 50%;
}

.to-top-btn:hover {
	opacity:1
}

.lrm-user-modal-container .lrm-switcher a {
	background: #f5edf0;
}

.lrm-switch-to--login:before {
	background-image: url("/wp-content/themes/storefront-child/assets/images/login.svg");
}

.lrm-switch-to--register:before {
	background-image: url("/wp-content/themes/storefront-child/assets/images/user-black.svg");
}

#remember-me {
	display: none;
}

.lrm-form label[for="remember-me"] {
	position: relative;

	padding-left: 22px;
}

.lrm-form label[for="remember-me"]::before {
	content: "";
	position: absolute;

	left: 0px;
	top: 50%;

	width: 13px;
	height: 13px;

	border: 1px solid rgb(174, 175, 197);
	border-radius: 3px;

	transform: translateY(-50%);
}

#remember-me:checked ~ label[for="remember-me"]::after {
	content: "";
	position: absolute;

	left: 3px;
	top: 50%;

	width: 10px;
	height: 10px;

	background-image: url("/wp-content/themes/storefront-child/assets/images/checked.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;

	transform: translateY(-50%);
}

/* registration checkbox */

.lrm-form label[for="accept-terms"] {
	position: relative;
	padding-left: 22px;
}

.lrm-form label[for="accept-terms"]::before {
	content: "";
	position: absolute;

	left: 0px;
	top: 50%;

	width: 13px;
	height: 13px;

	border: 1px solid rgb(174, 175, 197);
	border-radius: 3px;

	transform: translateY(-50%);
}

#accept-terms {
	display: none;
}

#accept-terms:checked ~ label[for="accept-terms"]::after {
	content: "";
	position: absolute;

	left: 3px;
	top: 50%;

	width: 10px;
	height: 10px;

	background-image: url("/wp-content/themes/storefront-child/assets/images/checked.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;

	transform: translateY(-50%);
}


.product {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

ul.products li.product {
	height: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
	border: 1px solid rgb(174, 175, 197);
	border-radius: 10px;
}
@media all and (min-width: 628px) {
	ul.products li.product {
/*		min-height: 470px !important;
		height: 100% !important;
*/	}
}

.single-product ul.products li.product {
	margin-bottom: 0;
}

ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

ul.products li.product img {
	-webkit-order: 0;
	-moz-order: 0;
	-ms-order: 0;
	-o-order: 0;
	order: 0;
	width: 100%;
	margin: 0;
}
ul.products li.product .author_term {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
ul.products li.product h2 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
	margin-bottom: 5px !important;
	padding: 0 10px;

	font-size: 16px !important;
}

ul.products li.product .price {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: 10px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	border-top: 1px solid rgb(174, 175, 197);
	border-bottom: 1px solid rgb(174, 175, 197);
	min-height: 32px;
	height: auto;
	display: block;
}

ul.products li.sale .price {
	justify-content: space-around;
}

ul.products li.sale .price ins .amount {
	color: red;
}

.product-tags {
	-webkit-order: 4;
	-moz-order: 4;
	-ms-order: 4;
	-o-order: 4;
	order: 4;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.related.products .products {
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

/*@media (min-width: 628px) {
	.product-tags {
		padding-bottom: 40px;
	}
}
*/
.product-tags p {
	margin: 0;

	font-size: 16px;
	line-height: 20px;
	color: #aeafc5;
}
.woocommerce-invalid .woocommerce-form__label::before {
    border: 1px solid red;
}
ul.products li.product .button {
	width: 60%;
	margin-bottom: 30px;
	margin-top: auto;

	background-color: rgb(174, 175, 197);
	border-radius: 10px;

	color: #ffffff;
}

ul.products li.product .added_to_cart {
	display: none;
}

.onsale {
	margin: 10px auto;
}

.sale-flash {
	color: red;
	font-weight: 400;
	text-transform: uppercase;
}

.woof_container_inner h4 {
	text-transform: uppercase;
	font-weight: 400;

	border-bottom: 1px solid #333333;
}

.widget-area .widget a:not(.button) {
	text-decoration: none;
}

.woocommerce-breadcrumb {
	display: block !important;
}

#secondary {
	padding: 10px 20px;

	background-color: #f5edf0;
	border: 1px solid rgb(174, 175, 197);
	border-radius: 10px;
}

#custom_html-3 .custom-html-widget {
	position: relative;
}

.woof_reset_search_form {
	width: 100%;

	color: #ffffff;
	font-size: 16px;
	font-weight: 400;

	border-radius: 10px;
	background-color: rgb(174, 175, 197);
}

.widget-area .widget {
	margin-bottom: 30px;
}

.widget-visible {
	display: block !important;
}

#custom_html-3 {
	margin-bottom: 0;
}

.show-filters {
	z-index: 10;

	width: 100%;
	padding: 0;

	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	line-height: 25px;

	background-color: transparent;
}
.woocommerce-info, .woocommerce-error {
	border-radius: 10px;
}
.no-products-found .woocommerce-info {
	margin-top: 30px;
	border-left: none;
}

.no-products-found #secondary {
	display: none;
}

.archive.woocommerce.no-products-found #content > .col-full {
	padding-top: 0;
}

.no-products-found #masthead {
	padding-bottom: 0;
}

.no-products-found .showtime {
	top: -175px;
}

.show-filters:hover {
	background-color: transparent;
	border: 0;
}

.woof label {
	font-size: 16px;
}

.archive.woocommerce #content > .col-full {
	position: relative;

	padding-top: 50px;
}

.woocommerce-ordering {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	padding: 0;
}

.woocommerce-ordering select {
    display: none;
}

.select-selected {
    background-color: transparent;
    color: #333333 !important;
}

.select-selected:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 24px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #000000 transparent;
    transform: rotate(180deg);
}

.select-selected.select-arrow-active:before {
    border: none;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 10px;
}

.select-items div,
.select-selected {
    color: #333333;
    padding: 10px 20px;
    cursor: pointer;
}
.select-selected {
	border-radius: 10px;
  border: 1px solid rgb(174, 175, 197);
}
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 10px;
    border: 1px solid rgb(174, 175, 197);
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgb(174, 175, 197);
    color: #ffffff !important;
}

.single-product div.product {
	overflow: visible;
}

.storefront-full-width-content.single-product div.product .summary {
	padding: 10px;
	overflow-y: hidden;

	border-radius: 10px;
  border: 1px solid rgb(174, 175, 197);
}

.title-and-price {
	padding-bottom: 10px;

	border-bottom: 1px solid rgb(174, 175, 197);
	text-align: center;
}

.title-and-price .woocommerce-loop-product__title {
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.title-and-price .sale-flash {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

.title-and-price .sale-flash span {
	margin-left: 10px;
	text-transform: none;
}

.title-and-price .woocommerce-Price-amount,
.title-and-price del {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: #333333;
}

.title-and-price del {
	opacity: 1;
}

.title-and-price ins {
	display: none;
}

.title-and-price ins .woocommerce-Price-amount {
	color: red;
}

.product-desc {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

	color: #333333;

	border-bottom: 1px solid rgb(174, 175, 197);
}

.tov_param {
	margin: 0;
	margin-bottom: 10px;

  list-style: none;
}

.composition p {
	margin: 0;
}
.composition span{
	color: #333333;
}

.product button.alt {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 40px;
	padding: 10px 15px;
	opacity: 1 !important;

	font-size: 16px;
	line-height: 18px;
	white-space: nowrap;

	border: 0;
	border-radius: 10px;
	background-color: rgb(174, 175, 197) !important;
}

.single-product div.product form.cart .single_variation_wrap {
	position: relative;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	margin-top: 0 !important;
}

.single-product div.product form.cart .single_variation_wrap .product_meta {
	padding-top: 0;
	height: 40px;
}

.single-product div.product-type-simple form.cart .single_variation_wrap {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.single-product div.product form.cart .single_variation_wrap .woocommerce-variation {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
	-ms-align-self: center;
	align-self: center;
	padding-top: 10px;

	text-align: center;
}

.single-product div.product .product_meta {
	width: 100%;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
	-ms-align-self: center;
	align-self: center;
	padding: 0;
	padding-top: 35px;

	font-size: 16px;
	text-align: center;
	border-color: rgb(174, 175, 197);
}

.single-product div.product .variations_button {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;

	border-bottom: 1px solid rgb(174, 175, 197);
}

.product-type-simple .cart {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.single-product div.product-type-simple form.cart {
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	-o-flex-direction: row !important;
	flex-direction: row !important;
}

.product-type-simple .single_variation_wrap {
	border-bottom: 0 !important;
}

.single-product div.product form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-value {
	top: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);

	text-transform: uppercase;
	font-size: 16px;
	white-space: nowrap;
}
.woocommerce-cart .qnt-wrapper{
	width:fit-content;
}
.qnt-wrapper {
	display: flex;
	height: 40px;
	margin-right: 10px;
	border: 1px solid rgb(174, 175, 197);
	border-radius: 10px;
}

.qnt-wrapper button {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
	height: 100%;
	width: 40px;

	color: #ffffff;

	border-radius: 8px;
	border: 0;
	background-color: rgb(174, 175, 197);
}

.qnt-wrapper .quantity {
	height: 100%;
}

.qnt-wrapper .quantity .qty {
	height: 100%;
	width: 40px;

	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.stock.in-stock {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.stock.in-stock::before {
	display: none;
}

.single-product div.product form.cart {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding: 0;
}

.single-product div.product form.cart .quantity {
	float: none;
	margin-right: 0;
}

.attr-list {
	margin: 0;

	list-style: none;
}

.attr-list li {
	display: block;
	white-space: unset;
	color: #333333;
	line-height: 25px;
}
.attr-list li a{
	color: #333333;
}

.attr-list li p a {
	color: #333333;
}

div.swatch-wrapper a img {
	height: 100%;
	width: 100%;
	object-fit: cover;

	border-radius: 10px;
}

div.swatch-wrapper a {
	/*width: 100% !important;*/
	/*height: 100% !important;*/
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

.swatch-wrapper {
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

.single-product div.product .woocommerce-product-gallery {
	min-height: 390px;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
	margin-bottom: 30px;
}

.single-product div.product .woocommerce-product-gallery img {
	width: 100%;
	object-fit: cover;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	width: 10% !important;
	margin-bottom: 0;
	margin-right: 15px !important;
}

.site-content>.col-full>.woocommerce>.woocommerce-error:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
	margin-top: 0 !important;
	margin-bottom: 3% !important;
	border-radius: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
	border-left: none !important;
}

.swatch-control {
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	overflow: visible;
}

.swatch-control .slick-list .slit-track {
	width: 100%;
	display: flex;
}
.swatch-control .slick-list .slit-track .slick-slide {
	width: 60px;
	display: flex;
	justify-content: center;
}

div.swatch-label {
	margin-bottom: 0;
	text-align: center;
}

.slick-slider .slick-track {
	transform: translate3d(0px, 0px, 0px);
	/* width: 100% !important; */
	display: flex;
	justify-content: space-around;
}

.single-product div.product table.variations .value {
	margin-bottom: 10px;
}

.single-product div.product table.variations td.label {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.woocommerce-product-gallery__wrapper > div > a {
	display: flex;
	justify-content: center;
}

.related>h2:first-child {
	margin-bottom: 10px;

	text-align: center;
}

.slick-slide {
	height: auto;
	margin: 0 10px;
}

.slick-prev::before, .slick-next::before {
	color: #aeafc5;
}

.slick-prev {
	left: -15px;
}

.slick-next {
  right: -15px;
}
.related.products,
.up-sells.products {
	width: 100%;
}

.single-product div.product::after, .single-product div.product::before {
	display: none;
}

.product-type-simple p.in-stock {
	-webkit-order: 10;
	-moz-order: 10;
	-ms-order: 10;
	-o-order: 10;
	order: 10;
	flex-grow: 1;
}

.stock.out-of-stock {
	color: rgb(174, 175, 197);
}

.related .slick-track {
	display: flex;
}

.related .slick-slide {
	display: flex;
	min-height: 100%;
}

.attribute_pa_tsvet {
	display: none;
}

.page {
	color: #aeafc5;
}

.subscription-form .block-80 .block-50 h3 {
	margin-right: 10px;
}

.subscription-form .block-80 .block-50 a i {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	margin-right: 10px;
	font-size: 24px;
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;
}

@media (max-width: 767px) {

.home #masthead > .col-full {margin-right: 20px;margin-left: 20px;}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header, 
.home.post-type-archive-product .site-header {
margin-bottom: 0;}

button.menu-toggle, button.menu-toggle:hover {
border-color: #a5a5a5;
/* border-radius: 0 !important;
border-left-width: 0;
border-right-width: 0; */}

#site-navigation .menu-toggle {margin-top: 6px;}

.archive.tax-product_cat #site-navigation .menu-toggle {
/* margin: 6px 0 0;
width: calc(100% + 50px);
left: -25px; */
border-left-width: 1px;
border-right-width: 1px;
border-radius: 10px !important;}

	.main-navigation {
		position: relative;
		margin-bottom: 49px;
	}

	.home .main-navigation {
		margin-bottom: 55px;
	}

	.main-navigation.toggled {
		margin-bottom: 2px;
	}

	.home .main-navigation.toggled {
		margin-bottom: 8px;
	}

	.woocommerce-product-gallery {
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}

	form.cart {
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;
	}

	.site-content>.col-full>.woocommerce>.woocommerce-error:first-child,
	.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
	.site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
	}

	.site-content>.col-full>.woocommerce>.woocommerce-error:first-child a,
	.site-content>.col-full>.woocommerce>.woocommerce-info:first-child a,
	.site-content>.col-full>.woocommerce>.woocommerce-message:first-child a {
		border-left: 0 !important;
		padding-left: 0 !important;
		text-align: center;
	}

	.product-type-simple p.in-stock {
		margin-bottom: 10px;
	}

	.top-menu {
		width: 100%;
		padding-bottom: 0;
	}

	ul.products li.product {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}

	.archive.woocommerce #content > .col-full {
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.archive.woocommerce #content > .col-full #primary {
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
		-o-order: 1;
		order: 1;
	}

	.woocommerce-products-header .page-title {
		padding-top: 30px;
	}

	#woof_widget-2 {
		display: none;
		margin-top: 30px;
	}

	#custom_html-3 .custom-html-widget::before {
		content: "";

		position: absolute;
		top: 50%;
		right: 0;

		width: 18px;
		height: 2px;

		background-color: #333333;
		transform: translateY(-50%);

		-webkit-box-shadow: 0 -5px 0 0 #333333, 0 5px 0 0 #333333;
		box-shadow: 0 -5px 0 0 #333333, 0 5px 0 0 #333333;
	}

	.single-product div.product form.cart {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.site-branding {
		width: 100% !important;
	}

	.custom-logo {
		margin: 0 auto;
	}

	#secondary {
		margin-bottom: 30px;
	}

	.woof_submit_search_form_container {
		margin: 0;
	}

	.widget-area .widget {
		margin-bottom: 0;
	}

	.storefront-sorting {
		margin: 0;
	}

}

@media (min-width: 768px) {

	.home #primary {
		margin-bottom: 0;
	}

	.home #main {
		margin-bottom: 0;
		padding-top: 0;
	}

	.page-template-template-homepage .type-page {
		padding-bottom: 0;
		padding-top: 50px;
	}

	.select.swatch-control div{
		margin: 3px;
		/*width: 44px !important;*/
		/*height: 44px !important;*/
		width: 66px !important;
		height: 66px !important;
	}

	.single-product div.product-type-simple form.cart {
		margin: 0 !important;
	}

	.single-product div.product-type-simple form.cart .single_variation_wrap {
		min-height: 120px;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		margin-bottom: 0;
		margin-top: 0;
	}

	.single-product div.product table.variations td.label {
		margin-top: 0;
		margin-bottom: 0;
	}

	ul.products::after, ul.products::before {
		display: none;
	}

	.product {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.woocommerce-active .site-header .site-search {
		width: 300px;
		margin-bottom: 20px;
		margin-top: 10px;
		margin-left: auto;
		top: 0;
	}

	.woocommerce-active .site-header .site-header-cart {
		width: 120px;
		order: 1;
	}

	.woocommerce-active .site-header .main-navigation {
		width: 100%;
		margin-right: 0;
	}

	.woocommerce-active .site-header .site-branding img {
		min-width: 130px;
		max-width: 150px;
	}

	.site-branding {
		top: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.site-header > .col-full {
		display: flex;
		flex-wrap: wrap;
		margin: 0 4%;
	}

	.site-content > .col-full {
		margin: 0 4%;
	}

	.basket-wrapper {
		display: flex;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
	}

	.basket-and-login {
		display: flex;
		justify-content: flex-end;
		-ms-align-items: center;
		align-items: center;
	}

	.entry-exit {
		width: 192px;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		top: 0;
		padding-left: 25px;
	}

	.entry-exit a {
		margin-right: 10px;
		padding: 0;
		width: 20px;
		height: 20px;
		font-size: 0;

		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.entry-exit a {
		background-image: url("/wp-content/themes/storefront-child/assets/images/user-black.svg");
	}

	.entry-exit a[id="log-out"] {
		background-image: url("/wp-content/themes/storefront-child/assets/images/logout.svg");
	}

	.entry-exit a:last-child {
		margin-right: 0;
	}

	.site-header-cart.focus .widget_shopping_cart,
	.site-header-cart:hover .widget_shopping_cart {
		left: -180px;
		width: 300px;
	}

	.storefront-primary-navigation {
		width: 100%;
	}

	.storefront-primary-navigation .col-full {
		margin: 0;
	}

	.s11 {
		background-image: linear-gradient(rgb(174, 175, 197) 50%, rgb(174, 175, 197) 50%), linear-gradient(transparent 50%, transparent 50%);
	}

	.s11:hover {
		color: rgb(174, 175, 197);
	}

	.site-header {
		border-bottom: 0;
	}

	.site-header-cart .cart-contents::before{
    content: "";
    height: 20px;
    width: 20px;
    float: right;
		display: inline-block;
		margin-top: 2px;

		vertical-align: baseline;

		background-image: url("/wp-content/themes/storefront-child/assets/images/basket.svg");
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.site-header-cart .cart-contents::after{
		display: none;
	}

	.site-header-cart .cart-contents {
		padding: 0;
	}

	.site-header-cart .cart-contents .amount {
		margin-left: 10px;
	}

	.main-wrapper {
		padding: 0 4%;
	}

	.category-block {
		border-radius: 10px;
	}

	.main-navigation ul li {
		text-transform: uppercase;
	}

	.margin-right {
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.subscription-form .block-80 .block-50:first-child {
		width: 40%;
	}

	.subscription-form .block-80 .block-50:nth-child(2n) {
		width: 60%;
	}

	.subscription-form .block-80 .block-50 h3 {
		margin-right: 10px;
	}

	.subscription-form .block-80 .block-50 a i {
		font-family: "Font Awesome 5 Brands";
		font-style: normal;
		margin-right: 10px;
		font-size: 24px;
		-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;
	}

	form.mailpoet_form {
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	#mailpoet_form_1 .mailpoet_paragraph {
		width: 49% !important;
		margin-bottom: 0;
	}

	#colophon {
		padding-top: 0;
	}

	.footer-widgets {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		padding-top: 45px;
	}

	.footer-widget-3 {
		order: 1;
	}

	.to-top-btn {
		bottom:50px;
		right:50px;
	}

	.site-header-cart .widget_shopping_cart a.button {
		background-color:  #f5edf0;
		border-radius: 10px;
		border: 1px solid rgb(174, 175, 197);
	}

	.widget a.button.checkout {
		background-color: rgb(174, 175, 197);
	}

	.site-header-cart:hover .widget_shopping_cart {
		border-radius: 10px;
	}

	.site-header .widget_shopping_cart p.buttons {
		border-radius: 10px;
	}

	/* products */
	
	ul.products {
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1340px;
	}

	ul.products li {
		/*height: 100% !important;*/
		/*max-height: 470px;*/
		/*max-width: 300px;*/
		/*max-height: 443px;*/
		/*height: auto;*/
	}


	.related ul.products {
		display: block;
	}

	ul.products li.product {
		position: relative;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}

	ul.products li.product h2 {
		min-height: 38px;
	}

	ul.products li.product .button {
		width: 80%;
	}

	ul.products li.product img {
		max-width: 350px;
/*		width: 298px;
		height: 298px;*/
	}

	.woocommerce-products-header h1.page-title {
		margin-bottom: 20px;
	}

	.storefront-breadcrumb {
		margin-bottom: 0;
		padding-top: 0;
	}

	.storefront-sorting {
		margin-bottom: 0;
	}

	#secondary {
		margin-top: 60px;
	}

	.woof_container_inner h4 {
		font-size: 16px;
	}

	.show-filters {
		display: none;
	}

	.archive.woocommerce .widget-area {
		width: 31%;
		margin-right: 4%;
	}

	.archive.woocommerce .content-area {
		width: 65%;
	}

	.no-products-found .content-area {
		width: 100% !important;
	}

	.archive.woocommerce #content > .col-full {
		padding-top: 0;
	}

	.woocommerce-ordering {
    margin-right: 0;
    box-sizing: border-box;
		width: 31%;
	}

	.site-main ul.products li.product {
		/*width: 47% !important;*/
		/*margin-right: 6% !important;*/
	}
	.storefront-full-width-content .site-main ul.products.columns-4 li.product {
		width: 100%;
		float: none;
		margin: 0;
	}

	.storefront-full-width-content .site-main ul.products.columns-4  {
		position: relative;
	}




	.site-main ul.products li.product:nth-child(2n) {
		/*margin-right: 0 !important;*/
	}

	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
		width: 34%;
		margin-right: 2%;
	}

	.storefront-full-width-content.single-product div.product .summary {
		width: 64%;
		margin-bottom: 0;
	}

	.summary {
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.product-desc {
		flex-grow: 1;
		overflow-y: auto;
	}

	.composition {
		height: 100px;
	}

	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
		margin-right: 10px;
	}

	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 0 !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		margin-bottom: 25px;
	}

	.title-and-price {
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
		height: 81px;
	}

	.title-and-price .sale-flash {
		width: 33.3%;

		font-size: 16px;
		line-height: 20px;
	}

	.title-and-price del {
		width: 33.3%;
    text-align: right;
		margin-left: auto;
	}

	.attr-list {
		display: grid;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		grid-template-columns: 1fr 1fr;
	}

	.title-and-price .woocommerce-loop-product__title {
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		width: 33.3%;
		margin: 0;
		margin-left: 33.3%;
		margin-right: auto;

		font-size: 16px;
		line-height: 20px;
	}

	.title-and-price .sale-flash + h2.woocommerce-loop-product__title {
		margin-left: 0;
	}

	.title-and-price .woocommerce-Price-amount,
	.title-and-price del  {
		margin: 0 !important;

		text-align: right;
		font-size: 16px;
		line-height: 20px;
	}

	form.cart {
		min-height: 120px;
	}

	.single-product div.product form.cart {
		display: inline-flex;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.single-product div.product form.cart .single_variation_wrap {
		min-width: 34%;
		margin-right: 2%;
	}

	.single-product div.product table.variations {
		width: 64%;
		order: 2;
    flex-grow: 1;
    margin-top: 0;
	}

	.single-product.woocommerce ul.products {
		justify-content: center;
	}

	.product-type-simple form.cart {
		width: 34%;
	}

	.woocommerce-product-gallery__wrapper > div > a {
		display: block;
	}

	.single-product div.product .variations_button {
		white-space: nowrap;
	}

	.slick-slide {
		margin: 0 20px;
	}
}

@media (min-width: 1064px) {

	.col-full {
		max-width: none;
		margin-left: 4%;
		margin-right: 4%;
		padding: 0;
	}

	.site-header > .col-full {
		padding: 0;
	}

	.storefront-primary-navigation > .col-full {
		padding: 0;
	}

	.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
		width: 100%;
		margin: 10px 5px;
	}

	.storefront-full-width-content.single-product div.product .summary {
		min-height: 300px;
	}
}

@media (max-width: 1199px) {

	.wc-forward::after, .woocommerce-Button--next::after {
		display: none;
	}
}

@media (min-width: 1200px) {

	.title-and-price {
		height: 121px;
	}

	#menu-verhnyaya-panel li:hover a::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 100%;
		height: 1px;
		background-color: #ffffff;
		transition: 0.4s;
	}

	.time-text:hover::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 2px;
		width: 100%;
		height: 1px;
		background-color: #ffffff;
		transition: 0.4s;
	}

	#mailpoet_form_1 .mailpoet_paragraph:first-of-type {
		width: 64% !important;
	}

	#mailpoet_form_1 .mailpoet_paragraph:last-of-type {
		width: 34% !important;
	}

	.site-main ul.products li.product {
		/*width: 31% !important;*/
		/*flex-grow: 0;*/
		margin-right: 3.5% !important;
	}

	.site-main ul.products li.product:nth-child(2n) {
		/*margin-right: 3.5% !important;*/
	}

	.site-main ul.products li.product:nth-child(3n) {
		/*margin-right: 0 !important;*/
	}

	.related.products ul.products li.product:nth-child(4n) {
		/*margin-right: 0 !important;*/
	}

	ul.products li.product .button {
		width: 60%;
	}

	/*ul.products li.product .added_to_cart {
		width: 60%;
	}*/

	.archive.woocommerce .widget-area {
		width: 22%;
		margin-right: 4%;
	}

  .archive.woocommerce .content-area {
		width: 74%;
	}

	.no-products-found .content-area {
		width: 100% !important;
	}

	.related.products ul.products li.product:nth-child(4n) {
		margin-right: 0 !important;
	}

	.woocommerce-ordering {
    margin-right: 0;
    box-sizing: border-box;
		width: 22%;
	}

	.title-and-price .woocommerce-loop-product__title {
		font-size: 24px;
		line-height: 30px;
	}

	.title-and-price .sale-flash {
		font-size: 24px;
		line-height: 30px;
	}

	.title-and-price .woocommerce-Price-amount,
	.title-and-price del {
		font-size: 24px;
		line-height: 30px;
	}
}

.site-content>.col-full>.woocommerce>.woocommerce-error:first-child, .site-content>.col-full>.woocommerce>.woocommerce-info:first-child, .site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
    margin-top: 2.617924em;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    background-color: #aeafc5 !important;
}

@media (min-width: 768px) {
/*	.site-main .related.products ul.products li.product {
		width: 90% !important;
		margin-right: 0 !important;
	}
*/}

table.variations .label label { 
	display: none; 
}

.pswp__caption { 
  display: none; 
}

.pswp__bg { 
  background: rgba(0,0,0,.5); 
}

.sale-flash span {
    text-transform: lowercase;
}
.reset_variations{
	display:none !important;
}
.stock.in-stock {
    color: #aeafc5;
}

div.swatch-wrapper.selected {
    border: 2px solid #aeafc5;
    padding: 1px;
}
.flex-control-thumbs li:first-child{
	display: list-item !important;
}
.woocommerce-variation-price-hidden{
	display:none;
}
.hidden-price{
	display:none;
}
.product-type-simple .single_variation_wrap{
	display:block !important;
}
.product-type-simple .qnt-wrapper{
	display: inline-flex;
}
.product-type-simple .single_add_to_cart_button{
	display: inline-flex !important;
}
.product-type-simple .button-and-qty{
    text-align: center;
}
.product-type-simple .button-and-qty {
    border-bottom: 1px solid rgb(174, 175, 197);
    border-top: 1px solid rgb(174, 175, 197);
    padding-top: 40px;
    padding-bottom: 20px;
}
button[name="update_cart"]{
	display:none;
}
@media (min-width: 768px) {
	.woocommerce-cart .entry-header, .woocommerce-checkout .entry-header{
		padding: 0 0 2em !important;
	}
}
.woocommerce-cart table.cart td.product-quantity .qty {
    padding: 0 !important;
}
button[name="apply_coupon"], a.wc-forward, a.wc-backward {
    background: #aeafc5 !important;
    color: #fff;
    font-weight: 400;
    outline: none;
    border: none;
    border-radius: 10px;
}
a.wc-backward:hover{
	background: #d5d5d5 !important;
}
.woocommerce-cart a.wc-forward:hover{
	background: #d5d5d5 !important;
	color: #333333 !important;
}
.shop_table thead .product-remove{
	border-top-left-radius: 10px;
}
.shop_table thead .product-subtotal{
	border-top-right-radius: 10px;
}
.shop_table tbody .cart_item:nth-last-child(2) .product-remove{
	border-bottom-left-radius: 10px;
}
.shop_table tbody .cart_item:nth-last-child(2) .product-subtotal{
	border-bottom-right-radius: 10px;
}
.cart_totals tbody tr:first-child th{
	border-top-left-radius: 10px;
}
.cart_totals tbody tr:last-child th{
	border-bottom-left-radius: 10px;
}
.cart_totals tbody tr:first-child td{
	border-top-right-radius: 10px;
}
.cart_totals tbody tr:last-child td{
	border-bottom-right-radius: 10px;
}
.shop_table.cart{
	margin-bottom:0;
}
.woocommerce-cart-form{
	margin-bottom:0;
}
.woocommerce-message, .place-order{
	border-radius:10px;
}
.woocommerce-checkout-review-order-table thead tr th:first-child{
	border-top-left-radius: 10px;
}
.woocommerce-checkout-review-order-table thead tr th:last-child{
	border-top-right-radius: 10px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child th{
	border-bottom-left-radius: 10px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child td{
	border-bottom-right-radius: 10px;
	background: #fcf9fa;
}
.woocommerce-checkout-payment ul li:first-child{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.woocommerce-checkout-payment ul li:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.woocommerce-checkout-payment ul li:last-child div{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
abbr.required{
	color:#aeafc5;
    border: none !important;
    text-decoration: none !important;
}
.select2-selection.select2-selection--single{
	border-radius:10px;
}
.form-row.woocommerce-invalid input.input-text {
    border: 1px solid #e2401c !important;
	box-shadow: unset;
}
.form-row.woocommerce-validated input.input-text {
	border: 1px solid #aeafc5 !important;
    box-shadow: unset;
}
.woocommerce-info #login{
	border-bottom:1px dotted white;
	padding: 0;
}
.woocommerce-info #login:hover{
	border-bottom: none;
}
.product-desc p{
	margin:0;
}
.woocommerce-checkout .blockUI.blockOverlay{
	background:none !important;
}
.woof_list label{
	padding-top:0;
	padding-bottom:0;
}
.woof_list_checkbox li div {
    margin-top:0;
}
#post-1528 img{
	display:inline-block;
}
.woocommerce-shipping-totals.shipping li > input[type=radio]:first-child, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.woocommerce-shipping-totals.shipping li > label, .woocommerce-shipping-totals.shipping li > label {
    display: block;
    padding: 0 !important;
    cursor: pointer;
}
.woocommerce-shipping-totals.shipping li  > input[type=radio]:first-child:checked + label::before {
    content: "\f192";
}
.woocommerce-shipping-totals.shipping li input[type=radio]:first-child:checked+label:before {
    color: #96588a;
}
.woocommerce-shipping-totals.shipping li  > label::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f111";
    margin-right: 0.5407911001em;
    -webkit-transition: color, ease, 0.2s;
    transition: color, ease, 0.2s;
}
.woocommerce-checkout .product-name{
	width:40% !important;
}
.woocommerce-checkout .optional{
	display:none;
}
p.required-option {
    position: absolute;
    color: #cc0000;
    font-size: .8em;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked ~ .checkmark {
    background-color: #96588a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background:#aeafc5;
}
*{
	outline:none;
}

/* cart */
.post-76 .entry-header .entry-title, .post-78 .entry-header .entry-title {
	font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 25px;
    text-transform: none;
}

/* checkmark */
.woocommerce-form__label input[type="checkbox"] {
	display: none;
}

.woocommerce-form__label {
	position: relative;
	padding-left: 22px;
}

.woocommerce-form__label::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 13px;
	height: 13px;
	border: 1px solid rgb(174, 175, 197);
	border-radius: 3px;
	transform: translateY(-50%);
}

.woocommerce-form__label .checkmark {
    background-color: transparent !important;
    top: 50%;
    width: 16px;
    transform: translateY(-50%);
    height: 15px;
}

.woocommerce-form__label .checkmark:hover {
	background-color: transparent;
}

.woocommerce-form__label input[type="checkbox"]:hover {
	background-color: transparent;
}
.woocommerce-form__label input[type="checkbox"]:checked ~ .checkmark::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 13px;
    height: 18px;
    background-image: url("/wp-content/themes/storefront-child/assets/images/checked.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    background-size: 11px;
    background-position-x: -1px;
    background-position-y: 5px;
}

.woocommerce-form__label .required {
	color: #000;
}

.top-menu {
	position: relative;
}
.time-hidden {
	top: 78px;
	left: 0;
	right: 0;
	display: none;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding: 20px;
	max-width: 340px;
	z-index: 99999;
}

.time-hidden .title {
    margin: 0 0 8px;
}


.woocommerce-form__label-for-checkbox .required {
	color: #aeafcb;
}

section.related.products ul.products li{
	/*width: 	100% !important;*/
}

.owl-nav  {
	position: absolute !important;
	top: 50% !important;
	left: 0 !important;
	right: 0 !important;
	display: flex !important;
	-webkit-justify-content: space-between !important;
	        justify-content: space-between !important;
	z-index: 9999 !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	width: 20px !important;
	height: 20px !important;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
	content: '←' !important;
	font-family: 'slick' !important;
	background-color: transparent !important;
	font-size: 20px !important;
	line-height: 1 !important;
	opacity: .75 !important;
	color: #aeafc5 !important;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background-color: transparent !important;
}

.owl-nav .owl-next:before {
	content: '→' !important;
	font-family: 'slick' !important;
	font-size: 20px !important;
	line-height: 1 !important;
	opacity: .75 !important;
	color: #aeafc5 !important;
}

span[aria-label="Previous"], span[aria-label="Next"] {
	display: none;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	.site-main .woocommerce ul.products.columns-3 li.product {
		width: 47% !important;
		max-width: 350px;
	}	
}

/* mobile */

@media all and (max-width: 767px) {
	label[for="payment_method_rbspayment"] {
		padding-bottom: 40px !important;
	}
	ul.products {
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}	
	ul.products li.product {
/* correction */
		/*min-width: 260px;*/
/*		height: 100% !important;
		max-width: 272px;
*/	}
	.woocommerce-LoopProduct-link {
/*		max-width: 272px;
*/	}
	.woocommerce-LoopProduct-link img {
/*		max-width: 100%;
		max-height: 272px;
*/	}
	.select-option.swatch-wrapper {
		width: 55px !important;
		height: 55px;
	}
	.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
		padding-top: 60px;
	}
	.time-hidden {
		top: 120px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		padding: 20px;
		max-width: 300px;
	}

	.lrm-switch-to-link.lrm-switch-to--register {
		position: absolute;
		height: 0 !important;
		top: 34px;
		left: 0;
		right: 0;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
		color: transparent !important;
	}
	.lrm-switch-to-link.lrm-switch-to--register:before {
		background-color: #f5edf0;
		top: -34px;
		right: -3px;
		position: absolute;
		width: 50%;
		background-size: 20px;
		height: 37px;
		border-top-right-radius: 3px;
	}

	.lrm-switch-to-link.lrm-switch-to--register.selected {
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 10px;
		height: 40px !important;
		color: #000 !important;
	}
	.lrm-switch-to-link.lrm-switch-to--register.selected:before{
		background-image: url("/wp-content/themes/storefront-child/assets/images/user-black.svg");
		position: absolute;
		right: -3px;
		width: 50%;
		background-size: 20px;
		background-position-x: center;
		background-position-y: center;
		height: 40px;
		top: -40px;
		border-top-right-radius: 4px;
		background-color: #FFF;
	}
}
@media all and (min-width: 768px) and (max-width: 1080px) {
	.site-main ul.products li.product {
		/*width: 100% !important;*/
		margin-right: auto !important;
		/*height: auto !important;*/
		/*min-height: 0 !important;			*/
	}
}

@media all and (max-width: 627px) {
	ul.products {
		-webkit-justify-content: center;
		        justify-content: center;
	}
}
@media all and (max-width: 600px){
	.owl-prev, .owl-next{
		display: none !important;
	}
}
@media all and (min-width: 600px) and (max-width: 767px) {
	.lrm-switch-to-link.lrm-switch-to--register {
		top: -60px;
	}
	.lrm-switch-to-link.lrm-switch-to--register:before {
		top: 60px;
		height: 60px;
		-ms-background-position-y: center !important;
		    background-position-y: center !important;		
	}
	.lrm-switch-to-link.lrm-switch-to--register.selected {
		top: 60px;
	}
	.lrm-switch-to-link.lrm-switch-to--register.selected:before {
		-ms-background-position-y: 0 !important;
		    background-position-y: 0 !important;
	}	
}
@media all and (max-width: 1400px) {
	li.product {
		/*max-height: 470px;*/
	}
}

@media all and (max-width: 767px) {
	.related.products .products li {
		min-width: none !important;
		max-width: none !important;
	}	
}
.rp_wcdpd_public_description_tip ul{
    list-style:none;
    margin:0 15px;
}
.coupon-container.round-dashed .coupon-content {
    border-color: white !important;
    border-radius: 7px;
}
.coupon-content div{
	color:white;
}
@media screen (max-width: 1000) {
	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
		display:block !important;
	}
}
.slick-initialized .slick-slide{
	display:block !important;
}
.remove-del del{
    display:none !important;
}
.remove-del ins{
    display:inline !important;
}
.remove-del .woocommerce-Price-currencySymbol{
    margin:0 !important;
}
.single-product span.sale-flash .woocommerce-Price-amount {
    color: red;
}
.slick-list.draggable{
    width:100%;
}


/*-- Other --*/

.soc_btns h3.title, #custom_html-5 .widget-title {display: none;}
/* .social-icons-wrapper {display: flex; justify-content: left;} */

.soc_btn_item{
display: inline-block;
/* float: left; */
width: 50px;
height: 50px;
/* background-color: #3b5998; */
background: #aeafc5;
border-radius: 8px;
font-size: 25px;
text-align: center;
padding: 0.5em;
margin: 10px 14px 0 0;
cursor: pointer;
text-decoration: none !important;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;}

.soc_btn_item:hover {transform: scale(1.105);}

.soc_btn_item span{display: none !important; text-indent: -9999px;}

.soc_btn_item i {
width: 1em;
height: 1em;
position: relative;
display: block;
color: white;
text-decoration: none !important;}

.woocommerce-input-wrapper input[type='checkbox'] + label, 
.woocommerce-input-wrapper input[type='radio'] + label {
display: inline-block; margin: 0 20px 0 0;}

#tell_me_field input[type='radio'] {
position: relative;
top: 2px;
-webkit-appearance:none;

/* width:20px;
height:20px;
border:1px solid darkgray;
box-shadow:0 0 5px 0px gray inset; */

width:16px;
height:16px;
background: #aeafc5;
border-radius:50%;
outline:none;}
    
#tell_me_field input[type='radio']:hover {
box-shadow:0 0 5px 0px #96588a inset;}

/* #tell_me_field input[type='radio']:before {
content:'';
display:block;
width:60%;
height:60%;
margin: 20% auto;    
border-radius:50%;} */

#tell_me_field input[type='radio']:before {
content:'';
display:block;
width:35%;
height:35%;
margin: 0% auto;    
border-radius:50%;}

#tell_me_field input[type='radio']:checked:before {
background:#fff; border: 6px solid #96588a;}

.woocommerce-input-wrapper label.radio {padding: 0 0 0 10px;}

.woocommerce-input-wrapper br {display: none !important;}


/*-- Search Page --*/

.search.search-results h1.page-title, .search.search-results h2 {font-size: 1.5rem;}

.search.search-results header.entry-header, .search.search-results .entry-content {width: 100%;}
.search.search-results header.entry-header a {border-bottom: 2px dashed;}
.search.search-results .entry-title {margin: 28px 0 32px;padding: 20px 0 0;border-top: 2px dashed #96588a;}
.search.search-results header.entry-header a:hover {border-bottom: 2px solid;}
.search.search-results .product {position: relative;}
.search.search-results img {max-width: 300px; float:left;margin: 0 30px 0 0;}

.search.search-results .search_price_wr {
position: absolute;
bottom: 0;
left: 330px;}

.search.search-results .search_price_wr .search_price {font-size: 24px; color: #96588a;}

@media (max-width: 767px) {
.search.search-results .search_price_wr {
position: relative;
bottom: 0;
left: 0;}
}

@media (min-width: 768px) {
.search.search-results .entry-title {padding: 20px 0 0 330px;}
}

@media (min-width: 768px) and (max-width: 1024px) {
.products.tablet-col .product {width: 45% !important;}
.owl-stage .owl-item li.product  {width: 100% !important;}
}


/*products filter*/
.filter--style-premmerce .filter__item {
    border:none;
    padding:0;
    margin-bottom:15px;
}
.filter--style-premmerce .filter__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid #333333;
}
.filter--style-premmerce .filter__handle {
    border-bottom: 1px solid #333333;
    width: 10px;
}
.filter--style-premmerce .filter__handle-ico {
    width: 10px;
}
.filter--style-premmerce .filter__handle-ico--plus {
    height: 12px;
}
.filter--style-premmerce .filter__icon-minus, .filter--style-premmerce .filter__icon-plus {
    width: 10px;
    height: 10px;
}
.filter--style-premmerce .filter__icon-plus:after {
    width: 2px;
}
.filter--style-premmerce .filter__icon-minus:before, .filter--style-premmerce .filter__icon-plus:before {
    height: 2px;
}
.filter--style-premmerce .filter__icon-minus:before, .filter--style-premmerce .filter__icon-plus:before, .filter--style-premmerce .filter__icon-plus:after {
    background: #727272;
}
.filter--style-premmerce .filter__checkgroup-title {
    font-size: 16px;
    color: #6d6d6d;
}
.filter--style-premmerce .filter__properties-item--active .filter__checkgroup-title  {
    font-weight: bold;
}
.filter--style-premmerce .filter__checkgroup-check {
    border: 1px solid #dadada;
    background: transparent;
    border-radius: 4px;
}
.filter--style-premmerce .filter__checkgroup-check:hover {
    border: 1px solid #999;
}
.filter--style-premmerce .filter__checkgroup-count {
    font-size:16px;
    top:0;
    color: #c0c0c1;
}
.filter--style-premmerce .filter__checkgroup-check:before {
    background: url(/wp-content/themes/storefront-child/assets/images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    left: 1px;
    background-size: 12px;
    background-position-x: 0px;
    background-position-y: 0px;
}


/*-- Other --*/

.woocommerce-variation-add-to-cart.single_variation_wrap {bottom: 14px !important; margin-bottom: -60px !important;}
.woocommerce-variation-add-to-cart.single_variation_wrap .button-and-qty {padding-top: 20px !important;}

#payment .payment_methods .cr_ul {margin: 0 0 0 20px;}
#payment .payment_methods .cr_ul li {list-style:square !important; line-height: 1.85;}
#payment .payment_methods .cr_hr {width: 70%;height: 1px;background: #cecece;margin: 16px 0 10px;}

.slider_wr {margin: 0 0 20px;}

table.prod_table {margin: 12px 0 0 -10px;}
table.prod_table td {vertical-align: middle; padding: .5em 1.41575em;}

@media (max-width:1024px) {
table.prod_table img {min-height: 50px;min-width: 50px;}
}

.tm-extra-product-options .tm-epo-element-label,
 .tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap {
text-align: center;}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap {padding: .15em .5em 0 0 !important;}

.tc-totals-form {display: none !important;}

body.archive.tax-product_cat.term-gotovye-izdeliya ul.products li.product .price, 
body.woocommerce-cart.woocommerce-page .cross-sells {
display: none;}

.tm-extra-product-options {width: auto !important;}

.woocommerce-MyAccount-content .button,
.woocommerce-Address-title.title .edit,
.order-again .button,
.my_account_orders .button {
    display: inline-block;
    height: 40px;
    padding: 10px 15px;
	color: #fff;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    border: 0;
    border-radius: 10px;
    background-color: rgb(174, 175, 197) !important;
}