/*!
Theme Name: Movitz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Movitz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rikissa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

html {
	font-size: 0.07143vw;
	overflow-x: hidden;
}
body {
	font-family: 'Ubuntu';
	color: #92897B;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-weight: 400;
	background: #F7EFE9;
	font-size: 16rem;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}
.container {
	width: 1200rem;
	margin: auto;
}
p {
	font-size: 16rem;
	font-weight: 300;
	line-height: 130%;
}
h1 {
	font-size: 66rem;
	font-weight: 400;
	font-family: 'Lucida';
	color: #C19857;
}
h2 {
	font-size: 60rem;
	font-weight: 400;
	font-family: 'Lucida';
	color: #C19857;
}
h3 {
	font-size: 40rem;
	font-weight: 400;
	font-family: 'Lucida';
	color: #C19857;
}
h4 {
	font-size: 30rem;
	font-weight: 400;
	font-family: 'Lucida';
	color: #C19857;
}
h5 {
	font-size: 20rem;
	font-weight: 600;
	font-family: 'Lucida';
}
a {
	display: block;
	color: #92897B;
	text-decoration: none;
	font-size: 16rem;
	font-weight: 300;
}
.button_cart {
	display: none;
}
ul {
	padding: 0;
	list-style: none;
}
.woocommerce-notices-wrapper {
	display: none;
}

.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

.header_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14rem 0;
}
.header_logo {
	width: 140rem;
}
.header_nav_overlay {
	margin-left: auto;
}
.header_nav {
	display: flex;
	align-items: center;
	margin-right: 15rem;
	border-right: 1rem solid #92897B;
}
.header_nav a {
	margin-right: 45rem;
	transition: 0.5s;
}
.header_actions {
	display: flex;
	align-items: center;
	margin-left: 30rem;
}
.header_actions_icon {
	width: 27rem;
	margin: 0 8rem;
}
.header_actions_cart_number {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
	color: #fff;
	width: 16rem;
	height: 16rem;
	border-radius: 100%;
	background: #C19857;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10rem;
}
.header_actions_cart {
	position: relative;
}
.header_currency_item {
	display: flex;
	align-items: center;
	font-weight: 14rem;
	color: #575149;
}
.header_currency {
	margin: 0 15rem 0 30rem;
	position: relative;
	z-index: 9999;
}
.header_currency_arrow {
	width: 10rem;
	margin-left: 8rem;
}
.header_lang {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.header_lang a {
	width: 30rem;
	margin-left: 5rem;
	opacity: 1;
}
.header_lang a img {
	width: 100%;
	height: auto;
}

.lang-item {
	list-style: none;
}
.current-lang a {
	
	opacity: 0.4;
}
.sub_header_content {
	display: flex;
	align-items: center;
	width: 1200rem;
	margin: auto;
	justify-content: center;
}
.sub_header {
	background-color: #F2E5DA;
	z-index: 999;
	position: relative;
	border-bottom: 1rem solid transparent;
}
.sub_header_nav_item {
	margin: 0 15rem;
	transition: 0.5s;
	padding: 11rem 20rem;
	color: #766954;
	font-weight: 400;
	text-align: center;
}
.sub_header_content_item {
	display: flex;
	margin: auto;
	width: 1230rem;
	flex-wrap: wrap;
	padding: 15rem 0 20rem;
}

.sub_header_content_item_wrapper {
	display: block;
	transform: scale(0);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 999999;
	background-color: #F2E5DA;
	border-top: 1rem solid #DED8CF;
	transition: 0.5s;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
	.sub_header_content_overlay:hover .sub_header_content_item_wrapper {
		transform: scale(1);
		transition: 0.5s;
		overflow: visible;
	}
	.sub_header_content_overlay:hover .sub_header_nav_item {
		background: #9E6132;
		transition: 0.5s;
		color: #FFE9A5;
	}
}
.single {
	color: #000;
}
.nav_single {
	width: 155rem;
	margin: 0 25rem;
	margin-top: 15rem;
}
.nav_single:hover .nav_single_title{
	text-decoration: underline;
}
.nav_single_img {
	width: 100%;
	height: 117rem;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20rem;
}
.nav_single_title {
	margin: 12rem 0 4rem;
	color: #C19857;
}
.nav_single_subtitle {
	font-size: 14rem;
}
.hero {
	background-image: url(img/hero_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 652rem;
	display: flex;
	flex-direction: column;
}

.hero__no-bg {
	background-image: unset;
	height: fit-content;
}

.hero_content {
	width: 412rem;
	padding: 58rem 100rem;
	background: #F7EFE9;
	margin-top: auto;
}
.hero_text {
	color: #92897B;
	font-size: 18rem;
	margin: 25rem 0 70rem;
}
.hero_link {
	display: flex;
	color:  #C19857;
	font-weight: 400;
	align-items: center;
}
.hero_link:hover  img {
	margin-left: 15rem;
	transition: 0.5s;
}
.hero_link img {
	width: 32rem;
	margin-left: 10rem;
	transition: 0.5s;
}
.home_content_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100rem;
}
.home_content_item:nth-child(even) {
	flex-direction: row-reverse;
}
.home_content_item_img {
	width: 595rem;
}
.home_content_item_overlay {
	width: 412rem;
}
.home_content_item_text {
	font-size: 18rem;
	margin: 25rem 0 70rem;
	color: #92897B;
}
.home_content_item_link {
	display: flex;
	align-items: center;
	color:  #C19857;
	font-weight: 400;
}
.home_content_item_link:hover img {
	margin-left: 15rem;
	transition: 0.5s;
}
.home_content_item_link img {
	width: 32rem;
	margin-left: 10rem;
	transition: 0.5s;
}
footer {
	margin-top: 100rem;
	background: #9E6132;
	padding: 50rem 0 25rem;
}
.footer_info {
	width: 195rem;
}
.footer_logo {
	width: 250rem;
	transform: translateX(-15px);
}
.footer_copyright {
	color: #fff;
	margin: 15rem 0;
}
.footer_adress {
	color: rgba(255, 255, 255, 0.8);
}
.footer_overlay {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 80%;
}
.footer_title {
	font-weight: 600;
	font-size: 18rem;
	padding-bottom: 10rem;
	border-bottom: 1rem solid rgba(255, 255, 255, 0.3);
	margin-bottom: 15rem;
	color: #fff;
}
.footer_useful a,.footer_customer a {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 15rem;
}
.footer_useful a:hover,.footer_customer a:hover {
	text-decoration: underline;
}
.footer_partner {
	width: 142rem;
}
.footer_foot {
	display: flex;
	align-items: center;
	border-top: 1rem solid rgba(255, 255, 255, 0.3);
	padding-top: 25rem;
	margin-top: 45rem;
}
.footer_foot_number {
	color: #FFFFFF;
	font-size: 18rem;
}
.footer_foot_mail {
	color: #FFFFFF;
	font-size: 18rem;
	margin: 0 auto 0 60rem ;
}
/*********
	
  Single

*********/



