/* navy: #3C7A76; */

html {
    height: 100%;
}

body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    color: #030303;
    background-color: #fff;
    min-width: 320px;
}

.main {
    flex: 1 0 auto;
}

.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: #0a0a28;
}

.h1 {
    padding-bottom: 18px;
    font-size: 34px;
    background-color: #fff;
    margin: 0;
}

.h2 {
    font-size: 34px;
    margin: 25px 0;
}

.h1 h1 {
    font-family: inherit;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
}

.h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}

.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
}

.dark-material-size,
.dark-material {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.4);
    z-index: 2;
}

.calback-popup,
.fast-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    background: #ffffff;
    max-width: 850px;
    width: 100%;
    height: 540px;
    z-index: 4;
}

.calback-popup .h2 {
    margin-bottom: 20px;
}

.calback-popup p {
    max-width: 325px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 50px;
}

.fast-popup-img {
    position: absolute;
    top: 0;
    right: 26%;
    height: 100%;
    width: 74%;
    z-index: 3;
}

.fast-popup-girl {
    position: absolute;
    top: 24%;
    right: 50px;
}

.fast-popup-phone {
    position: absolute;
    top: 18%;
    right: 162px;
}

.fast-popup-close {
    position: absolute;
    top: -42px;
    right: -110px;
    cursor: pointer;
}

.fast-popup-form {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.fast-popup-form .h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    margin-bottom: 50px;
}

.fast-popup-form input {
    border: none;
    background: inherit;
    border-bottom: 1px solid #000000;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.fast-popup-form .main_btn {
    background: #ffffff;
    max-width: 239px;
    color: #f4acb7;
}

.fast-popup-form .main_btn:hover {
    color: #fff;
    background: #f4acb7;
}

.real-size-popup,
.size-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 33px;
    background: #ffffff;
    width: fit-content;
}

.real-size-popup {
    padding: 20px;
    width: 485px;
    height: 311px;
    display: flex;
    flex-direction: column;
}

.real-size-popup span {
    margin-bottom: 20px;
}

.size-close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    z-index: 2;
}

.size-close:hover svg path {
    fill: #f4acb7;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-nav {
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.header_main-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.subheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.fixed-header {
    position: fixed;
    background: #ffffff;
    top: 0;
    z-index: 999;
    width: 100%;
}

.container-body {
    margin-top: 60px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:after,
.container:after,
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.fright {
    float: right;
}

.nowrap {
    white-space: nowrap;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}

.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1;
}

.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}

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

.label_block {
    display: block;
    margin-bottom: 5px;
}

.autocomplete-suggestions {
    top: 60px !important;
    left: 0 !important;
}


/* Form */

.form_group {
    position: relative;
    margin-bottom: 20px;
}

.form_input {
    line-height: 44px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
}

.fn_banner_1 {
    margin-bottom: 100px;
}

.fn_banner_1 .slick-dots {
    right: 50%;
    bottom: 28px;
}

.type_WarehouseDoors {
    margin-top: 20px;
}

.type_WarehouseDoors .form_input {
    margin-bottom: 20px;
}

.form_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeaxnj t;
    cursor: pointer;
    margin-top: 5px;
}

.form_placeholder {
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 12px;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error~label~.form_placeholder,
.placeholder_focus:focus~.form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error~label~.form_placeholder,
.placeholder_focus:focus~.form_placeholder,
.placeholder_focus:-webkit-autofill~.form_placeholder,
.placeholder_focus:-webkit-autofill:focus~.form_placeholder,
.placeholder_focus:focus~.form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.form_placeholder {
    pointer-events: none;
}

.form_textarea {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
    font-family: inherit;
    font-size: 12px;
}

.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
}

.form_captcha {
    display: inline-block;
    position: relative;
    margin: 0 0 0 17px;
    vertical-align: top;
}

.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height: 40px;
}

.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}


/*.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}*/

.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white, 2px 2px white, 3px 3px white, 4px 4px white;
    color: white;
    transition: all 1s;
}

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}

.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}

.error {
    color: #f00;
    display: block;
    font-size: 13px;
}

.header_bottom.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

#sm_logo {
    float: right;
    font-size: 0;
    margin-left: 25px;
    margin-top: -10px;
}

#sm_logo img {
    vertical-align: top;
}

.ya_map {
    width: 100%;
    min-height: 450px;
}

.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}

.dropdown {
    display: none;
}

.dropdown_phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #ffcad4;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 0px 0px 5px 5px;
    width: 160px;
    /* height: 84px; */
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 10px 0;
}

.dropdown_phones-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    width: 100%;
    height: 32px;
}

.dropdown_phones-item:hover {
    background: #ffd9e0;
}

.active.cat_switch::after,
.active .angle_icon,
.sort_link.active_down span::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.active .plus_icon {
    background-image: url(../images/minus-icon.png);
}

.block {
    background-color: #fff;
    margin-bottom: 25px;
}

.padding {
    padding: 20px 15px 25px;
}

header a,
.top_item,
.callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation button,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after {
    transition: all 0.2s ease;
}

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


/*Кнопки*/

.button,
.disable_button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 25px;
    font-weight: bold;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: inherit;
    border: 2px solid #f2bd0b;
    border-radius: 2px;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}

.button {
    cursor: pointer;
}

.button:hover {
    background-color: #f2bd0b;
    color: #fff;
}

.buy {
    padding: 0px 20px;
    line-height: 30px;
    border: 2px solid #e5e5e5;
}

.buy:hover {
    border-color: #f2bd0b;
    background-color: #fff;
    color: inherit;
}

