<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nulledStockCartProduct{
    border-left: 5px solid red;
    border-radius: 0px 24px 24px 0px;   
}
.nulledStockCartProduct .no-stock{
    color: red;
}
.current_price_bar_title{
    display: block;
    font-size: 12px;
}
.alarm{
    background: red;
    color: white;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.wait{
    background: #e0e0e0 !important;
    color: #797979 !important;
    pointer-events: none !important;
}
.video_item{
    background: black;
    border-radius: 8px;
    height: 100%;
}
.product__item .product__item-rating{
    right: auto;
    left: 12px;
}
.city__search-ullist span.link-btn--solid{
    border: 0;
    opacity: 0.5;
    pointer-events: none;
}
.requisites{}
.requisites .item{
    border-bottom: 1px solid #e5e5e5;
    padding: 13px;
}
.ches-znak{
    background: #f6f42e;
    border: 0;
    padding: 20px;
    display: flex;
    margin-bottom: 10px;
}
.ches-znak .img{}
.ches-znak .desc{
    width: calc(100% - 120px);
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #63666a;
    line-height: 17px;
    border-left: 1px solid #00000038;
    margin-left: 16px;
}
.ches-znak img{}
.ches-znak span{}
.chesZnakBadge{
    position: absolute;
    right: 14px;
    z-index: 1;
    width: 50px;
    top: 15px;
}

.w100i{
    width: 100% !important;
}

/* .empty_stock{
    color: red;
    background: #fce0e0;
    padding: 5px;
    border: 1px solid #ffc9c9;
    border-radius: 5px;
} */

.content table{}
.content table tr{}
.content table tr:nth-child(2n) td {
    background-color: #f5f5f5;
  }
.content table tr td{
    border: 1px solid #d2d2d2;
    padding: 7px;
}

@media(max-width: 576px){
    .catalog__ulcategory li .is-disabled, .catalog__ulcategory li span {
        color: white;
    }
}</pre></body></html>