::-webkit-input-placeholder {
    color: #2f2a2a;
}
:-moz-placeholder {
    color: #2f2a2a;
}
::-moz-placeholder {
    color: #2f2a2a;
}
:-ms-input-placeholder {
    color: #2f2a2a;
}
body input:focus::-webkit-input-placeholder,
body textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}
body input:focus:-moz-placeholder,
body textarea:focus:-moz-placeholder {
    opacity: 0.5;
}
body input:focus::-moz-placeholder,
body textarea:focus::-moz-placeholder {
    opacity: 0.5;
}
body input:focus:-ms-input-placeholder,
body textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Regular/Inter-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Inter-Regular/Inter-Regular.woff) format("woff"), url(../fonts/Inter-Regular/Inter-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Medium/Inter-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Inter-Medium/Inter-Medium.woff) format("woff"), url(../fonts/Inter-Medium/Inter-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold/Inter-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Inter-SemiBold/Inter-SemiBold.woff) format("woff"), url(../fonts/Inter-SemiBold/Inter-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Inter-Bold/Inter-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Inter-Bold/Inter-Bold.woff) format("woff"), url(../fonts/Inter-Bold/Inter-Bold.ttf) format("truetype");
}
.title_h1 {
    color: #2f2a2a;
    font-size: 50px;
    line-height: 61px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}
.title_h2 {
    color: #2f2a2a;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
.title_h2 b {
    font-weight: 700;
    color: #01ae9a;
}
h3 {
    color: #2f2a2a;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    position: relative;
    margin-bottom: 22px;
}
h4 {
    color: #2f2a2a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}
.head_menu ul li .sub-menu {
    display: none;
}
.head_menu ul li .sub-menu li.menu-item-has-children > a {
    position: relative;
}
.head_menu ul li .sub-menu li.menu-item-has-children > a:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 13px;
    background-image: url(../img/menu_arrow_right.svg);
}
.mobile_menu ul li.menu-item-has-children > a {
    position: relative;
}
.mobile_menu ul li.menu-item-has-children > a:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 13px;
    background-image: url(../img/menu_arrow_right.svg);
}
/*.mobile_menu .active-child {
    display: block!important;
}*/

