/* Footer */
footer {
    margin-top: auto;
    flex: 0 0 auto;
    position: relative;
}
.rm-footer-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}
.rm-footer {
    padding: 38px 0 35px;
}

@media (max-width: 768px) {
    .rm-footer {
        padding-bottom: 180px;
    }
}
.rm-footer-bottom {
    border-top: 1px solid rgba(256,256,256, 0.2);
    padding-top: 20px;
    margin-top: 48px;
}
.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: 'Victor Mono', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    border-color: inherit;
}
@media(min-width: 1960px) {
    .rm-footer-title {
        font-size: 20px;
        letter-spacing: 0.2px;
    }
}
@media (max-width: 767px) {
    .rm-footer-first, .rm-footer-fourth, .rm-footer-second, .rm-footer-third {
        margin-bottom: 20px;
    }
}
@media(max-width: 575px) {
    .rm-footer-title {
        max-width: 170px;
    }
}
@media(max-width: 380px) {
    .rm-footer-title {
        font-size: 13px !important;
        max-width: 100%;
    }
}

.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: 20px;
}
.rm-footer-links-list a {
    font-family: 'Victor Mono', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.13px;
    width: fit-content;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}
@media(min-width: 1960px) {
    .rm-footer-links-list a {
        font-size: 16px;
        letter-spacing: 0.16px;
    }
}
.rm-footer-links-list a:hover {
    border-color: inherit;
}
.rm-footer-links-list {
    font-size: 14px;
    line-height: 28px;
}