.single_slider {
	display: flex;
	align-items: center;
}
.sticky_overlay {
	position: relative;
}
.sticky.active {
	position: fixed;
	top: 30rem;
}
.sticky.remove {
	position: absolute;
	bottom: 0;
	top: auto;
}
.single_slider_item {
	width: 606rem;
}
.single_slider_nav {
	width: 80rem;
	margin-right: 30rem;
}
.slick-arrow {
	position: absolute;
	border: none;
	background-color: transparent;
	bottom: -40rem;
	width: 30rem;
	height: 8rem;
	background-size: cover;
	background-image: url(img/arrow_link.svg);
	cursor: pointer;
}
.slick-arrow.prev {
	left: calc(50% - 40rem);
    transform: rotate(180deg);
}
.slick-arrow.next {
	right: calc(50% - 40rem);
}
.single_overlay {
	margin-top: 40rem;
	display: flex;
    align-items: flex-start;
}
.slick-vertical .slick-slide {
	margin: 12rem 0;
}
.single_slider_item_overlay img {
	width: 100%;
}
.single_slider_item_overlay {
	display: flex;
	align-items: center;
	height: 100%;
}
.single_slider_nav .slick-current {
	background: rgba(242, 229, 218, 1);
	opacity: 0.4;
}
.single_slider_nav .slick-slide {
	height: 35rem;
	cursor: pointer;
}
.single_info_title {

}
.single_info {
	margin-left: auto;
	width: 448rem;
}
.single_info_sku {
	margin-top: 8rem;
	color: #92897B;
}
.single_info_price {
	color: #9E6132;
	font-weight: 500;
	font-size: 24rem;
	margin-top: 30rem;
}
.single_info_btn_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20rem;
}
.single_info_btn_overlay img {
	width: 24rem;
	margin-left: 10rem;
}
.single_info_cart {
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12rem 0;
	width: 215rem;
	background: linear-gradient(to right, #9E6132 0%,#9E6132 100%);
	background-position-x: -600rem;
	background-repeat: no-repeat; 
	background-color: #C19857;
	transition: 0.5s;
	border: none;
	font-family: 'Ubuntu';
	font-size: 16rem;
	font-weight: 300;
	cursor: pointer;
}
.single_info_cart:hover {
	background-position-x: 0rem;
	transition: 0.5s;
}
.single_info_favorite {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11rem 0;
	border: 1rem solid #C19857;
	width: 215rem;
	background: linear-gradient(to right, #C19857 0%,#C19857 100%);
	background-position-x: -600rem;
	background-repeat: no-repeat; 
	transition: 0.5s;
	background-color: transparent;
}
.single_info_favorite:hover{
	transition: 0.5s;
	background-position-x: 0rem;
	color: #fff;
}
.single_info_properties {
	margin-top: 35rem;
}
.single_info_properties_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15rem 0;
	border-bottom: 1rem solid rgba(146, 137, 123, 0.3);
}
.single_info_properties_item_label {
	color: #575149;
	font-weight: 400;
}
.single_info_properties_item_value {
	color: #92897B;
}
.single_info_descr {
	margin-top: 35rem;
}
.single_info_descr_nav {
	display: flex;
	align-items: center;
}
.single_info_descr_nav_item {
	padding-bottom: 8rem;
	color: #92897B;
	font-weight: 400;
	margin-right: 45rem;
	border-bottom: 2rem solid transparent;
	transition: 0.5s;
}
.single_info_descr_nav_item:hover {
	color: #C19857;
	transition: 0.5s;
}
.single_info_descr_nav_item.active {
	color: #C19857;
	font-weight: 700;
	position: relative;
	border-bottom: 2rem solid #C19857;
}
.single_info_descr_nav {
	border-bottom: 1rem solid #D5CFC8;
}
.single_info_descr_item {
	display: none;
	color: #92897B;
}
.single_info_descr_item:first-child {
	display: block;
}
.single_info_descr_item_overlay {
	margin-top: 15rem;
}
.related_item {
	width: 223rem;
	margin: 40rem 10rem 0;
}
.related_item:hover .related_item_title{
	text-decoration: underline;
}
.related_item_image {
	width: 100%;
	height: 164rem;
	background-size: cover;
}
.related_item_title {
	margin: 10rem 0 4rem;
	color: #C19857;
}
.related_item_subtitle {
	color: #92897B;
}
.single_related {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20rem);
	margin-left: -20rem;
}
.single_related_title {
	margin-bottom: 10rem;
}
.single_related_overlay {
	margin-top: 105rem;
}
.service p {
	margin: 20rem 0;
	color: #92897B;
}
.service img {
	width: 100%;
	max-width: fit-content;
}
.service h2 {
	margin: 60rem 0 20rem;
}
.service h3 {
	margin: 50rem 0 20rem;
}
.service h4 {
	margin: 50rem 0 20rem;
}
.service ul {
	padding-left: 20rem;
}
.service ul li {
	font-size: 16rem;
	font-weight: 300;
	color: #92897B;
	position: relative;
	margin: 10rem 0;
}
.service_overlay {
	width: 933rem;
}
.cart_product {
	width: 772rem;
	margin-top: 45rem;
}
.cart_product_item {
	display: flex;
	align-items: center;
	padding: 25rem 0;
	border-bottom: 1rem solid rgba(146, 137, 123, 0.3);
}
.cart_product_item:first-child {
	border-top: 1rem solid rgba(146, 137, 123, 0.3);
}
.cart {
	margin-top: 60rem;
	color: #000;
}
.cart_product_item_img {
	width: 135rem;
	height: 102rem;
	background-size: cover;
}
.cart_product_item_info {
	margin-left: 20rem;
	width: 280rem;
}
.cart_product_item_info_title {
	font-size: 20rem;
	font-weight: 600;
	color: #C19857;
}
.cart_product_item_info_subtitle {
	font-size: 14rem;
	font-weight: 300;
	color: #92897B;
	margin: 8rem 0;
}
.cart_product_item_info_price {
	color: #9E6132;
	font-weight: 500;
}
.cart_product_item_count {
	border: 1rem solid #D9D0C8;
	display: flex;
	margin-left: auto;
}
input.cart_product_item_count_input {
	background-color: transparent;
	border: none;
	border-left: 1rem solid  #D9D0C8;
	border-right: 1rem solid  #D9D0C8;
	text-align: center;
	width: 55rem;
	height: 100%;
	padding: 0;
}
.cart_product_item_count_btn {
	background-color: transparent;
	border: none;
	color: #C19857;
	font-size: 30rem;
	font-weight: 700;
	transition: 0.5s;
	width: 36rem;
}
.cart_product_item_count_btn:hover {
	transition: 0.5s;
	color: #9E6132;
	cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input.cart_product_item_count_input {
    font-family: 'Ubuntu';
    font-size: 16rem;
    font-weight: 700;
    color: #575149;
} 
.cart_product_item_count_price {
	color: #9E6132;
	font-size: 20rem;
	font-weight: 500;
	margin-left: 36rem;
}
.cart_product_item_delete {
	margin-left: 36rem;
}
.cart_product_item_delete img {
	width: 20rem;
}
.cart_checkout {
	padding: 30rem 35rem;
	background: #F2E5DA;
	margin-top: 45rem;
}
.cart_overlay {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cart_checkout_count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15rem;
	border-bottom: 1rem solid rgba(146, 137, 123, 0.3);
	margin-top: 40rem;
}
.cart_checkout_count_label {
	color: #575149;
	font-weight: 400;
}
.cart_checkout_count_value {
	color: #92897B;
}
.cart_checkout_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15rem;
}
.cart_checkout_total_label {
	color: #575149;
	font-size: 20rem;
	font-weight: 700;
}
.cart_checkout_total_value {
	color: #9E6132;
	font-size: 20rem;
	font-weight: 700;
}
.cart_checkout_text {
	color: #92897B;
	margin: 40rem 0;
}
.cart_checkout_submit {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16rem;
	font-weight: 400;
	background: #C19857;
	padding: 12rem 0;
	width: 100%;
}
.cart_checkout_submit:hover img {
	margin-left: 15rem;
	transition: 0.5s;
}
.cart_checkout_submit img{
	width: 32rem;
	margin-left: 10rem;
	transition: 0.5s;
}
.checkout_overlay {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60rem;
}
.checkout_content_nav {
	display: flex;
	align-items: center;
	margin: 40rem 0 50rem;
}
.checkout_content_nav_item {
	font-weight: 400;
	color: #766954;
	padding: 11rem 20rem;
	margin-right: 20rem;
}
.checkout_content_nav_item.active {
	background: #9E6132;
	color: #FFE9A5;
}

