/* Footer */
footer {
    margin-top: auto;
    flex: 0 0 auto;
    position: relative;
}
@media(max-width: 1199px) {
    .rm-footer > .container {
        padding: 0;
    }
}
.rm-footer-grid {
    display: grid;
    grid-template-columns: minmax(256px, 1fr) minmax(256px, 1fr) minmax(256px, 1fr) minmax(256px, 525px);
}
@media(min-width: 1921px) {
    .rm-footer-grid {
        border-right: 1px solid #2F4E39;
        border-left: 1px solid #2F4E39;
    }
}
@media(max-width: 1023px) {
    .rm-footer-grid {
        grid-template-columns: minmax(216px, 1fr) minmax(216px, 1fr) minmax(216px, 1fr) minmax(216px, 525px);
    }
}
@media(max-width: 991px) {
    .rm-footer-grid {
        display: block;
    }
}
.rm-footer-grid-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.rm-footer-block {
    padding: 48px 20px;
}
@media(min-width: 992px) {
    .rm-footer-grid-box {
        border-right: 1px dashed #2F4E39;
    }
    .rm-footer-block:not(:last-child) {
        border-right: 1px dashed #2F4E39;
    }
    .rm-footer-grid-box .rm-footer-block:first-child {
        border-right: none;
        border-bottom: 1px dashed #2F4E39;
        padding-bottom: 80px;
    }
    .rm-footer-grid-box .rm-footer-block:last-child {
        padding-top: 24px;
    }
}

