pre+header {
    visibility: hidden !important;
}

pre {
    margin-top: 350px;
    font-size: 11px !important;
}

#header-main-8 {
    display: none !important;
}

.header__burger {
    min-width: 25px;
}

.header__burger {
    cursor: pointer;
}

.header__search-a {
    border: none;
    background: transparent;
    cursor: pointer;
}

#footer-newsletter {
    width: 100%;
    max-width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

#btn_footer_subscribe {
    cursor: pointer;
}

#footer-newsletter .notify .text-danger {
    color: #fff;
}

#footer-newsletter .notify .text-success {
    color: #fff;
}

#footer-newsletter .notify button {
    border: none;
    background: transparent;
    font-size: 30px;
    margin-left: 10px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
}

.category__item-size .form-group {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.category__item-size div[id*="input-option"] {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.category__item-size .radio label {
    color: #fff;
    cursor: pointer;
}

.category__item-size input {
    display: none;
}

.category__item-size .radio input:checked+label {
    color: #000;
    text-shadow: 0px 0px 8px #ffffff;
}

.category__item_wishlist {
    border: none;
    background: transparent;
    cursor: pointer;
}

.category__item_addcart {
    border: none;
    background: transparent;
    cursor: pointer;
}

.category__item-color input {
    display: none;
}

.category__item-color .form-group {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.category__item-color .form-group div[id*="input-option"] {
    display: flex;
    gap: 5px;
}

.color {
    cursor: pointer;
}

.category__item-button button img {
    width: 24px;
}

.category__item-size .form-group .text-danger {
    position: absolute;
    text-wrap: nowrap;
    left: 50%;
    bottom: -20px;
    color: #ed400c;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.category__item-color .form-group .text-danger {
    position: absolute;
    text-wrap: nowrap;
    right: 0;
    bottom: -20px;
    color: #ed400c;
}

.header__center_img {
    width: 54px;
}

.category__item_href {
    color: #101010;
    text-decoration: none;
}

.old-price {
    text-decoration: line-through;
}

/* Рамки в карточках товаров */
/* .category__item-color .c-1,
.category__item-color .c-2,
.category__item-color .c-3,
.category__item-color .c-4,
.category__item-color .color {
    border: 1px solid #000;
} */


.category__item-color .c-1,
.category__item-color .c-2,
.category__item-color .c-3,
.category__item-color .c-4,
.category__item-color .color {
    width: 16px;
    height: 16px;
    max-width: 100%;
}

.color.white-color {
    border: 1px solid #aaa;
    width: 14px;
    height: 14px;
}

.hidden {
    display: none !important;
}

.filter__link {
    cursor: pointer;
}

button.radio {
    background: transparent;
    border: none !important;
    align-items: center;
}

.ocf-value-image {
    border-radius: 0;
    margin-right: 8px;
    content: "";
    min-width: 9px;
    width: 9px;
    height: 9px;
    border: 1px solid #101010;
    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: #fff;
}

.ocf-value-color {
    border-radius: 0;
    margin-right: 8px;
    content: "";
    min-width: 9px;
    width: 9px;
    height: 9px;
    border: 1px solid #101010;
    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: #fff;
}

.ocf-active-label {
    display: none;
}

.ocf-value-list {
    margin-top: 40px;
}

.ocf-value-name {
    display: flex;
    text-align: left;
}

button.ocf-value {
    cursor: pointer;
}

.ocf-selected .ocf-value-color {
    border: 1px solid #2e5038;
    background: #2e5038;
}

.ocf-selected .ocf-value-image {
    border: 2px solid #000;
}

.ocf-selected-card.ocf-desktop {
    display: none;
}

.ocf-btn-mobile-fixed.ocf-mobile {
    display: none;
}

.ocf-hidden {
    display: none;
}

.ocf-disabled {
    opacity: 0.5;
}

.filter__col {
    min-width: 250px;
}

.ocf-footer {
    margin-top: 76px;
}

.product__desc-left b {
    text-transform: uppercase;
}

.product__price {
    display: flex;
    gap: 10px;
}

.product__price .old_price {
    text-decoration: line-through;
}

.radio.radio-c .view0_link {
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    width: 29px;
    height: 29px;
}

.radio.radio-c .view0_product.active {
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    width: 29px;
    height: 29px;
    border: 3px solid #fff;
}


.radio.radio-c .view0_product.active::after {
    content: '';
    border: 1px solid #000;
    width: 29px;
    height: 29px;
    left: 0px;
    position: absolute;
    top: 0px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.radio.radio-c .view0_link::after {
    content: '';
    border: 1px solid #000;
    width: 29px;
    height: 29px;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.product__color img {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid #000;
}

.shipping__form-row textarea {
    min-height: 100px;
}

.shipping__method_radio-items {
    display: flex;
    gap: 5px;
}

.form-group.shipping__method-item {
    gap: 5px;
}

.shipping__method-item_control-label {
    font-weight: 600;
}

.form-review__buttons {
    margin-top: 30px;
}

#form-review+.alert-danger {
    border: 1px solid #830300;
    color: #830300;
    padding: 10px;
}

.pagination-block {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.pagination-block__item {
    display: flex;
}

.pagination-block__item span,
.pagination-block__item a {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}

.pagination-block__item.active span {
    background: #2e5038;
    color: #fff;
}

#simplecheckout_form_0 {
    width: 100%;
    display: flex;
    gap: 100px;
}

#simplecheckout_cart {
    display: flex;
    flex-direction: column;
    gap: 77px;
}

.product__size .text-danger {
    margin-top: 5px;
    width: 100%;
    display: flex;
    border: 1px solid #830300;
    color: #830300;
    padding: 5px;
}

.qty__value {
    width: auto !important;
    text-align: center;
}

.qty__label {
    margin-right: 5px;
}

.checkout-remove-product {
    cursor: pointer;
}

.simplecheckout-cart-total {
    border: none;
    justify-content: space-between;
}

.checkout-heading.panel-heading {
    background: #fff;
    padding: 0;
}

.simplecheckout-block-content {
    padding: 0;
}

#simplecheckout_customer .checkout__title {
    margin-bottom: 52px;
}

.simplecheckout-block-content .row-customer_register {
    display: none;
}

.simplecheckout-block-content .control-label {
    display: none !important;
}

.simplecheckout-block-content .shipping__form-row {
    width: 100%;
}

.simplecheckout-block-content .row-customer_firstname,
.simplecheckout-block-content .row-customer_lastname {
    width: calc(50% - 7px);
}

.shipping__form-row {
    flex-direction: column;
}

.simplecheckout-block-content .shipping__form {
    flex-direction: row;
    flex-wrap: wrap;
}

.simplecheckout-button-block.buttons {
    display: flex;
    padding: 0;
    margin: 25px 0 0 0;
}

.simple-content {
    margin: 0;
}

.empty-block {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #101010;
    text-transform: uppercase;
}

.alert.alert-success.alert-dismissible {
    padding: 10px;
    border: 1px solid #2e5038;
    color: #2e5038;
    margin-top: 15px;
    position: relative;
}

.alert.alert-success.alert-dismissible a {
    color: #2e5038;
    text-decoration: none;
}

.alert.alert-success.alert-dismissible button {
    color: #2e5038;
    border: none;
    background: none;
    position: absolute;
    right: 15px;
}

.checkout__right {
    gap: 14px;
}

.radio__input+.radio__label {
    display: inline-flex !important;
}

#buttons.simplecheckout-button-block.buttons {
    justify-content: flex-end;
}

.shipping__bottom-text {
    text-align: left;
}

.breadcrumb+.alert {
    margin-top: 15px;
}

.toggle-password {
    cursor: pointer;
}

.dashboard__bottom-action.view-all-block {
    width: 100%;
    max-width: 130px;
}

.cursor-pointer {
    cursor: pointer;
}

.dashboard__order-info-bottom {
    gap: 10px;
}

.label-opened {
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #000000cc;
    border: none;
    font-family: var(--cygre);
}

.label-opened__variants {
    display: flex;
    gap: 15px;
}

#alerts-block {
    display: flex;
    flex-direction: column;
}