.comparison_button,
.wishlist_button {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 14px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.wishlist_button {
    top: 62px;
    background-position: 0 -15px;
}

.comparison_button.selected {
    background-position: -34px 0;
}

.wishlist_button.selected {
    background-position: -34px -15px;
}


/* Header */

header {
    background-color: #fff;
}

header a {
    text-decoration: none;
}

.header_social {
    display: flex;
    width: 75px;
    justify-content: space-between;
    align-items: center;
}

.header_about {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #2c2b2b;
    margin: 0;
    max-width: 220px;
    width: 100%;
}

.header_social-face:hover svg path,
.header_social-insta:hover svg path {
    fill: #f4acb7;
}

.top_nav {
    background: #f9f5f5;
}

.menu_switch {
    position: relative;
    float: left;
    height: 38px;
    width: 49px;
    margin-left: -15px;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}

.menu_switch::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 14px;
    left: 15px;
    background: url(../images/burger.png) no-repeat;
}

.openmenu .menu_switch::before {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
    background-position: -48px -320px;
}

.burger_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 300px;
    background: #ffffff;
    z-index: 5;
}

.burger_menu-context{
    padding-left: 17px;
}

.burger_menu-close {
    position: absolute;
    left: 8px;
    top: 8px;
}

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

.nav-header-wrapper {
    width: 55%;
    height: 46px;
}

.menu_group_header {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 50%;
    max-width:60%; */
    margin-left: 30px;
    height: inherit;
}

.menu_list ul li a span {
    color: #686666;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.informers {
    /* float: right; */
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.informer {
    /* position: relative;
    float: left; */
    font-weight: bold;
    font-size: 0;
    min-width: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #2c2b2b;
}

.informer_name,
.informer_counter {
    vertical-align: top;
    font-size: 12px;
}

.informer_name {
    font-size: 18px;
}

.informer_counter {
    margin-left: 4px;
}

.cur_switch,
.lang_switch {
    cursor: pointer;
}

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

.informer .dropdown {
    position: absolute;
    z-index: 2;
    top: 39px;
    right: -1px;
    min-width: 160px;
    background: #ffcad4;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 0px 0px 5px 5px;
}

.informer .dropdown_item {
    display: block;
    padding: 10px 10px 10px 15px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #ffffff;
    text-transform: none;
    text-align: left;
}

.informer .dropdown_item:hover {
    background-color: #ffd9e0;
}

.informer.languages {
    position: relative;
}

.account_informer {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/enter.png);
}

.wish_icon,
.compare_icon,
.angle_icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/filter_arrow.png);
}

.plus_icon {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url(../images/plus-icon.png);
}

.wish_icon {
    background-position: 0px -15px;
}

.compare_icon {
    background-position: 0px 0px;
}

.angle_icon {
    height: 10px;
}

.logo {
    display: block;
    font-size: 0;
    text-align: center;
}

.logo img {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 270px;
}

#cart_informer {
    float: right;
}

.cart_info {
    display: inline-block;
    position: relative;
    min-height: 32px;
    padding-left: 45px;
    font-size: 13px;
    color: #fff;
}

.cart_info::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 6px;
    width: 24px;
    height: 24px;
    background: url(../images/icons/cart.png) no-repeat;
    transition: 0.5s;
}

.cart_info:hover::before {
    opacity: 0.7;
}

.cart_counter {
    position: absolute;
    top: 11px;
    left: 9px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    background: #ffffff;
    color: #2c2b2b;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.cart_total {
    display: block;
    font-weight: bold;
}

.contact-form-wrapper {
    display: flex;
    justify-content: space-between;
}

.contact-form-left,
.contact-form-right {
    display: flex;
    flex-flow: column;
    width: 48%;
}

.delivery_company:first-of-type {
    display: flex;
    width: 200px;
}

.delivery.paymentblock {
    margin-bottom: 0;
}

.form-btn-wrapper {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    /* padding-left: 40px; */
    margin-bottom: 40px;
}

.novaposhta_types_inputs {
    display: flex;
    margin-top: 20px;
}

.novaposhta_types_inputs label {
    width: 200px;
}

.times,
.phones {
    float: left;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.times {
    font-size: 14px;
}

.phones_inner {
    display: flex;
    align-items: center;
    position: relative;
}

.phones_inner-arrow {
    /* position: absolute;
    right: -10px; */
    /* top: 0; */
    cursor: pointer;
}

.arrow-rotate {
    transform: rotate(180deg);
    top: -1px;
}

.phones_inner-ph {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-left: 30px;
    margin-right: 5px;
}

.phones_inner-ph::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: url(../images/icons/phone.png) no-repeat;
    transition: 0.5s;
}

.header_callback::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: url(../images/icons/recall.png) no-repeat;
    transition: 0.5s;
}

.subheader .phones {
    margin-bottom: 20px;
}

.times_inner {
    display: flex;
    flex-direction: column;
}