.rm-footer-bottom {
    padding: 20px 0 24px;
    background-color: #000;
    color: #FFF;
}
.rm-footer-catalog-btn {
    margin: 0 0 20px;
    padding: 0 30px !important;
    max-width: 100%;
}
@media (max-width: 767px) {
    .rm-footer-contacts-btn.rm-btn {
        height: 40px;
        line-height: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.rm-footer-title {
    font-family: 'Circe-slab-с',sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.rm-footer-subtitle {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
    .rm-footer-first, .rm-footer-fourth, .rm-footer-second, .rm-footer-third {
        margin-bottom: 20px;
    }
}
.rm-footer-contacts-list li:not(:last-child) {
    margin-bottom: 16px;
}
.rm-footer-contacts-list a,
.rm-footer-contacts-list a svg {
    transition: color 300ms;
}
.rm-footer-contacts-list a,
.rm-footer-contacts-list span {
    column-gap: 8px;
    font-size: 18px;
    line-height: 27px;
    width: fit-content;
}
.rm-footer-contacts-list a span {
    border-bottom: 1px solid transparent;
    transition: border-color 300ms;
}

.rm-footer-contacts-list a:hover {
    color: #2F4E39;
}
.rm-footer-contacts-list a:hover span {
    border-color: #2F4E39;
}

.rm-footer-contacts-list a svg,
.rm-footer-contacts-list span svg {
    color: #2F4E39;
    width: 24px;
    height: 24px;
}
.rm-footer-subbox:not(:last-child) {
    margin-bottom: 40px;
}

.rm-footer-subscribe {
    margin: 17px auto 20px;
    max-width: 325px;
}

@media (min-width: 992px) {
    .rm-footer-subscribe {
        margin: 17px 0 20px;
    }
}

.rm-footer-subscribe .input-group {
    margin-bottom: 12px;
}

.rm-footer-subscribe .form-control {
    background: #f4f4f4;
    border-right: 0;
}

.rm-footer-subscribe button {
    font-size: 12px;
    color: #f4f4f4;
    height: 44px;
    line-height: 44px;
}

.rm-footer-subscribe .form-checkbox-group {
    font-size: 10px;
    margin-left: 15px;
}

.rm-footer-subscribe .form-checkbox-group label {
    color: #6e727e;
}

.rm-footer-text {
    font-size: 13px;
}

.rm-footer-address {
    margin: 10px 0 20px;
}

.rm-footer-phones {
    margin: 10px 0 5px;
    font-size: 14px;
}

.rm-footer-phones img {
    margin-right: 5px;
}

.rm-footer-phones a:hover {
    text-decoration: underline;
}

.rm-footer-phones-link {
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .rm-footer-phones-link {
        margin-bottom: 0;
    }
}

.rm-footer-phones-link:hover {
    text-decoration: none;
}

.rm-footer-shedule-list {
    margin: 10px 0 20px;
}

@media (min-width: 992px) {
    .rm-footer-shedule-list {
        margin: 30px 0 20px;
    }
}

.rm-footer-mail-link {
    font-size: 12px;
    letter-spacing: .3px;
    text-decoration: underline;
}

.rm-footer-mail-link:hover {
    text-decoration: none;
}
.rm-footer-links-list li:not(:last-child) {
    margin-bottom: 16px;
}
.rm-footer-links-list a {
    font-size: 18px;
    line-height: 27px;
    display: block;
    width: fit-content;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s, color 0.3s;
}
.rm-footer-links-list a:hover {
    border-color: inherit;
}
.rm-footer-links-list {
    font-size: 14px;
    line-height: 28px;
}
.rm-footer-block--social .rm-footer-links-list li {
    margin: 0 -20px;
    width: calc(100% + 40px);
}
.rm-footer-block--social .rm-footer-links-list a {
    column-gap: 10px;
    padding: 24px 20px;
    border-bottom: 1px dashed #2F4E39;
    width: 100%;
}
.rm-footer-block--social .rm-footer-links-list li:first-child a {
    border-top: 1px dashed #2F4E39;
}
.rm-footer-block--social .rm-footer-links-list a span {
    border-bottom: 1px solid #292E2B;
}
.rm-footer-payments-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    opacity: 0.6;
    height: 40px;
}
.rm-footer-payments-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.rm-footer-credits {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.6;
}
.rm-footer-payments-list {
    row-gap: 20px;
}
@media(max-width: 991px) {
    .rm-footer-payments-list {
        gap: 5px 10px;
    }
    .rm-footer-payments-item {
        height: 25px;
        padding: 5px;
    }
    .rm-footer-block--accordion {
        padding: 0 16px;
    }

    .rm-footer-block--accordion {
        border-bottom: 1px dashed #2F4E39;
    }
    .rm-footer-subbox:not(:last-child),
    .rm-footer-title {
        margin-bottom: 30px;
    }

    .rm-footer-block--accordion .rm-footer-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 0;
        padding: 16px 0;
        cursor: pointer;
    }

    .rm-footer-block--accordion .rm-footer-title::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='31' viewBox='0 0 30 31' fill='none'><path d='M26.5385 14.9183H15.9615V4.34142C15.9615 3.74046 15.601 3.37988 15 3.37988C14.399 3.37988 14.0385 3.74046 14.0385 4.34142V14.9183H3.46154C2.86058 14.9183 2.5 15.2789 2.5 15.8799C2.5 16.4808 2.86058 16.8414 3.46154 16.8414H14.0385V27.4183C14.0385 28.0193 14.399 28.3799 15 28.3799C15.601 28.3799 15.9615 28.0193 15.9615 27.4183V16.8414H26.5385C27.1394 16.8414 27.5 16.4808 27.5 15.8799C27.5 15.2789 27.1394 14.9183 26.5385 14.9183Z' fill='%232F4E39'/></svg>") no-repeat center / contain;
    }
    .rm-footer-block--accordion.active .rm-footer-title::after {
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 31' fill='none'><path d='M26.5385 16.5049H3.46154C2.86058 16.5049 2.5 16.1533 2.5 15.5674C2.5 14.9814 2.86058 14.6299 3.46154 14.6299H26.5385C27.1394 14.6299 27.5 14.9814 27.5 15.5674C27.5 16.1533 27.1394 16.5049 26.5385 16.5049Z' fill='%232F4E39'/></svg>")
        no-repeat center / contain;
    }

    .rm-footer-block--accordion .rm-footer-links-list {
        max-height: 0;
        height: auto;
        overflow: hidden;
        transition: max-height ease 0.3s, margin 0.3s;
    }
    .rm-footer-block--accordion.active .rm-footer-links-list {
        margin: 14px 0 30px;
    }
    .rm-footer-block:not(.rm-footer-block--accordion) {
        padding: 30px 16px;
    }
    .rm-footer-block--social {
        border-top: 1px dashed #2F4E39;
        padding-bottom: 0 !important;
    }
    .rm-footer-block--social .rm-footer-links-list a {
        padding: 16px;
    }
    .rm-footer-title {
        font-size: 24px;
        line-height: 36px;
    }
    .rm-footer-subtitle {
        font-size: 20px;
    }
    .rm-footer-bottom-inner {
        gap: 20px;
    }
    .rm-footer-bottom {
        padding: 24px 16px;
    }
}
@media(max-width: 575px) {
    .rm-footer-payments-item {
        width: 54px;
        padding: 0;
        height: 31px;
    }
    .rm-footer-payments-item img {
        height: 25px;
    }
}
/* End of footer */
/* Fixed contacts */
@-webkit-keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    to {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0% {
        opacity: 0
    }

    40% {
        opacity: .96
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .96
    }

    100% {
        opacity: 0
    }
}

@keyframes iconOpacity {
    0% {
        opacity: 0
    }

    40% {
        opacity: .96
    }

    60% {
        opacity: 1
    }

    80% {
        opacity: .96
    }

    100% {
        opacity: 0
    }
}

#rm_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1001
}

@media (min-width: 420px) {
    #rm_fixed_contact_button {
        right:30px;
        width: 70px;
        height: 70px
    }
}

@media (min-width: 992px) {
    #rm_fixed_contact_button {
        bottom:115px
    }
}

#rm_fixed_contact_button.clicked {
    z-index: 1041
}

#rm_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 0;
    display: none
}

