<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catalog-list .item{
    background: #ffffff;
    height: 390px;
    width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    padding: 10px 15px;
    text-align: center;
}
.catalog-list .item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.catalog-list .item .pic-t{
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.catalog-list .item .pic{
    display: table-cell;
    width: 100%;
    text-align: center;
    height: 200px;
    vertical-align: middle;
}
.catalog-list .item .pic img{
    margin: auto;
    max-width: 100%;
    max-height: 200px;
}
.catalog-full-list .item{
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .catalog-list .owl-carousel .owl-item img{
        width: auto;
    }
}


.catalog-list .item .name{
    line-height: 1.2;
    height: 56px;
    overflow: hidden;
}
.catalog-list .item .name a{
    color: #d50000;
    font-weight: normal;
    font-size: 14px;
}

.catalog-list .item .stars{
    text-align: left;
}
.catalog-list .item .rating{
    display: inline-block;
    width: 100px;
    height: 20px;
    margin: 5px 0;
    background: url("/img/stars.png") 0 0 no-repeat;
    position: relative;
    vertical-align: middle;
}
.catalog-list .item .rating .full{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/stars.png") 0 -20px no-repeat;
    width: 0;
    height: 20px;
}
.catalog-list .item .rating-num{
    display: inline-block;
    margin-left: 15px;
    color: #a8a397;
    vertical-align: middle;
    font-size: 12px;
}
.catalog-list .item .rating-num:before{
    content: '\f075';
    font-family: FontAwesome;
    margin-right: 3px;
    font-size: 14px;
}
.catalog-list .item .rating-num:hover {
    text-decoration: none;
    color: #666666;
}
.catalog-list .item .buy{
    height: 50px;
    margin-top: 15px;
}
.catalog-list .item .buy .price{
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
.catalog-list .item .buy .price .ot{
    font-weight: 300;
    font-size: 16px;
    color: #888888;
}
.catalog-list .item .buy .to-cart{
    display: inline-block;
    float: right;
    background: #ffc53a url("/img/tocart.png") center center no-repeat;
    height: 34px;
    width: 70px;
    border-radius: 17px;
    transition: background 0.2s;
}
.catalog-list .item .buy .to-cart:hover{
    background-color: #a62b13;
}



/*  PICS */


.catalog-product-pics{
    width: 460px;
    margin: 0 30px 30px 30px;
}

.catalog-product-pics .td{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.catalog-product-pics .td i{
    position: absolute;
    top: 1%;
    left: 1%;
    display: inline;
    text-align: left;
}
.catalog-product-pics .td i img{
    width: 50%;
    height: 50%;
}
.catalog-product-pics .td img{
    width: auto;
    display: inline-block;
}
.catalog-product-pics .big-pic-wrapper .img-slider{
    width: 460px;
    overflow: hidden;
}
.catalog-product-pics .big-pic-wrapper .td{
    width: 460px;
    height: 460px;
}

@media (max-width: 1200px) {
    .catalog-product-pics{
        width: 360px;
        margin: 0 30px 30px 30px;
    }
    .catalog-product-pics .big-pic-wrapper .img-slider{
        width: 360px;
    }
    .catalog-product-pics .big-pic-wrapper .td{
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 992px) {
    .catalog-product-pics{
        width: 320px;
        margin: 0 30px 30px 30px;
    }
    .catalog-product-pics .big-pic-wrapper .img-slider{
        width: 320px;
    }
    .catalog-product-pics .big-pic-wrapper .td{
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 410px) {
    .catalog-product-pics  .big-pic-wrapper img{
        max-width: 230px;
    }
    .catalog-product-pics{
        width: 230px;
        margin: 0 auto 30px auto;
    }
    .catalog-product-pics .big-pic-wrapper .img-slider{
        width: 230px;
    }
    .catalog-product-pics .big-pic-wrapper .td{
        width: 230px;
        height: 230px;
    }
}
.catalog-product-pics .thumb-pics-wrapper .td{
    width: 70px;
    height: 70px;
    margin: 2px;
    border: 1px dotted #dddddd;
}
.catalog-product-pics .thumb-pics-wrapper .td a{

}
.catalog-product-pics .thumb-pics-wrapper .td img{
    max-width: 45px;
    max-height: 45px;
    margin: 3px auto;
}
.catalog-product-pics .thumb-pics-wrapper .td.active{
    border: 1px solid #9ca88d;
}

.pics-wrapper{
    position: relative;
}
.pics-wrapper .pics-prev, .pics-wrapper .pics-next{
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    cursor: pointer;
    background-color: #ffffff;
    color: #aaaaaa;
}
.pics-wrapper .pics-prev:hover, .pics-wrapper .pics-next:hover{
    background-color: #f0f0f0;
    color: #888888;
}
.pics-wrapper .pics-prev{
    left: -30px;
}
.pics-wrapper .pics-next{
    right: -30px;
}

.pics-wrapper .pics-prev::after,
.pics-wrapper .pics-next::after{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    top: 50%;
    left: 0;
    font-size: 20px;
    text-align: center;
    font-family: FontAwesome;
}
.pics-wrapper .pics-prev::after{
    content: "\f053";
}
.pics-wrapper .pics-next::after{
    content: "\f054";
}



.catalog-product-info .price{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}

.select-offer-nojs{
    margin: 30px 0;
    padding: 7px;
}

.select-offers-block{
    margin: 30px 0 0 0;
}
.select-offers-block .h{
    color: #666666;
    margin-bottom: 10px;
}
.select-offers .offers-property{
    margin-bottom: 10px;
}
.select-offers .o-label{
    color: #a62b13;
    clear: both;
}
.select-offers .variants{
    padding: 5px 0 15px 0;
    clear: both;
}
.select-offers .variants i{
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    float: left;
    white-space: nowrap;
    padding: 3px 10px;
    background: #dddddd;
    border: 3px solid #ffffff;
    color: #000000;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
}
.select-offers .variants i::after {
    content: '\f0c8';
    display: block;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}
.select-offers .variants i:hover{
    border-color: #ffffff;
    background: #cccccc;
}
.select-offers .variants i:hover::after{
    content: '\f14a';
}
.select-offers .variants i.active{
    border-color: #a62b13;
    background: #a62b13;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.select-offers .variants i.active::after {
    content: '\f14a';
}

.select-offers .variants i.disable,
.select-offers .variants i.disable:hover{
    border: 1px solid #dddddd;
    padding: 2px 9px;
    margin: 3px;
    background: none;
    color: #dddddd;
    cursor: default;
}
.select-offers .variants i.disable::after{
    color: #eeeeee;
}

.select-offers .variants i.disable::after,
.select-offers .variants i.disable:hover::after{
    content: '\f096';
}

.product-count{
    position: relative;
    margin: 15px 0;
}
.product-count-0{
    margin: 15px 0;
    display: none;
}
.product-count .h{
    font-weight: bold;
}
.product-count .h i.sum-count{
    font-style: normal;
    font-weight: normal;
}
.product-count.disable .h i.sum-count{
    border: 0;
}

.product-count .stores-counts {
    margin-top: 5px;
}
.stores-counts-toggle{
    font-weight: normal;
    cursor: pointer;
    margin-left: 10px;
}
.stores-counts-toggle span{
    color: #a62b13;
    border-bottom: 1px dashed #a62b13;
}
.stores-counts-toggle::before{
    font-family: FontAwesome;
    content: "\f106";
    margin-right: 4px;
}
.stores-counts-toggle.collapsed::before{
    content: "\f107";
}
/*
.product-count .stores-counts{
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #FFFFFF;
    padding: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}
.product-count:hover .stores-counts{
    display: block;
}
.product-count.disable:hover .stores-counts{
    display: none;
}
*/

.product-count .stores-counts{
    position: relative;
    background: #ffffff;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px 0;
}
.product-count .stores-counts::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    top: -7px;
    left: 80px;
    transform: rotate(45deg);
    background: #ffffff;
}
.product-count .stores-counts table{
}
.product-count .stores-counts table th{
    text-align: left;
    font-weight: normal;
    color: #a62b13;
    padding: 5px 20px;
}
.product-count .stores-counts table td{
    text-align: right;
    padding: 5px 20px;
}

.buy-action{
    margin-top: 30px;
}
.buy-action .btn{
    margin-bottom: 5px;
}

.buy-action .select-count{
    width: 150px;
    height: 43px;
    text-align: center;
    position: relative;
    float: left;
    margin: 0  3px 5px 0;
    border-color: #cccccc;
}
.buy-action .select-count input.form-control{
    height: 43px;
    line-height: 43px;
    text-align: center;
}

.buy-action .add-cart:hover {
    opacity: 0.9;
}
.buy-action .add-cart-disable,
.buy-action .in-cart{
    display: none;
}

.add-cart-fly{
    background: #FFFFFF;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
.add-cart-fly img{
    max-width: 60px;
    max-height: 60px;
}

.catalog-product-info .rating{
    color: #a33713;
}


.rating-go-container{
    margin: 30px 0;
}

.rating-info{
    color: #777777;
    margin-top: 5px;
}

.share ul li{
    list-style: none;
    padding: 0;
}
.share ul li:before{
    display: none;
}

#comments_user_name,
#comments_code{
    width: 30%;
}

@media (max-width: 992px) {
    #comments_user_name,
    #comments_code{
        width: 100%;
    }
}


.soc-discont{
    margin: 30px 0;
}

.offer-block{
    display: none;
    position: relative;
    background: #f0f0f0;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.offer-block-active{
    display: block;
}
.offer-block::after{
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    left: 50px;
    background: #f0f0f0;
    transform: rotate(45deg);
}
.offer-block-single::after{
    display: none;
}
.offer-block-single{
    background: transparent;
    padding: 0;
}

.content .product-links{
    padding-left: 30px;
    margin: 20px 0;
    list-style: none;
    font-weight: normal;
}
.product-links li,
.product-links li a{
    color: #222222;
}
.product-links li{
    position: relative;
    margin: 8px 0;
}
.content .product-links li::before{
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    color: #a62b13;
    content: "\f046";
    left: -27px;
}

.catalog-groups{
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalog-groups li{
    display: inline-block;
    margin: 0 15px 7px 0;
}
.catalog-groups li a{
    display: inline-block;
    white-space: nowrap;
    padding: 5px 15px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;

    text-decoration: none;
    border-radius: 30px;
    font-weight: normal;
}
.catalog-groups li a:hover {
    color: #ffffff;
    background: #489900;
    transition: 0.2s;
}
.catalog-groups li&gt;i{
    font-style:normal;
    color:#888888;
    margin-left:10px;
    font-weight: 300;
}

.product-content{
    margin: 30px 0;
}

.rating-input .btn.active{
    background: #ffb607;
    border-color: #e2a000;
}
.rating-input .btn:active,
.rating-input .btn:focus{
    outline: none;
}

.rating-input-radio label{
    display: inline-block;
    background: #f5f5f5;
    border-radius: 10px;
    margin: 0 3px 3px 0;
    padding: 7px 10px 5px 10px;
    text-align: center;
}
.rating-input-radio label input{
    display: block;
}

.sorter-block{
    margin: 15px 0;
    padding: 10px;
    background: #f5f5f5;
    font-weight: normal;
    color: #555555;
    font-size: 14px;
}
.sorter-block a{
    margin: 0 10px 0 0;
    color: #555555;
    white-space: nowrap;
}
.sorter{
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.sorter li{
    display: inline-block;
}
.sorter li a.asc,
.sorter li a.desc{
    font-weight: bold;
}
.sorter li a.asc::before{
    content: "\f160";
    font-family: FontAwesome;
    margin-right: 3px;
    font-size: 12px;
    font-weight: normal;
}
.sorter li a.desc::before{
    content: "\f161";
    font-family: FontAwesome;
    margin-right: 3px;
    font-size: 12px;
    font-weight: normal;
}</pre></body></html>