.times_inner span {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.header_callback {
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    /* border-bottom: 1px dashed black; */
    cursor: pointer;
    transition: 0.5s;
}

.times_inner span:nth-child(2) {
    cursor: pointer;
    width: fit-content;
    transition: 0.5s;
}

.times_inner span:nth-child(2):hover {
    border-bottom: 1px dashed transparent;
}

.times_inner span:first-child {
    margin-bottom: 20px;
}

.times_inner span:first-child::before,
.times_inner span:last-child::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.times_inner span:last-child::before {
    background: url(../images/icons/email.png) no-repeat;
}

.times_inner span:first-child::before {
    background: url(../images/icons/location.png) no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
}

.times_text {
    color: #686666;
    font-weight: normal;
}

.callback {
    position: fixed;
    z-index: 2;
    left: 18px;
    bottom: 50px;
}

.callback span {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
}

.account {
    float: right;
    font-size: 13px;
    margin-right: 30px;
}

.account:hover .account_name {
    opacity: 0.7;
}

.informer:hover svg path,
.informer:hover {
    color: #f4acb7;
    fill: #f4acb7;
}

.account_link {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

header .account .account_link::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: -13px;
    right: -32px;
    background: url(../images/icons/user.png) no-repeat 0 0;
    transition: 0.5s;
}

header .account:hover .account_link::after {
    opacity: 0.7;
}

.account_name {
    display: block;
    font-weight: bold;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 0px;
    color: #2c2b2b;
    transition: 0.5s;
}

.account_name-small {
    display: none;
}

.header_bottom {
    background-color: #bfbfbf;
}

.search {
    background: #ffffff;
    border: 1px solid #aeaeae;
    border-radius: 30px;
    position: relative;
    float: right;
    background: #ffffff;
    width: 360px;
    height: 50px;
    transition: background-color 0.3s ease;
}

.search:focus{
    background-color: #ff8497;;
}

.search:hover{
    background-color: #eae4e4;
}

.sarch:active{
    background-color: #c0263d;
}

.search_input {
    width: 100%;
    padding: 14px 15px;
    border: none;
    background: none;
    font-size: 14px;
    color: #424242;
}


.search_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    border: none;
    background: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.search_icon {
    vertical-align: middle;
}

.categories {
    width: 100%;
}

.categories_heading {
    float: left;
    line-height: 60px;
    padding-left: 10px;
    padding-right: 20px;
    color: #fff;
    background-color: #3c7a76;
    font-size: 0;
    cursor: pointer;
}

.menu_icon {
    vertical-align: middle;
}

.categories_heading span {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
}

.categories_nav {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

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

.category_item {
    position: relative;
    height: 100%;
}

.level_1 .category_link {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    height: 100%;
    display: flex;
    align-items: center;
}

.category_link:focus{
    color: #c0263d;
}

.level_1 .category_item:hover>.category_link {
    color: #ff8497;
}

.category_link:active{
    color: #3f1219;
}


/* 
.level_1 .category_item:hover{
    background-color: #f9f5f5;
} */

.level_1 .category_item:hover>.category_link svg path {
    fill: #ff8497;
}

.level_2 .category_link:hover {
    background: #ffd9e0;
    color: #000000;
}

.level_2 .category_item:last-child .category_link {
    color: #000000;
}

.level_2 .category_item .category_link {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding: 10px 15px;
}

.dropdown_phones::before,
.level_2.subcategory::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 9px;
    background: url("../images/poly.png");
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.category_item .arrow_right {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    font-size: 0;
    color: #fff;
}

.cat_switch {
    position: absolute;
    top: 15px;
    right: -5px;
    width: 50px;
    height: 31px;
}

.times_wrapper{
    display: flex;
    flex-direction: column;
}

/* .cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px;
} */


/* FOOTER */

.foot_pic {
    background: url(../images/foot_before.png) no-repeat;
    width: 100%;
    height: 180px;
    background-position: center;
    background-size: cover;
}

.payments_text {
    font-size: 14px;
    color: #0a0a28;
    display: block;
    margin: 0 0 10px;
}

.footer_bottom {
    background-color: #f4acb7;
    font-size: 14px;
    color: #ffffff;
    padding: 35px;
    position: relative;
}

.footer_bottom a,
.footer_bottom span,
.footer_bottom a span {
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}

.footer_bottom a:hover,
.footer_bottom a span:hover {
    text-decoration: underline;
}

#subscribe_container {
    margin-bottom: 18px;
}

.subscribe_promotext {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
    color: #827f7f;
}

.subscribe_form {
    position: relative;
    width: 315px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
}

.subscribe_input {
    width: 100%;
    height: 32px;
    padding: 0 125px 0 10px;
    background-color: #fff;
    border: none;
    color: #827f7f;
}

.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 115px;
    border: none;
    background-color: #e62e04;
    text-align: center;
    color: #fff;
}

.foot .h3 {
    font-weight: normal;
    margin-bottom: 18px;
}

.foot_social a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: 32px;
    height: 32px;
    font-size: 0;
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
}

.fb {
    background-position: 0 0;
}

.vk {
    background-position: 0 -32px;
}

.ok {
    background-position: 0 -64px;
}

.tw {
    background-position: 0 -96px;
}

.ins {
    background-position: 0 -128px;
}

.foot_item {
    margin-bottom: 5px;
}

.footer_menu {
    width: 100%;
    max-width: 900px;
}

.footer_menu .menu_list,
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright_web {
    width: 125px;
}

.footer_menu .menu_list {
    display: flex;
    justify-content: space-around;
}


/* Main page */

