a:hover {
	text-decoration: none !important;
}

body {
	background-color: #F1F1F1 !important;
}

input,
button {
	outline: none !important;
}

button:focus,
button:active {
	outline: none !important;
}

header ul li::marker {
	content: none;
}

header ul li {
	height: 100%;
}

header ul li a {
	cursor: pointer;
	color: #474747;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	font-family: Roboto;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.1s;
	padding: 0 34px;
}

header ul li a:hover {
	background: #F3ECE0;
	transition: 0.3s;
	color: #474747;
}

header ul li a.active {
	color: #CDB483;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

header ul {
	padding-left: 0;
	margin-bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;

	height: 100%;
}

.hover_active .aaa {
	height: 187px;
}

.home {
	position: relative;
	transition: 0.3s;
}

.aaa {
	position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.5s;
}



.max_header .row {
	height: 100%;
}

.header_block {
	height: 108px;
	z-index: 3;
	background: white;
}

.header_logo {
	display: flex;
	align-items: center;
}

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

.header_menu {
	position: inherit !important;
}

.slider_header {
	position: absolute;
	width: 100%;
	left: 0;
	background: #F3ECE0;
	z-index: 2;
}



.slider_header_scroll {
	overflow: auto;
	white-space: nowrap;
}

.hover_active a {
	background-color: #F3ECE0;
}

.single_slider_header {
	display: inline-flex;
	width: 235px;
	height: 187px;
	justify-content: center;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
	transition: 0.1s;
}

.slider_header a {
	font-family: Roboto;
	color: #474747;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}

.slider_header_right {
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 3;
}

.slider_header_left {
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	left: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 3;
}

.slider_header_scroll::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.single_slider_header img {
	max-width: 100%;
    max-height: 100px;
    object-fit: cover;
	display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.filtr_popup .filtr_page.open ul li {
	outline: none;
}

.cat_filtr:hover,
.cat_filtr:focus {
	outline: none !important;
}

.single_slider_header a:hover {
	background-color: rgba(0,0,0,0);
	color: #474747;
}

.is-homee.home {
	height: 592px !important;
}

.home {
	background-image: url(../img/home_img.png);
	height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.is-homee.home h1 {
	display: block;
}

.home h1 {
	color: #FFFFFF;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 72px;
	line-height: 88px;
	margin: 0 auto;
	height: max-content;
	margin-bottom: 31px;
	display: none;
}

.home_block {
	height: max-content;
	text-align: center;
	margin-bottom: 0px;
}

.is-homee .home_block {
	margin-bottom: 50px;
}

.search_inut:after {
	content: url(../img/search_icon.svg);
	position: absolute;
    right: 11px;
    top: 11px;
}

.search_inut {
	position: relative;
  width: 858px;
  margin: 0 auto;
}

.is-home {
	position: relative;
}

.home_block input {
	width: 858px;
	height: 50px;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #FFFFFF;
	border: 0;
	padding-left: 24px;
	padding-right: 60px;
}

.home_block input::placeholder {
	color: #ABABAB;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.header_menu {
	padding-right: 0 !important;
	display: flex;
}

.header_cart {
	border-left: 1px solid #ABABAB;
	width: 97px;
}

.home_cat {
	background: #FFFFFF;
	position: relative;
	height: 273px;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	width: 100%;
	display: block;
	overflow: hidden;
}

.path {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.home_one {
	background: #F3ECE0;
}

.cat_img {
	position: absolute;
	right: -60px;
	top: 0;
	transition: 0.3s;
}

.home_cat:hover .cat_img {
	right: 0;
	transition: 0.3s;
}

.home_cat h2 {
	color: #474747;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 39px;
	position: absolute;
	z-index: 1;
	bottom: 24px;
	left: 44px;
	margin-bottom: 0;
	max-width: 320px;
}

.home_cat_block {
	margin-bottom: 30px;
}

.all_home_cat {
	margin-top: -35px;
	padding-bottom: 100px;
}

.home_two_left {
	background: #F1F1F1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 112px;
	padding-bottom: 53px;
}

.two_left_block {
    width: 540px;
    padding-right: 70px;
}

.two_left_block p {
	color: #474747;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 39px;
	margin-bottom: 37px;
}

.two_left_block span {
	color: #474747;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	display: block;
	margin-bottom: 39px;
}

.two_left_block a {
	color: #474747;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	transition: 0.1s;
	position: relative;
}

.arrow {
	margin-left: 8px;
}

.arrow_color {
	height: 1px;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    -webkit-transition: width .3s;
    transition: width .3s;
    top: 50%;
    left: 100%;
    border-color: currentcolor #CDB483 #CDB483;
    border-top: .03rem solid #CDB483;
    color: #CDB483;
}

.arrow:after, .arrow:before {
	content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 0;
    top: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.arrow:before {
	margin-top: -1px;
    border-top: .03rem solid;
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
}

.arrow:after {
    margin-top: 0;
    border-right: .03rem solid;
    -webkit-transform: rotate(57deg);
    transform: rotate(57deg);
}

.arrow_color:after, .arrow_color:before {
	border-color: #CDB483;
    color: #CDB483;
}

.two_left_block a:hover {
	color: #474747;
	transition: 0.3s;
}

.two_left_block a:hover:after {
	margin-left: 16px;
	transition: 0.3s;
}

.two_left_block a:hover span {
	width: 33px;
}

.two_left_block img {
	margin-bottom: 27px;
}

.home_two_right {
	padding-left: 0 !important;
	padding-right: 0 !important;
	background-color: white;
}

.home_two_right img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.two_right_block {
	height: 300px;
	width: 100%;
	position: absolute;
    bottom: 0;
}

.home_three span {
	color: #474747;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -0.622222px;
	text-transform: uppercase;
}

.home_three span:last-child {
	color: #CDB483;
}

.home_three img {
	margin-left: 29px;
	margin-right: 32px;
}

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

.home_three {
	padding: 111px 0;
	background-color: white;
}

footer {
	background-color: #6F5D2C;
}

.footer_menu ul {
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}

.footer_menu ul li {
	display: block;
	list-style: none;
	margin-bottom: 18px;
}

.footer_menu ul.footer_menu1 {
	padding-left: 49px;
}

.footer_menu ul li a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

.footer_menu ul.footer_menu2 {
	padding-left: 46px;
}

.footer_logo {
	margin-top: 45px;
}

.footer_menu {
	margin-top: 75px;
	display: flex;
}

.flex_block {
	display: flex;
	align-items: center;
	margin-bottom: 44px;
}

.flex_block a:hover {
	color: #FFFFFF;
}

.footer_contact span {
	color: #B6AD94;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	display: block;
}

.footer_contact a {
	color: #FFFFFF;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 37px;
}

.footer_contact p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.flex_block div:last-child {
	margin-left: 65px;
}

.footer_contact_block {
	padding-top: 70px;
	margin-left: 30px;
	height: 100%;
	padding-left: 41px;
	border-left: 1px solid #8B7C55;
}

.flex_block div {
	height: max-content;
}

.footer_link_site a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	transition: 0.1s;
	position: relative;
}

.footer_link_site a:hover {
	color: #FFFFFF;
}

.footer_link_site a:hover span {
	width: 33px;
}

.footer_link_site {
	padding-top: 164px;
	padding-bottom: 34px;
}

.footer_logo {
	padding-right: 0 !important;
}

.footer_down {
	border-top: 1px solid #8B7C55;
}

.footer_down ul {
	padding-left: 0;
	margin-bottom: 0;
	padding: 26px 0;
}

.footer_down ul li {
	display: inline-block;
	margin-right: 76.5px;
}

.footer_down ul li:last-child {
	margin-right: 0;
}

.footer_down ul li a,
.footer_down ul li span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #B6AD94;
	transition: 0.1s;
}

.footer_down ul li a:hover {
	color: white;
	transition: 0.3s;
}

.search_result {
	background: #F1F1F1;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 5px 5px;
	padding-left: 24px;
	padding-top: 12px;
	padding-bottom: 18px;
	z-index: 3;
	position: absolute;
	width: 858px;
}

.search_result .product-item {
	text-align: left;
	color: #474747;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
}

.search_result .product-item span {
	font-weight: bold;
}

.linkto {
	position: absolute;
	right: 34px;
	bottom: 29px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #8B7C55;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: 0.3s;
}

.home_cat:hover .linkto {
	background-color: #8B7C55;
	transition: 0.3s;
}

.home_cat:hover .linkto svg path {
	stroke: white;
	transition: 0.3s;
}

.filtr_page {
	margin-bottom: 38px;
}

.filtr_page li::marker {
	content: none;
}

.filtr_page ul {
	padding-left: 0;
	margin-bottom: 0;
	border: 1px solid #D8D8D8;
	border-radius: 0 0 2px 2px;
}

.filtr_page span {
	display: flex;
	align-items: center;
	width: 100%;
	height: 63px;
	background-color: #CDB483;
	color: #F3ECE0;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	padding-left: 25px;
	border-radius: 2px 2px 0 0;
  cursor: auto;
}

.page_cat {
	margin-top: 39px;
}

.filtr_page ul li a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #474747;
	height: 100%;
	width: 100%;
	padding: 17px 18px 17px 26px;
	background-color: white;
}

.filtr_page ul li a:hover {
	color: #474747;
}

.cat_filtr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.filtr_page ul li {
	border-bottom: 1px solid #D8D8D8;
}

.filtr_page ul li:last-child {
	border-bottom: 0;
}

.filtr_page ul li a div:last-child {
	color: #CDB483;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.filtr_page ul li.active a {
	background: #F3ECE0;
	transition: 0.3s;
}

.filtr_page ul li a {
	transition: 0.3s;
}

.table_options {
	margin-bottom: 30px;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.breadcrumbs a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #0085FF;
}

.breadcrumbs a:hover {
	color: #0085FF;
}

.breadcrumbs p {
	color: #474747;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
    line-height: 16px;
}

.breadcrumbs {
	color: #0085FF;
}

.breadcrumbs span {
	color: #474747;
}

.table_pruduct_thead {
	font-size: 14px;
}

.table_pruduct_thead .sort-desc:after {
	content: url(../img/arr_down.svg);
	margin-left: 4px;
}

.table_pruduct_thead .sort-asc:after {
	content: url(../img/arr_up.svg);
	margin-left: 4px;
}

.table_pruduct_thead,
.table_pruduct_tbody {
	display: flex;
	width: 100%;
	align-items: center;
}

.table_pruduct_tbody {
	margin-bottom: 0;
}

.table_pruduct_thead {
	margin-bottom: 0;
	cursor: pointer;
}

.table_one {
	width: 24.18%;
	padding-left: 50px;
	display: flex;
	align-items: center;
}

.table_two {
	width: 38.81%;
}

.table_three {
	width: 8.98%;
	text-align: center;
}

.table_for {
	width: 14.02%;
	text-align: center;
}

.table_five {
	width: 13.99%;
	text-align: center;
}

.table_pruduct_tbody .table_one {
	padding-left: 19px;
}

.table_pruduct_tbody .checkbox_product {
	margin-right: 18px;
	line-height: 0;
}

.table_pruduct {
	border: 1px solid #D8D8D8;
	border-radius: 4px;
}

.table_pruduct_thead {
	background-color: white;
	height: 51px;
	border-bottom: 1px solid #D8D8D8;
}

.table_pruduct_tbody {
	padding: 13px 0;
	border-bottom: 1px solid #D8D8D8;
	cursor: pointer;
}

.table_pruduct_tbody:last-child {
	border-bottom: 0;
}

.table_pruduct_tbody label {
	margin-bottom: 0;
	cursor: pointer;
	width: 100%;
}

.table_pruduct_tbody {
	background-color: white;
}

.table_pruduct_tbody:nth-child(even) {
	background-color: #F8F4ED;
}

img.eye {
	cursor: pointer;
}

.sorting a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #474747;
}

.sorting a:hover {
	color: #474747;
}

.sorting a:after {
	content: url(../img/sort.svg);
	margin-left: 7px;
}

.pagination {
	justify-content: center;
	margin-top: 30px;
}

.pagination li.current {
	padding: 0 !important;
	width: 51px;
	height: 51px;
	background-color: rgba(0,0,0,0) !important;
	border: 1px solid #474747;
	border-radius: 4px;
	color: #000000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination ul.ngx-pagination {
	display: flex;
	align-items: center;
}

.ngx-pagination li a {
	padding: 0 !important;
	outline: none;
}

.ngx-pagination li {
	padding: 0 20px;
	margin-right: 0 !important;
}

.ngx-pagination li.ellipsis {
	padding: 0 5px;
}

.ngx-pagination li.pagination-next,
.ngx-pagination li.pagination-previous {
	padding: 0 10px;
}

.ngx-pagination li.pagination-next a,
.ngx-pagination li.pagination-previous a {
	line-height: 0;
}

.ngx-pagination li.pagination-next a:after {
	margin-left: 0 !important;
	content: url(../img/pag_right.svg);
}

.ngx-pagination a:hover, .ngx-pagination button:hover {
	background: rgba(0,0,0,0) !important;
}

.ngx-pagination li.pagination-previous a:before {
	margin-right: 0 !important;
	content: url(../img/pag_left.svg);
}

.ngx-pagination li.pagination-previous.disabled::before {
	content: url(../img/pag_left_off.svg);
	margin-right: 0 !important;
	line-height: 0;
}

.ngx-pagination .disabled {
	line-height: 0;
}

.ngx-pagination li.pagination-next.disabled::after {
	content: url(../img/pag_right_off.svg);
}

.ngx-pagination li span {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 0;
	text-align: center;
	color: #000000;
}

.ngx-pagination li a {
	line-height: 0;
	border: 1px solid rgba(0,0,0,0);
}

.pagination-previous a,
.pagination-next a {
	border: 0 !important;
}

.ngx-pagination .pagination-next a::after, .ngx-pagination .pagination-next.disabled::after {
	margin-left: 0 !important;
}

.ngx-pagination .pagination-previous a::before, .ngx-pagination .pagination-previous.disabled::before {
	margin-right: 0 !important;
	transition: 0.3s;
}

.table_pruduct_tbody.selected {
	background-color: #CDB483;
}

label.checkbox_product span::before {
	content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #474747;
    border-radius: 2px;
}

label.checkbox_product input {
	display: none;
}

.table_pruduct_tbody.selected label.checkbox_product span:before {
	content: url(../img/ok.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border: 1px solid #474747;
    border-radius: 2px;
    padding-bottom: 1px;
}

.selected-products {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0;
    width: 100%;
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.2));
    left: 0;
    position: sticky;
}

.add_cart {
	width: 485px;
	height: 73px;
	background-color: #6F5D2C;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	border: 0;
	outline: none;
	border-radius: 0;
}

.close_button {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #6F5D2C;
	display: flex;
    align-items: center;
    cursor: pointer;
}

.close_product a:hover {
	color: #6F5D2C;
}

.close_button span {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #6F5D2C;
	margin-left: 16px;
}

.close_product {
	padding-left: 43px;
	width: 100%;
	height: 73px;
	background-color: white;
	display: flex;
}

.close_product img {
	margin-right: 8px;
}

.header_cart.active_cart a:hover {
	background-color: #8b7c55;
	transition: 0.3s;
}

.header_cart a {
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.header_cart.active_cart a {
	background: #CDB483;
}

.header_cart.active_cart a span {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
	color: #474747;
	padding: 3px 6px 2px 5px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
    right: 22px;
    top: 36px;
}

.header_cart.active_cart {
	position: relative;
}

.eye_active {
	display: none;
}

.table_pruduct_tbody {
	transition: 0.3s;
}

.table_pruduct_tbody.selected .eye_active {
	display: inline-block !important;
}

.table_pruduct_tbody.selected .eye {
	display: none;
}

.table_pruduct_tbody.disabled {
	position: relative;
}

.table_pruduct_tbody.disabled:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.8;
	z-index: 2;
	top: 0;
}

.table_pruduct_tbody.disabled .eye {
	position: relative;
	z-index: 3;
}

.cart_page {
	margin-bottom: 150px;
}

.cart_page .table_one {
	width: 20.96%;
}

.cart_page .table_two {
	width: 33.64%;
}

.cart_page .table_three {
	width: 7.91%;
	text-align: center;
}

.cart_page .table_for {
	width: 15.19%;
}

.cart_page .table_five {
	width: 6.91%;
}

.cart_page .table_six {
	width: 15.24%;
	text-align: center;
}

.cart_page .table_pruduct {
	max-width: 954px;
	margin: 0 auto;
}

.cart_page_title h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #ABABAB;
	margin-bottom: 14px;
}

