.trs-wrapper{

    margin-top:60px;
    margin-bottom:60px;

}

.trs-wrapper h2{

    margin-bottom:25px;

}

.trs-item{

    padding:4px;

}

.trs-item a{

    display:block;

    text-align:center;

    text-decoration:none;

    border:1px solid #eee;

    padding:15px;

    background:#fff;

}

.trs-item img{

    width:100%;

    height:auto;

}

.trs-item h3{

    font-size:16px;

    margin:15px 0 10px;

    min-height:48px;

}

.trs-item .price{

    display:block;

    font-weight:bold;

}
.trs-wrapper button.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 27px;
    color: transparent;
    font: normal normal normal 14px / 1 FontAwesome;
    background: #fff;
    border: 1px solid #ccc;
    height: 45px;
}
.trs-wrapper button.slick-prev:before {
    content: "\f104";
    color: #000;
    font-size: 25px;
}
.trs-wrapper button.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    width: 27px;
    color: transparent;
    font: normal normal normal 14px / 1 FontAwesome;
    background: #fff;
    border: 1px solid #ccc;
    height: 45px;
}
.trs-wrapper button.slick-next:before {
    content: "\f105";
    color: #000;
    font-size: 25px;
}
.trs-wrapper .product-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-bottom: 0;
    margin-left:0px !important;
}
.trs-wrapper .trs-short-description {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    min-height: 4.5em;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: left;
}