.advantages {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

.advantages_item {
    width: 350px;
    text-align: center;
}

.advantages_pic {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
}

.advantages_pic svg {
    width: 100%;
    height: 100%;
}

.advantages_name {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

.advantages_txt {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.advantages_social,
.advantages_phones {
    display: flex;
    justify-content: space-around;
}

.advantages_phones {
    margin: 26px 0;
}

.advantages_phones-item {
    text-decoration: none;
}

.advantages_phones p {
    margin: 0;
}

.advantages_social a:hover svg g path {
    fill: #f4acb7;
}

.main_form {
    position: relative;
    background: #f4acb7;
    padding-bottom: 65px;
}

.main_form::before {
    content: "";
    position: absolute;
    background-image: url(../images/wave-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 286px;
    top: -258px;
    z-index: 1;
}

.main_form .h2 {
    font-style: normal;
    font-weight: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 130px;
    color: #ffffff;
}

.main_form .h2 {
    margin-bottom: 10px;
}

.main_form-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.main_form-info input {
    width: 575px;
    margin-bottom: 40px;
    background: inherit;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.main_form-info textarea {
    width: 100%;
    height: 110px;
    background: inherit;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 0 20px 20px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    resize: none;
}


/*select main_form*/

.main_form-question {
    position: relative;
    display: block;
    width: 575px;
    margin-bottom: 40px;
}

.main-select_head {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    color: #ffdfdf;
    border-bottom: 1px solid #ffffff;
}

.main-select_head::after {
    width: 14px;
    height: 7px;
    background: url(../images/select-arrow.png) no-repeat;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: "";
    display: block;
    transition: 0.2s ease-in;
    transform: rotate(180deg);
}

.main-select_head.open::after {
    transform: translateY(50%) rotate(0deg);
}

.main-select_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 19px;
    color: #ffdfdf;
    background-color: #f4acb7;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(255, 189, 190, 0.25);
    border-radius: 0px;
}

.main-select_list .main-select_item {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
    background-color: #f4acb7;
    transition: background-color 0.4s ease;
}

.main-select_list .main-select_item:hover {
    background-color: #d295a0;
}


/*select main_form*/

.main_form-info input::-webkit-input-placeholder,
.main_form-info input::-moz-placeholder,
.main_form-info input:-moz-placeholder,
.main_form-info input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.main_form-info [type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.main_form-theme {
    list-style: none;
}

.banners {
    font-size: 0;
    margin-bottom: 40px;
}

.look_all {
    font-size: 12px;
    color: #606060;
    text-align: center;
}

.main_text {
    padding-top: 4px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.main_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(176, 31, 46);
    box-shadow: 0px 4px 4px #ffdfdf;
    border-radius: 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 auto;
    height: 59px;
    width: 259px;
    border: none;
    transition: 0.3s;
}

.main_btn:hover {
    background: #f4acb7;
}

.main_btn-send {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px #ffdfdf;
    border-radius: 60px;
    width: 285px;
    height: 59px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    color: #f4acb7;
    transition: background-color 0.4s ease-out;
}

.main_btn-send:hover {
    background-color: #ffe6e6;
}


/* Blog */

.news {
    position: relative;
}

.blog_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    background-color: #fff;
    margin-bottom: 0;
}

.news_content,
.blog_content {
    padding: 25px 23px 30px;
    color: #606060;
}

.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.blog_annotation,
.news_annotation {
    opacity: 0.7;
    max-height: 105px;
    overflow: hidden;
}

.news_date,
.blog_date {
    margin: 12px 0 5px;
    opacity: 0.7;
}

.wrap_block {
    margin-bottom: 100px;
}


/* Brands */

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

.all_brands .slick-prev {
    display: none !important;
}

.main_brands-wrapper {
    margin-bottom: 160px;
}

.main_brands-wrapper .main_brands {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 216px;
    margin-top: 60px;
}

.brand_item{
    margin: 0 30px 30px 0;
}

.brand_link{
    display: block;
    box-shadow: 7px 9px 0px #ffbdbe40;
    transition: box-shadow 0.3s ease;
}

.brand_link:hover{
    display: block;
    box-shadow: 0px 0px 0px 7px #ffbdbe40;
}

.brand_link span{
    display: none;
 }

.brand_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 278px;
    height: 207px;
}

.brand_img{
    max-height: 207px;
    object-fit: contain;
}

.bg_1 {
    background: url(../images/brands_first.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_2 {
    background: url(../images/brands_second.png) no-repeat;
    background-size: cover;
    background-position: center;
}


/*.main_brands-wrapper .main_brands:nth-child(3n) {
    background: url(../images/brands_third.png) no-repeat;
}
.main_brands-wrapper .main_brands:nth-child(3n) {
    background: url(../images/brands_fourth.png) no-repeat;
}*/

.new_del-block {
    margin-bottom: 100px;
}


/* Product preview */

.main_products {
    position: relative;
    margin-bottom: 40px;
    margin-top: 35px;
}

.preview {
    position: relative;
    padding: 2px 25px;
    margin-top: 12px;
    transition: all 0.3s ease-out;
}

.preview:hover .preview_img {
    border: 1px solid #ffcad4;
}

.preview:hover .price_container,
.preview:hover .product_name {
    color: #ff8497;
}

.products_item {
    margin-bottom: 0;
    background-color: #fff;
    justify-content: center;
}

.slick-initialized .slick-slide{
    display: flex;
}

.product_name {
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
}

.preview_image {
    display: block;
    /*position: relative;*/
    height: auto;
    line-height: 200px;
    text-align: center;
    padding: 0 0 30px;
}

.preview.out_stock {
    opacity: 0.5;
}

.preview_img {
    vertical-align: middle;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid transparent;
}

.preview .price_container {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 20px;
}

.preview_form {
    width: 125px;
    float: right;
    padding-top: 3px;
}

.preview .button {
    width: 100%;
}

.preview .price {
    font-size: 16px;
}

.prod_price {
    display: flex;
    align-items: flex-end;
    margin-top: 25px;
}

.prod_price p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 0;
    margin-right: 10px;
}

.preview .hidden+.price {
    margin-top: 7px;
}

.old_price {
    text-decoration: line-through;
}

.remove_link {
    display: block;
    margin: -15px 0 15px;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}

.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04;
}

.remove_link span {
    text-decoration: underline;
}

.remove_link:hover span {
    text-decoration: none;
}

.sort {
    background: #fff2f5;
    line-height: 17px;
    padding-left: 3px;
    border: none;
    margin-bottom: 20px;
}

.sort_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    border: none;
    border-right: 1px solid #ffcad4;
    width: 183px;
}

.sort_link {
    float: left;
    padding: 14px 5px 14px 10px;
    text-decoration: none;
    font-size: 13px;
    border: none;
    background: none;
    border-right: 1px solid #ffcad4;
    cursor: pointer;
}

.sort_link.active_up,
.sort_link.active_down {
    background: #ffcad4;
}

.sort_link span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}


/* Cart */

.purchase {
    width: 100%;
    margin-bottom: 40px;
}

.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
}

.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    background-color: #fcfcfc;
}

.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff;
}

.purchase_remove,
.purchase_image {
    font-size: 0;
}

.purchase_remove a {
    text-decoration: none;
}

.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}

.remove_icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.amount {
    width: 123px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e1;
    line-height: 34px;
}

.plus,
.minus {
    font-size: 16px;
    float: left;
    width: 28px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    color: #707070;
}

.plus:hover,
.minus:hover {
    color: #030303;
}

.input_amount {
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
    background-color: #f7f7f7;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 65px;
    text-align: center;
}

.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}

.purchase_total {
    font-weight: bold;
    font-size: 16px;
}

.purchase_total .total_sum {
    color: #f4acb7;
    font-size: 18px;
}

.purchase_name {
    font-weight: bold;
    font-size: 13px;
    color: #f4acb7;
    text-decoration: none;
}

.purchase_name:hover {
    text-decoration: underline;
}

.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}

.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}

.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.coupon_button:hover {
    background: #d4a507;
}