#rm_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.rm-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: pulsation 2s infinite;
    animation: pulsation 2s infinite
}

@media (min-width: 420px) {
    .rm-fixed-contact-pulsation {
        width:100px;
        height: 100px
    }
}

.rm-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

@media (min-width: 420px) {
    .rm-fixed-contact-icon {
        font-size:28px
    }
}

.rm-fixed-contact-icon .fa-envelope {
    -webkit-animation: iconOpacity 3s infinite;
    animation: iconOpacity 3s infinite;
    width: 20px;
    height: 20px
}

@media (min-width: 420px) {
    .rm-fixed-contact-icon .fa-envelope {
        width:28px;
        height: 28px
    }
}

.rm-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

@media (min-width: 420px) {
    .rm-fixed-contact-text {
        font-size:8px;
        line-height: 10px
    }
}

.rm-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s ease, opacity .3s ease;
    transition: margin-bottom .3s ease, opacity .3s ease;
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media (min-width: 420px) {
    .rm-fixed-contact-dropdown {
        right:60px
    }
}

.rm-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.rm-fixed-contact-item {
    color: #333
}

.rm-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}


.rm-fixed-contact-item > * {
    pointer-events: none
}

.rm-fixed-contact-item-icon {
    display: block;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.rm-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.rm-fixed-contact-messenger {
    background: #0084ff
}

.rm-fixed-contact-viber {
    background: #7c529d
}

.rm-fixed-contact-telegram {
    background: #2ca5e0
}

.rm-fixed-contact-skype {
    background: #31c4ed
}

.rm-fixed-contact-whatsapp {
    background: #25d366
}

.rm-fixed-contact-email {
    background: #50a8ff
}

.rm-fixed-contact-call {
    background: #3cba8b
}

.rm-fixed-contact-contacts {
    background: #141e1a
}

@media (min-width: 992px) {
    .rm-fixed-contact-viber-mobile {
        display:none !important
    }
}

@media (max-width: 991px) {
    .rm-fixed-contact-viber-desktop {
        display:none !important
    }
}
/* End of fixed contacts */
/* Notify */
.alert-block {
    margin: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 991px) {
    .alert-block:has(.custom-alert--product) {
        margin-right: 15px !important;
    }
}
@media (max-width: 575px) {
    .alert-block:not(:has(.custom-alert--product)):not(:has(.rm-alert-greetings)) {
        right:15px !important;
        top: 15px !important;
    }
}

.rm-alert {
    position: relative;
    float: right;
    border: none;
    padding: 0;
}
.rm-alert:not(.rm-alert-product)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: currentColor;
}

.rm-alert-success {
    background: #FFFDF8;
    color: #2F4E39;
}

.rm-alert-danger  {
    background: #FFFDF8;
    color: #792F30;
}

.rm-alert-warning {
    background: #FFFDF8;
    color: #792F30;
}

.rm-alert-primary {
    background: #FFFDF8;
    color: #792F30;
}

.rm-alert-greetings {
    background: #FFFDF8;
    color: #9C642C;
}
.rm-alert-greetings-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #9C642C;
}
.rm-alert-greetings-title svg {
    width: 24px;
    height: 24px;
}
.rm-alert-greetings-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #292E2B;
}

.rm-alert-greetings .rm-alert-text {
    padding: 20px 30px;
    max-width: 342px
}
@media (max-width: 1199px) {
    .rm-alert-greetings-title {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .alert-block:has(.rm-alert-greetings) {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}
@media (min-width: 420px) {
    .rm-alert-greetings .rm-alert-text {
        min-width: 392px;
        max-width: 392px
    }
}
.rm-alert-greetings .rm-alert-close {
    top: 32px;
    right: 25px;
}
.rm-alert-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    color: #fff;
}
.rm-alert-close,
.rm-alert-close svg {
    width: 30px;
    height: 30px;
    color: #2F4E39;
}
.rm-alert-close:hover,
.rm-alert-close:hover svg {
    color: #792F30;
}


.rm-alert-text {
    color: #292E2B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 14px 54px 14px 16px;
}

@media (min-width: 420px) {
    .rm-alert-text {
        min-width: 344px;
        max-width: 344px
    }
}

.rm-alert-text a {
    text-decoration: underline
}

.rm-alert-text a:hover {
    text-decoration: none
}

.rm-alert-text .alert-text-item:not(:last-child) {
    margin-bottom: 5px
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0,-100%,0);
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}
/* End of notify */
/* Modal */
.modal {
    margin-top: 150px;
    -webkit-transition: margin-top .6s ease, opacity .4s ease;
    transition: margin-top .6s ease, opacity .4s ease;
    opacity: 0
}
.modal.modal--cart.modal--cart-regenerate {
    -webkit-transition: margin-top .6s ease;
    transition: margin-top .6s ease;
}
.modal.show {
    margin-top: 0;
    opacity: 1
}

.modal-dialog {
    max-width: 650px
}

.modal-dialog.medium {
    max-width: 520px
}

