<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;
}

.header__search-form_submit {
    color: hsla(0, 0%, 100%, 1);
}
.header__search-form_submit:hover{
    color: hsla(0, 0%, 100%, 0.4);
}

.dash a{
    background: #1cbaf4;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    border-radius: 12px;
    padding: 10px;
    color: white;
    font-weight: bold;
}
.dash a:hover{
    background-color: #09779f;
}

.special_detail_image{
    border-radius: 12px;
}

.product__item-sticker{
    position: relative !important;
}
.product__item .stickers{
    position: absolute;
}

.post-item{}
.post-item .image{}
.post-item .image a{}
.post-item .image a:hover{
    opacity: 0.8;
}
.post-item .image:hover ~ .title a{
    color: #00b1f3;
}
.post-item .image a img{
    border-radius: 12px;
    margin-bottom: 12px;
}
.post-item .title{
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
    position: relative;
}
.post-item .title a{
    color: #343b4c;
    display: inline;
}
.post-item .title a:hover{
    color: #00b1f3;
}
.post-item .title:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: 0;
    content: "";
    display: block; 
    height: 30px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.post-item .date{
    font-size: 14px;
    color: #525252;
}
.post-item .description{
    font-size: 14px;
    color: #656565;
    font-weight: 500;
}
.post-item .dates{}

.rec_title{
    font-size: 18px;
    font-weight: bold;
    color: #343b4c;
    margin: 20px 0 0;
}

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