.cart_page_block {
	margin-top: 62px;
}

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

.cart_page_block .table_five label {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: max-content;
}

.cart_page_title {
	max-width: 954px;
	margin: 0 auto;
}

.cart_page .table_pruduct_tbody .table_three {
	text-align: center;
}

.table_six input {
	width: 30px;
	height: 30px;
	border: 1px solid #D8D8D8;
	background: #FFFFFF;
	border-radius: 4px;
	color: #474747;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	margin: 0 8px;
}

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 */
}

.table_six .product-qty-form {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.table_six .product-qty-form .minus,
.table_six .product-qty-form .plus {
	width: 25px;
	height: 25px;
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.cart_page .table_pruduct_thead .table_one {
	padding-left: 19px;
}

.checkbox_product {
	margin-bottom: 0;
	width: auto !important;
}

.cart_page .table_pruduct_thead .table_one label.checkbox_product input:checked+span::before {
    content: url(../img/ok.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border: 1px solid #474747;
    border-radius: 2px;
    padding-bottom: 1px;
}

.table_pruduct_thead .table_one .checkbox_product {
	line-height: 0;
	margin-right: 18px;
}

.table_pruduct_tbody.selected .table_six .product-qty-form .minus,
.table_pruduct_tbody.selected .table_six .product-qty-form .plus {
	border: 1px solid #F3ECE0;
	color: #F3ECE0;
}

.close_product .del_prod {
	font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #6F5D2C;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0;
}

.checkout_block form {
	background: #FFFFFF;
	max-width: 954px;
	margin: 0 auto;
	padding: 40px 57px 36px 57px;
	position: relative;
}

.page_checkout {
	margin-top: 62px;
}

.checkout_block form label {
	display: block;
}

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

.contact_info h3,
.company_info h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #ABABAB;
	margin-bottom: 54px;
}

.checkout_block form label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #ABABAB;
	margin-bottom: 8px;
}

.checkout_block form input {
	height: 40px;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	background: #FFFFFF;
	width: 391px;
	margin-bottom: 30px;
	padding-left: 10px;
	transition: 0.3s;
}

.checkout_block form input:focus {
	border: 1px solid #CDB483;
	transition: 0.3s;
}

.checkout_block form input[type="checkbox"] {
	width: 14px;
	height: 14px;
	border: 1px solid #D8D8D8 !important;
	border-radius: 2px;
	margin-bottom: 0;
	outline: none;
}

.person_checkbox label {
	display: flex !important;
	margin-bottom: 0 !important;
}

.person_checkbox input {
	margin-right: 6px;
	margin-bottom: 0;
}

.checkout_block form input[type="checkbox"]:hover {
	outline: none !important;
	border: 1px solid #D8D8D8 !important;
}

.person_checkbox span {
	display: block;
}

.person_checkbox a {
	color: #ABABAB;
	text-decoration: underline;
}

.person_checkbox a:hover {
	color: #ABABAB;
}

.company_info {
	margin-top: 36px;
}

.open_comment {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #474747;
	display: flex;
	cursor: pointer;
}

.open_comment:after {
	content: url(../img/a1.svg);
	margin-left: 7px;
	line-height: 0;
}

.close_comment {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #474747;
	align-items: center;
    display: flex;
    cursor: pointer;
}

.close_comment:after {
	content: url(../img/a2.svg);
	margin-left: 7px;
	line-height: 0;
	margin-bottom: 2px;
}

.comment {
	margin-top: 40px;
}

.checkout_block form {
	margin-bottom: 187px;
}

.checkout_block form .submit button {
	position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -73px;
    width: 311px;
    height: 73px;
    background: #6F5D2C;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
}

.checkout_block form .submit button img {
	margin-left: 7px;
}

.page_checkout .table_pruduct {
	max-width: 954px;
	margin: 0 auto;
	padding: 40px 78px 30px 78px;
	background-color: white;
	margin-bottom: 186px;
	position: relative;
}

.page_checkout .table_one {
	width: 20.19%;
	padding-left: 0;
}

.page_checkout .table_two {
	width: 50.44%;
}

.page_checkout .table_three {
	width: 18.44%;
}

.page_checkout .table_for {
	width: 10.78%;
}

.page_checkout .table_pruduct_tbody:nth-child(even) {
	background-color: white;
}

.page_checkout .table_pruduct_thead {
	height: 32px;
}



.edit_cart {
	position: absolute;
	right: 0;
    bottom: 0;
    margin-bottom: -36px;
    font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #474747;
}

.edit_cart:hover {
	color: #474747;
}

.required_info {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -30px;
	color: #ABABAB;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.comment.active textarea {
	width: 100%;
	height: 202px;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	outline: none;
	padding-left: 10px;
	padding-top: 5px;
}

.header_cart a span {
	display: none;
}

.header_cart .cart_open {
	display: none;
	opacity: 1;
	transition: 0.3s;
}

.header_cart .cart_close {
	display: block;
	opacity: 1;
	transition: 0.3s;
}

.header_cart.active_cart .cart_open {
	display: block;
	opacity: 1;
	transition: 0.3s;
}

.header_cart.active_cart .cart_close {
	display: none;
	opacity: 0;
	transition: 0.3s;
}

.header_cart.active_cart a span {
	display: block !important;
}

.checkout_block form.ng-invalid .submit button {
	opacity: 0.5;
}

.loadingg {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loadingg div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #CDB483;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #CDB483 transparent transparent transparent;
}
.loadingg div:nth-child(1) {
  animation-delay: -0.45s;
}
.loadingg div:nth-child(2) {
  animation-delay: -0.3s;
}
.loadingg div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loadingg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.page_cat {
	min-height: calc(100vh - 500px);
	position: relative;
}

.result_block {
	margin: 0 auto;
	min-height: 467px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.result_block {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #474747;
}

.result_block .number_order span {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #6F5D2C;
}

.result_block a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #474747;
	text-decoration-line: underline;
	margin-top: 45px;
	display: block;
}

.result_block a:hover {
	color: #474747;
	text-decoration-line: underline;
}

.null_cart_block {
	min-height: 467px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.null_cart {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #474747;
	display: flex;
	align-items: center;
	justify-content: center;
}

.null_cart a {
	color: #474747;
	text-decoration-line: underline;
	margin-top: 20px;
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
}

.null_cart a:hover {
	color: #474747;
	text-decoration-line: underline;
}

.right_aa {
	width: 235px;
	height: 100%;
	background: #F3ECE0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	box-shadow: -40px 0px 60px rgba(243, 236, 224, 1);
	transition: 0.5s;
}

.left_aa {
	width: 235px;
	height: 100%;
	background: #F3ECE0;
	opacity: 0;
	position: absolute;
	left: 0;
	box-shadow: 40px 0px 60px rgba(243, 236, 224, 1);
	transition: 0.5s;
}

.block_input input:not(:placeholder-shown) ~ label {
	color: #CDB483;
	transition: 0.3s;
}

.block_input input:not(:placeholder-shown) {
	border: 1px solid #CDB483;
	transition: 0.3s;
}

.block_input input:focus ~ label {
	color: #CDB483;
	transition: 0.3s;
}

.block_input label {
	position: absolute;
	top: -24px;
	transition: 0.3s;
}

.block_input {
	position: relative;
}

.content_cat .table_five label {
	display: flex;
    align-items: center;
    justify-content: center;
}

.eye ~ .product_image {
	display: none;
}

.eye.eye_activee ~ .open.product_image {
	display: block;
	position: absolute;
	z-index: 3;
    left: -300px;
    width: 290px;
    height: 290px;
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.2));
	border-radius: 4px;
  object-fit: contain;
}

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