.modal-dialog.narrow {
    max-width: 520px
}

@media (max-width: 575px) {
    .modal-dialog.narrow {
        max-width: 100%;
    }
}
.modal-dialog.wide {
    max-width: 950px
}

.modal-dialog.wide .modal-body {
    padding: 0
}

.modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
    padding: 20px
}

@media (min-width: 768px) {
    .modal-dialog.wide .modal-body-left, .modal-dialog.wide .modal-body-right {
        padding:30px
    }
}

@media (max-width: 767px) {
    .modal-dialog.wide .modal-body-left {
        padding-bottom:0
    }
}

.modal-dialog.wide .rm-product-center-price {
    border-bottom: 0
}

@media (max-width: 767px) {
    .modal-dialog.wide .rm-product-center-price {
        padding:15px 0
    }
}

.modal-dialog.wide .rm-product-center-price>span {
    font-size: 18px;
    line-height: 22px
}

.modal-dialog.wide .rm-product-center-price-old {
    font-size: 14px;
    line-height: 17px
}

.modal-dialog.extra-wide {
    max-width: 1196px
}

.modal-dialog.extra-wide .modal-body {
    padding: 0
}

.modal-content {
    border: 0;
    overflow: hidden
}

.modal:not(.modal--cart) .modal-content a:not(.login-button) {
    font-size: 16px;
    line-height: 24px;
    color: #0033A0 !important;
    text-decoration: underline;
}
.modal:not(.modal--cart) .modal-content a:hover {
    text-decoration: none;
}
.modal .modal-content .social_block .social-icon .social-container-box:hover a.login-button {
    color: #FFFDF8 !important;
}
.login-popup-bottom {
    font-size: 14px;
    line-height: normal;
    color: #585858;
    margin-top: 32px;
}
.modal:not(.modal--cart) .modal-content .login-popup-bottom a {
    margin-left: 5px;
    font-size: inherit;
    line-height: inherit;
}

.modal-content a:not(.rm-btn.dark):hover {
    border-color: transparent;
}

.modal-content .rm-btn {
    width: 100%;
}
.modal-content form .form-group:has(~ .rm-btn) ~ .rm-btn {
    margin-top: 32px;
}
.modal-header {
    padding: 48px 48px 32px;
    font-size: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

@media(max-width: 991px) {
    .modal-header {
        padding: 48px 24px 32px;
    }

}

.modal-title {
    font-family: 'Circe-slab-с',sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}
@media(max-width: 767px) {
    .modal-title {
        font-size: 24px;
    }
}

.modal-close {
    width: 50px;
    height: 50px;
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
}
.modal-close svg {
    width: 24px;
    height: 24px;
}

.modal-close:not(.rm-sidebar-title-close):hover {
    color: #B74630;
}

.modal-close:focus {
    box-shadow: none
}

.modal-close-icon {
    position: absolute;
    top: 30px;
    left: 43px;
    bottom: 30px;
    border: 1px solid #777
}

.modal-close-left {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.modal-close-right {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-body {
    padding: 0 48px 48px;
    min-height: 300px;
}
@media(max-width: 991px) {
    .modal-body {
        padding: 0 24px 24px;
    }
}
@media (min-width: 768px) {
    .modal-body-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #f9f9fc
    }

    .modal-body-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 30px
    }
}

.modal-body-img {
    max-height: 280px;
    margin-bottom: 30px;
    border: 1px solid #f9f9fc;
    max-width: 100%
}

.modal-body iframe {
    max-width: 100%
}

.modal .form-checkbox-group {
    padding-left: 15px
}

.modal .form-checkbox-group label {
    color: #777;
    font-size: 12px
}

.modal textarea {
    height: 200px
}

.modal-product-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.modal-comment {
    font-size: 12px;
    margin-bottom: 30px
}

.modal .rm-modal-comment {
    color: #777;
    font-size: 12px;
    line-height: 18px
}

.modal .rm-modal-comment+.rm-review-block {
    margin-top: 20px
}

@media (min-width: 360px) {
    .modal .rm-review-block .rm-module-rating-star {
        background:url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
        width: 25px;
        height: 25px;
        cursor: pointer
    }

    .modal .rm-review-block .rm-module-rating-star:not(:last-child) {
        margin-right: 6px
    }

    .modal .rm-review-block .rm-module-rating-star:last-child {
        margin-bottom: 10px
    }

    .modal .rm-review-block .rm-module-rating-star-is {
        background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") no-repeat
    }
}

@media (min-width: 360px) and (min-width: 576px) {
    .modal .rm-review-block .rm-module-rating-star:not(:last-child) {
        margin-right:10px
    }
}

.tab-content--login {
    margin-top: 32px;
    display: grid;
}

.rm-tabs-text {
    color: #292E2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.tab-pane .rm-tabs-text {
    margin-bottom: 12px;
}

.alert.alert-otp {
    padding: 16px;
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
    border: none;
    border-radius: 0;
    background-color: #F7EEE0;
}

#rm-popup-login .rm-form-box-label {
    font-size: 15px;
}