.coupon .message_error {
    margin: 0 0 10px;
    width: 285px;
}

.delivery {
    font-size: 13px;
}

.delivery_method,
.payment_method {
    padding-bottom: 20px;
}

.delivery_companies {
    display: flex;
    padding-left: 10px;
}

.delivery_item {
    margin-bottom: 15px;
    margin-right: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}

.delivery_description {
    margin-left: 25px;
    display: none;
}

.active+.delivery_description {
    display: block;
}

.input_delivery {
    float: left;
    margin: 3px 0 0;
}

.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}


/* .delivery .delivery_name{
    display: block;
} */

.delivery_companies .delivery_company_text {
    padding-left: 10px;
    margin-top: -3px;
}

.delivery_item .delivery_name {
    padding-left: 25px;
}

.novaposhta_types_inputs .delivery_label .delivery_name {
    padding-left: 10px;
}

.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
}

.cart_info_2 {
    width: 60%;
}

.delivery .select2-container--default .select2-selection--single,
.form-input-wrapper {
    height: 44px;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
    box-shadow: none;
    margin-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}

.delivery_self {
    display: none;
}

.cart-input {
    border: none;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.privat_cart_number {
    display: none;
}


/* .active.delivery_label {
    font-weight: bold;
} */

.order_details {
    width: 100%;
}

.order_details td {
    padding: 15px 15px;
}

.order_notify {
    background-color: #fff;
    border: 2px solid rgb(56, 192, 243);
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}

.order_heading {
    color: rgb(10, 10, 40);
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}

.order_thank {
    color: rgb(10, 10, 40);
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px;
}

.order_tag {
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(56, 192, 243);
}

.order_heading_promo {
    color: rgb(10, 10, 40);
    font-size: 16px;
    line-height: 1.3;
}

.method_name {
    font-weight: bold;
    font-size: 16px;
}

.method_form {
    margin: 15px 0;
}

.method_description {
    margin-bottom: 15px;
}

.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}

.feedback_inner {
    padding-top: 25px;
}


/* Pagination */

.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 15px 10px 5px;
    margin: -40px 0 40px;
}

.page_item {
    display: inline-block;
    margin-bottom: 10px;
}

.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 39px;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.page_link:hover,
.active .page_link {
    background: url(../images/pagination_bg.png) no-repeat;
}


/* Product Page */

.product_heading {
    font-size: 36px;
    color: #0a0a28;
    font-weight: bold;
    line-height: 1.1;
    margin: 5px 0 20px;
}

.sku {
    display: none;
    margin-top: -10px;
    margin-bottom: 16px;
    font-size: 13px;
}

.sku_nubmer {
    color: #adaaaa;
}

.product_brand_block {
    font-size: 13px;
    float: left;
    margin-right: 25px;
}

.product_image {
    position: relative;
    text-align: center;
    height: 340px;
    margin-bottom: 23px;
}

.product_image a {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
    border: 1px solid #e8e8e1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_img {
    position: relative;
    height: auto;
    max-width: 100%;
}

.images {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 23px;
}

.images_item {
    float: left;
    width: 16.666667%;
    padding-left: 6px;
    padding-right: 6px;
}

.images_link {
    display: block;
    border: 1px solid #e8e8e1;
    height: 77px;
    line-height: 75px;
    text-align: center;
    font-size: 0;
}

.images_item img {
    vertical-align: middle;
    object-fit: cover;
}

.product_details {
    margin-bottom: 23px;
}

.product_wish {
    margin-bottom: 12px;
}

.product_wish,
.product_compare {
    position: relative;
    display: inline-block;
    color: #686666;
    font-size: 12px;
    padding-left: 27px;
}

.product_wish::before,
.product_compare::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
}

.product_wish::before {
    background-image: url(../images/heart.svg);
    background-repeat: no-repeat;
}

.product_wish.selected::before {
    background-image: url(../images/sprite.png);
    background-position: -34px -15px;
}

.product_compare::before {
    background-image: url(../images/compare.png);
}

.product_compare.selected::before {
    background-image: url(../images/sprite.png);
    background-position: -34px 0;
}

.product_wish::after,
.product_compare::after {
    content: attr(title);
}

.details_label {
    /* font-size: 13px; */
    margin-right: 10px;
    display: inline-block;
}

.product_rating {
    display: inline-block;
    margin: 20px 0 16px;
    font-size: 13px;
}

.product_comment_title{
    margin-bottom: 15px;
}

.available {
    display: inline-block;
    font-size: 13px;
}

.in_stock,
.no_stock {
    position: relative;
    display: inline-block;
}

.in_stock {
    color: #3eb63b;
}

.no_stock {
    color: red;
}


/*.in_stock::before,
.no_stock::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -37px -33px;
}*/

.no_stock::before {
    height: 9px;
    background: url(../images/sprite.png) no-repeat -52px -33px;
}

.quontity_label {
    margin-top: 34px;
}

.product .amount {
    display: inline-block;
    vertical-align: top;
}

.product_btn {
    color: #fff;
    border: 2px solid #d4a507;
    background-color: #f2bd0b;
    min-width: 220px;
}

.info_delivery,
.info_payment {
    margin-top: 0;
}

.info_exch,
.info_qual {
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.product_btn:hover {
    background-color: #d4a507;
    border-color: #d4a507;
}

.product .variant_select,
.products_item .variant_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 49px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 19px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.variant_select::-ms-expand {
    display: none;
}

.product .old_price {
    text-decoration-line: line-through;
    color: #ff8497;
    margin-right: 5px;
    font-size: 16px;
    line-height: 22px;
}

.product .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 5px;
}

.product .hidden+.price {
    margin-top: 25px;
}

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