.rm-footer-payments-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    opacity: 0.6;
    height: 40px;
}
.rm-footer-payments-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.rm-footer-credits {
    font-family: 'Victor Mono', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.13px;
    opacity: 0.6;
}
.rm-footer-payments-list {
    row-gap: 20px;
}
@media(max-width: 1599px) {
    .modal-title {
        font-size: 20px;
        letter-spacing: 0.2px;
    }
}
@media(max-width: 1199px) {
    .rm-footer-links-list a {
        font-size: 12px;
        letter-spacing: 0.12px;
    }
    .rm-footer-title {
        font-size: 14px;
        letter-spacing: 0.14px;
    }
    .rm-footer-credits {
        font-size: 12px;
        letter-spacing: 0.12px;
    }
    .modal-title {
        font-size: 17px;
        letter-spacing: 0.17px;
    }
}
@media(max-width: 991px) {
    .rm-footer-grid {
        grid-template-columns: repeat(2,1fr);
        row-gap: 67px;
    }
    .rm-footer-bottom {
        border-top: none;
        padding-top: 0;
        margin-top: 67px;
    }
    .rm-footer-payments-list {
        row-gap: 10px;
    }
    .rm-footer-payments-item {
        padding: 0 5px;
        height: 34px;
    }
    .rm-footer-credits {
        display: block;
        width: 100%;
        line-height: normal;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid rgba(256,256,256, 0.2);
    }
}
/* 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: 10px !important;
    }
}
@media (max-width: 575px) {
    .alert-block {
        right:15px !important;
        top: 15px !important;
        left: 15px !important
    }
}

.rm-alert {
    position: relative;
    float: right;
    border: none;
    padding: 0;
    margin-bottom: 20px
}

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

.rm-alert-success {
    background: #0C0C0C
}

.rm-alert-danger  {
    background: #B74630
}

.rm-alert-warning {
    background: #B74630
}

.rm-alert-primary {
    background: #B74630
}

.rm-alert-close {
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
    transform: translateY(calc(-50% + 20px));
    background: transparent;
    padding: 0;
    color: #fff;
}
.rm-alert-close,
.rm-alert-close svg{
    width: 24px;
    height: 24px
}


.rm-alert-text {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 54px 20px 20px;
}

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

.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.show {
    margin-top: 0;
    opacity: 1
}

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

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

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

.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-content a {
    font-size: 13px;
    line-height: normal;
    border-bottom: 1px solid transparent;
    border-color: inherit;
    transition: border-color 0.3s;
}
.login-popup-bottom {
    font-size: 13px;
    line-height: normal;
    color: #818181;
    margin-top: 32px;
}
.login-popup-bottom a {
    margin-left: 5px;
}

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

.modal-content .rm-btn {
    width: 100%;
}

.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: 'Victor Mono', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.22px;
}

.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: #0C0C0C;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 5px;
}
.tab-pane .rm-tabs-text {
    margin-bottom: 12px;
}

.alert.alert-otp {
    padding: 16px;
    color: #0C0C0C;
    font-family: 'Victor Mono', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.52px;
    margin-bottom: 32px;
    border: none;
    border-radius: 0;
    background-color: #E4E1DB;
}

#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: 14px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 5px;
}

.rm-not-send-block.opened {
    max-height: 400px;
    margin: 20px 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: 10px 0 0;
}

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

#loginTabs .nav-link {
    margin-bottom: 0;
    background-color: #F8F7F4;
    padding: 7px 15px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    border-radius: initial;
    border-color: #E4E1DB;
    color: #0C0C0C;
    transition: background-color .3s;
}

#loginTabs .nav-item + .nav-item {
    margin-left: 10px;
}

#loginTabs .nav-link.active {
    background-color: #E4E1DB;
    border-top-color: #E4E1DB;
    border-bottom-color: #000;
    border-left: none;
    border-right: none;
}

#loginTabs .nav-link:hover {
    background-color: #E4E1DB;
}

#loginTabs .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

#otp-form-code .rm-cart-block-title {
	font-size: 14px;
}

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

#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: url("/catalog/view/theme/oct_remarket/img/star-grey-big.svg") no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer
}
#rm-popup-review .rm-module-rating-star {
    margin: 0;
}
#rm-popup-review .rm-module-rating-stars {
    margin-bottom: 22px;
    justify-content: flex-start !important;
}
#rm-popup-review .rm-module-rating-star-is {
    background: url("/catalog/view/theme/oct_remarket/img/star-gold-big.svg") 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;
}
.modal-close svg {
    width: 32px;
    height: 32px;
}
.modal--cart .modal-close {
    width: 32px;
    height: 32px;
    top: 32px;
    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: 24px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.24px;
}
.rm-cart-products {
    padding: 0 10px 0 20px;
    margin-right: 10px;
    overflow-y: auto;
}
.rm-cart-products::-webkit-scrollbar {
    width: 4px;
}
.rm-cart-products::-webkit-scrollbar-thumb {
    background: #0C0C0C;
    border-radius: 4px;
}
.rm-cart-products::-webkit-scrollbar-track {
    background: #b9b6b2;
    border-radius: 4px;
}
.empty-popup-cart svg {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 12px;
}
.empty-popup-cart-text {
    text-align: center;
    font-family: 'Victor Mono', sans-serif;
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: normal;
    color: rgba(12, 12, 12, 0.7);
}
@media(max-width: 1199px) {
    .empty-popup-cart-text {
        font-size: 12px;
        letter-spacing: 0.12px;
    }
}
.rm-cart-products-item:not(:last-child) {
    margin-bottom: 16px;
}
.rm-cart-products-item-left {
    min-width: 88px;
    width: 88px;
    height: 88px;
    margin-right: 8px;
}
.rm-cart-products-item-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.rm-cart-products-item-info-title a {
    color: #0C0C0C;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.13px;
    margin-bottom: 4px;
    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-hpmr {
    font-family: 'Victor Mono', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.52px;
    color: rgba(12,12,12, 0.7);
}

.rm-cart-products-item-price {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.13px;
}
.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-family: 'Victor Mono', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.52px;
    width: 30px;
    text-align: center;
}
.rm-btn-del {
    width: 24px;
    height: 24px;
    transition: color 0.3s;
}
.rm-btn-del:hover {
    color: #B74630;
}
.rm-cart-bottom {
    gap: 16px 24px;
}
.rm-cart-products-item-right {
    width: 100%;
}
.rm-cart-bottom-wrap {
    margin-top: 8px;
}

.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: #0C0C0C;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.13px;
}
.rm-cart-total-item span {
    font-family: 'Victor Mono', sans-serif;
    font-weight: 500;
    letter-spacing: 0.52px;
}
.rm-cart-total-item {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #0C0C0C;
}
/* End  modal cart */