#alerts-block {
    line-height: 120%;
    color: #e91313;
    font-size: 14px;
    font-family: var(--cygre);
}

#success-block {
    line-height: 120%;
    color: #2e5038;
    font-size: 14px;
    font-family: var(--cygre);
}

.jfe {
    justify-content: flex-end;
}

.category__item-row_price-block {
    display: flex;
    gap: 5px;
}

.link-red {
    color: #e91313 !important;
}

.lk-address__item-right {
    align-items: flex-end;
}

.account__content .simple-content {
    border: 1px solid #000;
    padding: 10px;
}

.simpleregister-button-center {
    display: flex;
    justify-content: center;
}

.simpleregister-button-center .btn-border {
    width: auto;
}

.address-default__checkbox .checkbox__label {
    display: flex !important;
}

div[id*="layout-newsletter"] .text-danger {
    color: #e91313;
}

.qty button {
    cursor: pointer;
}

.cust-contact__row_name,
.cust-contact__row_lastname {
    width: 100%;
}

.textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 10px;
    font-size: 14px;
}

.textarea::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, .8);
}

.textarea::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, .8);
}

.textarea:-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, .8);
}

.textarea:-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, .8);
}

.cust-contact__form_alerts {

    color: #2e5038;

}

.cust-contact__form_alerts .alerts_item {
    color: #e91313;
}

