html{
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
    font: 15px "Roboto","Lucida Grande", Helvetica, Arial, sans-serif;
    line-height: 150%;
    color: #333;
}

img {
    max-width: 100%;
}

th {
    text-align: left;
}
td {
    vertical-align: top;
}

h1 {
    /*padding-top: 20px;*/
    line-height: 120%;
}
h2{
    padding-top: 30px;
}
h3{
    padding-top: 30px;
    margin-bottom: 20px;
}

.fl {
    float:left;
}
.fr {
    float:right;
}
.cb{
    clear: both;
}

.hidden{
    display: none;
}

.debug,
.debug *{
    border: solid 1px rgba(255,0,0,0.3);
}



a {
    color: #00B7FF;
}

.main-column {
    max-width: 960px;
    margin: 0 auto;
}
.body{
    background: #ede3c5;
    height: 100%;
}
.footer {
    clear:both;
    margin-top: 50px;
    padding: 20px 0 70px;
    /*background: #F2E2D0;*/
    background: #ede3c5;
    
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-container .footer-right {
    padding-top: 10px;
}

.footer-container .footer-left {
    /* float:left; */
    padding-top: 10px;
}

.header{
    background: #542109 url(../images/bg.jpg) 0 59%;
    background-size: 100% auto;
    color: wheat;
    /*padding: 100px 0 50px;*/
    height: 210px;
}
.header .logo-link{
    color: wheat;
    text-decoration:none;
}
.header .logo-link:hover{
    color: wheat;
}
.header * {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 1px 1px 20px rgba(0,0,0,0.9);
}

.header-container {
    display: flex;
    justify-content: space-between;
}

.header-right .phones{
    background: rgb(42 25 14 / 56%);
    margin-top: 80px;
    padding: 10px 20px;
    border-radius: 10px;
}

.header-right .phones .with-icon a{
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-right .phones .without-icon{
    padding-left: 25px;
}
    .header .logo-text{
        padding-top:130px;
        font-size: 30px;
        text-shadow: 1px 1px 15px rgba(0,0,0,0.9), 1px 1px 2px rgba(0,0,0,0.5);
    }
    .header .logo-subtext{
        padding-top: 5px;
        font-size: 21px;
        opacity: 0.8;
    }

    .header a,
    .header a:visited{
        color: wheat
    }
    .header a:hover{
        color: white;
    }
a, a:visited {
    color: #af3701;
}
a:hover{
    color: red;
}


.top-menu{
    padding: 30px 0 20px 0;
    font-weight: bold;
    background:white;

}
    .top-menu a {
        color: saddlebrown;
        font-size: 16px;
        padding: 5px 10px 5px 5px;
        margin-right: 10px;
        display: inline-block;
    }
    .top-menu a:hover{
        color: red;
    }
    .top-menu a.selected {
        /*font-weight: normal;*/
        /*color: #623112;*/
        background: #ede3c5;
        padding: 5px 10px;
        border-radius: 3px;

        color: #555;
        text-decoration: none;
    }
    .top-menu a.selected:hover{
        /*color: #623112;*/
        background: #f3ecd8;
        color: red;
        text-decoration: underline;
    }

.message {
    font-size: 16px;
    background: seagreen;
    color: white;
    padding: 15px;
    width: 100%;
}





.flex {
    display: flex;
}

.shop {
    display: flex;
}

.shop .categories-container {
    min-width: 250px;
}
.shop .categories{
    /*background: #ead0c0;*/
    /*margin-top: 10px;*/
    /*top: 0;*/
    /*position: fixed;*/
    /*float:left;*/
    /*min-width: 200px;*/
    /*width: 25%;*/
    /*height: 100%;*/
    /*padding: 10px;*/
}
    .shop .category {
        padding: 5px 5px 5px 10px;
    }

    .shop .category.selected {
        /*font-weight: bold;*/
        /*background: #af3701;*/
        background: #ede3c5;
        padding: 5px 5px 5px 10px;
        border-radius: 3px;
    }
    .shop .category.selected a{
        /*color: wheat;*/
        color: brown;
        text-decoration: none;
    }


h3.category-name{
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 30px;
}

.shop .products,
.shop .search-result-products {
    /*clear: both;*/
    /*width: 100%;*/
    padding-left: 30px;
    /*float: right;*/
    /*margin-left: 270px;*/
    display: flex;
    flex-wrap: wrap;
}


.shop .product {
    margin: 5px;
    border-radius: 5px;
    border: solid 1px #c0c0c093;
    /* float: left; */
    /*clear:both;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px 30px;
    /*border: solid 1px gray;*/
    max-height: 400px;
    width: 235px;
    text-align:center;
}

@media (max-width: 768px) {
    .shop .product {
        width: 100%;
    }
}
.shop .product img{
    border-radius: 1px;
    margin: 0 auto;
}
.shop tr.product-description{
    border-bottom: solid 1px #dfdfdf;

}
.shop tr.product-description td{
    padding-bottom: 7px;
    color: #777;
}

.shop .product-description {
    overflow: hidden;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    text-overflow: ellipsis;
    max-width: 350px;
    /* border: solid 1px brown; */
    /* background: yellow; */

}
.product-description-on-product-page{
    max-width: 350px;
}
.shop .product td {
    padding: 7px 0;
}
.shop .product-days {
    text-align: center;
    font-size: 93%;
    /*margin: 0 10px;*/
    /*width: 120px;*/
}
    .shop .product-name {
        padding-top: 7px;
        /*width: 50%;*/
        /*float:left;*/
        /*font-size: 110%;*/
        font-weight: bold;
        /*text-align: center;*/
    }
    .shop .product-price{
        font-weight: bold;
    }
    /*.shop td.product-price{*/
        /*padding: 7px 15px 7px 0;*/
        /*text-align: right;*/
        /*/!*padding-right: 10px;*!/*/
        /*/!*float: left;*!/*/
        /*/!*width: 10%;*!/*/
        /*font-weight: bold;*/
        /*font-size: 110%;*/
    /*}*/
        .shop .rubble {
            font-weight: bold;
            /*font-size: 110%;*/
            /*font-family: helvetica, arial, sans-serif;*/
        }
    .shop .product-quantity{
        /*float:left;*/
        width: 125px;
        margin: 0 auto;

    }
        .shop .product-quantity button {
            background: #34e20c;
            color: white;
            float:left;
            border: solid 1px #34e20c;
            border-radius: 1px;
            margin-top: 2px;
            padding: 5px 8px;
            font-weight: bold;

            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34e20c+0,31d60b+100 */
            background: #34e20c; /* Old browsers */
            background: -moz-linear-gradient(top,  #34e20c 0%, #31d60b 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #34e20c 0%,#31d60b 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  #34e20c 0%,#31d60b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34e20c', endColorstr='#31d60b',GradientType=0 ); /* IE6-9 */

        }
        .shop .product-quantity-text{
            border-top: solid 1px #b7f4a9;
            border-bottom: solid 1px #b7f4a9;
            margin-top: 2px;
            background: #b7f4a9;
            padding: 5px 8px;
            min-width: 55px;
            float:left;
            text-align: right;
        }

        .shop .input-quantity{
            margin-top:2px;
            float:left;
            width: 55px;
            padding: 6px 8px;
            border: 1px;
        }

.thumb {
    height: 220px;
    padding-right: 20px;
    padding-top: 20px;
    vertical-align:middle;
}


/* .product-photos {
    clear: both;
} */

.product-photo-container{
    min-height: 180px;
    text-align: center;
    font-weight: bold;
}
.product-no-photo{
    min-height: 120px;
    height: 120px;
    margin-bottom: 5px;
}
.product-photo-container a{
    color: #555;
}
.product-photo-container a:first-child{
    display: block;
}
.product-photo-container img{
    /*padding-right: 5px;*/
}

.product-weight{
    color: #777;
    font-size: 14px;
}
.product-size{
    color: #777;
    font-size: 14px;
}



.shop .product-add-to-cart button{
    width: 150px;
    color: white;
    /*margin-left: 10px;*/
    margin-top: 5px;
    background: #34e20c;
    border: solid 1px #34e20c;
    border-radius: 1px;
    padding: 7px 15px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34e20c+0,31d60b+100 */
    background: #34e20c; /* Old browsers */
    background: -moz-linear-gradient(top,  #34e20c 0%, #31d60b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #34e20c 0%,#31d60b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #34e20c 0%,#31d60b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34e20c', endColorstr='#31d60b',GradientType=0 ); /* IE6-9 */

}

.button-basket{
    color: white;
    border: solid 1px #34e20c;
    border-radius: 1px;
    padding: 7px 15px;
    margin-left: 5px;
    margin-top: 5px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34e20c+0,31d60b+100 */
    background: #34e20c; /* Old browsers */
    background: -moz-linear-gradient(top,  #34e20c 0%, #31d60b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #34e20c 0%,#31d60b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #34e20c 0%,#31d60b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34e20c', endColorstr='#31d60b',GradientType=0 ); /* IE6-9 */

}






.basket {
    background: #333;
    color: #dfdfdf;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7px 0 2px;
    text-align:center;
    font-size: 120%;
    z-index: 100;
}
.basket a,
.basket a:visited{
    color: #dfdfdf;
}
.basket a:hover{
    color: white;
}

    .basket-content{
        display:inline-block;
    }
        .basket-icon{
            width: 36px;
            float:left;
            display: block;
            margin-right: 10px;
        }
            .basket-icon svg{
                /*fill: #dfdfdf;*/
                fill: #34e20c;
            }

        .basket-header{
            float:left;
            margin-left: 5px;
            padding-top: 15px;
        }

        .basket-text{
            margin-left: 5px;
            margin-right: 5px;
            padding-top: 4px;
            display: inline-block;

            transition: text-shadow 0.25s linear;
        }
        .basket-text::before{
            content: ' : ';
        }
        .glow {
            text-shadow: 0 0 50px white, 0 0 40px white, 0 0 30px white, 0 0 20px white, 0 0 10px white, 0 0 5px white;
        }


.basket-products {
    border: solid 1px #cccccc;
}
.basket-products tr {
    /*transition: all 0.5s linear;*/
}

    .basket-products th {
        padding: 5px 10px;
        background: #efefef;
    }
    .basket-products .product td{
        /*clear: both;*/
        padding: 3px 3px 3px 1px;

    }
        .basket-products .product-name{
            /*width: 50%;*/
            /*float:left;*/
            padding: 5px;
        }
        .basket-products .product-price{
            min-width: 50px;
            /*float: left;*/
            padding: 5px 15px;
            text-align: right;
            font-weight: bold;
        }

        .basket-products .product-quantity{
            /*float: left;*/
            min-width: 120px;
        }

            .basket-products .input-quantity{
                float:left;
                width: 55px;
                padding: 6px;
                border: 1px;
            }

            .basket-products button{
                padding: 5px;
                float:left;
                width: 20px;
                background: #dfdfdf;
                /*border: 0;*/
                border: solid 1px #dfdfdf;
                border-radius: 1px;
            }

            .basket-products button.button-delete-product{
                margin-left: 15px;
            }

            .basket-products .product-quantity-text{
                text-align: right;
                min-width: 55px;
                float:left;
                padding: 5px;
                background:#efefef;
                border: solid 1px #efefef;
            }

        .basket-products .product-sum{
            padding: 5px 10px;
            text-align: right;
            max-width: 100px;
        }
        .basket-products .before-product-list{
            height: 5px;
        }

        .basket-products .total-row-small-order,
        .basket-products .total-row-discount,
        .basket-products .total-row-sum-before,
        .basket-products .total-weight,
        .basket-products .total-size,
        .basket-products .total-row-delivery-addon,
        .basket-products .tare,
        .basket-products .russian-post{
            background: #efefef;
        }
        .basket-products .total-row-sum-after{
            background: #a7ffab;
        }
        .basket-products .price-outdated{
            
            text-align: center;
            display: none;
            color: red;
            
            font-weight: bold;
            display: none;
        }
        .basket-products .price-outdated td div{
            padding: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .basket-products .price-outdated td button{
            /* width: auto; */
            width: 200px;
            background: #cc0000;
            padding: 10px 30px;
            margin-bottom: 20px;
            color: white;
            /* background: white; */
        }
        .basket-products .total-row-small-order td,
        .basket-products .total-row-discount td,
        .basket-products .total-row-sum-before td,
        .basket-products .total-row-sum-after td,
        .basket-products .total-weight td,
        .basket-products .total-size td,
        .basket-products .total-row-delivery-addon td,
        .basket-products .tare td,
        .basket-products .russian-post td{ 
            padding: 5px;
        }

        .basket-products .total-weight td.value,
        .basket-products .total-size td.value
        /* .basket-products .tare  td.value */
        {
            font-weight: bold;
        }

        .basket-products .tare .quantity {
            text-align: center;
        }

        .basket-products .total-row-sum-after td{
            font-weight: bold;
        }

        .basket-products td.value{
            text-align:right;
            padding-right: 3px;
        }



.discount-table{
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin-bottom: 10px;
}
    .discount-table th{
        background: #efefef;
        padding: 10px;
        font-weight: normal;

    }

    .discount-table td{
        padding: 5px 10px;
    }



.form-contact-container{
    float:right;
    padding-left: 10px;
    min-width: 400px;
}


.form {
    background: #ede3c5;
    margin: 10px 0;
    width: 100%;
    border-radius: 3px;
    padding-bottom: 20px;
}
    .form tr:first-child td{
        padding-top: 20px;
    }
    .form tr:last-child td{
        padding-bottom: 20px;
    }
    .form input[type="checkbox"],
    .form input[type="radio"]{
        margin-right: 5px;
    }
    .form input[type="text"],
    .form textarea{
        padding: 10px;
        border: solid 1px #997354;
        border-radius: 2px;
    }
    .form textarea{
        height: 100px;
    }

    .form td {
        padding: 10px;
        vertical-align: top;
    }
    .form td.label{
        width: 300px;
    }
    .field-label{
        color: #4f311b;
        padding: 20px 25px 5px 30px;
        /*font-weight: bold;*/
        font-size: 110%;
    }

    .field-input{
        padding: 0 30px 0 20px;
    }
    .field-input input[type="text"],
    .field-input textarea{
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }
    .field-checkbox label{
        margin-top: 5px;
        padding: 10px 25px;
        display: block;
    }
    .field-checkbox label:hover{
        background: #e5dbbe;
        cursor: pointer;
    }
    .hint{
        color: #6b482f;
        padding: 5px 10px;
    }
    .form button.submit,
    /*.form input[type="submit"]{*/
    input[type=submit]{
        font-weight: bold;

        color: white;
        background: #34e20c;
        border: solid 1px #34e20c;
        border-radius: 1px;
        padding: 10px 25px;

        margin-top: 15px;
        margin-bottom: 15px;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34e20c+0,31d60b+100 */
        background: #34e20c; /* Old browsers */
        background: -moz-linear-gradient(top,  #34e20c 0%, #31d60b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #34e20c 0%,#31d60b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #34e20c 0%,#31d60b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34e20c', endColorstr='#31d60b',GradientType=0 ); /* IE6-9 */

    }

    input[type=submit]:disabled{
        background: #dfdfdf;
        border: solid 1px #cfcfcf;
        color: #efefef;
    }


.form-contact {
    width: 70%;
}

.form-contact td.label{
    width: 200px;
}



.article-first-column{
    width: 67%;
    margin-right: 20px;
    float: left;
    margin-bottom: 50px;
}
.article-second-column div,
.article-link{
    padding: 3px 0;
}

ul.small{
    /* display: table; */
    margin: 0;
    padding-left: 20px;
    /* list-style-position: inside; */
}
    ul.small li {
    }

ul li {
    padding: 3px 0;
}

.contact-map-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-map-visual {
    flex: 0 0 auto;
}

.contact-map-text {
    min-width: 0;
}

.contact-map-layout .map {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 0;
}

img.map{
    margin-right: 20px;
    border: solid 1px #F5EEE6;
}


@media (max-width: 768px) {
    .contact-map-layout {
        display: block;
    }

    .contact-map-visual {
        margin-bottom: 15px;
    }
}



.basket-products .product-weight{
    text-align: right;
}

a.link-more,
a.link-less{
    margin-left: 5px;
    color: gray;
}

input.find{
    margin: 0 10px 0 0;
    border: solid 1px #ccc;
    border-radius: 1px;
    padding: 5px;
}
button.find{
    padding: 5px 10px;
    border: solid 1px #e9e9e9;
    border-radius: 2px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,e6e6e6+100 */
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top,  #ededed 0%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ededed 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ededed 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

}

.search-result-header{
    font-size: 20px;
    padding: 10px 0 20px;
}
.search-result-header .search-result-query{
    font-weight:bold;
}

.gallery img {
    padding-bottom: 5px;
}


.page-content{
    background: white;
}

table.table-apparat-dlya-korov td{
    padding: 3px 10px;
}

.flex{
    display: flex;
}
.flex .column1{
    
    padding-right: 20px;
}
.flex .column2{
    
}

.index-page{
    display: flex;
}
.index-page .item-welcome-text{
    order: 2;
    /*background: green;*/
    width: 60%;
}
.index-page .item-articles{ /* articles */
    border: 1;
    /*background: yellow;*/
    width: 25%;
    padding-top: 50px;
}
.index-page .item-products{ 
    padding: 50px 0 0 20px;
    order: 3;
    /*background: gray;*/
    width: 200px;
}
.index-page .item-products .product{
    margin-top: 15px;
}

/*.index-left-column{
    float: left;
    margin-right: 20px;
    margin-top: 50px;
    height: 500px;
}*/


.product-page {
    display: flex;
    flex-wrap: wrap;
}


.product-page .product-photos{
    width: 69%;
    margin: 0;
    /*max-width: 68%;*/
    /*float: left;*/
    /*padding: 10px 15px 10px 0;*/
}


.product-page .product-info{
    width: 30%;
}

.product-page .product-photo{
    padding-top: 10px;
    padding-right: 20px;
}

.product-page .product-photo img{
    border-radius: 3px;
}

.product-page h1{
    font-size: 20px;
    padding: 50px 0 20px;
    text-align: left;
}
.product-page .product-weight{
    padding-top: 10px;
}
.product-page .product-price{
    padding-top: 8px;
    padding-right: 5px;
}
.product-page .product-quantity{
    margin: 0;
    min-width: 120px;
}

.product-page .product-add-to-cart button{
    margin: 0;
}

.product-page .product-no-photo {
    height: auto;
}

.product-page .product-no-photo img {
    max-width: 50%;
}

.breadcrumbs {
    padding: 5px 0;
}

#buorgclose{ padding-top: 5px; }

.credit-card-icon{
    float: right;
    width: 160px;
    margin-top: 10px;
}

.shop-header{
    display: flex;
    justify-content: space-between;
    width: 100%;

}
.shop-header .item{
    align-self: center;
}


.product-add-to-cart-block{
    display: flex;
    flex-wrap: wrap;
}

.product-add-to-cart-block .col{
    margin-bottom: 5px;
}

a.image-link,
a.image-link:visited,
a.image-link:hover{
    color: gray;
    text-decoration: none;
    
}
.image-description
{
    text-align:center;
    background: #dfdfdf;
    margin-bottom: 40px;
}

.review-header{
    padding-left: 20px;
    padding-top: 30px;
}
.review-text{
    background: #fbf6e8;
    white-space: pre-line;
    padding: 20px;
    margin: 5px 0 10px;
    border-radius: 5px;
}

/* Image Slider Styles */
.image-slider-container {
    position: relative;
    width: 160px;
    margin-bottom: 10px;
    margin: 0 auto;
}

.slider-link, .thumbnail-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.thumbnail-link {
    text-align: center;
    margin-bottom: 10px;
}

.image-slider {
    overflow: hidden;
    width: 160px;
    height: 120px;
    position: relative;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slider-track.no-transition {
    transition: none;
}

.slider-image {
    flex-shrink: 0;
    height: 120px;
    width: 160px;
    object-fit: contain;
}

.product-thumb {
    width: 160px;
    height: 120px;
    object-fit: contain;
    border-radius: 4px;
}

.image-dots {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    z-index: 10;
}

.dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ccc;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin: 0 3px;
    padding: 1px;
    box-sizing: content-box;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.dot:hover {
    background-color: #999;
    transform: scale(1.2);
}

.dot.active {
    background-color: #666;
    transform: scale(1.2);
}

.product-name, .product-description {
    margin-top: 5px;
    text-align: center;
}

.product-name {
    font-weight: bold;
    font-size: 14px;
}

.product .product-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-page .product-name{
    white-space: wrap;
}

/* .product-description {
    font-size: 12px;
    color: #666;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
} */