.product_buttons .main_btn {
    width: 155px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

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

.byu_one_click {
    border: none;
    border-bottom: dashed 1px rgb(176, 31, 46);
    box-sizing: border-box;
    background: none;
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    color: rgb(176, 31, 46);
    max-width: 195px;
    height: 33px;
    /* padding-left: 17px;
    padding-right: 17px; */
}

.byu_one_click:hover {
    border-bottom: dashed 1px transparent;
}

.byu_one_click-gr {
    border-bottom: dashed 1px #000;
    color: #000;
}

.info_exch,
.info_qual,
.info_delivery,
.info_payment {
    border: 1px solid #e1e8ed;
    padding: 10px 12px 14px;
    font-size: 14px;
    position: relative;
}

.info_delivery::before,
.info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px;
}

.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 32px;
    /* background: url(../images/sprite.png) no-repeat 1px -178px; */
    background: url(../images/truck.svg);
    background-size: 48px 64px;
    background-repeat: no-repeat;
    transform: scale(2);
}

.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0px -243px;
}

.info_exch .h5,
.info_qual .h5,
.info_delivery .h5,
.info_payment .h5 {
    color: #030303;
    margin-bottom: 15px;
}

.info_exch p,
.info_qual p,
.info_delivery p,
.info_payment p {
    font-size: 12px;
    line-height: 17px;
    color: #777777;
    margin-bottom: 3px;
}

.info_exch p,
.info_qual p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    height: 70px;
}

.product_share {
    margin: 20px 0 25px;
}

.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product_share>div {
    display: inline-block;
    vertical-align: middle;
}

.product .pager {
    padding: 0;
}

.tab_navigation {
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.tab__feat{
    overflow: hidden;
}

.tab__comm{
    overflow: hidden;
}

.tab_navigation button {
    font-size: 18px;
    display: block;
    padding: 7px 10px;
    background-color: #fff2f5;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #e1e8ed;
}

.tabs .tab_navigation button{
    margin-bottom: 10%;
}

.tab_navigation button.selected {
    background-color: #fff;
    box-shadow: inset 0 2px 0 0 #3c7a76;
}

.tab {
    display: none;
    padding: 15px;
}

.product_description {
    line-height: 1.65;
}

.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff;
}

.features_name,
.features_value {
    display: block;
    float: left;
    padding-left: 7px;
}

.features_value {
    width: 50%;
    padding-right: 15px;
}

.features_name {
    width: 50%;
    position: relative;
}

.features_name span {
    position: relative;
    padding-right: 10px;
    z-index: 1;
    background-color: #fff;
}

.features_name::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #e1e8ed;
}


/* Comments */

.comment_item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(225, 232, 237);
    padding-bottom: 10px;
}

.admin_note {
    margin-top: 10px;
    margin-left: 15px;
    border-left: 3px solid rgba(56, 192, 243, 0.8);
    padding: 10px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: rgb(248, 248, 248);
}

.comment_author {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 16px;
    margin-left: 20px;
    font-style: normal;
    font-weight: 400;
}

.comment_date {
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    display: block;
}

.comment_content {
    color: rgb(50, 50, 50);
    font-size: 13px;
    line-height: 1.4;
}

.no_comments {
    border-left: 3px solid #3c7a76;
    padding: 10px;
    background: rgb(248, 248, 248);
}


/* Post */

.post_date {
    opacity: 0.7;
    margin-bottom: 10px;
}

.post_share {
    margin: 20px 0;
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
}

.pager li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pager li:nth-child(even) {
    text-align: right;
}

.pager a,
.pager a:hover span {
    text-decoration: none;
}

.pager a span {
    text-decoration: underline;
}

.change_pass {
    margin-bottom: 10px;
}

.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}

.change_pass span:hover {
    border-color: transparent;
}

.password_remind {
    float: right;
    margin-top: 6px;
    font-size: 13px;
}


/* Filters */

.filters {
    padding: 15px;
}

.filter_group {
    margin-top: 24px;
}

.filter_group:not(:last-child) {
    margin-bottom: 29px;
}


/*.filter-tab-wrapper {
    position: relative;
}

.filter_sidebar {
    position: absolute;
}

.filter-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 290px;
    height: 40px;
    background: #FFF2F5;
    padding: 0 10px;
}

.filter-tab p {
    margin: 0;
}
*/

.filter_group-price,
.filter_group-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #ffcad4;
}

.filter_group-price span,
.filter_group-categories span {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.sort-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    height: 40px;
    background: #fff2f5;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.sidebar_top {
    background: #fff2f5;
    margin-bottom: 20px;
}

.sidebar_center {
    background-color: #fff;
    margin-bottom: 20px;
}

.sidebar .h2 {
    padding-bottom: 10px;
    padding-top: 12px;
}

.catalog_menu {
    padding: 20px 23px 0;
}

.catalog_nav .filters {
    padding: 0;
}

.catalog_nav .filters .catalog_menu {
    padding: 0;
}

.filter_name {
    margin-bottom: 17px;
}

.selected_filter_boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 10px;*/
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.selected_filter_item {
    border: 1px solid #3c7a76;
    border-radius: 3px;
    margin: 0 0px 10px 0;
    max-width: 100%;
}

.filter_reset {
    font-size: 13px;
    color: #3c7a76;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: none;
    background: no-repeat;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

.selected_filter_box .s_filter_link {
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 2px 8px 1px;
    cursor: pointer;
    color: #575757;
}

.selected_filter_box .s_filter_link span {
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.selected_filter_box .s_filter_link svg {
    width: 16px;
    height: 16px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link svg {
    color: #fff;
}

.selected_filter_box .selected_filter_item:hover {
    background: #3c7a76;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link {
    color: #fff;
}

.filters_heading {
    position: relative;
    padding: 9px 15px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.filters_heading .angle_icon {
    position: absolute;
    right: 16px;
    top: 18px;
}

.filter_item {
    line-height: 24px;
    padding: 7px 0;
}

.catalog_item {
    padding: 0;
}

.filter_link {
    display: block;
    position: relative;
    padding-left: 36px;
    text-decoration: none;
    cursor: pointer;
    background: no-repeat;
    border: none;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    min-height: 22px;
    color: #000000;
}

.catalog_link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    padding-left: 0px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 0px;
}

.catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter_indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    border: 1px solid #f4acb7;
    border-radius: 1px;
    background: #fff;
}

.ui-slider .ui-slider-range {
    background-color: #ffcad4;
    height: 2px;
}

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: #ffcad4;
}

.checked .filter_indicator {
    background: url(../images/filter_sprite.png) no-repeat 4px 5px #fff;
}

.price_range {
    overflow: hidden;
    margin-bottom: 25px;
}

.price_label {
    float: left;
    width: 50%;
    padding-right: 6px;
}

.max_price {
    text-align: right;
}

.max_input,
.min_input {
    max-width: 100%;
    padding: 0 8px;
    line-height: 30px;
    height: 40px;
    width: 100px;
    border: 2px solid #ffcad4;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-align: center;
}


/* Browsed products */

.browsed {
    padding-top: 10px;
    padding-bottom: 15px;
}

.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.browsed_item img {
    vertical-align: middle;
}


/* Product Rating */

.rating_starOff {
    display: inline-block;
    vertical-align: top;
}

.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}

