/**
 Если вы хотите увеличить высоту блоков товара, просто заменить высоту на необходимую и вынесите код из этого блока, по умолчанию высота блока 200px. В примере ниже указана высота в 300px

.thumbnail-catalog .image-block {
    height: 320px;
    line-height: 320px;
}

.thumbnail-catalog .image-block img {
    max-height: 300px;
}
 **/
.brands-shop { display:none; }

/*----------------------------------------------------------------
    Sale header
----------------------------------------------------------------*/

#s-sale-header {
    position: relative;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#s-sale-header .container{
    background-color: transparent;
}

#s-sale-header i {
    position: relative;
    margin-top: 34px;
    color: #efefef;
    cursor: pointer;
    z-index: 1;
}

#s-sale-header .s-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.upslider {
    margin-left: 0;
    margin-bottom: 30px;
}
.upslider .adaptive {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
}
.upslider .adaptive .thumbnail:hover {
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.upslider .adaptive .thumbnail:hover .offers {
    padding: 10px;
    border-top: 1px solid #cccccc;
    background: #f6f6f6;
}
.upslider .adaptive .thumbnail:hover .image-block img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.7;
}