.cust-contact__group a {
    color: #101010;
    text-decoration: none;
}

.header-rec__drop a span {
    /*font-size: 11px;*/
}

.header-rec__drop a {
    align-items: flex-end !important;
    height: 18px;
}

.header-rec__drop a img {
    margin: 0 0 4px -3px;
}

.header-top .header-rec__drop-nav a {
    font-family: var(--cygre);
}

.category__item-logo img {
    width: 46px;
    height: 46px;
}

.category__item-logo {
    width: auto !important;
}

.category__item-row_price-block .old-price,
#product .old_price {
    display: none;
}

.category__item-name>small {
    text-transform: uppercase;
}

.category__item-name>small+small {
    display: none;
}

.category__item-size {
    width: calc(100% - 2px);
    left: 1px;
}

#footer-newsletter>b {
    text-transform: uppercase;
}

#btn_footer_subscribe {
    text-transform: uppercase;
    background: #fff;
    border-left: 1px solid #101010;
}

#footer-newsletter input {
    text-transform: uppercase;
}

#product-product .product {
    padding: 0;
}

#product-product .breadcrumb {
    margin-top: 22px;
    flex-wrap: wrap;
}

.product__size-label {
    text-transform: uppercase;
}

#product .detail-accardion__content {
    max-width: 465px;
}

#product .product__soc {
    height: auto;
    padding-top: 19px;
    padding-bottom: 20px;
    gap: 12px;
}

#product .product__soc .soc a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cart {
    position: relative;
}

#cart_total {
    width: 17px;
    height: 17px;
    background: #2e5038;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4px !important;
    right: -9px !important;
    top: unset !important;
    left: unset !important;
}

.category__item-color label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category__item-size .radio label {
    font-size: 14px;
}

.product__desc-left>small {
    text-transform: uppercase;
}

.category__item-color .radio label {
    position: relative;
    cursor: pointer;
}

.category__item-color .radio:hover label::after {
    content: '';
    padding: 1px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #fff;
    position: absolute;
    width: 14px;
    height: 14px;
}

.category__item-color .radio:hover label.white-color-label::after {
    border: 1px solid #aaa;
    width: 10px;
    height: 10px;
}

#cart_total.empty-cart {
    display: none;
}

.page-nav__content .page-nav__item {
    text-transform: uppercase;
}

#column-left>.filter {
    margin-top: 32px;
}

.filter__link:after {
    margin-bottom: 2px;
}

.category__item:hover>a {
    position: relative;
}

.category__item:hover>a::after {
    content: '';
    background: #7c7c7d;
    opacity: 0.1;
    width: 100%;
    display: flex;
    height: 100%;
    position: absolute;
}

.about-item__text_mw {
    max-width: 695px !important;
    margin-left: 0;
}

.about-item__text_mw_r {
    max-width: 695px !important;
    margin-right: 0;
}

.timeline__item p,
.stats__item p {
    font-weight: 300;
}

.stats__item strong {
    font-weight: 300;
}

.timeline__item b,
.timeline__item strong {
    font-weight: 300;
}

#information-information .careers-page .about-item__content {
    max-width: 1080px;
    margin: 0 auto;
}

.about-item.authenticity-page .about-item__row {
    gap: 60px;
}

.about-item.figaro-circle .about-item__row {
    gap: 100px;
}

.timeline__item {
    align-items: center;
}

.about-item.stores-page .about-item__content {
    gap: 100px;
}

.about-item.stores-page .about-item__row {
    gap: 100px;
}

.about-item.stores-page .about-item__row .contacts {
    justify-content: flex-start;
    row-gap: 90px;
}

.page-nav__content {
    overflow: auto;
}

.link-def-l {
    text-decoration: none !important;
    color: #000 !important;
}

.page-nav__dropdown-content {
    flex-wrap: wrap;
}

.margin-top-image {
    margin-top: -250px;
}