.rating_starOn {
    display: block;
    background-position: left bottom;
}

.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}


/* BREADCRUMBS */

.breadcrumbs {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    /* margin-top: 20px; */
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    /* border-top: 1px solid #FFCAD4; */
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 3px 0;
    color: #898989;
}

.breadcrumbs li:last-child {
    color: #000000;
}

.breadcrumbs li a {
    text-decoration: none;
}

.breadcrumbs li+li:before {
    padding: 0 15px;
    color: #3c7a76;
    font-weight: 900;
    content: url(../images/breadcrums_item.png);
    /*width: 8px ;
    height: 6px;
    background: url(../images/breadcrumbs_item.png) ;*/
}


/* Scroll to top */

.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #c77f89;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.to_top:hover {
    background-color: #38c0f3;
}


/* POPUP WINDOW */

.popup {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}

.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}


/* Comparison_page */

.comparison_page {
    padding-bottom: 40px;
}

.comparison_left {
    float: left;
    width: 30%;
}

.comparison_products {
    float: right;
    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}

.comparison_item {
    border-right: 1px solid #e8e8e1;
}

.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}

.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}

.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}

.cell:nth-child(odd) {
    background: #efefef;
}

.compare_controls {
    position: relative;
}

.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}

.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}

.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
}

.compare_show a span {
    border-bottom: 1px dashed;
}

.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}

.preorder_label {
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
}

.callback_form{
    max-height: 100vh;
    overflow-x: hidden;
}

.callback_form .captcha {
    display: block;
    margin: 0 0px 20px 0;
}

.callback_form .captcha .secret_number {
    width: 95px;
}

.callback_form .captcha .form_captcha {
    width: calc(100% - 117px);
}

.callback_form .button {
    display: block;
    width: 100%;
}

.order_notify_v2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 0px;
}

.order_notify_v2 .o_notify_v2_head {
    vertical-align: middle;
    margin-bottom: 20px;
}

.order_notify_v2 svg {
    width: 44px;
    height: 44px;
    color: #74b636;
    margin-right: 12px;
    vertical-align: middle;
}

.order_notify_v2 .o_notify_v2_heading {
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle;
}

.o_notify_v2_content {
    margin-bottom: 25px;
}

.o_notify_v2_content .o_notify_v2_content_inner {
    max-width: 660px;
    display: inline-block;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box {
    display: inline-block;
    border: 2px solid #f4acb7;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold {
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}


/* main menu */


/* .menu_group_header{
    float: left;
} */

.menu_list_1 {
    padding-left: 0px;
    list-style: none;
}

.menu_list_2,
.menu_list_3,
.menu_list_4 {
    padding-left: 15px;
    list-style: none;
}

.menu_list {
    margin: 5px 0px 0px 0px;
}

.menu_item {
    margin-bottom: 5px;
}


/* menu 404 */

menu_group_404 .menu_list {
    margin: 0px;
    padding-left: 15px;
}

.menu_404 {
    margin-top: 30px;
}

.menu_404 .text_404 {
    margin: 0 0 40px;
}

.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}

.menu_group_404 .menu_list {
    padding: 0px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px;
}

.menu_group_404 .menu_list_2 {
    display: none !important;
}

.menu_group_404 .menu_list .menu_item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.menu_group_404 .menu_list .menu_link {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #00c1f5;
    border: 1px solid rgb(0, 145, 185);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
}

.menu_group_404 .menu_list .menu_link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}


/* menu footer */

.size-close {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ffcad4;
}

.size-close::before,
.size-close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background-color: #ffcad4;
}

.size-close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.size-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.size-close:hover {
    background-color: #ffcad4;
}

.size-close:hover::before,
.size-close:hover::after {
    background-color: #fff;
}

.filters .catalog_item {
    margin-left: 12px;
    position: relative;
}


/* .filters .catalog_item::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background-color: #000;
    margin-left: 12px;
    position: absolute;
    left: 0;
    top: 5px;
} */

header .categories {
    background: #ffcad4;
    height: 65px;
}

header .categories nav,
header .categories nav>ul {
    height: 100%;
}

header .categories nav>ul>li.category_item {
    display: flex;
    align-items: center;
    max-width: 250px;
}

.level_2.subcategory>.category_item:hover a.category_link {
    color: #ff8497;
}

.callback_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: rgb(0, 0, 0, 0.5);
}

.callback_wrapper .callback_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f9f5f5;
    padding: 20px;
}

.callback_wrapper .callback_form input:focus~.form_placeholder,
.callback_wrapper .callback_form textarea:focus~.form_placeholder {
    display: none;
}

.callback_wrapper .callback_form .center input {
    background: #ffcad4;
    border: none;
    border-radius: 60px;
    width: 140px;
    margin: auto;
}

.callback_wrapper .callback_form .center input:hover {
    color: #ff8497;
}

.callback_wrapper .callback_form .form_input.error {
    border: 1px solid red;
}

.callback_wrapper #name-error,
.callback_wrapper #phone-error {
    display: none !important;
}