.checkout_content_overlay {
	margin-top: 35rem;
}
.checkout_content_personal_nav {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 35rem;
	border-bottom: 1rem solid #D5CFC8;
}
.personal_info_descr {
	color: #92897B;
	margin: 35rem 0 35rem;
}
.personal_edit {
	margin-top: 15rem;
	color: #C19857;
}
.personal_address {
	font-weight: 300;
	line-height: 150%;
	color: #92897B;
	font-size: 16rem;
	font-style: normal;
}
.account_det_text {
	color: #92897B;
	margin-bottom: 15rem;
}
.password_change_overlay {
	border: none;
	padding: 0;
}
.checkout_content_personal_nav_item {
	padding-bottom: 8rem;
	border-bottom: 1rem solid transparent;
	margin-right: 45rem;
	transition: 0.5s;
}
.checkout_content_personal_nav_item.active {
	color: #C19857;
	font-weight: 700;
	border-bottom: 1rem solid #C19857;
}
.checkout_content_personal_nav_item:hover {
	color: #C19857;
	transition: 0.5s;
}
.checkout_content_item {
	display: none;
}
.checkout_content_item h2 {
	margin-bottom: 35rem;
}
.checkout_content_item:first-child {
	display: block;
}
.input {
	width: 336rem;
	padding: 12rem 20rem;
	border: 1rem solid #D9D0C8;
	margin-bottom: 15rem;
	display: block;
	background-color: transparent;
	font: 300 16rem 'Ubuntu';
	color: #92897B;
}
.input::-webkit-input-placeholder {
   	color: #92897B;
    font: 300 16rem 'Ubuntu';
} 
.input::-moz-placeholder {
    color: #92897B;
    font: 300 16rem 'Ubuntu';
}
.checkout_content_item_reg {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.checkout_content_item_reg_btns {
	display: flex;
	align-items: center;
	margin-top: 20rem;
}
.checkout_content_item_reg_cancel {
	color: #C19857;
	border: 1rem solid #C19857;
	padding: 12rem 0;
	width: 216rem;
	text-align: center;
	font-weight: 400;
	transition: 0.5s;
	margin-right: 20rem;
}
.checkout_content_item_reg_cancel:hover {
	background-color: #C19857;
	color: #fff;
	transition: 0.5s;
}
.submit {	
	font: 400 16rem 'Ubuntu';
	color: #FFFFFF;
	background: #C19857;
	height: 43rem;
	transition: 0.5s;
	border: 1rem solid transparent;
	cursor: pointer;
}
.submit:hover {
	transition: 0.5s;
	background-color: #9E6132;
} 
.checkout_content_item_reg_submit {
	width: 216rem;
}
.checkout_content_item_login_submit {
	width: 376rem;
	margin-top: 15rem;
}
.checkout_content_item_login_forgot {
	margin-top: 10rem;
	text-align: center;
}
.checkout_content_item_login_forgot:hover {
	text-decoration: underline;
}
.checkout_content_item_login_btns {
	width: max-content;
}
.checkout_content {
	width: 772rem;
}
.checkout_order {
	width: 330rem;
	padding: 30rem;
	background: #F2E5DA;
}
.checkout_order_item:first-child {
	margin-top: 30rem;
	border-top: 1rem solid rgba(146, 137, 123, 0.3);
}
.checkout_order_item {
	border-bottom: 1rem solid rgba(146, 137, 123, 0.3);
	padding: 20rem 0;
	display: flex;
	align-items: flex-start;
}
.checkout_order_item_image {
	width: 65rem;
	height: 50rem;
	background-size: cover;
}
.checkout_order_item_overlay {
	margin-left: 15rem;
}
.checkout_order_item_title, .checkout_order .product-name {
	color: #C19857;
	font-size: 20rem;
	font-weight: 600;
}
.checkout_order_item_title, .checkout_order .product-name strong {
	color: #92897B;
    font-weight: 300;
    font-size: 18rem;
}
.checkout_order_item_title:hover {
	text-decoration: underline;
}
.checkout_order_item_subtitle {
	color: #92897B;
	margin-top: 6rem;
}
.checkout_order_item_info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 15rem;
}
.checkout_order_item_quanity {
	color: #C19857;
}
.checkout_order_item_price, .checkout_order .product-total {
	color: #9E6132;
	font-size: 18rem;
	font-weight: 500;
}
.checkout_order_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 25rem;
}
.checkout_order_total_label {
	font-size: 20rem;
	font-weight: 700;
	color: #575149;
}
.checkout_order_total_value {
	color: #9E6132;
	font-size: 20rem;
	font-weight: 500;
}
.delivery_info_select  {
    font-size: 14rem;
    color: #575149;
    padding: 12rem 20rem;
    width: 335rem;
    border: 1rem solid #D9D0C8;
    margin-bottom: 15rem;
}
.jq-selectbox__trigger {
	background-image: url(img/arrow.svg);
	background-size: cover;
	width: 12rem;
	height: 7rem;
}
.jq-selectbox__select {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jq-selectbox__dropdown {
	width: 100%;
	left: 0;
}
.jq-selectbox__dropdown ul {
	background-color: #fff;
	padding: 0;
	width: 100%;
}
.jq-selectbox__dropdown .delivery_info_option {
	padding: 10rem 20rem;
}
select {
	display: none;
}
.delivery_info_adress {
	width: 100%;
}
.woocommerce-additional-fields {
	width: 100%;
}
.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle,
.woocommerce-checkout .wc_payment_methods {
	display: none!important;
}
.delivery_info_textarea, textarea.checkout_content_item_form_input {
	width: calc(100% - 40rem);
	height: 124rem;
}
.checkout_order thead{
	display: none;
}
.checkout_order table{
	width: 100%;

}
.checkout_order .button {
	font: 400 16rem 'Ubuntu';
    color: #FFFFFF;
    background: #C19857;
    height: 43rem;
    transition: 0.5s;
    border: 1rem solid transparent;
    cursor: pointer;
    width: 100%;
}
.checkout_order tr {
	display: flex;
	justify-content: space-between;
	margin: 10rem 0;
}
.delivery_info, .woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-shipping-fields {
	display: none;
}
.woocommerce-additional-fields h3 {
	display: none;
}
.woocommerce-billing-fields__field-wrapper {
	margin-top: 40rem;
}
/*.form-row .woocommerce-form__label-for-checkbox {
	display: flex;
	margin: 15rem 0;
}*/
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20rem;
}
.woocommerce-privacy-policy-link {
	display: inline;
}
.form-row label{
	display: none;
}
.payment_info_select {
	width: 100%;
}
.contacts_map {
	width: 1400rem;
	height: 490rem;
	margin-left: -100rem;
}
.contacts_overlay {
	position: relative;
}
.contacts_item {
	width: 450rem;
	display: flex;
	flex-direction: column;
	padding: 50rem 60rem;
	background: #F7EFE9;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contacts_item_social_item_label {
	color: #C19857;
	font-weight: 600;
	padding-bottom: 5rem;
	border-bottom: 1rem solid #C19857;
	width: max-content;
	margin-bottom: 15rem;
}
.contacts_item_social {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contacts_item_social_item {
	width: 200rem;
	margin-top: 30rem;
}
.contacts_item_social_item_value {
	color: #92897B;
}
.contact_form_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30rem;
	width: 933rem;
}
.contact_form {
	margin-top: 80rem;
}
.contact_form_item_input {
	width: 414rem;
}
.contact_form_item_input_long {
	width: 100%;
}
.contact_form_item_textarea {
	width: 100%;
	height: 124rem;
}
.contact_form_item_submit {
	width: 215rem;
	margin-top: 20rem;
}
.contacts_text {
	margin: 20rem 0 40rem;
	color: #92897B;
	max-width: 933rem;
}
.contacts {
	margin-top: 60rem;
}
.delivery_item {
	padding: 30rem;
	width: 325rem;
	background: #F2E5DA;
}
.delivery_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.delivery_item_title {
	color: #C19857;
	font-size: 20rem;
	font-weight: 600;
	margin-bottom: 8rem;
}
.delivery_item_label {
	display: flex;
	align-items: center;
	margin-bottom: 12rem;
	color: #92897B;
}
.delivery_item_label img {
	width: 20rem;
	margin-right: 5rem;
}
.delivery_item_label  span {
	color: #9E6132;
	font-weight: 500;
}
.delivery_item_link {
	margin-top: 20rem;
	color: #C19857;
	text-decoration: underline;
}
.delivery_title {
	margin-top: 60rem;
}
.delivery_subtitle {
	margin-top: 15rem;
	margin-bottom: 40rem;
	color: #92897B;
}
.payments_title {
	margin-top: 80rem;
}
.payments_subtitle {
	margin-top: 15rem;
	margin-bottom: 40rem;
	color: #92897B;
}
.payments_item_img {
	height: 40rem;
}
.payments_item_text {
	margin-top: 15rem;
	color: #92897B;
}
.payments_item {
	padding: 30rem;
	width: 222rem;
	background: #F2E5DA;
}
.payments_overlay {
	display: flex;
	justify-content: space-between;
}
.personal_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.personal_exit {
	display: flex;
	align-items: center;
	transition: 0.5s;
}
.personal_exit:hover {
	color: #C19857;
	transition: 0.5s;
}
.personal_exit img {
	width: 36rem;
	margin-left: 10rem;
}
.personal {
	margin-top: 60rem;
}
.personal_nav ul {
	display: flex;
	align-items: center;
	margin-top: 40rem;
	border-bottom: 1rem solid #D5CFC8;
	list-style: none;
	padding: 0;
}
.personal_nav a {
	padding-bottom: 8rem;
    color: #92897B;
    font-weight: 400;
    transition: 0.5s;
    margin-right: 45rem;
    border-bottom: 2rem solid transparent;
}
.personal_nav a:hover {
	color: #C19857;
	transition: 0.5s;
}
.personal_item_adress {
	display: flex;
	justify-content: space-between;
}
.personal_item_adress_item {
	padding: 50rem;
	background-color: #F2E5DA;
}
.personal_nav .is-active a{
    color: #C19857;
    font-weight: 700;
    position: relative;
    border-bottom: 2rem solid #C19857;
}
.personal_item {
	width: 880rem;
	display: none;
}
.personal_item:first-child {
	display: block;
}
.personal_item_title  {
	margin-bottom: 20rem;
}
.personal_item_wishlist {
	width: 100%;
}
.personal_item_wishlist .single_related{
	margin-top: -40rem;
}
.personal_item_order {
	width: 1200rem;
}
.personal_item_order thead{
	text-align: left;
	color: #575149;
}
.personal_item_order tr {
	border-bottom: 1rem solid #D9D0C8;
    padding: 18rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.personal_item_order td,.personal_item_order th{
	width: 200rem;
}
.woocommerce-orders-table__cell-order-status {
	color: #C19857;
	font-weight: 500;
}
.woocommerce-Price-amount {
	color: #9E6132;
	font-weight: 500;
}
.woocommerce-orders-table__cell-order-total {
	font-weight: 300;
}
.woocommerce-orders-table__cell-order-actions a{
	color: #92897B;
	font-weight: 400;
}
.woocommerce-orders-table__cell-order-date {
	font-weight: 300;
}

.order_item {
	height: 60rem;
}
.order_status {
	margin-top: 10rem;
	color: #92897B;
}
.order_date {
	color: #92897B;
	position: absolute;
	top: 50rem;
	right: 35rem;
}
.personal_item_order .checkout_order_item_overlay {
	width: 703rem;
}
.order_content_product_price {
	margin-top: 125rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15rem 0;
	border-bottom: 1rem solid rgba(146, 137, 123, 0.3);
}
.order_content_product_price_label {
	color: #575149;
	font-weight: 400;
}
.order_content_product_price_value {
	color: #9E6132;
	font-weight: 500;
	font-size: 18rem;
}
.order_content_product_delivery {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15rem 0;
	border-bottom: 1rem solid rgba(146, 137, 123, 0.3);
}
.order_content_product_delivery_label {
	color: #575149;
	font-weight: 400;
}
.order_content_product_delivery_value {
	color: #9E6132;
	font-size: 18rem;
	font-weight: 500;
}
.order_content_product_total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15rem 0 0;
}
.order_content_product_total_label {
	color: #575149;
	font-size: 20rem;
	font-weight: 700;
}
.order_details tbody .product-total {
	text-align: right;
}
.order_details tfoot tr {
	width: 100%;
	height: 50rem; 
	border-top:  1rem solid rgba(146, 137, 123, 0.3);
	border-bottom:  1rem solid rgba(146, 137, 123, 0.3);
}
.order_details tfoot {
	margin-top: 60rem;
}
.order_details tfoot th {
	text-align: left;
}
.order_details tfoot td {
	text-align: right;
}
.order_details  {
	width: 100%;
	border-collapse: collapse;
}
.order_overlay .woocommerce-order-details {
	width: 100%;
}
.order_content_product_total_value {
	font-size: 20rem;
	font-weight: 700;
	color: #9E6132;
}
.order_overlay {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1130rem;
	background: #F2E5DA;
	padding: 30rem 35rem;
}
.order_info {
	width: 207rem;
	padding: 30rem 40rem;
	border: 1rem solid #D9D0C8;
	margin-top: 30rem;
	margin-left: 60rem;
}
.order_info address {
	line-height: 150%;
	font-style: normal;
	font-weight: 300;
}
.order_info_title {
	color: #C19857;
	font-size: 18rem;
	font-weight: 600;
	padding-bottom: 10rem;
	border-bottom: 1rem solid #C19857;
	margin-bottom: 15rem;
}
.order_details thead {
	display: none;
}
.order_info_item {
	margin-top: 8rem;
	color: #92897B;
}
.order_info_personal {
	margin-top: 30rem;
}
.order_info_personal:first-child {
	margin-top: 0;
}
.header_burger {
	display: none;
}
.footer_foot_pay {
	width: 297rem;
}
.sub_header_nav_item_arrow {
	display: none;
}
.header_nav a:hover {
	color: #C19857;
	transition: 0.5s;
}