.content_cat .table_five label {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
}

.table_five {
	position: relative;
}

.loadings {
	opacity: 0.3;
}

.result_block {
	max-width: 600px;
}

.page_404 {
	font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #474747;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    min-height: 467px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_404_block a {
	display: block;
	color: #474747;
    text-decoration-line: underline;
    margin-top: 20px;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline !important;
}

.page_404_block a:hover {
	color: #474747;
}

.table_pruduct_thead,
.table_pruduct_tbody {
	color: #474747;
}

.footer_down_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_down_block span {
	font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #B6AD94;
    transition: 0.1s;
}

.footer_down_block span a {
	color: #c2aa79;
}

.checkout_block .table_pruduct_thead,
.checkout_block .table_pruduct_tbody,
.checkout_block .table_pruduct_thead label,
.checkout_block .table_pruduct_tbody label  {
	cursor: default;
}

.product-empty {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #474747;
}


.mob_menu,
.mob_search {
	display: flex;
	align-items: center;
}

.mob_menu {
	margin-left: 25px;
}

.ur_info_mob {
	display: none;
}

.ur_info {
	display: block;
}

.ur_info_mob a {
	color: #B6AD94;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
}

.pc_none2 {
	display: none;
}

.mb_none2 {
	display: flex;
}

.mb_none3 {
	display: block;
}