.callback_wrapper .close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/cross_after.svg) no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.phones_inner-ph:hover,
.header_callback:hover,
.times_inner span:nth-child(2):hover a,
.phones_inner-ph:hover::before,
.header_callback:hover::before,
.times_inner span:nth-child(2):hover::before {
    opacity: 0.7;
}

.hidden {
    display: none;
}

.preview.fn_product .price {
    font-size: 22px;
    font-weight: bold;
}

.phones_inner-ph,
.header_callback,
.times_inner span {
    height: 24px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.product_details .fn_variants {
    margin-bottom: 25px;
}

.product_waiting {
    font-size: 12px;
    margin-top: 5px;
}

td.purchase_remove a {
    display: block;
    width: 30px;
    height: 30px;
    /* background-color: #000; */
    border-radius: 50%;
    border: 2px solid #ffcad4;
    position: relative;
}

td.purchase_remove a::before,
td.purchase_remove a::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #ffcad4;
    top: 50%;
    left: 50%;
}

td.purchase_remove a::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

td.purchase_remove a::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

td.purchase_remove a:hover {
    background-color: #ffcad4;
}

td.purchase_remove a:hover::before,
td.purchase_remove a:hover::after {
    background-color: #fff;
}


/* Slider Wrapper */

.slider_wrapper {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.slider__item {
    margin: 0 15px;
}

.s-main-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    padding: 10px 0;
    font-size: 32px;
    font-weight: 700;
    font-family: inherit;
}

.cart_add_popup_msg {
    display: none;
    position: fixed;
    top: 15px;
    right: -330px;
    z-index: 999;
    border: 2px solid #f4acb7;
    padding: 15px;
    background-color: #f9f5f5;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

.cart_add_popup_msg.active {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideIn 7s ease, fadeout 7s;
    animation-fill-mode: forwards;
}

.cart_add_popup_msg.close_btn {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    border: 1px solid #ffcad4;
    z-index: 2;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: #fff;
}

.cart_add_popup_msg.close_btn::before,
.cart_add_popup_msg.close_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
}

.cart_add_popup_msg.close_btn:hover::before,
.cart_add_popup_msg.close_btn:hover::after {
    background-color: #ffcad4;
}

.cart_add_popup_msg.close_btn::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cart_add_popup_msg.close_btn::after {
    transform: translate(-50%, -50%) rotate(45deg);
}


/* .cart_add_popup_msg.active:hover{
    opacity: 1!important;
} */

.cart_add_popup_msg svg {
    width: 35px;
    margin-right: 10px;
}

@keyframes slideIn {
    20% {
        right: 10px;
    }
    100% {
        right: 10px;
    }
}

@keyframes fadeout {
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.comment_form .form_input,
.comment_form .form_placeholder,
.comment_content {
    font-size: 14px;
}

.block_review {
    display: flow-root;
    justify-content: flex-start;
    /* padding: 30px; */
    border: 1px solid #ffcad4;
    border-radius: 1px;
    margin-bottom: 20px;
    background-color: #fff;
    width: 1172px;
    height: 174px;
}


/* .block_review:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.img-review{
    height: 150px;
    width: 150px;
    border: 1px solid grey;
    overflow: hidden;
    border-radius: 5px;
}
.img_name-review{
    text-align: center;
}
*/

.review-title {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #f4acb7;
    /* padding: 20px 40px; */
    height: 54px;
    align-items: center;
}

.review_date {
    font-size: 14px;
    line-height: 14px;
    margin-left: 20px;
    display: flex;
    font-family: inherit;
    font-weight: normal;
    align-items: center;
}


/*.review-text-admin{
    margin-top: 20px;
    margin-left: 30px;
} */

.product-link {
    margin-left: 20px;
    font-size: 16px;
    line-height: 27px;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
}

.product-link a {
    text-decoration: none;
}

.comment_content {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #777777;
    margin-bottom: 30px;
    margin-left: 20px;
}

.reviews_block-main {
    background-color: #f7f7f7;
    margin-bottom: 63px;
}

.reviews {
    padding: 5px 0 70px 0;
    /* background-color: #F7F7F7; */
}

.reviews_title {
    font-size: 24px;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    line-height: 130px;
    margin-bottom: -18px;
}

.product-link-main {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin-left: 20px;
}

.reviews_title span {
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-family: inherit;
}

.reviews_block {
    border: 1px solid #ffcad4;
    margin-bottom: 20px;
    /* padding-left: 20px; */
}

.reviews_header {
    padding: 20px 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #ffcad4;
}

.reviews_date {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}

.reviews_user-name {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-left: 20px;
}

.reviews_main {
    padding: 22px 0 30px 0;
}

.reviews_product-name span {
    font-size: 20px;
    font-weight: 700;
    font-family: "Opne Sans" sans-serif;
}

.reviews_text {
    margin-top: 35px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-left: 20px;
}

.reviews_text span {
    font-size: 16px;
    font-weight: 400;
    font-family: "Opne Sans" sans-serif;
}

.reviews_product-name .reviews_text {
    padding-left: 20px;
}

.product_variant-color_select {
    position: relative;
}

.product_variant-color_select .dropdown .dropdown-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 4px rgb(255 189 190 / 25%);
    padding: 5px;
}

.product_variant-color_select .dropdown {
    width: 100%;
    z-index: 1;
    top: calc(100% - -5px);
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 4px rgb(255 189 190 / 25%);
}

.product_variant-color_select .color {
    width: 100%;
    min-width: 75px;
    min-height: 52px;
    height: 100%;
    cursor: pointer;
}

.product_variant-color_select .color:not(:last-child) {
    margin-bottom: 5px;
}

.fn_switch.color_switch.variant_select {
    padding: 5px 49px 5px 5px;
}

.purchase .product_code .color {
    margin: 0 10px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.fn_callback {
    transform: scale(1);
    animation: callback 2s ease infinite ;
}

@keyframes callback{
    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.1);
    }

    100%{
        transform: scale(1);
    }
}

.fn_product .row.fn_transfer.product_block .product_image-review{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}