.modal--subscribe .modal-content {
    position: relative;
    margin-left: 176px;
    background-color: #E4E1DB;
    border-radius: 50px;
    padding: 50px 0;
    overflow: visible;
}
.subscribe-header {
    position: relative;
    padding: 32px 0;
}
.subscribe-header > svg {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}
.subscribe-border::after,
.subscribe-border::before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 20px);
    content: '';
    height: 1px;
}
.subscribe-border::before {
    opacity: 0.3;
    background: #000;
    filter: blur(1px);
}
.subscribe-border--top::before {
    top: 0;
}
.subscribe-border--bottom::before {
    bottom: 0;
}
.subscribe-border::after {
    background: #F8F7F4;
    filter: blur(1px);
}
.subscribe-border--top::after {
    top: 2px;
}
.subscribe-border--bottom::after {
    bottom: -2px;
}
.modal--subscribe .modal-dialog {
    max-width: 602px;
}
.subscribe-body {
    padding: 16px 20px;
}
.subscribe-body-text {
    font-family: 'Victor Mono', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    color: rgba(12,12,12, 0.7);
}
.subscribe-body-text p:not(:last-child) {
    margin-bottom: 8px;
}
.subscribe-body-text h2 {
    font-size: 24px;
    letter-spacing: 0.24px;
}
.subscribe-body-text h3,
.subscribe-body-text h4 {
    font-size: 18px;
    letter-spacing: 0.18px;
}
.subscribe-body-text h2,
.subscribe-body-text h3,
.subscribe-body-text h4 {
    color: #0C0C0C;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 16px;
}
.modal--subscribe .form-group {
    margin-bottom: 8px;
}
.subscribe-footer {
    position: relative;
    height: 105px;
}
.modal-content .rm-btn.subscribe-footer__btn {
    margin: 30px 20px;
    width: calc(100% - 40px);
    font-size: 16px;
}
@media(max-width: 991px) {
    .modal-content .rm-btn.subscribe-footer__btn {
        margin: 0;
        width: 100%;
    }
}
.modal--subscribe .modal-close svg,
.modal--subscribe .modal-close {
    width: 32px;
    height: 32px;
}
.modal--subscribe .modal-close {
    top: 15px;
    right: 15px;
}
.subscribe-decor {
    position: absolute;
    left: -174px;
    top: 155px;
    background-color: #E4E1DB;
    width: 176px;
    height: calc(100% - 309px);
    padding: 20px;
    justify-content: flex-end;
}
.subscribe-decor:before,
.subscribe-decor:after {
    display: block;
    position: absolute;
    top: 4px;
    content: '';
    width: 1px;
    height: calc(100% - 8px);
}
.subscribe-decor::before {
    right: 0;
    opacity: 0.3;
    background: #000;
    filter: blur(1px);
}
.subscribe-decor::after {
    right: 2px;
    background: #F8F7F4;
    filter: blur(1px);
}
.subscribe-decor-img {
    width: 100%;
    height: 190px;
    object-fit: contain;
}
.subscribe-image {
    display: block;
    width: 100%;
    height: 54px;
    object-fit: contain;
    margin-top: 8px;
}
.subscribe-decor-svg {
    display: block;
    position: absolute;
    left: -1.55px;
    width: 180px;
    height: 85px;
}
.subscribe-decor-svg--top {
    top: -84px;
}
.subscribe-decor-svg--bottom {
    bottom: -84px;
}
.subscribe-decor-bottom {
    display: block;
    position: absolute;
    top: -185px;
    left: 0;
    width: 177px;
    height: 85px;
}
@media(max-width: 1599px) {
    .subscribe-body-text h3,
    .subscribe-body-text h4 {
        font-size: 15px;
        letter-spacing: 0.15px;
    }
}
@media(max-width: 991px) {
    .subscribe-body {
        padding: 24px 20px;
    }
    .modal--subscribe .modal-content {
        margin: 0 20px;
    }
    .modal--subscribe .modal-dialog {
        max-width: 420px;
        margin: 15px auto;
    }
    .subscribe-header {
        padding: 10px 0;
    }
    .subscribe-body-text {
        font-size: 13px;
        letter-spacing: 0.13px;
    }
    .subscribe-body-text h2 {
        font-size: 16px;
        letter-spacing: 0.16px;
    }
    .subscribe-body-text h3,
    .subscribe-body-text h4 {
        font-size: 14px;
        letter-spacing: 0.14px;
    }
    .subscribe-footer {
        height: auto;
        padding: 16px 20px;
    }
    .subscribe-footer img {
        display: block;
        width: 100%;
        height: 54px;
        object-fit: contain;
        margin: 0 auto;
    }
    .subscribe-decor-img {
        display: block;
        height: 135px;
        margin-bottom: 12px;
        object-fit: cover;
    }
}

@media(min-width: 1960px) {
    .subscribe-body-text {
        font-size: 18px;
        letter-spacing: 0.18px;
    }
    .subscribe-body-text h2 {
        font-size: 32px;
        letter-spacing: 0.32px;
    }
    .subscribe-body-text h3,
    .subscribe-body-text h4 {
        font-size: 20px;
        letter-spacing: 0.20px;
    }
}