.table_one.open_mob ~ .more_open {
	display: flex;
}

.table_one.open_mob ~ .more_open.more_open_cart {
	display: block;
}

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

.mob_menu_open {
	width: 100%;
	height: 100%;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 10;
}

.mob_menu_open {
	right: -9999px;
	left: auto;
}

.more_open_cart .table_six {
	width: 100%;
	margin-top: 10px;
}

.mob_menu_open_head {
	height: 65px;
	padding: 0 15px;
	display: flex;
	justify-content: flex-end;
	align-content: center;
}

.mob_search_menu {
	width: 100%;
	padding: 0 15px;
}

.mob_search_menu .search_inut {
	width: 100%;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
}

.mob_search_menu .search_inut input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	padding-left: 15px;
	border: 1px solid #D8D8D8;
	padding-right: 60px;
}

.mob_menu_open ul li a {
	font-size: 17px;
	padding: 14px 0;
}

.filtr_page {
	cursor: pointer;
}

.open {
	transition: 0.5s;
}

.cat_filtr .ar {
	display: none;
}

.filtr_popup {
	width: 100%;
	height: 100%;
	background: white;
	position: fixed;
	top: 0;
	z-index: 11;
}

.filtr_popup .mob_menu_open_head {
	margin-bottom: 20px;
}