.slick-arrow {
    position: absolute;
    background: 0 0;
    font-size: 0;
    z-index: 2;
}
.slick-arrow:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(../img/arrow-left.svg);
}
.slick-arrow.slick-prev {
    left: 10px;
}
.slick-arrow.slick-next {
    right: 10px;
}
.slick-arrow.slick-next:before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 45px;
    width: 100%;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    margin: 0 5px;
    line-height: 10px;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    font-size: 0;
    background-color: transparent;
    display: inline-block;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #85626b;
}
.slick-dots li.slick-active button {
    background-color: #85626b;
}
.categories {
    padding: 100px 0 50px;
}
.categories .title_h2 {
    text-align: center;
}
.categories .categories_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.categories .categories_items .item {
    width: calc(33.33% - 30px);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px 30px;
    border-radius: 20px;
    background-color: #f6f5f1;
    -webkit-box-shadow: 0 14px 37px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 14px 37px 0 rgba(0, 0, 0, 0.13);
}
.categories .categories_items .item .title {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.categories .categories_items .item img {
    border-radius: 14px;
    max-width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.products {
    padding: 50px 0;
}
.products .title_h2 {
    text-align: center;
}
.products .btn_wrap {
    position: relative;
}
.products .btn_wrap:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #dedede;
}
.products .btn_wrap .btn_style {
    display: table;
    margin: 0 auto;
}
.products_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products_items .item {
    width: calc(25% - 30px);
    margin: 0 15px 60px;
    border-radius: 16px;
    background-color: #f6f5f1;
    border: 1px solid #f6f5f1;
}
.products_items .item .image_wrap {
    position: relative;
}
.products_items .item .image_wrap img {
    width: 100%;
    border-radius: 16px;
}
.products_items .item .image_wrap .wishlist {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    position: absolute;
    border-radius: 50%;
    background-color: #f1eee9;
    background-size: acto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/heart.svg);
}
.products_items .item .image_wrap .wishlist.active {
    background-image: url(../img/heart_active.svg);
}
.products_items .item .image_wrap .wishlist:hover {
    background-color: #cbb4ad;
}
.products_items .item .text_wrap {
    padding: 20px 15px 0;
}
.products_items .item .text_wrap .title {
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 19px;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: -webkit-calc(4 * 19px);
    height: 76px;
}
.products_items .item .text_wrap .old_price {
    opacity: 0.4;
    height: 26px;
    text-align: center;
    text-decoration: line-through;
}
.products_items .item .text_wrap .price {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.products_items .item .text_wrap .btn_style {
    width: 100%;
    font-size: 16px;
    padding: 15px 10px;
    position: relative;
    bottom: -23px;
    border: none;
}
.products_items.products_items-5 .item {
    width: calc(20% - 30px);
}
.in_stock {
    color: #a5a684;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.in_stock:before {
    content: "";
    width: 8px;
    height: 8px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #a5a684;
    border: 3px solid #d6d5c5;
}
.product_labels {
    position: absolute;
    top: 15px;
    left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product_labels .category-sticker div:nth-child(1) {
    margin-bottom: 0px;
    padding: 4px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 12px;
    display: inline-block;
    background-color: #c59c96;
    min-width: 82px;
}
.product_labels .category-sticker div:nth-child(2) {
    padding: 4px 6px;
    font-size: 10px;
    color: #85626b;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 12px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #e5dece;
}
.product_labels .category-sticker div:nth-child(3) {
    padding: 4px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 12px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #a5a684;
}

.product_labels  .product-sticker div:nth-child(1) {
    margin-bottom: 0px;
    padding: 4px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 12px;
    display: inline-block;
    background-color: #c59c96;
    min-width: 82px;
}
.product_labels .product-sticker div:nth-child(2) {
    padding: 4px 6px;
    font-size: 10px;
    color: #85626b;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 12px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #e5dece;
}
.product_labels.product-sticker div:nth-child(3) {
    padding: 4px 6px;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 12px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #a5a684;
}
.seo {
    padding: 50px 0 100px;
}
.seo .section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.seo .section_content .title_h2 {
    margin-bottom: 25px;
}
.seo .section_content .seo_text {
    width: 60%;
    padding: 0 15px;
}
.seo .section_content .seo_text .text {
    font-size: 14px;
    line-height: 22px;
    height: 440px;
    overflow-y: auto;
    padding-right: 10px;
}
.seo .section_content .seo_text .text ul {
    list-style: disc;
    padding-left: 20px;
}
.seo .section_content .seo_text .text ul li {
    margin-bottom: 10px;
}
.seo .section_content .image_wrap {
    width: 40%;
    padding: 0 15px;
}
.seo .section_content .image_wrap img {
    width: 100%;
    border-radius: 20px;
}
form input,
form select,
form textarea {
    font-size: 14px;
    display: block;
    padding: 15px 20px;
    border-radius: 25px;
    font-family: inherit;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #dbe0e2;
}
form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #2f2a2a;
    opacity: 0.5;
}
form input:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
    color: #2f2a2a;
    opacity: 0.5;
}
form input::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #2f2a2a;
    opacity: 0.5;
}
form input:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #2f2a2a;
    opacity: 0.5;
}
form textarea {
    resize: none;
}
form select {
   /* color: rgba(47, 42, 42, 0.5); */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select-arrow-down.svg) no-repeat calc(100% - 20px) center;
}
.page {
    min-height: calc(100vh - 671.5px);
}
.page .page_content.with_sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 90px;
    gap: 34px;
}
.catalog_page_content {
   width: 100%;
}
.catalog_page_content .btn_wrap {
    margin-bottom: 30px;
    position: relative;
}
.catalog_page_content .btn_wrap:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #dedede;
}
.catalog_page_content .btn_wrap .btn_style {
    display: table;
    margin: 0 auto;
}
.catalog_page_content .btn_wrap .btn_style svg {
    vertical-align: sub;
    margin-left: 10px;
}
.sorted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.sorted .text {
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
}
.sorted select {
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    position: relative;
    top: -2px;
}
.sorted select option {
    font-size: 10px;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pagination .next,
.pagination .prev {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e7d4ce;
}
.pagination .next:hover,
.pagination .prev:hover {
    background-color: #cbb4ad;
}
.pagination .pagination_links .pagination_link {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    color: #2f2a2a;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50%;
    display: inline-block;
}
.pagination .pagination_links a {
    background-color: #f5f5f7;
}
.pagination .pagination_links a.pagination_link:hover {
    color: #2f2a2a;
    background-color: #e7d4ce;
}
.pagination .pagination_links a.pagination_link.active {
    color: #2f2a2a;
    background-color: #e7d4ce;
}
.sidebar {
    width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sidebar.sidebar_size_2 {
    width: 280px;
}
.sidebar.sidebar_size_2 .cart_title {
    padding: 18px;
}
.sidebar .widget {
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #f6f5f1;
}
.sidebar .widget .title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sidebar .categories_widget ul li {
    margin-bottom: 20px;
}
.sidebar .categories_widget ul li:last-child {
    margin-bottom: 0;
}
.sidebar .categories_widget ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    display: block;
    padding-right: 15px;
}
.sidebar .categories_widget ul li.menu-item-has-children > a:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url(../img/menu_arrow_right.svg);
}
.sidebar .categories_widget ul li.menu-item-has-children .sub-menu {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
}
.sidebar .categories_widget ul li.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
}
.sidebar .categories_widget ul li.menu-item-has-children .sub-menu li a {
    font-size: 12px;
}
.sidebar .filter_widget .line {
    height: 1px;
    width: 100%;
    display: block;
    margin: 15px 0 20px;
    background-color: #dedede;
}
.sidebar .filter_widget .parameters {
    margin-bottom: 15px;
}
.sidebar .filter_widget .parameters label {
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
}
.sidebar .filter_widget .parameters input {
    margin: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: sub;
    -webkit-filter: brightness(1.6);
    filter: brightness(1.6);
}
.mob_filters {
    position: fixed;
    left: -200vw;
    top: 0;
    z-index: 100;
    width: 320px;
    max-height: 100vh;
    padding: 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0 0 20px 0;
    -webkit-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
}
.mob_filters.active {
    left: 0;
}
.mob_filters .mob_filters_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mob_filters .mob_filters_head .filter_title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.mob_filters .mob_filters_head .close_filter {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    background-color: #f1eee9;
}
.mob_filters .mob_filters_head .close_filter:before {
    content: "";
    height: 26px;
    width: 2px;
    left: 50%;
    top: 12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #85626b;
}
.mob_filters .mob_filters_head .close_filter:after {
    content: "";
    height: 26px;
    width: 2px;
    left: 50%;
    top: 12px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #85626b;
}
.mob_filters .title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.mob_filters .categories_widget {
    margin-bottom: 25px;
}
.mob_filters .categories_widget ul li {
    margin-bottom: 20px;
}
.mob_filters .categories_widget ul li:last-child {
    margin-bottom: 0;
}
.mob_filters .categories_widget ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    display: block;
    padding-right: 15px;
}
.mob_filters .categories_widget ul li.menu-item-has-children > a:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url(../img/menu_arrow_right.svg);
}
.mob_filters .categories_widget ul li.menu-item-has-children .sub-menu {
    display: none;
    padding-left: 10px;
    padding-top: 10px;
}
.mob_filters .categories_widget ul li.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
}
.mob_filters .categories_widget ul li.menu-item-has-children .sub-menu li a {
    font-size: 12px;
}
.mob_filters .filter_widget .line {
    height: 1px;
    width: 100%;
    display: block;
    margin: 15px 0 20px;
    background-color: #dedede;
}
.mob_filters .filter_widget .parameters {
    margin-bottom: 15px;
}
.mob_filters .filter_widget .parameters label {
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
}
.mob_filters .filter_widget .parameters input {
    margin: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: sub;
    -webkit-filter: brightness(1.6);
    filter: brightness(1.6);
}
.mob_filters .mob_filters_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.mob_filters .mob_filters_btns .btn_style {
    width: 50%;
    padding: 15px;
}
.mob_filter_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.mob_filter_btns a,.mob_filter_btns span {
    color: #2f2a2a;
    width: 50%;
    padding: 17px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #f1eee9;
}
.mob_filter_btns a img,.mob_filter_btns span img {
    height: 20px;
    margin-right: 10px;
    vertical-align: baseline;
    position: relative;
    top: 2px;
}
.mob_filter_btns a:hover,.mob_filter_btns span:hover {
    color: #2f2a2a;
    background-color: #cbb4ad;
}
.mob_sorted {
    position: fixed;
    left: -200vw;
    top: 0;
    z-index: 100;
    width: 320px;
    max-height: 100vh;
    min-height: 570px;
    padding: 15px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0 0 20px 0;
    -webkit-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
}
.mob_sorted.active {
    left: 0;
}
.mob_sorted .mob_sorted_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mob_sorted .mob_sorted_head .filter_title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.mob_sorted .mob_sorted_head .close_sort {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    background-color: #f1eee9;
}
.mob_sorted .mob_sorted_head .close_sort:before {
    content: "";
    height: 26px;
    width: 2px;
    left: 50%;
    top: 12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #85626b;
}
.mob_sorted .mob_sorted_head .close_sort:after {
    content: "";
    height: 26px;
    width: 2px;
    left: 50%;
    top: 12px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #85626b;
}
.mob_sorted .title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.mob_sorted .mob_sorted_list button {
    padding: 0;
    border: none;
    color: #2f2a2a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: 0 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.mob_sorted .mob_sorted_list button.active,
.mob_sorted .mob_sorted_list button:hover {
    font-weight: 800;
}
.product_page_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 30px;
    margin-bottom: 60px;
}
.product_page_content .images_wrap {
    width: 50%;
}
.product_page_content .images_wrap .product_images_main {
    position: relative;
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #dedede;
}
.product_page_content .images_wrap .product_images_main img {
    width: 100%;
}
.product_page_content .images_wrap .product_images_main .product_labels {
    z-index: 4;
}
.product_page_content .images_wrap .product_images_main .wishlist {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    z-index: 4;
    position: absolute;
    border-radius: 50%;
    background-color: #f1eee9;
    background-size: acto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/heart.svg);
}
.product_page_content .images_wrap .product_images_main .wishlist.active {
    background-image: url(../img/heart_active.svg);
}
.product_page_content .images_wrap .product_images_main .wishlist:hover {
    background-color: #cbb4ad;
}
.product_page_content .images_wrap .product_images_thubn {
    position: relative;
}
/*.product_page_content .images_wrap .product_images_thubn:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: 4px;
    top: 1px;
    width: 50px;
    border-radius: 10px;
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(60%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
}
.product_page_content .images_wrap .product_images_thubn:after {
    content: "";
    z-index: 2;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    border-radius: 10px;
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(60%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
} */
.product_page_content .images_wrap .product_images_thubn .item {
    margin: 0 3px;
    width: 91px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    border: 1px solid #dedede;
}
.product_page_content .images_wrap .product_images_thubn .item img {
    width: 100%;
    border-radius: 10px;
}
.product_page_content .images_wrap .product_images_thubn .item.slick-current:before,
.product_page_content .images_wrap .product_images_thubn .item:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(197, 156, 150, 0.64)), to(rgba(197, 156, 150, 0.64)));
    background: -o-linear-gradient(bottom, rgba(197, 156, 150, 0.64) 0, rgba(197, 156, 150, 0.64) 100%);
    background: linear-gradient(0deg, rgba(197, 156, 150, 0.64) 0, rgba(197, 156, 150, 0.64) 100%);
}
.product_page_content .images_wrap .product_images_thubn .item:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: url(../img/loop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.product_page_content .images_wrap .product_images_thubn .slick-arrow {
    border: none;
    top: 50%;
    z-index: 5;
    margin-top: -10px;
}
.product_page_content .text_wrap {
    width: 50%;
}
.product_page_content .text_wrap .title_h2 {
    margin-bottom: 15px;
}
.product_page_content .text_wrap .in_stock {
    font-size: 14px;
}
.product_parameters {
    margin-bottom: 15px;
}
.product_parameters .parameter {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product_parameters .parameter .name {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}
.product_parameters .parameter .value {
    font-size: 14px;
    line-height: 17px;
    width: 90%;
}
.product_values {
    padding: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.product_values .product_values_title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product_values .product_values_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}
.product_values .product_values_items button {
    padding: 7px 15px;
    font-size: 14px;
    cursor: pointer;
    color: #2f2a2a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 17px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #dbe0e2;
}
.product_values .product_values_items button.active,
.product_values .product_values_items button:hover {
    background-color: #e7d4ce;
    border: 1px solid #e7d4ce;
}
.product_meta {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product_meta .procuct_prices .old_price {
    opacity: 0.4;
    height: 26px;
    font-size: 16px;
    line-height: 19px;
    text-decoration: line-through;
}
.product_meta .procuct_prices .price {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
.product_meta .counter_wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    margin-left: auto;
}
.product_meta .counter_wrap .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    line-height: 30px;
    border-radius: 15px;
}
.product_meta .counter_wrap .counter .minus,
.product_meta .counter_wrap .counter .plus {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.product_meta .counter_wrap .counter input {
    width: 40px;
    text-align: center;
    border: none;
}
.product_tabs_wrap .product_tabs_links {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-radius: 25px;
    background-color: #f1eee9;
    -webkit-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
}
.product_tabs_wrap .product_tabs_links .tab_link {
    width: 100%;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 30px;
    color: #2f2a2a;
    text-wrap: nowrap;
    border-radius: 25px;
    text-transform: uppercase;
}
.product_tabs_wrap .product_tabs_links .tab_link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    margin-top: -10px;
    background-color: #2f2a2a;
}
.product_tabs_wrap .product_tabs_links .tab_link.active,
.product_tabs_wrap .product_tabs_links .tab_link:hover {
    color: #2f2a2a;
    background-color: #e7d4ce;
}
.product_tabs_wrap .product_tabs_links .tab_link:first-child:before {
    content: initial;
}
.product_tabs_wrap .product_tabs .tab {
    display: none;
}
.product_tabs_wrap .product_tabs .tab.active {
    display: block;
}
.product_tabs_wrap .product_tabs .tab .product_parameters {
    /* width: 520px; */
    max-width: 100%;
}
.sidebar .sidebar_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sidebar .products_items {
    display: block;
    margin: 0;
}
.sidebar .products_items .item {
    width: 100%;
    margin: 0 0 43px;
}
#simplecheckout_form_0 .single_page_content {
    width: 100%;
    flex-basis: 75%;
}
.single_page_content {
    width: 100%;
}
.single_page_content .large_image {
    border-radius: 10px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
}
.single_page_content img {
    max-width: 100%;
}
.text_content a {
    color: #c59c96;
}
.text_content ul {
    margin-bottom: 50px;
}
.text_content ul li {
    line-height: 21px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 15px;
}
.text_content ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background-color: #c59c96;
}
.text_content ol {
    margin-bottom: 50px;
    counter-reset: item;
}
.text_content ol li {
    line-height: 21px;
    position: relative;
    padding-left: 27px;
    margin-bottom: 15px;
    counter-increment: item;
}
.text_content ol li:before {
    color: #c59c96;
    font-weight: 700;
    margin-right: 5px;
    text-align: center;
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    content: counter(item, decimal) ".";
}
.text_content .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-bottom: 50px;
}
.text_content .gallery .item {
    width: 50%;
}
.text_content .gallery .item img {
    width: 100%;
    border-radius: 10px;
}
.text_content table thead tr th {
    min-width: 25%;
    text-align: left;
    color: #2f2a2a;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #dedede;
}
.text_content table tbody tr td {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #dedede;
}
.text_content table tbody tr td:first-child {
    font-size: 16px;
}
.contacts_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-bottom: 140px;
}
.contacts_page .text_content {
    width: 50%;
}
.contacts_page .text_content .contacts_page_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}
.contacts_page .text_content .contacts_item {
    width: 40%;
    position: relative;
    padding-left: 50px;
}
.contacts_page .text_content .contacts_item:first-child {
    width: 100%;
}
.contacts_page .text_content .contacts_item .icon {
    position: absolute;
    left: 0;
    top: -14px;
}
.contacts_page .text_content .contacts_item .title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}
.contacts_page .text_content .contacts_item .text {
    font-size: 14px;
    line-height: 22px;
}
.contacts_page .text_content .contacts_item .work_text {
    font-size: 14px;
    line-height: 26px;
}
.contacts_page .text_content .contacts_item .work_text b {
    width: 100px;
    display: inline-block;
}
.contacts_page .text_content .contacts_item .phones a {
    display: block;
    color: #2f2a2a;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}
.contacts_page .text_content .contacts_item .phones a img {
    margin-right: 5px;
}
.contacts_page .form_wrap {
    width: 50%;
    padding: 25px 30px;
    border-radius: 10px;
    background-color: #f6f5f1;
}
.contacts_page .form_wrap .form_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contacts_page .form_wrap form label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
}
.contacts_page .form_wrap form label span {
    color: #85626b;
}
.contacts_page .form_wrap form input,
.contacts_page .form_wrap form textarea {
    margin-bottom: 20px;
    width: 100%;
}
.contacts_page .form_wrap form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.contacts_page .form_wrap form .row .wpcf7-form-control-wrap {
    display: block;
    width: 50%;
}
.contacts_page .form_wrap form .btn_style {
    width: auto;
    margin-bottom: 0;
}
.cart_title {
    padding: 18px 30px;
    border-radius: 10px;
    background-color: #f6f5f1;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.cart_content .cart_status_bar {
    padding: 4px;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #e7d4ce;
    position: relative;
}
.cart_content .cart_status_bar .status_bar_line {
    border-radius: 8px;
    height: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#85626b), to(#c29d92));
    background: -o-linear-gradient(left, #85626b 0, #c29d92 100%);
    background: linear-gradient(90deg, #85626b 0, #c29d92 100%);
}
.cart_content .cart_status_bar .status_bar_text {
    position: absolute;
    right: 17px;
    top: 3px;
    font-size: 14px;
    line-height: 17px;
}
.cart_content .cart_status_bar .status_bar_text b {
    font-weight: 800;
}
.cart_content .cart_content_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.cart_content .cart_content_head div {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
.cart_content .cart_content_head div:nth-child(1) {
    width: 420px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart_content .cart_content_head div:nth-child(2) {
    width: 155px;
}
.cart_content .cart_content_head div:nth-child(3) {
    width: 137px;
}
.cart_content .cart_content_table {
    margin-bottom: 30px;
}
.cart_content .cart_content_table .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dedede;
}
.cart_content .cart_content_table .item:last-child {
    border-bottom: 1px solid #dedede;
}
.cart_content .cart_content_table .item .image_wrap {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #dedede;
}
.cart_content .cart_content_table .item .image_wrap img {
    width: 100%;
    border-radius: 10px;
}
.cart_content .cart_content_table .item .title {
    width: 320px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding-right: 40px;
    color: #2f2a2a;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart_content .cart_content_table .item .counter_wrap {
    width: 137px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cart_content .cart_content_table .item .counter_wrap .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    line-height: 30px;
    border-radius: 15px;
}
.cart_content .cart_content_table .item .counter_wrap .counter .minus,
.cart_content .cart_content_table .item .counter_wrap .counter .plus {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.cart_content .cart_content_table .item .counter_wrap .counter input {
    width: 50px;
    text-align: center;
    border: none;
}
.cart_content .cart_content_table .item .price {
    width: 155px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.cart_content .cart_content_table .item .delete {
    margin-left: auto;
}
.cart_content .cart_total {
    margin-bottom: 20px;
}
.cart_content .cart_total .line {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart_content .cart_total .line .mini_cart_total {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.cart_content .cart_total .line .mini_cart_total_value {
    min-width: 110px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
}
.cart_content .promocod form {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cart_content .promocod form input {
    width: 246px;
}
.cart_content .promocod form .btn_style {
    width: auto;
}
.cart_content .register_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cart_content .register_status .register_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_content .register_status .register_select .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-right: 10px;
    text-transform: uppercase;
}
.cart_content .register_status .register_select label {
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px;
}
.cart_content .register_status .register_select label:last-child {
    margin-right: 0;
}
.cart_content .register_status .register_select label input {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    margin-right: 5px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.cart_content .register_status .register_select label input:checked {
    -webkit-filter: invert(1) grayscale(1) brightness(1.3);
    filter: invert(1) grayscale(1) brightness(1.3);
}
.cart_total_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cart_total_form form .wpcf7-form-control-wrap {
    margin: 0 15px;
    width: calc(100% - 30px);
}
.cart_total_form form .wpcf7-form-control-wrap.column-2 {
    width: calc(50% - 30px);
}
.cart_total_form form .wpcf7-form-control-wrap.column-3 {
    width: calc(33.33% - 30px);
}
.cart_total_form form .wpcf7-form-control-wrap label {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 8px;
}
.cart_total_form form .wpcf7-form-control-wrap label.large {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.cart_total_form form .checkbox_wrap {
    padding: 0 15px;
    margin-top: 10px;
}
.cart_total_form form .checkbox_wrap label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
}
.cart_total_form form .checkbox_wrap label input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
    vertical-align: bottom;
}
.pay_methods label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
.pay_methods label i {
    font-style: italic;
}
.pay_methods label input {
    width: 20px;
    height: 20px;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -2px;
    margin-right: 10px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.pay_methods label input:checked {
    -webkit-filter: invert(1) grayscale(1) brightness(1.3);
    filter: invert(1) grayscale(1) brightness(1.3);
}
.total_all {
    margin-bottom: 20px;
}
.total_all .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.total_all .line .cart_total {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.total_all .line .cart_total_value {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
}
.order_finish_page {
    padding: 60px;
    text-align: center;
    border-radius: 20px;
    background-color: #f6f5f1;
}
.order_finish_page .text {
    width: 955px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.account_sidebar_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.account_sidebar_title .toggle_sm {
    display: none;
}
.account_sidebar_menu .menu_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.account_sidebar_menu .menu_link .icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #f1f3f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.account_sidebar_menu .menu_link .title {
    color: #2f2a2a;
    font-size: 16px;
    line-height: 20px;
}
.account_sidebar_menu .menu_link.active .icon,
.account_sidebar_menu .menu_link:hover .icon {
    background-color: #c59c96;
}
.account_sidebar_menu .menu_link.active .icon img,
.account_sidebar_menu .menu_link:hover .icon img {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}
.account_sidebar_menu .menu_link.active .title,
.account_sidebar_menu .menu_link:hover .title {
    text-shadow: 0 1px #2f2a2a;
}
.account_page_content {
    width: calc(100% - 314px);
}
.account_page_content .cart_title {
    width: 100%;
}
.account_page_content .user_info {
    padding: 15px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.account_page_content .user_info .user_info_list .user_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.account_page_content .user_info .user_info_list .user_info_item .title {
    width: 70px;
    color: #6e727e;
    font-size: 14px;
    line-height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.account_page_content .user_info .user_info_list .user_info_item .text {
    font-size: 16px;
    line-height: 16px;
}
.account_page_content .user_info .user_info_btns .btn_style {
    width: 244px;
    margin-bottom: 10px;
    display: block;
}
.account_page_content .user_info .user_info_btns .btn_style.transparent {
    padding: 16px 20px;
}
.account_page_content .sertificates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.account_page_content .sertificates .sertificat {
    width: 147px;
    position: relative;
}
.account_page_content .sertificates .sertificat img {
    width: 100%;
}
.account_page_content .sertificates .sertificat:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: rgba(197, 156, 150, 0.8);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../img/checked.svg);
}
.logistic_info_content .line {
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background-color: #dedede;
}
.logistic_info_content .title_sub {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.logistic_info_content .radio_item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.logistic_info_content .radio_item input {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    margin-right: 5px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.logistic_info_content .radio_item input:checked {
    -webkit-filter: invert(1) grayscale(1) brightness(1.3);
    filter: invert(1) grayscale(1) brightness(1.3);
}
.logistic_info_content .post_content {
    padding-left: 30px;
    margin-bottom: 20px;
}
.logistic_info_content .post_content .post_radio_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logistic_info_content .post_content .post_radio_items label {
    margin-right: 30px;
}
.logistic_info_content .post_content .post_radio_items label:last-child {
    margin: 0;
}
.logistic_info_content .logistic_info_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.logistic_info_content .logistic_info_status .logistic_info_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logistic_info_content .logistic_info_status .logistic_info_select .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-right: 10px;
    text-transform: uppercase;
}
.logistic_info_content .logistic_info_status .logistic_info_select label {
    margin-right: 20px;
    font-size: 14px;
    line-height: 16px;
}
.logistic_info_content .logistic_info_status .logistic_info_select label:last-child {
    margin-right: 0;
}
.logistic_info_content .logistic_info_status .logistic_info_select label input {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
    margin-right: 5px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.logistic_info_content .logistic_info_status .logistic_info_select label input:checked {
    -webkit-filter: invert(1) grayscale(1) brightness(1.3);
    filter: invert(1) grayscale(1) brightness(1.3);
}
.account_table table {
    width: 100%;
    text-align: left;
}
.account_table table thead tr th {
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: bottom;
}
.account_table table thead tr th:nth-child(1) {
    min-width: 280px;
    padding-left: 0;
    padding-right: 0;
}
.account_table table tbody tr {
    border-top: 1px solid #dedede;
}
.account_table table tbody tr td {
    font-size: 14px;
    min-width: 100px;
    line-height: 17px;
    padding: 15px 10px;
    vertical-align: middle;
}
.account_table table tbody tr td:first-child {
    padding-left: 0;
    padding-right: 5px;
    min-width: 80px;
}
.account_table table tbody tr td:last-child {
    padding-right: 0;
}
.account_table table tbody tr td .image_wrap {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #dedede;
}
.account_table table tbody tr td .image_wrap img {
    width: 100%;
    border-radius: 10px;
}
.account_table table tbody tr td.title {
    font-weight: 500;
}
.account_table table tbody tr td .btn_style {
    padding: 11px 17px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.36px;
}
.account_table table tbody tr td span {
    display: none;
}
.account_table.address_account table thead tr th:nth-child(1) {
    min-width: 142px;
}
.account_table.address_account table tbody tr td:last-child {
    min-width: 10px;
}
.account_table.address_account table tbody tr td label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
}
.account_table.address_account table tbody tr td label input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
    vertical-align: bottom;
}
.account_table.address_account table tbody tr td label input:checked {
    -webkit-filter: grayscale(1) brightness(1.6);
    filter: grayscale(1) brightness(1.6);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.5);
}
.account_table.bookmarks_table table tbody tr td:last-child {
    min-width: 10px;
}
.account_table.bookmarks_table table tbody tr td:nth-child(2) {
    width: 300px;
}
.account_table.bookmarks_table table tbody tr td:nth-child(4) {
    color: #a5a684;
}
.account_table.bookmarks_table table tbody tr td:first-child {
    padding-left: 0;
    padding-right: 5px;
    width: 80px;
}
.account_table.bookmarks_table table tbody tr td .btn_style {
    margin-left: auto;
}
.history_details_content {
    display: none;
}
.history_items .history_item {
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #f6f5f1;
}
.history_items .history_item .show_history_details {
    color: #85626b;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
.history_items .history_item .show_history_details .less {
    display: none;
}
.history_items .history_item .show_history_details:hover {
    color: #2f2a2a;
}
.history_items .history_item.active .show_history_details .less {
    display: inline-block;
}
.history_items .history_item.active .show_history_details .more {
    display: none;
}
.history_items .history_item.active .history_details_content {
    display: block;
}
.history_items .history_item .line {
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background-color: #dedede;
}
.history_items .history_item .history_parameters .param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.history_items .history_item .history_parameters .param:last-child {
    margin: 0;
}
.history_items .history_item .history_parameters .param .name {
    width: 55%;
    color: #6e727e;
    font-size: 14px;
    line-height: 14px;
}
.history_items .history_item .history_parameters .param .val {
    width: 45%;
    font-size: 14px;
    line-height: 14px;
}
.history_items .history_item .history_title {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.history_items .history_item .status_history {
    margin-bottom: 15px;
}
.history_items .history_item .status_history table {
    width: 100%;
    border-top: 1px solid #dedede;
}
.history_items .history_item .status_history table thead {
    border-bottom: 1px solid #dedede;
}
.history_items .history_item .status_history table thead tr th {
    padding: 18px 0;
    color: #6e727e;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}
.history_items .history_item .status_history table thead tr th:nth-child(1) {
    min-width: initial !important;
}
.history_items .history_item .status_history table tbody tr td {
    padding: 20px 0 0;
    font-size: 14px;
    line-height: 14px;
}
.history_items .history_item .status_history table tbody tr td span {
    display: none;
}
.history_table table {
    width: 100%;
    text-align: left;
}
.history_table table thead tr th {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    vertical-align: bottom;
}
.history_table table thead tr th:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
    min-width: initial !important;
}
.history_table table tbody tr {
    border-top: 1px solid #dedede;
}
.history_table table tbody tr td {
    font-size: 14px;
    min-width: 100px;
    line-height: 17px;
    padding: 15px 10px;
    vertical-align: middle;
}
.history_table table tbody tr td:first-child {
    padding-left: 0;
    padding-right: 5px;
    min-width: 80px;
}
.history_table table tbody tr td:last-child {
    padding-right: 0;
}
.history_table table tbody tr td:nth-child(3) {
    color: #a5a684;
    font-weight: 700;
}
.history_table table tbody tr td .image_wrap {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 1px solid #dedede;
}
.history_table table tbody tr td .image_wrap img {
    width: 100%;
    border-radius: 10px;
}
.history_table table tbody tr td.title {
    font-weight: 500;
}
.history_table table tbody tr td .btn_style {
    padding: 11px 17px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.36px;
}
.history_table table tbody tr td span {
    display: none;
    color: #2f2a2a;
}
.history_table table tbody tr td .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.history_table table tbody tr td .images .image {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dedede;
}
.history_table table tbody tr td .images .image img {
    width: 100%;
}
.account_table.history_details {
    margin-bottom: 30px;
}
.account_table.history_details table tbody tr {
    border-top: none;
    border-bottom: 1px solid #dedede;
}
.account_table.history_details .counter_wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.account_table.history_details .counter_wrap .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    line-height: 30px;
    border-radius: 15px;
    background-color: #fff;
}
.account_table.history_details .counter_wrap .counter .minus,
.account_table.history_details .counter_wrap .counter .plus {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.account_table.history_details .counter_wrap .counter input {
    width: 20px;
    text-align: center;
    border: none;
}
.sticky_tg_link {
    position: fixed;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    bottom: 180px;
    right: 20px;
    z-index: 100;
    background-color: #00aade;
    border-radius: 50%;
}
.sticky_viber_link {
    position: fixed;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    bottom: 120px;
    right: 20px;
    z-index: 100;
    background-color: #874d9f;
    border-radius: 50%;
}
.go_to_top {
    position: fixed;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #e7d4ce;
    border-radius: 50%;
}
footer {
    background-color: #f5f5f5;
}
footer .section_content {
    padding: 60px 0 50px;
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .section_content .footer_column {
    padding: 0 10px;
    max-width: 20%;
}
footer .section_content .footer_logo {
    margin-bottom: 50px;
}
footer .section_content .form_title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
}
footer .section_content form .btn_style {
    padding: 12px 20px;
}
footer .section_content form .btn_style_wrap button {
    border: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .section_content form .btn_style_wrap button img {
    margin-left: 20px;
}
footer .section_content .footer_title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .section_content .footer_menu li {
    margin-bottom: 14px;
    line-height: 17px;
}
footer .section_content .footer_menu li a {
    font-size: 14px;
    line-height: 17px;
}
footer .section_content .footer_phones {
    margin-bottom: 10px;
}
footer .section_content .footer_phones a {
    display: block;
    font-weight: 600;
}
footer .section_content .email {
    display: block;
    margin-bottom: 10px;
}
footer .section_content .address img {
    position: relative;
    top: -1px;
}
footer .section_content .footer_work_text {
    margin-bottom: 40px;
}
footer .section_content .footer_work_text b {
    display: inline-block;
    width: 80px;
}
footer .section_content .social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
footer .footer_down {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dedede;
}
footer .footer_down .copyright {
    font-size: 12px;
    opacity: 0.5;
    line-height: 15px;
}
footer .footer_down .politic_link {
    font-size: 12px;
    opacity: 0.5;
    line-height: 15px;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    display: table;
    content: "";
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.remodal,
[data-remodal-id] {
    display: none;
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.remodal-is-initialized {
    display: inline-block;
}
.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.remodal-overlay {
    background-color: rgba(47, 42, 42, 0.8);
}
.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
    padding: 10px 10px 0;
}
.remodal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 490px;
    padding: 0;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}
.remodal#modal_info {
    width: 824px;
}
.remodal#modal_info .modal_img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.remodal#modal_info .modal_text {
    height: 170px;
    padding-right: 20px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 22.4px;
}
.remodal {
    vertical-align: middle;
}
.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}
.remodal-wrapper:after {
    vertical-align: middle;
}
.remodal-close {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-appearance: none;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    border: 0;
}
.remodal-close:before {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #2f2a2a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.remodal-close:after {
    content: "";
    width: 2px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #2f2a2a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.remodal-close:focus,
.remodal-close:hover {
    opacity: 1;
}
.modal-content {
    width: 100%;
    margin: auto;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
#modal_thank .modal_content .center_wrap {
    margin-bottom: 0;
}
#modal_thank .modal_content .center_wrap:before {
    content: initial;
}
body .remodal-wrapper .remodal .modal_content {
    text-align: left;
    position: relative;
    padding: 30px;
}
body .remodal-wrapper .remodal .modal_content .modal_title_wrap {
    position: relative;
    padding: 18px 30px;
    padding-right: 50px;
    border-radius: 10px;
    background-color: #f6f5f1;
    margin-bottom: 30px;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
body .remodal-wrapper .remodal .modal_content .modal_title_wrap .text {
    display: block;
    color: #6e727e;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-transform: none;
}
body .remodal-wrapper .remodal .modal_content form .btn_style {
    width: 100%;
}
body .remodal-wrapper .remodal .modal_content .modal_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0 15px;
}
body .remodal-wrapper .remodal .modal_content .modal_btns a {
    width: 50%;
}
body .remodal-wrapper .remodal .modal_content .to_login {
    color: #c59c96;
    margin-bottom: 15px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    padding: 0 15px;
    text-decoration-line: underline;
}
@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media only screen and (max-width: 1224px) {
    #simplecheckout_form_0 .single_page_content {
        width: 100%;
        flex-basis: 100%;
    }
    .categories .categories_items .item img {
        max-width: 52%;
    }
    .categories .categories_items .item .title {
        font-size: 16px;
        line-height: 21px;
    }
    .products_items .item {
        width: calc(33.33% - 30px);
    }
    .products_items .item:nth-child(4) {
      /*  display: none;*/
    }
    .products_items.products_items-5 .item {
        width: calc(25% - 30px);
    }
    .products_items.products_items-5 .item:nth-child(4) {
        display: block;
    }
    .products_items.products_items-5 .item:nth-child(5) {
        display: none;
    }
    .seo .section_content .seo_text .text {
        height: 270px;
    }
    footer .section_content .footer_work_text b {
        width: 60px;
    }
    .product_meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product_meta .counter_wrap {
        margin-right: 0;
    }
    .product_meta .btn_style {
        width: 100%;
        margin-top: 20px;
    }
    .contacts_page .text_content .contacts_item {
        width: 100%;
    }
    .with_sidebar_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sidebar.sidebar_size_2 {
        width: 100%;
    }
    .cart_content .cart_content_head div:nth-child(1) {
        width: 330px;
    }
    .cart_content .cart_content_head div:nth-child(2) {
        width: 140px;
    }
    .cart_content .cart_content_head div:nth-child(3) {
        width: 115px;
    }
    .cart_content .cart_content_table .item .image_wrap {
        margin-right: 15px;
    }
    .cart_content .cart_content_table .item .title {
        width: 235px;
        padding-right: 25px;
    }
    .cart_content .cart_content_table .item .price {
        width: 140px;
    }
    .cart_content .cart_content_table .item .counter_wrap {
        width: 115px;
    }
    .account_sidebar_title {
        padding: 18px 30px;
        border-radius: 10px;
        background-color: #c59c96;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .account_sidebar_title .toggle_sm {
        display: block;
        width: 20px;
        height: 20px;
        z-index: 110;
        border: none;
        right: 0;
        top: 0;
        z-index: 100;
        padding: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        cursor: pointer;
        position: relative;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        background-color: transparent;
    }
    .account_sidebar_title .toggle_sm:focus {
        outline: 0;
    }
    .account_sidebar_title .toggle_sm span {
        display: block;
    }
    .account_sidebar_title .toggle_sm .sw-bottom,
    .account_sidebar_title .toggle_sm .sw-footer,
    .account_sidebar_title .toggle_sm .sw-topper {
        background-color: #fff;
    }
    .account_sidebar_menu {
        display: none;
    }
    .account_page_content {
        width: 100%;
    }
    .account_table table thead tr th {
        padding-left: 6px;
        padding-right: 6px;
    }
    .account_table table thead tr th:nth-child(1) {
        min-width: 210px;
    }
    .account_table table tbody tr td {
        min-width: 60px;
        font-size: 12px;
        line-height: 15px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .account_table table tbody tr td:first-child {
        padding-right: 0;
    }
}
@media only screen and (max-width: 992px) {
    .title_h1 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 30px;
    }
    .title_h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .categories {
        padding: 100px 0 10px;
    }
    .categories .categories_items .item img {
        max-width: 52%;
    }
    .categories .categories_items .item .title {
        font-size: 14px;
        line-height: 17px;
        padding: 0;
        padding-right: 10px;
    }
    .products {
        padding: 40px 0;
    }
    .seo {
        padding: 40px 0 80px;
    }
    .seo .section_content .seo_text .text {
        height: 200px;
    }
    footer .section_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0;
    }
    footer .section_content .footer_phones a {
        font-size: 14px;
        line-height: 22px;
    }
    footer .section_content .footer_column {
        max-width: 25%;
    }
    footer .section_content .footer_column .footer_logo {
        margin-bottom: 0;
    }
    footer .section_content .footer_column:first-child {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #dedede;
        margin-bottom: 30px;
    }
    footer .section_content .footer_column .footer_form {
        width: 75%;
    }
    footer .section_content .footer_column .footer_form form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }
    footer .section_content .footer_column .footer_form form .wpcf7-form-control-wrap {
        width: 60%;
    }
    footer .section_content .footer_column .footer_form form .wpcf7-form-control-wrap input {
        width: 100%;
    }
    .sticky_tg_link {
        bottom: 160px;
    }
    .sticky_viber_link {
        bottom: 100px;
    }
    .product_meta {
        padding-top: 20px;
    }
    .product_meta .procuct_prices .price {
        font-size: 24px;
        line-height: 24px;
    }
    .product_values {
        padding: 20px 0;
    }
    .product_tabs_wrap .product_tabs_links .tab_link {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 20px;
    }
    .contacts_page {
        display: block;
    }
    .contacts_page .text_content {
        width: 100%;
        margin-bottom: 40px;
    }
    .contacts_page .text_content .contacts_page_items {
        gap: 20px;
    }
    .contacts_page .text_content .contacts_item {
        width: 30%;
    }
    .contacts_page .text_content .contacts_item:first-child {
        width: 28%;
    }
    .contacts_page .text_content .contacts_item .work_text b {
        width: 65px;
    }
    .contacts_page .form_wrap {
        width: 100%;
    }
    .order_finish_page {
        padding: 50px 34px;
    }
    .order_finish_page h1 {
        margin-bottom: 20px;
    }
    .products_items.products_items-5 .item {
        width: calc(33.33% - 30px);
    }
    .products_items.products_items-5 .item:nth-child(4) {
        display: none;
    }
    .page {
        min-height: calc(100vh - 723px);
    }


/* */
    .page.catalog_page .page_content .sidebar {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        width: 320px;
        max-height: 100vh;
        padding: 15px;
        overflow-y: auto;
        background-color: #fff;
        border-radius: 0 0 20px 0;
        -webkit-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.1);
    }
    .page.catalog_page .page_content .sidebar .widget {
        padding: 0;
        background-color: transparent;
    }
    .page.catalog_page .page_content .sidebar .mob_filters_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .page.catalog_page .page_content .sidebar .mob_filters_head .filter_title {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .page.catalog_page .page_content .sidebar .mob_filters_head .close_filter {
        width: 50px;
        height: 50px;
        cursor: pointer;
        border-radius: 10px;
        position: relative;
        background-color: #f1eee9;
    }
    .page.catalog_page .page_content .sidebar .mob_filters_head .close_filter:before {
        content: "";
        height: 26px;
        width: 2px;
        left: 50%;
        top: 12px;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #85626b;
    }
    .page.catalog_page .page_content .sidebar .mob_filters_head .close_filter:after {
        content: "";
        height: 26px;
        width: 2px;
        left: 50%;
        top: 12px;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #85626b;
    }
    .page.catalog_page .page_content .sidebar .title {
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .page.catalog_page .page_content .sidebar .categories_widget {
        margin-bottom: 25px;
    }
    .page.catalog_page .page_content .sidebar .categories_widget ul li {
        margin-bottom: 20px;
    }
    .page.catalog_page .page_content .sidebar .categories_widget ul li:last-child {
        margin-bottom: 0;
    }
    .page.catalog_page .page_content .sidebar .categories_widget ul li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        position: relative;
        display: block;
        padding-right: 15px;
    }
    .page.catalog_page .page_content .sidebar .categories_widget ul li.menu-item-has-children > a:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 4px;
        background-image: url(../img/menu_arrow_right.svg);
    }
    .page.catalog_page .page_content .sidebar .categories_widget ul li.menu-item-has-children .sub-menu {
        display: none;
        padding-left: 10px;
        padding-top: 10px;
    }
    .page.catalog_page .page_content .sidebar .categories_widget ul li.menu-item-has-children .sub-menu li {
        margin-bottom: 10px;
    }
    .page.catalog_page .page_content .sidebar .categories_widget ul li.menu-item-has-children .sub-menu li a {
        font-size: 12px;
    }
    .page.catalog_page .page_content .sidebar .filter_widget .line {
        height: 1px;
        width: 100%;
        display: block;
        margin: 15px 0 20px;
        background-color: #dedede;
    }
    .page.catalog_page .page_content .sidebar .filter_widget .parameters {
        margin-bottom: 15px;
    }
    .page.catalog_page .page_content .sidebar .filter_widget .parameters label {
        display: block;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .page.catalog_page .page_content .sidebar .filter_widget .parameters input {
        margin: 0;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        vertical-align: sub;
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
    .page.catalog_page .page_content .sidebar .mob_filters_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }
    .page.catalog_page .page_content .sidebar .mob_filters_btns .btn_style {
        width: 50%;
        padding: 15px;
    }
    .mob_filter_btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        margin-bottom: 30px;
    }
    .mob_filter_btns a, .mob_filter_btns span{
        color: #2f2a2a;
        width: 50%;
        padding: 17px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        border-radius: 4px;
        text-align: center;
        text-transform: uppercase;
        background-color: #f1eee9;
    }
    .mob_filter_btns a img,  .mob_filter_btns span img{
        height: 20px;
        margin-right: 10px;
        vertical-align: baseline;
        position: relative;
        top: 2px;
    }
    .mob_filter_btns a:hover,.mob_filter_btns span:hover {
        color: #2f2a2a;
        background-color: #cbb4ad;
    }
}



/* */

@media only screen and (max-width: 767px) {
    .title_h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .title_h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .categories .categories_items {
        margin: 0 -5px;
    }
    .categories .categories_items .item {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
        padding: 5px;
    }
    .categories .categories_items .item .title {
        font-size: 10px;
        line-height: 12px;
    }
    .products {
        padding: 30px 0;
    }
    .products_items {
        margin: 0 -5px;
    }
    .products_items .item {
        width: calc(50% - 10px);
        margin: 0 5px 37px;
    }
    .products_items .item:nth-child(3) {
        /*display: none;*/
    }
    .products_items .item .image_wrap .wishlist {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        background-size: 15px 15px;
    }
    .products_items .item .text_wrap {
        padding: 10px 10px 0;
    }
    .products_items .item .text_wrap .title {
        font-size: 14px;
    }
    .products_items .item .text_wrap .price {
        font-size: 20px;
        line-height: 24px;
    }
    .products_items .item .text_wrap .btn_style {
        bottom: -20px;
        border: none;
    }
    .products_items.products_items-5 .item {
        width: calc(50% - 10px);
    }
    .in_stock {
        font-size: 10px;
        line-height: 12px;
    }
    .product_labels {
        top: 0;
        left: 0;
    }
    .seo {
        padding: 30px 0 60px;
    }
    .seo .section_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seo .section_content .title_h2 {
        margin-bottom: 10px;
    }
    .seo .section_content .seo_text {
        width: 100%;
    }
    .seo .section_content .seo_text .text {
        height: 240px;
    }
    .seo .section_content .image_wrap {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
    }
    footer .section_content .footer_column {
        max-width: 100%;
        margin-bottom: 40px;
        width: 100%;
    }
    footer .section_content .footer_column .footer_logo {
        margin-bottom: 25px;
    }
    footer .section_content .footer_column:first-child {
        width: 100%;
        max-width: 100%;
        display: block;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 30px;
    }
    footer .section_content .footer_column:last-child {
        margin-bottom: 0;
    }
    footer .section_content .footer_column .footer_form {
        width: 100%;
    }
    footer .section_content .footer_column .footer_form form {
        display: block;
        gap: 10px;
    }
    footer .section_content .footer_column .footer_form form .wpcf7-form-control-wrap {
        width: 100%;
    }
    footer .section_content .footer_column .footer_form form .wpcf7-form-control-wrap input {
        width: 100%;
    }
    footer .footer_down {
        display: block;
    }
    footer .footer_down .copyright {
        margin-bottom: 10px;
    }
    .mob_filter_btns {
        gap: 10px;
    }
    .mob_filter_btns a,  .mob_filter_btns span{
        font-size: 12px;
        line-height: 14px;
        padding: 12px;
    }
    .mob_filter_btns a img,.mob_filter_btns span img {
        height: 12px;
        margin-right: 4px;
    }
    .pagination .pagination_links .pagination_link {
        width: auto;
        height: auto;
        background: initial !important;
    }
    .pagination .pagination_links .pagination_link.active {
        font-weight: 700;
    }
    .page .page_content {
        padding-bottom: 30px;
    }
    .product_page_content {
        display: block;
    }
    .product_page_content .images_wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .product_page_content .text_wrap {
        width: 100%;
    }
    .product_parameters .parameter {
        margin-bottom: 8px;
    }
    .product_tabs_wrap .product_tabs_links_wrap {
        display: none;
    }
    .product_tabs_wrap .product_tabs_links {
        width: 700px;
    }
    .product_tabs_wrap .product_tabs_links::-webkit-scrollbar {
        width: 8px;
        height: 0;
        background: #e6e6e6;
        border-radius: 0;
    }
    .product_tabs_wrap .product_tabs_links::-webkit-scrollbar-track {
        border-radius: 0;
    }
    .product_tabs_wrap .product_tabs_links::-webkit-scrollbar-thumb {
        background: #a5a684;
        border-radius: 0;
    }
    .product_tabs_wrap .product_tabs_links .tab_link {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 15px;
    }
    .product_tabs_wrap .product_tabs .tab {
        display: block !important;
    }
    .product_tabs_wrap .product_tabs .tab .tab_content_wrap {
        display: none;
    }
    .product_tabs_wrap .product_tabs .tab .tab_content_wrap .title {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin-bottom: 5px;
    }
    .product_tabs_wrap .product_tabs .tab .tab_link {
        margin-bottom: 10px;
        padding: 12px 15px;
        font-size: 12px;
        line-height: 16px;
        position: relative;
        text-transform: uppercase;
        border-radius: 25px;
        background-color: #f1eee9;
    }
    .product_tabs_wrap .product_tabs .tab .tab_link:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border-top: 1.5px solid #2f2a2a;
        border-right: 1.5px solid #2f2a2a;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .product_tabs_wrap .product_tabs .tab.active .tab_content_wrap {
        display: block;
        margin-bottom: 20px;
    }
    .product_tabs_wrap .product_tabs .tab.active .tab_link:after {
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .product_page_content .images_wrap .product_images_main .product_labels {
        top: 15px;
        left: 15px;
    }
    .text_content .table_container {
        width: 100%;
        overflow-x: auto;
    }
    .text_content .table_container table {
        width: 600px;
        margin-bottom: 10px;
    }
    .text_content table thead tr th {
        padding: 15px 10px;
        font-size: 16px;
        line-height: 19px;
    }
    .text_content table tbody tr td {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 17px;
    }
    .contacts_page {
        display: block;
        padding-bottom: 30px;
    }
    .contacts_page .text_content {
        width: 100%;
        margin-bottom: 40px;
    }
    .contacts_page .text_content .contacts_page_items {
        display: block;
    }
    .contacts_page .text_content .contacts_item {
        width: 100%;
        margin-bottom: 35px;
    }
    .contacts_page .text_content .contacts_item:first-child {
        width: 100%;
    }
    .contacts_page .text_content .contacts_item .work_text b {
        width: 65px;
        text-align: left;
    }
    .contacts_page .form_wrap {
        width: 100%;
        padding: 30px 15px;
    }
    .contacts_page .form_wrap form .row {
        display: block;
    }
    .contacts_page .form_wrap form .row .wpcf7-form-control-wrap {
        width: 100%;
    }
    .contacts_page .form_wrap form .btn_style {
        width: 100%;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.36px;
    }
    .cart_content .cart_status_bar {
        margin-bottom: 5px;
    }
    .cart_content .cart_status_bar .status_bar_total {
        position: absolute;
        top: 5px;
        left: 12px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
    }
    .cart_content .cart_status_bar .status_bar_plus {
        position: absolute;
        right: 11px;
        top: 5px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
    }
    .cart_content .status_bar_mob_text {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 15px;
    }
    .cart_content .cart_content_head {
        display: none;
    }
    .cart_content .cart_content_table .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart_content .cart_content_table .item .image_wrap {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .cart_content .cart_content_table .item .delete {
        margin-bottom: auto;
    }
    .cart_content .cart_content_table .item .delete svg {
        width: 12px;
    }
    .cart_content .cart_content_table .item .title {
        padding: 0;
        font-size: 12px;
        line-height: 15px;
        width: calc(100% - 90px);
        margin-bottom: 10px;
    }
    .cart_content .cart_content_table .item .counter_wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart_content .cart_content_table .item .counter_wrap .mini_cart_mob_item_title {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .cart_content .cart_content_table .item .price {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 16px;
        line-height: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart_content .cart_content_table .item .price .mini_cart_mob_item_title {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .cart_content .cart_content_table .item .price.total_price {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .cart_content .cart_total .line .mini_cart_total {
        font-size: 12px;
        line-height: 15px;
    }
    .cart_content .cart_total .line .mini_cart_total_value {
        font-size: 16px;
        line-height: 19px;
    }
    .cart_content .promocod form {
        display: block;
    }
    .cart_content .promocod form input {
        width: 100%;
    }
    .cart_content .promocod form .btn_style {
        width: 100%;
        margin-top: 10px;
    }
    .cart_title {
        padding: 20px;
        font-size: 16px;
        line-height: 19px;
    }
    .cart_content .register_status {
        display: block;
    }
    .cart_content .register_status .register_select {
        margin-bottom: 15px;
    }
    .cart_content .register_status .btn_style {
        width: 100%;
    }
    .cart_total_form form .wpcf7-form-control-wrap.column-2,
    .cart_total_form form .wpcf7-form-control-wrap.column-3 {
        width: 100%;
    }
    .order_finish_page {
        padding: 30px 15px;
    }
    .account_page_content .sertificates {
        margin-bottom: 20px;
    }
    .account_page_content .btn_style {
        width: 100%;
    }
    .account_page_content .user_info {
        display: block;
    }
    .account_page_content .user_info .user_info_btns .btn_style {
        width: 100%;
    }
    .account_table table {
        display: block !important;
    }
    .account_table table thead {
        display: none;
    }
    .account_table table tbody {
        display: block !important;
    }
    .account_table table tbody tr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .account_table table tbody tr td {
        width: 100%;
        padding: 6px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .account_table table tbody tr td:first-child {
        width: 70px;
        min-width: 70px;
    }
    .account_table table tbody tr td .image_wrap {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .account_table table tbody tr td.title {
        width: calc(100% - 70px);
    }
    .account_table table tbody tr td span {
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        text-transform: uppercase;
    }
    .account_table table tbody tr td .btn_style {
        width: auto;
    }
    .account_table.bookmarks_table table tbody tr {
        position: relative;
    }
    .account_table.bookmarks_table table tbody tr td:first-child {
        width: 70px;
        min-width: 70px;
    }
    .account_table.bookmarks_table table tbody tr td.title {
        width: calc(100% - 100px);
    }
    .account_table.bookmarks_table table tbody tr td .delete {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .account_table.bookmarks_table table tbody tr td .delete svg {
        width: 16px;
        height: 16px;
    }
    .page .page_content.with_sidebar {
        padding-bottom: 40px;
    }
    .account_table.address_account table tbody tr {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .account_table.address_account table tbody tr td {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .account_table.address_account table tbody tr td span {
        display: inline-block;
        width: 64px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .account_table.address_account table tbody tr td .delete {
        position: absolute;
        top: 20px;
        right: 0;
    }
    .account_table.address_account table tbody tr td:nth-child(3),
    .account_table.address_account table tbody tr td:nth-child(4) {
        width: auto;
    }
    .logistic_info_content .post_content .post_radio_items {
        display: block;
        margin-bottom: 15px;
    }
    .logistic_info_content .logistic_info_status {
        display: block;
    }
    .logistic_info_content .logistic_info_status .logistic_info_select {
        margin-bottom: 30px;
    }
    .account_table.history_details table tbody tr td .btn_style {
        width: 100%;
    }
    .account_table.history_details table tbody tr td .btn_style br {
        display: none;
    }
    .history_items .history_item .history_parameters .param {
        display: block;
    }
    .history_items .history_item .history_parameters .param .name {
        margin-bottom: 5px;
    }
    .history_items .history_item .status_history table {
        display: block !important;
    }
    .history_items .history_item .status_history table thead {
        display: none;
    }
    .history_items .history_item .status_history table tbody {
        display: block !important;
    }
    .history_items .history_item .status_history table tbody tr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
        border-bottom: 1px solid #dedede;
    }
    .history_items .history_item .status_history table tbody tr td {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: right;
    }
    .history_items .history_item .status_history table tbody tr td span {
        display: block;
        color: #6e727e;
    }
    .history_items .history_item .status_history table tbody tr:last-child {
        padding-bottom: 0;
        border: none;
    }
    body .remodal-wrapper .remodal .modal_content {
        padding: 30px 15px;
    }
    body .remodal-wrapper .remodal .modal_content .modal_title_wrap {
        padding: 11px 15px;
        padding-right: 40px;
        font-size: 16px;
        line-height: 19px;
    }
    .remodal#modal_info .modal_text {
        height: 190px;
        font-size: 12px;
        line-height: 19.2px;
    }
    body .remodal-wrapper .remodal .modal_content .modal_btns {
        display: block;
    }
    body .remodal-wrapper .remodal .modal_content .modal_btns a {
        width: 100%;
    }
    body .remodal-wrapper .remodal .modal_content .modal_btns a:first-child {
        margin-bottom: 10px;
    }
    .page {
        min-height: calc(100vh - 723px);
    }
}
@media only screen and (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}
@media only screen and (min-width: 992px) {
    .visible-sm {
        display: none !important;
    }
}

.product_values .product_values_items button.sm_rel_active {background-color: #e7d4ce;
    border: 1px solid #e7d4ce;}

.ocf-between .btn_style {
    width: 100%;
}