.margin-top-thumb {
    margin-top: -50px;
}

@media (max-width: 1199px) {
    .margin-top-image {
        margin-top: -150px;
    }
}

@media (max-width: 991px) {
    .margin-top-image {
        margin-top: -100px;
    }

    .margin-top-thumb {
        margin-top: -25px;
    }
}

@media (max-width: 767px) {
    .margin-top-image {
        margin-top: -150px;
    }

    .margin-top-thumb {
        margin-top: -50px;
    }
}

@media (max-width: 480px) {
    .margin-top-image {
        margin-top: -100px;
    }

    .margin-top-thumb {
        margin-top: -25px;
    }
}

#smspanel2 {
    padding: 40px !important;
}

#smspanel2 .panel-close {
    bottom: 0;
    top: -40px;
    right: -40px;
    background: #2e5038 url(/image/catalog/sms_reg/close.png) no-repeat center center;
}

#demoBasic {
    display: none;
}

.welcome {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#input-phone-login2 {
    width: 100%;
}

.registrsms {
    display: flex;
}

.sna_header {
    font-weight: bold;
}

.chekSms {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

}

#input-phone-login2 {
    text-align: left !important;
}

.purple {
    color: rgb(33, 175, 207);
}

.background_sms {
    background: rgb(33, 175, 207);
}

.sms-input {
    width: 100%;
    border-radius: 0;
    background: none;
    outline: none;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, .8);
    border: none;
    border-bottom: 1px solid #000;
    height: 52px;
    font-family: var(--cygre);
}

.loginsmssimplprov2 {
    max-width: 250px;
    padding: 10px 20px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none !important;
    margin-bottom: 10px;
    outline: none !important;
    margin-top: 15px;
}

.panel-close {
    cursor: pointer;
    width: 35px;
    height: 30px;
    background: #2e5038 url(/image/catalog/sms_reg/close.png) no-repeat center center;
    margin: 0 auto;
    position: relative;
    float: right;
    bottom: 15px;
}

.welcome_reg {
    text-align: center;
    font-size: 16px;
    margin-top: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.required {
    position: relative;
}

#smspanel2 .tab-content .form-group,
#modal-sms2 .tab-content .form-group {
    margin: 15px auto;
    width: 220px;
}

#smspanel2 .tab-content {
    display: block;
}

#modal-sms2 .tab-content {
    display: block;
}

#smspanel2 .tab-content .btn-primary,
#modal-sms2 .tab-content .btn-primary {
    min-width: 220px;
    background: rgb(45, 80, 109);
    display: block;
    padding: 10px 20px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none !important;
    margin-bottom: 10px;
    outline: none !important;
    margin: 10px auto
}

#modal-login {
    z-index: 99999;
    top: 320px;
}

.tel {
    display: flex;
}

.dd-selected {
    padding: 7px;
}

.login_aut {
    margin-bottom: 10px;
    text-align: center;
}

.log_p {
    margin-bottom: 10px;
    text-align: left;
}

#smspanel2 .purple {
    margin-top: 15px;
    color: #2e5038;
}

.smspanel2-buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

#modal-sms2 {
    padding: 40px !important;
}

#modal-sms2 .panel-close {
    bottom: 0;
    top: -40px;
    right: -40px;
    background: #2e5038 url(/image/catalog/sms_reg/close.png) no-repeat center center;
}

#modal-sms2 .welcome_reg {
    margin-right: 0;
    margin-top: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}

#modal-sms2 .btn-green.loginsmssimpl {
    width: 100%;
    max-width: 300px;
}

.modal-sms2__buttons {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

#input-code-login2 {
    width: 100%;
    border-radius: 0;
    background: none;
    outline: none;
    padding: 5px 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(0, 0, 0, .8);
    border: none;
    border-bottom: 1px solid #000;
    height: 52px;
    font-family: var(--cygre);
    text-align: center;
}

#modal-login {
    padding: 40px !important;
}

#modal-login .panel-close {
    bottom: 0;
    top: -40px;
    right: -40px;
}

#checkout-cart .alert.alert-danger.alert-dismissible {
    padding: 50px;
}

.social-networks {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 80px;
}

.social-networks__item a {
    display: flex;
}

.cust-gift__text a {
    color: #101010;
}

.checkout-remove-voucher {
    background: transparent;
    border: none;
}

.checkout-remove-voucher {
    cursor: pointer;
}

.checkout-remove-voucher__block {
    display: flex;
    justify-content: flex-end;
}

