<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mproducts-sect__slide-footer .button-wrap {
    flex: 1 0 0;
}
.mproducts-sect__slide-footer .mproducts-sect__slide-btn{
    display: inline-block;
    width: 100%;
    line-height: 33px;
}
.mproducts-sect__slide-ctrls label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}
.mproducts-sect__slide-ctrls label input[type=checkbox]{
    display: none;
}
.mproducts-sect__slide-ctrls label svg{
    stroke: #555f68;
    fill: #555f68;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.mproducts-sect__slide-ctrls label:hover svg{
    fill: #ff4651!important;
    stroke: #ff4651!important;
    cursor: pointer;
}
.mproducts-sect__slide-ctrls label input[type=checkbox]:checked + svg{
    fill: #ff4651!important;
    stroke: #ff4651!important;
    cursor: pointer;
}

.modalPopupBasket{
    position: fixed;
    z-index: 15;
    top: 20px;
    right: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 20px 10px;
    width: 275px;
}
.modalPopupBasket .popup-window-titlebar{
    height: auto;
}
.modalPopupBasket .popup-window-content{
    padding: 10px;
}
.modalPopupBasket .popup-window-content &gt; div{
    display: flex;
    align-items: center;
}
.modalPopupBasket .popup-window-content img{
    max-height: 80px;
}
.modalPopupBasket .popup-window-content p{
    text-align: left;
    font-size: 13px;
    margin-left: 10px;
    margin-bottom: 0;
}
.modalPopupBasket .btn-default.btn-buy{
    flex: 1 0 0;
    height: 32px;
    color: #fff;
    background-color: #ff4651;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    border-radius: 5px;
    line-height: 24px;
}
.modalPopupBasket .btn-default.btn-buy:nth-child(2){
    background-color: #b0b0b0;
}
.modalPopupBasket.addItem .popup-window-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.modalPopupBasket.addItem .popup-window-buttons .btn {min-width: auto}

.modal-content .card-sect__content-order {
    margin: 10px auto;
}

.modal-content .card-sect__content-order .card-sect__content-order-btn span {
    color: #fff;
}</pre></body></html>