.filtr_popup .filtr_page:last-child ul li {
	border-bottom: 0;
}

.filtr_popup .filtr_page ul li {
	border-bottom: 0;
}

.filtr_popup button {
	border: 0;
	background-color: #CDB483;
	color: white;
	font-size: 16px;
	height: 50px;
	width: 160px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}

.filtr_popup {
	right: -9999px;
}

.filtr_button {
	display: none;
}

.order0 {
	order: 0;
}

.order1 {
	order: 1;
}

.filtr_popup .filtr_page ul li {
	order: 1;
}
.filtr_popup .filtr_page ul li.active {
	order: 1;
}

.mb_none4 {
	display: none !important;
}

.pc_none4 {
	display: block !important;
}

.header_logo a {
	padding-left: 19px;
}

.header_menu {
	padding-left: 70px !important;
}


















@media (max-width: 1200px) {
	.header_logo img {
		max-width: 100%;
	}
	.footer_logo img {
		max-width: 100%;
	}
	.footer_menu {
		margin-top: 60px;
	}
	.footer_link_site a {
		display: none;
	}
	.footer_link_site {
		padding-top: 0;
	}
	.footer_contact_block {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid #8B7C55;
		padding-top: 22px;
		margin-top: 60px;
	}
	.flex_block {
		margin-bottom: 21px;
	}
	.footer_down {
		margin-top: 35px;
	}
	.home_three img {
		width: 70px;
		height: auto;
	}
	.home_three span {
		font-size: 25px;
	}
	.home_cat h2 {
		max-width: 320px;
		font-size: 30px;
	}
	.header_menu {
		padding-left: 15px !important;
	}
	.header_logo a {
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.header_cart {
		border-left: 0px solid #ABABAB;
	}
	.search_result {
		max-width: 100%;
	}
	.home_cat h2 {
		max-width: 220px;
		font-size: 22px;
		line-height: 28px;
	}
	.header_block {
		height: 65px;
	}
	.home_block input {
		width: 100%;
	}
	.home h1 {
		font-size: 50px;
		margin-bottom: 0;
	}
	.header_menu {
		display: flex;
		justify-content: flex-end;
		padding-right: 15px !important;
	}
	.search_inut {
		display: none;
	}
	.home_cat h2 {

    	left: 30px;
	}
	.two_left_block {
		width: 100%;
	}
	.two_right_block {
		position: static;
	}
	.home_two_left {
		padding-top: 70px;
	}
	.home_three img {
		width: 50px;
	}
	.home_three span {
    	font-size: 20px;
	}
	.home_three {
		padding: 80px 0;
	}
	.footer_menu ul.footer_menu1 {
		padding-left: 0;
	}
	ul.ngx-pagination {
		padding-left: 0;
	}
	.checkout_block form input {
	    width: 270px;
	}
	.required_info {
		width: 300px;
		margin-bottom: -40px;
	}
	.page_checkout .table_one {
		width: 24%;
	}
	header ul li {
		display: block;
		height: auto;
	}
	header ul {
		display: block;
	}
	header ul li a {
		display: block;
		padding: 7px 0;
	}
	.mob_menu_open {
		left: 0;
	}
	.hover_active .aaa {
		height: auto;
	}
	.single_slider_header {
		display: block;
		height: auto;
		width: 100%;
	}
	.single_slider_header img {
		display: none;
	}
	.single_slider_header a {
		text-align: left;
		padding-left: 15px;
	}
	.mob_menu_open ul li a {
		padding-left: 15px;
	}
	.slider_header {
		position: static;
	}
	.header_cart {
		width: 80px;
		height: 100%;
		margin-bottom: 20px;
	}
	.header_cart.active_cart a span {
		top: 10px;
    	right: 15px;
	}
	.hover_active a {
		background-color: white;
	}
	.slider_header {
		background: white;
	}
	header ul li a:hover {
		background: white;
	}
	.mob_menu_open {
		transition: 0.3s;
	}
	.mob_menu_open {
		right: -9999px;
		left: auto;
	}
	.mob_menu_open.show {
		right: 0;
		transition: 0.3s;
	}
	.header_block {
		position: fixed;
		width: 100%;
		top: 0;
	}
	body {
		padding-top: 65px;
	}

	.filtr_page ul li {
		display: none;
	}
	.filtr_page ul li.active {
		height: 100%;
		display: block;
	}
	.filtr_page.open ul li {
		height: 100%;
		display: block;
	}
	.filtr_page ul li.active .count {
		display: none;
	}
	.filtr_page ul li.active .ar {
		display: block;
	}
	.filtr_page ul li.active .ar img {
		transition: 0.3s;
	}
	.filtr_page.open ul li.active .ar img {
		transform: rotate(180deg);
		transition: 0.3s;
	}
	.filtr_page:first-child {
		margin-bottom: 20px;
	}
	.filtr_page span {
		background-color: white;
		color: #474747;
	}

	.filtr_page ul li.active a {
		background: white;
	}
	.filtr_page ul {
		border: 0;
	}
	.filtr_page span {
		padding-top: 15px;
	    font-weight: normal;
	    height: 25px;
	}
	.filtr_page ul li a {
		font-size: 18px;
	}
	.mb_none3 {
		display: none;
	}
	.filtr_button {
		display: block;
	}
	.filtr_button button {
		background: #927f4b;
		color: white;
		border: 0;
    width: 100%;
		height: 50px;
		margin: 0 auto;
		display: block;
		/*margin-top: -25px;*/
	}
	.filtr_popup.show {
		right: 0;
		transition: 0.3s;
	}
	.filtr_popup {
		transition: 0.3s;
	}

	  .table_options {
	    display: none;
	  }
	.filtr_popup .filtr_page ul li {
		display: none;
	}
	.filtr_popup .filtr_page ul li.active {
		display: block;
	}
	.filtr_popup .filtr_page ul li.active a {
		background: #F3ECE0;
	}
	.filtr_popup .filtr_page.open ul li {
		display: block;
	}
	.filtr_page span {
		margin-bottom: 10px;
	}
	.filtr_page {
		cursor: pointer;
		margin-bottom: 20px;
		border-bottom: 1px solid #F1F1F1;
	}
	.filtr_page ul {
		display: flex;
		flex-wrap: wrap;
	}
	.filtr_popup .filtr_page ul li {
		order: 1;
		width: 100%;
	}
	.filtr_popup .filtr_page ul li.active {
		order: 0;
	}
	.page_cat {
		min-height: calc(100vh - 205px);
	}
	.cart_page {
		min-height: calc(100vh - 205px);
	}
}

@media (max-width: 767px) {

  .product-empty {
    padding-top: 60px;
  }
	.mb_none4 {
		display: block !important;
	}

	.pc_none4 {
		display: none !important;
	}
	.home_cat h2 {
		max-width: 290px;
		font-size: 30px;
		line-height: 36px;
	}
	.home h1 {
    font-size: 30px;
    max-width: 90%;
    line-height: 45px;
	}
	.two_left_block {
		padding-right: 0;
	}
	.table_pruduct_thead {
		display: none;
	}
	.pc_none2 {
		display: block;
	}
	.mb_none2 {
		display: none;
	}
	.cart_page .table_one {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.table_one {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.more_mob {
		margin-right: 14px;
		position: relative;
		z-index: 2;
	}
	.table_pruduct_tbody .table_one {
		padding-left: 16px;
	}
	.table_pruduct_tbody .checkbox_product {
		margin-right: 23px;
	}
	.more_open {
		display: none;
		justify-content: space-between;
		margin-left: 52px;
		margin-top: 20px;
	}
	.table_three,
	.table_for,
	.table_five {
		width: auto !important;
	}
	.table_three,
	.table_for,
	.table_five {
		width: auto;
	}
	.table_three span,
	.table_for span,
	.table_five span {
		display: block;
	}
	.close_button {
		font-size: 0;
	}
	.table_pruduct_tbody.selected .more_mob svg circle {
		fill: white;
	}
	.content_cat .table_five label {
		display: block;
	}
	.cart_page_block .table_five label {
		display: block;
	}
	.more_open {
		margin-right: 16px;
	}
	.cart_page_block {
		padding: 0 !important;
	}
	.cart_page_title h3 {
		padding-left: 14px;
	}
	.checkout_block form {
		max-width: 100%;
	}
	.checkout_block form {
		padding: 40px 20px 36px 20px;
	}
	.checkout_block form input {
		width: 100%;
	}
	.page_checkout .table_pruduct {
		padding: 20px;
	}
	.block_flex {
		display: block;
	}
	.checkout_block form .submit button {
		width: 220px;
		height: 60px;
	}
	.tpt_checkout {
		display: flex;
		width: 100%;
	}
	.tpt_checkout .table_one {
		width: 50%;
	}
	.tpt_checkout .table_three {
		width: 25% !important;
		text-align: center;
	}
	.tpt_checkout .table_for {
		width: 25% !important;
		text-align: center;
	}
	.tpt_checkout span {
		font-weight: normal;
		font-size: 10px;
		line-height: 12px;
		color: #ABABAB;
		margin-bottom: 3px !important;
	}
	.single_slider_header {
		padding-left: 0;
		margin-left: 15px;
		display: flex;
		justify-content: flex-start;
	}
	.single_slider_header:before {
		content: '';
		display: block;
		width: 35px;
		background: #CDB483;
		height: 1px;
	}
	.mob_menu_open ul li a.active ~ .slider_header .aaa {
		height: auto;
	}
	header ul li a {
		color: #4c4c4c;
	}
	header ul li a.active {
		color: #4c4c4c;
	}
	.edit_cart {
		width: 100%;
		text-align: center;
	}
	.cart_page_title h3 {
		padding-left: 0;
	}
}


@media (max-width: 575px) {
	.home_cat h2 {
		max-width: 200px;
		font-size: 20px;
		line-height: 26px;
	}
	.home_three_block {
		display: block;
		text-align: center;
	}
	.home_three_block img {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer_menu ul li a {
		font-size: 14px;
		line-height: 16px;
	}
	.footer_contact a {
		font-size: 14px;
	}
	.flex_block div:last-child {
		margin-left: 0;
	}
	.flex_block {
		justify-content: space-between;
	}
	.footer_menu ul.footer_menu2 {
		padding-left: 0;
	}
	.footer_menu {
		display: flex;
		justify-content: space-between;
	}
	.ur_info_mob {
		display: block;
	}
	.ur_info {
		display: none !important;
	}
	.footer_down ul {
		padding: 24px 0;
	}
	.ur_info_mob {
		margin-top: 16px;
	}
	.footer_down ul li {
		margin-right: 0;
	}
	.footer_down ul li a, .footer_down ul li span {
		font-size: 12px;
		line-height: 14px;
	}
	.table_one_mobile {
		font-size: 12px;
		line-height: 14px;
	}
	.table_one_mobile div {
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.table_three span,
	.table_for span,
	.table_five span {
		display: block;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 9px;
	}
	.more_open label {
		font-size: 16px;
		line-height: 19px;
	}
	.table_pruduct {
		border: 0;
	}
	.content_cat {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.more_open {
		margin-right: 15px;
	}

	.table_options {
		margin-left: 15px;
		margin-right: 15px;
	}
	.filtr_page span {
		font-size: 16px;
	}
	.content_cat_mob {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.filtr_page span {
		padding-left: 15px;
	}
	.filtr_page ul li a {
		padding-left: 15px;
	}
	.page_cat {
		margin-top: 0;
	}
	.add_cart {
		font-size: 14px;
		width: 70%;
		height: 60px;
	}
	.close_product {
		padding-left: 15px;
		height: 60px;
	}
	.close_button span {
		font-size: 16px;
	}
	.required_info {
	    width: 120px;
	    margin-bottom: -80px;
	    font-size: 12px;
	}
	.checkout_block form .submit button {
		width: 160px;
		height: 45px;
	}
	.checkout_block form .submit button img {
		display: none;
	}
	.tpt_checkout .table_one {
		padding-left: 0;
	}
	.page_checkout .table_pruduct {
		margin-bottom: 90px;
	}
	.page_cat {
		height: auto;
	}
	.cart_page {
		margin-bottom: 50px;
	}
	.cart_page_block {
		margin-top: 40px;
	}
	.checkout_block form {
		margin-bottom: 140px;
	}
	.number_order {
		font-size: 16px;
	}
	.result_block .number_order span {
		font-size: 16px;
	}
	.result_block {
		font-size: 16px;
	}
	.footer_contact p {
		max-width: 50%;
	}
	.footer_menu1,
	.footer_menu2,
	.flex_block div {
		width: 100%;
	}
	.aaj88 {
		padding-top: 4px;
	}
}


@media (max-width: 400px) {
	.linkto {
		right: 15px;
	}
	.home_cat h2 {
		left: 15px;
		font-size: 22px;
	}
}

.table_pruduct_thead {
  font-size: 14px;
}