.voucher-info-block {
    display: flex;
    width: calc(100% - 63px);
}

.btn-button {
    font-family: var(--cygre);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
    outline: none;
    border: 1px solid #000;
    cursor: pointer;
    font-style: normal;
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    height: 60px;
    font-size: 14px;
    color: #101010;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
}

.btn-button.active {
    color: #fff !important;
    background: #2e5038;
}

.account__item-header a {
    color: #101010;
}

.footer__comment {
    display: none;
}

.banner__item {
    cursor: pointer;
}

.banner__item-content {
    display: none;
}

.slick-slide img {
    max-width: 100%;
}

.slick-prev,
.slick-next {
    display: none !important;
}








.page-nav__content {
    padding: 0;
}

.page-nav__dropdown {
    top: calc(100% - 2px);
    z-index: 9;
    padding: 0 50px;
}

.page-nav__item:hover .page-nav__dropdown {
    display: flex;

}

.page-nav__item {
    padding: 26px 0;
    cursor: pointer;
}

.page-nav__dropdown-content {
    width: 100%;
}

.pagination.pagination-block {
    margin-top: 50px;
}

.radio__label {
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

.radio__input:checked+.radio__label_image:after {
    content: '';
    border: 2px solid #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    border-radius: 100px;
    left: 1px;
}

.product__pay .product__pay-item:nth-child(1) .product__pay-title {
    font-weight: 500;
}

.product__pay-text-info {
    display: none;
}

.contain {
    position: fixed;
    right: 15%;
    top: 15%;
    width: 200px;
    height: 220px;
}

.success-copy-link {
    display: none;
}

.shipping__hr {
    height: 2px;
    width: 100%;
    background: #000;
    margin-top: -9px;
}

.simplecheckout-block-content__top-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.customer-text-login {
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}


.order-rewards {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    gap: 15px;
}

.order-rewards__title-total {
    font-size: 16px;
    color: #101010;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.order-rewards__separator {
    display: flex;
    width: 100%;
    height: 2px;
    background: #101010;
}

.order-rewards__elements {
    display: flex;
    gap: 20px;
}

.order-rewards__elements_right {
    width: 250px;
}

.order-rewards__elements_left {
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
}

#order-rewards__slider {
    display: flex;
    width: 100%;
    height: 3px;
}

#order-rewards__current-reward {
    display: flex;
    padding-right: 25px;
    min-width: 75px;
}

#order-rewards__slider .ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#order-rewards__slider {
    background: #9f9f9f;
    border: none;
}

#order-rewards__slider .ui-widget-header {
    background: #2e5038;
}

#order-rewards__slider .ui-slider-handle.ui-corner-all.ui-state-default {
    background: #2e5038;
    border: none;
    top: -8px;
}

#order-rewards__slider .ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
    outline: unset;
}

#order-rewards__slider .ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: unset;
}

button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.simplecheckout-cart-total-remove {
    display: none;
}
html{
    font-size: 20px;
}

.cdek-map-block .cdek-pw1flc[data-v-540d2d0b] {
    background: #2e5038 url(/image/catalog/sms_reg/close.png) no-repeat center center !important;
    right: 0 !important;
    top: 0 !important;
    --un-icon: unset !important;
    width: 35px !important;
    height: 30px !important;
}
.cdek-map-block .cdek-1rkrs0[data-v-540d2d0b] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    padding: 35px !important;
}
/*
.cdek-map-block .cdek-1rkrs0[data-v-540d2d0b] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    padding: 35px !important;
}

.cdek-map-block .cdek-c66dnq[data-v-540d2d0b] {
    max-width: 100% !important;
}

.cdek-map-block .cdek-dorbss[data-v-7641f28d] {
    width: auto !important;
    padding: 15px !important;
    font-size: 17px !important;
    line-height: 100% !important;
    right: 0 !important;
}

.cdek-map-block .cdek-hmeecb[data-v-e4dfb417] {
    padding: 15px !important;
    font-size: 17px !important;
    line-height: 100% !important;
    display: flex !important;
    height: auto !important;
}

.cdek-map-block .cdek-i5n42d[data-v-44fde694] {
    right: 0 !important;
}
*/
@media (max-width: 768px) {
    .order-rewards__elements {
        flex-direction: column;
        gap: 20px;
    }

    .order-rewards__elements_left {
        width: 100%;
    }

    .order-rewards__elements_right {
        width: 100%;
    }

    .order-rewards+.shipping .btn-green.mt50 {
        margin-top: 0;
    }
}