.rm-not-send-block {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.rm-not-send-block p {
    color: #0C0C0C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

.rm-not-send-block.opened {
    max-height: 400px;
    margin: 10px 0 0;
}

#rm-popup-login .rm-form-box-input:not(:placeholder-shown) ~ .rm-form-box-label,
#rm-popup-login .rm-form-box-input:focus ~ .rm-form-box-label {
    font-size: 12px;
}

#rm-popup-login .rm-cart-block {
    margin: 32px 0 0;
}

#otp-login.active:has(#otp-form-code:not([style="display: none;"])) ~ .popup-login-socials {
    display: none;
}

#loginTabs .nav-item {
    flex-basis: 50%;
}
#loginTabs .nav-link {
    margin-bottom: 0;
    background-color: #FFFDF8;
    padding: 8px 12px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-radius: initial;
    border-color: #2F4E39;
    color: #292E2B;
    transition: .3s;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    width: 100%;
}

#loginTabs .nav-link.active {
    color: #2F4E39;
    border-color: #2F4E39;
    background-color: #FFFDF8;
}
#loginTabs .nav-link:hover {
    color: #2F4E39;
}

#otp-form-code .rm-cart-block-title {
	font-size: 16px;
    line-height: 24px;
    color: #292E2B;
    font-weight: 400;
}

#otp-form-code .otp-code-block {
    padding: 16px;
    background: #F3F2EE;
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#rm-popup-cart.modal {
    margin-top: 0
}
#rm-popup-login .rm-btn {
    margin-top: 32px
}

#rm-popup-login .rm-btn + .rm-btn {
    margin-top: 15px
}

#rm-popup-subscribe .modal-body-text {
    color: #777
}

#rm-popup-subscribe .modal-body-text p {
    margin-bottom: 0
}

#rm-popup-subscribe .modal-body-text p+p {
    margin-top: 10px
}

#rm-popup-subscribe .modal-body-text b {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #272323
}

#rm-popup-subscribe .modal-body .rm-popup-subscribe-image {
    display: block;
    margin: 64px auto 50px
}

#rm-popup-review .rm-review-block .control-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px
}

#rm-popup-review .rm-module-rating-star {
    background: #2F4E39;
    -webkit-mask: url("/catalog/view/theme/oct_remarket/img/sprite.svg#include--star-empty") no-repeat;
    mask: url("/catalog/view/theme/oct_remarket/img/sprite.svg#include--star-empty") no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#rm-popup-review .rm-module-rating-star {
    margin: 0;
}
#rm-popup-review .rm-module-rating-stars {
    margin-bottom: 32px;
    justify-content: flex-start !important;
}
#rm-popup-review .rm-module-rating-star-is {
    -webkit-mask: url("/catalog/view/theme/oct_remarket/img/sprite.svg#include--star-full") no-repeat;
    mask: url("/catalog/view/theme/oct_remarket/img/sprite.svg#include--star-full") no-repeat;
}

#rm-popup-quickview .form-group {
    margin-bottom: 0
}

#rm-popup-quickview .form-group:not(:last-child) {
    margin-bottom: 10px
}

#rm-popup-quickview .rm-product-tabs {
    padding: 20px;
    background: #f9f9fc
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-tabs {
        padding:30px
    }
}

#rm-popup-quickview .rm-product-tabs .nav-tabs {
    padding-left: 0;
    margin: 0
}

#rm-popup-quickview .rm-product-images {
    min-height: 0
}

#rm-popup-quickview .rm-product-images-main {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    #rm-popup-quickview .rm-product-center {
        padding:0 20px 20px
    }

    #rm-popup-quickview .rm-product-center-info {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px
    }

    #rm-popup-quickview .rm-product-center-options {
        padding-bottom: 20px
    }

    #rm-popup-quickview .rm-product-images {
        min-height: 260px
    }

    #rm-popup-quickview .rm-product-images-main {
        margin-top: 20px
    }

    #rm-popup-quickview .rm-module-stickers {
        top: -5px
    }

    #rm-popup-quickview .tab-pane {
        padding: 20px
    }

    #rm-popup-quickview .rm-product-tabs-questions-top {
        padding: 20px
    }
}

#rm-popup-quickview .rm-product-one-click {
    margin: 20px 0
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-one-click {
        margin:0 0 30px
    }
}

@media (max-width: 575px) {
    #rm-popup-quickview .rm-product-one-click .form-control {
        max-width:100%
    }
}

#rm-popup-quickview .rm-product-btn.button-fast-order {
    display: block !important;
    margin-top: 20px
}

@media (min-width: 768px) {
    #rm-popup-quickview .rm-product-btn.button-fast-order {
        margin-top:30px
    }
}

#rm-popup-quickview .rm-product-images-additional {
    max-height: 100px
}

#rm-popup-quickview .rm-product-top-buttons {
    padding: 0
}