.thank .personal_item{
	display: block;
}
.thank .order_item {
	height: auto;
	position: relative;
}
.thank .thank_info_text {
	margin: 15rem 0;
}
.orders_text {
	margin: 20rem 0;
}
.orders_text mark {
	background-color: transparent;
	font-weight: 500;
	color: #575149;
}
.orders_text .order-status {
	color: #C19857;
}
.thank_subtitle {
	color: #92897B;
	margin-top: 15rem;
	margin-bottom: 15rem;
}
.thank {
	margin-top: 60rem;
}
.thank_subtitle span {
	display: block;
}
.error {
	margin-top: 60rem;
}
.error_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12rem 0;
	background-color: #C19857;
	width: 220rem;
	color: #fff;
}
.error_btn img {
	width: 32rem;
	margin-left: 10rem;
	transition: 0.5s;
}
.error_btn:hover img {
	margin-left: 15rem;
	transition: 0.5s;
}
.error_subtitle {
	color: #92897B;
	margin: 15rem 0 30rem;
}
.not_found {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.not_found h2 {
	font-size: 120rem;
}
.header_nav_mobile {
	display: none;
}
.sub_header_title {
	display: none;
}
.tinv-wishlist h2 {
	margin-top: 30rem;
}
.tinv-wishlist .wishlist_item {
	display: block;
	width: 220rem;
	margin: 0 10rem;
}
.tinv-wishlist .wishlist_item td {
	display: block;
	width: 100%;
	padding: 0;
}
.tinv-wishlist .product-thumbnail img {
	width: 100%;
	height: auto;
}
.tinv-wishlist thead {
	display: none;
}
.tinv-wishlist tbody {
	display: flex;
}
.tinv-wishlist .tinvwl-table-manage-list .product-remove {
	display: none;
}
.tinv-wishlist .product-name a {
	color: #C19857;
	font-weight: 600;
	font-size: 20rem;
}
.header_currency .woocs-style-1-dropdown {
	background-color: transparent;
	font-size: 14rem;
	color: #575149;
	font-weight: 300;
	box-shadow: none;
}
.header_currency .woocs-style-1-dropdown .woocs-style-1-select > i {
	color: #575149;
	font-size: 13rem;
	transform: rotate(-90deg);
	margin-left: 5rem;
    position: relative;
    top: -3rem;
}
.woocs-style-1-dropdown .woocs-style-1-select > i img {
	width: 16rem;
}
.header_currency .woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
	transform: rotate(90deg);
}
.header_currency .woocs-style-1-dropdown .woocs-style-1-select {
	padding: 10rem;
}


