body .zen-ui-select {
	max-width: 297px;
	margin-bottom: 15px;
}

label[for="billing_shop"], label[for="billing_shop_addr"] {
	margin-bottom: 10px;
	display: block;
}

.cart-number.qty-0 {
	display: none;
}

.fancybox-container .fancybox-thumbs {
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #6FFB38;
}

body .zen-ui-select__value {
	background: #F5F7FB;
	font-size: 14px;
	height: 39px;
	border-bottom: 1px solid #0C0B0E;
	padding: 10px 32px 10px 11px;
	line-height: 18px;
	color: #646D7E;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
}

.page-404 {
	text-align: center;
}

.page-404__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 149px - 80px);
	padding: 50px 0;
}

.page-404__title {
	font-weight: 800;
	font-size: 128px;
	line-height: 1;
	margin-bottom: 11px;
}

.page-404__text {
	width: 435px;
	max-width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
	margin-bottom: 34px;
}

.zen-ui-select__value>svg {
	transform: rotate(-90deg);
	top: 41%;
}

.wcus-checkout-fields h3 {
	margin-bottom: 10px;
}

#shipping_method {
	margin-bottom: 25px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	display: none !important;
}

.woocommerce-checkout .product-main__priceold span {
	font-size: 12px;
}

.product-item__button a.disabled, .where-to-buy a.disabled {
	pointer-events: none;
	background: #C5CCD3 !important;
	color: #FFF !important;
	cursor: default;
}

.single-product .out-of-stock {
	display: none;
}

.where-to-buy {
	margin-bottom: 20px;
}

.product-item__instock.product-item__instock_not, .product-main__instock.product-main__instock_not {
	color: #FF6B1C;
}

form.cart {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.single-product .quantity {
	margin-right: 10px;
}

.form-input input {
	color: #101828;
}

.product-item__button a.added_to_cart {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 155px;
	height: unset;
	background: transparent;
	border-radius: unset;
	font-weight: 400;
	font-size: 12px;
	line-height: 87%;
	letter-spacing: 0.045em;
	text-transform: none;
	text-decoration: underline;
	margin-top: 10px;
	color: #000;
}

.product-item__button a.added_to_cart:hover {
	color: #6FFB38;
}

.home-all_news {
	font-weight: 500;
	font-size: 25px;
	line-height: 31px;
	text-align: center;
	margin-top: 50px;
}

.post-single__image {
	width: 100%;
}

input.error, select.error + .styled-select__current {
	border-bottom: 1px solid #FF0000;
	background-color: rgba(255, 0, 0, 0.092) !important;
}

.product-prop__desktop {
	margin-bottom: 30px;
}

.spec-title {
	margin-bottom: 15px;
	font-size: 16px;
}

.cart-coupon > form {
	display: flex;
	width: 100%;
}

#billing_country_field {
	display: none !important;
}

#shipping_method label {
	display: inline-block;
	position: relative;
	padding-left: 31px;
	font-size: 14px;
	line-height: 18px;
	color: #646D7E;
}

#shipping_method label:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #646D7E;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}

#shipping_method input {
	display: none;
}

#shipping_method li input:checked + label:before{
	border: 1px solid #101828;
	background: #101828;
}

#shipping_method li {
	margin-bottom: 18px;
}

.payment_method_liqpay-webplus img {
	display: none;
}