#rm-popup-quickview .rm-product-top-button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0
}

#popup_product_questions .rm-product-tabs-questions-item:first-child {
    border-top: 0
}

#rm-popup-quickorder .rm-popup-price-old {
    text-decoration: line-through;
    color: #777
}

#rm-popup-quickorder #button_checkout {
    height: 44px;
    line-height: 44px
}

.popup-purchase-options .form-group:not(:last-child) {
    margin-bottom: 20px
}

.popup-purchase-options .form-group:last-child {
    margin-bottom: 0
}

.popup-purchase-options .radio-with-img {
    margin-bottom: -10px
}

.popup-purchase-options .text-danger {
    text-align: left;
    margin-top: 6px
}

.rm-popup-success {
    padding: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.rm-popup-success img {
    margin-bottom: 24px
}
.rm-popup-success p:last-of-type {
    margin-bottom: 50px
}

#modal-agree .modal-dialog {
    max-width: 1000px
}
@media(max-width: 575px) {
    #octStockNotifier .modal-dialog,
    #rm-popup-review .modal-dialog,
    #rm-popup-login .modal-dialog {
        margin: 0;
    }
    #octStockNotifier .modal-content,
    #rm-popup-review .modal-content,
    #octStockNotifier .modal-dialog,
    #rm-popup-review .modal-dialog,
    #rm-popup-login .modal-dialog,
    #rm-popup-login .modal-content {
        height: 100%;
    }
    #rm-popup-login  .modal-body {
        overflow-y: auto;
    }
}
/* End of modal */