.woocommerce-order-pay #order_review{
	margin-top: 60rem;
}
.sub_header_menu .sub-menu .attachment-post-thumbnail {
	height: 117rem;
	width: auto;
}

.woocommerce-cart .woocommerce-shipping-calculator,
.woocommerce-cart .cart_checkout_text {
	display: none!important;
}

.woocommerce-cart .cart_checkout_submit {
	margin-top: 20px;
}

.woocommerce-checkout .checkout_order tr {
align-items: center;
}

.woocommerce-shipping-methods label {
	font-size: 0;
}

.woocommerce-shipping-methods .woocommerce-Price-amount {
	font-size: 16rem;
}

.wp-singular .cart-checkout_shipping-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 0.13021vw;
		word-wrap: break-word;
	}
	.container {
		width: 708rem;
	}
	.header_logo {
		width: 120rem;
	}
	.header_nav {
		display: none;
	}
	.header_burger {
		display: block;
	}
	.header_burger {
		width: 32rem;
	}
	.header_burger img {
		width: 100%;
	}
	.header_actions {
		margin-left: auto;
		margin-right: 50rem;
	}
	.header_lang {
		margin: 0 50rem 0 15rem;
	}
	.header_nav_mobile {
		display: block;
	}
	.hero {
		height: 400rem;
	}
	.hero_content {
		width: 557rem;
		padding: 44rem 30rem;
	}
	.hero_text {
		margin: 20rem 0 30rem;
		font-size: 16rem;
	}
	h1 {
		font-size: 46rem;
	}
	.home_content_item {
		margin-top: 70rem;
		flex-direction: column;
	}
	.home_content_item_img {
		width: 100%;
		height: 300rem;
	}
	.home_content_item_overlay {
    	width: 100%;
	}
	h2 {
		font-size: 40rem;
	}
	.home_content_item_title {
		margin-top: 30rem;
	}
	.home_content_item_text {
		font-size: 16rem;
		margin: 25rem 0 30rem;
	}
	.home_content_item:nth-child(2) {
		flex-direction: column-reverse;
	}
	.home_content_item:nth-child(2) .home_content_item_img{
		margin-top: 20rem;
	}
	.footer_overlay {
		flex-wrap: wrap;
		width: 584rem;
	}
	.footer_info {
		order: 1;
	}
	.footer_partner {
		order: 2;
		margin-left: 120rem;
		margin-right: 30rem;
	}
	.footer_useful {
		order: 3;
		margin-top: 50rem;
	}
	.footer_customer {
		order: 4;
		margin-top: 50rem;
	}
	.overflow {
		overflow: hidden;
	}
	.sub_header_content {
		width: 680rem;
		margin: 0;
		height: 100vh;
		overflow: auto;
		position: absolute;
	    top: -85rem;
	    left: 0;
	    background: #F2E5DA;
	    flex-direction: column;
	    align-items: flex-start;
	    display: block;
	}
	.sub_header {
		display: none;
	}
	.sub_header_nav_item {
		margin: 0;
    	padding: 15rem 30rem;
    	align-items: center;
	    display: flex;
	    justify-content: space-between;
	    border-top: 1rem solid #D9D0C8;
		border-bottom: 1rem solid #D9D0C8;
	}
	.sub_header_content_overlay {
		width: 100%;
	}
	.sub_header_content_item_wrapper {
		display: none;
		transform: scale(1);
		position: relative;
		top: auto;
		left: auto;
		transition: 0s;
	}
	.sub_header_content_item {
		width: 100%;
	}
	.sub_header_nav_item_arrow {
		display: block;
		width: 12rem;
		transition: 0.5s;
	}
	.sub_header_nav_item_arrow.active {
		transform: rotate(180deg);
		transition: 0.5s;
	}
	.nav_single {
		width: 140rem;
		margin: 15rem 15rem 0;
	}
	.sub_header_nav_item.active {
		background: #9E6132;
		transition: 0.5s;
		color: #FFE9A5;
	}
	
	.single_overlay {
		flex-direction: column;
	}
	.single_slider_nav {
		margin-right: 20rem;
	}
	.single_info {
    	margin-left: 0;
    	width: 100%;
    	margin-top: 80rem;
	}
	h3 {
		font-size: 30rem;
	}
	.single_info_price {
		font-size: 20rem;
	}
	.single_info_btn_overlay {
		width: 448rem;
	}
	.single_info_descr {
    	margin-top: 50rem;
	} 
	.single_related_overlay {
    	margin-top: 70rem;
	}
	.related_item {
		width: 162rem;
		margin: 25rem 10rem 0;
	}
	.related_item_image {
		height: 120rem;
	}
	footer {
		margin-top: 70rem;
	}
	.service_overlay {
    	width: 100%;
	} 
	.service h2 {
    	margin: 40rem 0 20rem;
	}
	.service h3 {
	    margin: 40rem 0 20rem;
	}
	h4 {
		font-size: 24rem;
	}
	.service h4 {
		margin: 30rem 0 20rem;
	}
	.cart {
    	margin-top: 30rem;
	} 
	.cart_product {
		width: 100%;
		margin-top: 30rem;
	}
	.cart_overlay {
		flex-direction: column;
	}
	.cart_product_item_count_price {
		margin-left: 14rem;
	}
	.cart_product_item_delete {
		margin-left: 14rem;
	}
	.cart_product_item {
		padding: 20rem 0;
	}
	.cart_checkout {
		width: calc(100% - 70rem);
		margin-top: 40rem;
	}
	.checkout_overlay {
		flex-direction: column;
	}
	.checkout_content {
		width: 100%;
	}

	.input {
		width: 302rem;
	}
	.checkout {
		margin-top: 30rem;
	}
	.checkout_content_nav {
		margin: 30rem 0 40rem;
	}
	.checkout_content_overlay {
		margin-top: 25rem;
	}
	.checkout_content_item_reg_cancel {
		width: 342rem;
	}
	.checkout_content_item_reg_submit {
		width: 344rem;
	}
	.checkout_order {
		margin-top: 40rem;
		width: calc(100% - 60rem);
	}
	.checkout_order_item_overlay {
		width: 568rem;
	}
	.checkout_content_item_login_btns {
		width: 100%;
	}
	.checkout_content_item_login_submit {
		width: 100%;
	}
	.checkout_content_item_login .checkout_content_item_form_input {
		width: calc(100% - 40rem);
	}
	.delivery_info_select {
		width: 302rem;
	}
	.delivery_info_adress {
		width: 100%;
	}
	.delivery_info_textarea {
		width: 100%;
	}
	.payment_info_select {
		width: 100%;
	}
	.contacts {
    	margin-top: 30rem;
	} 
	.contacts_text {
		margin: 15rem 0 30rem;
	}
	.contacts_item {
		width: 400rem;
		left: 50%;
    	transform: translate(-50%, 0);
	}
	.contacts_item_social_item:nth-child(4),.contacts_item_social_item:nth-child(2) {
		width: 150rem;
	}
	.contact_form {
		margin-top: 50rem;
	}
	.contact_form_item {
		margin-top: 25rem;
		width: 100%;
	}
	.contact_form_item_input_long {
		width: 100%;
	}
	.contact_form_item_textarea {
		width: 100%;
	}
	.personal {
		margin-top: 30rem;
	}
	.personal_nav {
		margin-top: 30rem;
	}
	.personal_item_title {
		margin-top: 30rem;
	}
	.personal_item {
		width: 100%;
	}
	.checkout_content_item_reg_btns .checkout_content_item_reg_submit{
		width: 100%;
	}
	.personal_item_wishlist .single_related {
    	margin-top: -25rem;
	}
	.personal_item_order .checkout_order_item_overlay {
		width: 558rem;
	}
	.order_overlay {
		flex-direction: column;
		width: unset;
		max-width: 100%;
	}
	.order_content_product_price {
		margin-top: 50rem;
	}
	.order_info {
		width: calc(100% - 80rem);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: 0;
	}
	.order_info_personal {
		width: 250rem;
		margin-top: 0;
	}
	.order_info_personal:last-child {
		margin-top: 30rem;
	}
	.order_info_title {
		width: max-content;
	}
	.delivery_title {
		margin-top: 30rem;
	}
	.delivery_overlay {
		flex-direction: column;
	}
	.delivery_item {
		width: calc(100% - 60rem);
		margin-top: 20rem;
	}
	.delivery_subtitle {
		margin-bottom: 10rem;
	}
	.payments_title {
		margin-top: 60rem;
	}
	.payments_subtitle {
		margin-bottom: 10rem;
	}
	.payments_overlay {
		flex-wrap: wrap;
	}
	.payments_item {
		width: 284rem;
		margin-top: 20rem;
	}
	.thank {
		margin-top: 30rem;
	}
	.error {
		margin-top: 30rem;
	}
	.sticky.active {
		position: static;
		top: auto;
		bottom: auto;
	}
	.sticky.remove {
		position: static;
		top: auto;
		bottom: auto;
	}
	.header_nav_mobile {
		margin-top: 10rem;
		padding-left: 30rem;
		padding-bottom: 30rem;
	}
	.header_nav_item_mobile {
		margin-top: 20rem;
	}
	.sub_header:after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(87, 81, 73, 0.6);
		backdrop-filter: blur(4px);
		z-index: -1;
	}
	.menu_close {
		position: fixed;
		top: 36rem;
		right: 36rem;
		width: 16rem;
	}
	.sub_header_title {
		display: block;
		padding: 30rem 0 20rem 30rem;
	}
}
@media screen and (max-width: 480px) {
	html {
		font-size: 0.26653vw;
	}
	.container {
	    width: 335rem;
	}
	.hero {
    	height: 330rem;
	}
	h1 {
    	font-size: 40rem;
	}
	p {
		font-size: 14rem;
	}
	.hero_text {
		margin: 15rem 0 25rem;
		font-size: 14rem;
	}
	.hero_content {
    	width: 314rem;
    	padding: 25rem 20rem;
	}
	a {
		font-size: 14rem;
	}
	.header_currency {
		display: none;
	}
	.header_logo {
		width: 110rem;
	}
	.header_actions {
		margin-right: 10rem;
	}
	.home_content_item {
		margin-top: 50rem;
	}
	.home_content_item_img {
		height: 200rem;
	}
	h2 {
		font-size: 34rem;
	}
	.home_content_item_title {
		margin-top: 20rem;
	}
	.home_content_item_text {
		margin: 15rem 0 25rem;
		font-size: 14rem;
	}
	footer {
		margin-top: 50rem;
		padding: 35rem 0 25rem;
	}
	.footer_adress {
		font-size: 16rem;
	}
	.footer_copyright {
		font-size: 16rem;
	}
	.footer_overlay {
		width: 100%;
	}
	.footer_partner {
		margin: 20rem 0;
	}
	.footer_useful {
		margin-top: 20rem;
	}
	.footer_customer {
		margin-top: 30rem;
	}
	.footer_useful a,.footer_customer a {
		font-size: 16rem;
	}
	.footer_foot {
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 20rem;
    	margin-top: 40rem;
	}
	.footer_foot_mail {
		margin: 0;
		font-size: 16rem;
	}
	.footer_foot_pay {
		width: 100%;
		margin-top: 20rem;
	}
	.single_overlay {
		margin-top: 20rem;
	}
	.single_slider {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.single_slider_item {
		width: 335rem;
	}
	.single_slider_nav {
		width: 335rem;
		margin-right: 0;
		margin-top: 48rem;
	}
	.slick-arrow {
	 	bottom: -28rem;
	}
	.single_info {
	 	margin-top: 25rem;
	}
	.single_info_sku {
	 	font-size: 16rem;
	}
	.single_info_price {
	 	margin-top: 20rem;
	}
	.single_info_btn_overlay {
	 	width: 100%;
	 	flex-wrap: wrap;
	}
	.single_info_cart {
	 	width: 100%;
	}
	.single_info_favorite {
		width: 100%;
		margin-top: 15rem;
	}
	.single_info_properties_item_label {
		font-size: 16rem;
	}
	.single_info_properties_item_value {
		font-size: 16rem;
	}
	.single_info_descr {
		margin-top: 40rem;
	}
	.single_info_descr_nav_item {
		font-size: 16rem;
	}
	.single_related_overlay {
		margin-top: 50rem;
	}
	.related_item {
		margin: 20rem 13rem 0;
	}
	.single_related {
		width: calc(100% + 50rem);
	}
	.service p {
		margin: 10rem 0;
	}
	.service h2 {
    	margin: 30rem 0 15rem;
	}
	.service h3 {
    	margin: 30rem 0 10rem;
	}
	.service ul li {
		margin: 7rem 0;
		font-size: 14rem;
	}
	.service h4 {
	    margin: 20rem 0 10rem;
	}
	.cart_product_item {
		flex-wrap: wrap;
	}
	.cart_product_item_img {
    	width: 115rem;
    	height: 87rem;
    	margin-bottom: 20rem;
	}
	.cart_product_item_info {
		width: 195rem;
		margin-bottom: 20rem;
	}
	.cart_product_item_count {
		margin-left: 0;
	}
	.cart_product_item_count_btn {
		width: 34rem;
	}
	input.cart_product_item_count_input {
		width: 45rem;
	}
	.cart_product_item_count_price {
		margin-left: 20rem;
	}
	.cart_product_item_delete {
		margin-left: auto;
	}
	.cart_product_item_info_price {
		font-size: 16rem;
	}
	.cart_product_item_count_price {
		font-size: 18rem;
	}
	.cart_checkout {
		margin-top: 30rem;
		padding: 25rem;
		width: calc(100% - 50rem);
	}
	.cart_checkout_count {
		margin-top: 30rem;
	}
	.cart_checkout_count_label {
		font-size: 16rem;
	}
	.cart_checkout_count_value {
		font-size: 16rem;
	}
	.cart_checkout_total_label {
		font-size: 18rem;
	}
	.cart_checkout_total_value {
		font-size: 18rem;
	}
	.cart_checkout_text {
		margin: 30rem 0;
		font-size: 16rem;
	}
	.checkout_content_nav {
    	flex-wrap: wrap;
    	margin: 25rem 0 30rem;
	}
	.checkout_content_nav_item {
		width: 100%;
		text-align: center;
		border: 1rem solid #D9D0C8;
		margin-top: 5rem;
		margin-right: 0;
	}
	.checkout_content_overlay {
    	margin-top: 20rem;
	}
	.checkout_content_personal_nav_item {
		margin-right: 30rem;
	}
	.input::-webkit-input-placeholder {
	   	color: #92897B;
	    font: 300 14rem 'Ubuntu';
	} 
	.input::-moz-placeholder {
	    color: #92897B;
	    font: 300 14rem 'Ubuntu';
	}
	.checkout_content_personal_nav {
		margin-bottom: 20rem;
	}
	.input {
		margin-bottom: 10rem;
	}
	.checkout_content_item_reg_btns {
		flex-wrap: wrap;
		margin-top: 10rem;
	}
	.checkout_content_item_reg_cancel {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10rem;
	}
	.checkout_order {
		margin-top: 30rem;
		padding: 25rem;
		width: calc(100% - 50rem);
	}
	.checkout_order_item_overlay {
		width: 210rem;
	}
	.checkout_order_item {
		padding: 15rem 0;
	}
	.checkout_order_total_label {
		font-size: 16rem;
	}
	.checkout_order_total_value {
		font-size: 16rem;
	}
	.checkout_order_item_price {
		font-size: 16rem;
	}
	.contacts_text {
		margin: 15rem 0 20rem;
	}
	.contacts_item {
		position: relative;
		width: 100%;
		padding: 20rem 0;
	}
	.contacts_map {
    	width: calc(100% + 40rem);
    	height: 390rem;
    	margin-left: -20rem;
	}
	.contacts_item_social_item {
		margin-top: 20rem;
	}
	.contact_form {
		margin-top: 40rem;
	}
	.contact_form_item {
		margin-top: 20rem;
	}
	.contact_form_item_submit {
		margin-top: 10rem;
		width: 100%;
	}
	.personal_exit span {
		display: none;
	}
	.personal_nav {
		margin-top: 20rem;
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    flex-wrap: nowrap;
	}
	.personal_item_title {
		margin: 20rem 0 15rem;
	}
	.order {
		margin-top: 20rem;
		padding: 25rem;
	}
	.order_date {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 15rem;
	}
	.order_status {
		margin-top: 5rem;
	}
	.personal_item_order .checkout_order_item_overlay {
    	width: 205rem;
	}
	.order_content_product_price {
    	margin-top: 40rem;
	}
	.order_content_product_price_value {
		font-size: 16rem;
	}
	.order_content_product_delivery_value {
		font-size: 16rem;
	}
	.order_content_product_total_label {
		font-size: 16rem;
	}
	.order_content_product_total_value {
		font-size: 16rem;
	}
	.order_info {
		padding: 25rem;
		width: calc(100% - 50rem);
	}
	.order_info_personal {
		margin-top: 20rem;
	}
	.order_info_personal:last-child {
		margin-top: 20rem;
	}
	.delivery_subtitle {
		margin-bottom: 5rem;
	}
	.delivery_item {
		margin-top: 15rem;
		padding: 25rem;
		width: calc(100% - 50rem);
	}
	.payments_title {
    	margin-top: 40rem;
	}
	.payments_item {
		margin-top: 15rem;
		padding: 25rem;
	}
	.payments_subtitle {
		margin-bottom: 5rem;
	}
	.not_found h2 {
		font-size: 100rem;
	}
	.sub_header_content {
		width: 330rem;
	}
	.menu_close {
		right: 15rem;
		top: 15rem;
	}
	.nav_single {
		margin: 15rem 12rem 0;
	}
	.nav_single_img {
		height: 106rem;
		margin-top: 0;
	}
	.sub_header_content_item {
		padding-top: 0;
	}
	.sub_header_title {
		padding-top: 60rem;
		font-size: 22rem;
	}
	.header_currency.active {
		display: block;
	    position: absolute;
	    top: 10rem;
	    left: -10rem;
	    z-index: 99999;
	}
	.header_lang.active {
		display: flex;
	    position: absolute;
	    top: 15rem;
    	left: 225rem;
	    z-index: 99999;
	}
	.personal_item_adress {
		flex-wrap: wrap;
	}
	.personal_item_adress_item {
		width: 100%;
		margin-top: 20rem;
	}
	.personal_item_order {
		width: 100%;
	}
	.personal_item_order tr {
		flex-wrap: wrap;
	}
	.personal_item_order thead {
		display: none;
	}
	.personal_item_order td, .personal_item_order th {
    	width: 100%;
    	margin: 3rem 0;
	}
	.woocommerce-orders-table__cell-order-actions a{
		margin: 10rem 0;
	}
}	