/* Start  modal cart */
.modal--cart .modal-dialog {
    margin: 0 -17px 0 auto;
    max-width: 500px;
    width: calc(100% + 17px);
}
.modal-close svg {
    width: 32px;
    height: 32px;
    color: #2F4E39;
}
.modal-close:hover svg {
    color: #792F30 !important;
}
.modal--cart .modal-close {
    width: 32px;
    height: 32px;
    top: 38px;
    right: 20px;
}
.modal--cart .modal-header {
    padding: 32px 20px 12px;
}
.modal--cart .modal-body {
    padding: 24px 0 0;
}
.rm-cart-count {
    margin-left: 10px;
    color: #B74630;
    font-size: inherit;
    line-height: inherit;
}
.rm-cart-products {
    padding: 0 10px 0 20px;
    margin-right: 10px;
    overflow-y: auto;
    width: calc(100% - 10px);
}
.rm-cart-products::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}
.rm-cart-products::-webkit-scrollbar-track {
    background-color: #9E9E9E;
    border-radius: 10px;
}
.rm-cart-products::-webkit-scrollbar-thumb {
    background-color: #2F4E39;
    border-radius: 10px;
}
.empty-popup-cart svg {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 12px;
}
.empty-popup-cart {
    margin: auto;
}
.empty-popup-cart-text {
    text-align: center;
    font-size: 22px;
    line-height: 33px;
    color: #2F4E39;
}
@media(max-width: 991px) {
    .empty-popup-cart-text {
        font-size: 20px;
    }
}
.rm-cart-products-item:not(:last-child) {
    margin-bottom: 16px;
}
.rm-cart-products-item-left {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.rm-cart-products-item-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.rm-cart-products-item-info-title a {
    color: #2F4E39;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: none;
}
.rm-cart-products-item-info-title a:hover {
    text-decoration: underline;
}

.rm-cart-products-item-model {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #292E2B;
    opacity: .7;
    margin-top: 6px;
}

.rm-cart-products-item-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.rm-cart-quantity {
    gap: 5px;
}
.rm-cart-quantity-btn {
    width: 20px;
    height: 20px;
    background: transparent;
    padding: 0;
    transition: color 0.3s;
}
.rm-cart-quantity-btn:hover {
    color: #B74630;
}
.rm-cart-quantity-control {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 30px;
    text-align: center;
}
.rm-btn-del {
    min-width: 24px;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s;
}
.rm-btn-del svg {
    width: 100%;
    height: 100%;
}
.rm-btn-del:hover {
    opacity: .8;
}
.rm-cart-bottom {
    gap: 16px 24px;
}
.rm-cart-products-item-right {
    width: 100%;
}
.ds-cart-item--voucher,
.rm-cart-products-item--voucher {
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 15px;
    border: 1px solid rgb(47, 78, 57);
    color: rgb(47, 78, 57);
}
.rm-cart-bottom-wrap {
    margin-top: 6px;
}
.rm-cart-footer {
    background: #F8F7F4;
    width: 100%;
}
.rm-cart-footer .rm-product-one-click {
    padding: 20px 20px 0;
}
.rm-cart-footer-box a {
    border: none;
}
.rm-cart-footer-box a:hover {
    background-color: #313131 !important;
}
.rm-cart-total {
    margin: 0 20px 12px;
}
.rm-cart-total-item {
    color: #585858;
    font-size: 18px;
    line-height: 27px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #2F4E39;
}
.rm-cart-total-item:first-child {
    margin-top: 20px;
}
.rm-cart-total-item strong {
    color: #292E2B;
    font-size: 22px;
    font-weight: 400;
}
@media (max-width: 991px) {
    .rm-cart-total-item strong {
        font-size: 20px;
    }
}
/* End  modal cart */


.modal--subscribe .modal-content {
    position: relative;
    overflow: visible;
    box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.16);
    min-height: 420px;
    background: #2F4E39;
}
@media (min-width: 992px) {
    .modal--subscribe .modal-content:after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        width: 248px;
        height: 420px;
        mix-blend-mode: lighten;
        background: url("/catalog/view/theme/oct_remarket/image/subscribe-decor-bg.webp");
    }
}
.modal--subscribe .modal-content .modal-header {
    padding: 0;
}
.modal--subscribe .modal-content .modal-close {
    z-index: 1;
}
.modal--subscribe .modal-content .modal-close svg {
    color: #FFF;
    transition: .3s;
}
.modal--subscribe .modal-dialog {
    max-width: 970px;
}
.subscribe-content {
    display: flex;
    align-items: center;
}
.subscribe-img img {
    display: block;
    max-width: 450px;
    max-height: 420px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subscribe-info {
    padding: 20px 48px;
}
.subscribe-body {
    max-width: 424px;
}
.subscribe-body-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #FFF;
}
.subscribe-body-text p:not(:last-child) {
    margin-bottom: 8px;
}
.subscribe-body-text h2 {
    font-size: 30px;
    line-height: 43.5px;
}
.subscribe-body-text h3,
.subscribe-body-text h4 {
    font-size: 22px;
    line-height: 33px;
}
.subscribe-body-text h2,
.subscribe-body-text h3,
.subscribe-body-text h4 {
    color: #FFF;
    font-weight: 700;
    margin: 0 0 16px;
}
.modal--subscribe .form-group {
    margin-bottom: 8px;
}
.subscribe-footer {
    margin-top: 32px;
}
.modal:not(.modal--cart) .modal-content .subscribe-footer .rm-btn.subscribe-footer__btn {
    background: #FFFDF8;
    border: 1px solid #9E9E9E;
    color: #585858 !important;
    transition: .3s !important;
}
.modal:not(.modal--cart) .modal-content .subscribe-footer .rm-btn.subscribe-footer__btn:hover {
    color: #FFF !important;
}
@media(max-width: 991px) {
    .subscribe-body-text h2 {
        font-size: 24px;
        line-height: 34.8px;
    }
    .subscribe-img {
        width: 100%;
    }
    .subscribe-img img {
        max-width: 420px;
        max-height: 230px;
    }
    .subscribe-content {
        flex-direction: column;
    }
    .subscribe-info {
        padding: 24px 16px 32px;
    }
    .modal--subscribe .modal-content {
        margin: 0 20px;
    }
    .modal--subscribe .modal-dialog {
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
}

#search  .dropdown-menu {
    position: absolute;
    top: calc(100% - 2px) !important;
    left: -1px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 270px;
    padding: 10px;
    background-color: #FFFDF8;
    border-radius: 0;
    width: calc(100% + 2px) !important;
    border: 1px solid #2F4E39;
}
.dropdown-menu-list {
    list-style: none;
    padding: 10px;
    overflow-y: auto;
    max-height: 550px;
}
@media(max-width: 1599px) {
    .dropdown-menu-list {
        max-height: 450px;
    }
}
.dropdown-menu-list::-webkit-scrollbar {
    width: 4px;
}
.dropdown-menu-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #2F4E39;
}
.dropdown-menu-list::-webkit-scrollbar-track {
    background: #F7EEE0;
    border-radius: 8px;
}
#search .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
#search .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
#search .dropdown-menu  li:has(.manufacturer):not(:last-child),
#search .dropdown-menu  li:has(.category):not(:last-child),
#search .dropdown-menu  li:has(.information):not(:last-child) {
    margin-right: 50px;
}
@media(max-width: 767px) {
    #search .dropdown-menu  li:has(.manufacturer):not(:last-child),
    #search .dropdown-menu  li:has(.category):not(:last-child),
    #search .dropdown-menu  li:has(.information):not(:last-child) {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

#search .dropdown-menu  li:has(.product):not(:last-child) {
    margin-right: 20px;
}

#search .dropdown-menu  li:has(.manufacturer),
#search .dropdown-menu  li:has(.category),
#search .dropdown-menu  li:has(.information) {
    margin-bottom: 10px;
}
#search .dropdown-menu  li.inline a {
    display: block;
}
#search .dropdown-menu  li.inline a .category {
    background: transparent;
}
#search .dropdown-menu  li.inline a .manufacturer .image,
#search .dropdown-menu  li.inline a .category .image {
    height: 100px;
}
#search .dropdown-menu  li.inline a .manufacturer .image img,
#search .dropdown-menu  li.inline a .product .image img,
#search .dropdown-menu  li.inline a .category .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#search .dropdown-menu  li.inline a:focus .category,
#search .dropdown-menu  li.inline a:hover .category {
    text-decoration: underline;
}
#search .dropdown-menu  li.inline a:focus .manufacturer .name,
#search .dropdown-menu  li.inline a:hover .manufacturer .name,
#search .dropdown-menu  li.inline a:focus .information .title,
#search .dropdown-menu  li.inline a:hover .information .title {
    text-decoration: underline;
}
#search .dropdown-menu  li a .product {
    gap: 10px;
}

#search .dropdown-menu  li a .product .image {
    width: 100px;
    height: 100px;
}
#search .dropdown-menu  li a .product .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 6px;
}
#search .dropdown-menu  li a .product .model,
#search .dropdown-menu  li a .product .manufacturer  {
    display: block;
    color: #292E2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
}
#search .dropdown-menu  li a .product .manufacturer  {
    margin-bottom: 6px;
}

#search .dropdown-menu  li a .product .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 2px 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-top: 6px;
}
#search .dropdown-menu  li a:focus .product .name,
#search .dropdown-menu  li a:hover .product .name {
    text-decoration: underline;
}
#search .dropdown-menu li:has(.product) {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
}

#search .dropdown-menu li:has(.category) {
    display: inline-block;
    width: calc((100% - 5 * 50px) / 5);
}

@media(max-width: 991px) {
    #search .dropdown-menu li:has(.category) {
        display: inline-block;
        width: calc((100% - 3 * 50px) / 3);
    }
}
@media(max-width: 767px) {
    #search .dropdown-menu li:has(.product) {
        margin-right: 0 !important;
        width: 100%;
    }
    #search .dropdown-menu li:has(.category) {
        display: inline-block;
        width: calc((100% - 2 * 20px) / 2);
    }
}
#search .dropdown-menu  li.more a {
    padding: 0;
}
#search .dropdown-menu > .active > a,
#search .dropdown-menu > .active > a:hover,
#search .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-image: none;
    outline: 0;
}
#search .dropdown-menu > .disabled > a,
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
    color: #777;
}
#search .dropdown-menu > .disabled > a:hover,
#search .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#search .dropdown-menu::-webkit-scrollbar-track {
    background-color: transparent;
}
#search .dropdown-menu::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}
#search .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
}

#search .dropdown-menu li {
    list-style-image:  none !important;
    clear: both;
}
#search .dropdown-menu li.inline {
    display: inline-block;
}
#search .dropdown-menu li.inline .search-suggestion.category .center,
#search .dropdown-menu li.inline .search-suggestion.manufacturer .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    text-align: center;
}
#search .dropdown-menu li.inline .search-suggestion:not(.manufacturer) {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #2F4E39;
}
#search .dropdown-menu li.disabled .title {
    color:  #292E2B;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 15px;
}
@media(max-width: 1199px) {
    #search .dropdown-menu li.disabled .title {
        font-size: 20px;
    }
}
#search .dropdown-menu li:not(.disabled) .search-suggestion .title {
    font-family: "Inter",sans-serif;
    margin-bottom: 0;
}
.search-suggestion {
    overflow: hidden;
    width: 100%;
    display: flex;
    gap: 15px;
}
.search-suggestion .center {
    flex-grow: 1;
    min-width: 0;
}

.search-suggestion  .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.search-suggestion  .price-old {
    text-decoration: line-through;
    display: block;
    color: #9E9E9E;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.search-suggestion  .price-new {
    display: block;
}
.search-suggestion .more {
    line-height: 30px;
    text-align: center;
    font-size: 1.1em;
    color: white;
    opacity: 0.7;
}
.search-suggestion .more:hover {
    opacity: 1;
}
.search-suggestion .out-stock .value {
    color: #ff2e2e;
    color: white;
    background-color: #ff2e2e;
    width: fit-content;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
}
.search-suggestion .in-stock .value {
    background-color: #00dd00;
    width: fit-content;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
}

li.disabled:not(:first-child) {
    margin-top: 15px;
}
@media(max-width: 767px) {
    li.disabled:not(:first-child) {
        margin-top: 5px;
    }
}

#search .dropdown-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 5px;
    background: #939393;
    width: 25px;
    height: 25px;
    color: #fff;
    transition: background-color 0.3s;
}
#search .dropdown-menu-btn svg {
    pointer-events: none;
    width: 10px;
    height: 10px;
}
#search .dropdown-menu-btn:hover,
#search .dropdown-menu-btn:focus {
    background: #B74630;
}
@media(min-width: 1200px) {
    #search .dropdown-menu-btn {
        display: none;
    }
}
.active-search body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C0C0C;
    opacity: 0.3;
    z-index: 99;
}
#search .dropdown-menu li.inline a .category,
.dropdown-menu li.disabled .search-suggestion .title {
    border-bottom: none !important;
}
