#app {
    padding-bottom: 0;
}
.wrapper.style3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 325px;
    position: relative;
}
.wrapper.style3 header h3.slogan {
    color: white;
}
.slogan-c{
    color: white;
}
.categoriesSection{
    padding: 3rem 0;
    position: relative;
    font-size: 14px;
    background-color: grey;
}
.categoriesSection > .container{
    padding: 12px;
    background-color: white;
    border-radius: 10px;
}

.pageSec{
    padding-left: 15px;
    padding-right: 15px;
}

.sec-title.color-title.te{
    color: inherit;
}
.item-wrapper{
    background-color: white;
    padding: 0;
    box-shadow: 2px 2px 6px rgba(0,0,0,.1);
}

.image-wrapper{
    position: relative;
    background-color: #ededed;
    overflow-y: hidden;
    padding: 0;
}


.itemcase-wrapper{
    min-height: 350px;
}

.product-cover {

}
.product-cover img{

}

.product-columns{

}

.bg-wheat{
    background-color: white;
    position: relative;
    padding: 16px 8px;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.bg-wheat:hover{
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    box-shadow: 2px 2px 12px rgba(0,0,0,.6);
}

div.row.bg-wheat > .col-xs-6 {
    padding: 0;
}


.product-columns > .row > .col-xs-6 > h3{
    margin-top: 0;
}

.box-text{
    padding: 0 15px;
}
.box-text h4 {
    height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bus-descript{
    color: #888888;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.active-bar{
    display: none;
    width: 100%;
    text-align: right;
    padding: 0 15px 15px;
}
a.photo-more{
    color: #C61E47;
    font-size: 10px;
    display: block;
}


.product-columns h3{

}

.btn-default {
    background: #C61E47;
    color: #fff;
    font-size: .6em;
    border: none;
    float: right;
}

.btn-default:hover {
    color: #FFF;
    background: #C61E47;
    text-decoration: none;
    -webkit-filter: contrast(180%);
    filter: contrast(180%);
}
.image-wrapper{
    height: 150px;
    width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;

}
.image-wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.item-wrapper .categories-wrapper{
    padding: 8px 12px;
}
.item-wrapper .categories-wrapper > .categories-title{
    color: #C61E47;
    overflow: hidden;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item-wrapper .categories-wrapper > .categories-desc{
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.categories-button-wrapper{
    padding: 0 8px 30px 8px;
}
.button.categories-button {
    position: relative;
    display: inline-block;
    background: #C61E47;
    border-radius: 6px;
    font-size: 1em;
    text-transform: none;
    color: #FFF;
    text-decoration: none!important;
}
.categories-button.maximum{
    min-width: 100%;
    vertical-align: middle;
    line-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bus-item-row{
    padding: 1em 0;
}
.box-text h4{
    color: #C61E47;
}
.active-bar a{
    color: #C61E47;
}
.color-title{
    color: inherit;
}
.product-cover{
    height: 180px;
    width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
}
.product-cover img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.itemcase-wrapper > .row{
    /*padding: 1em 0;*/
}
.bus-item-row i {
    font-size: 1.1em;
}
.row.bus-item-row > .col-xs-6{
    padding: 15px;
}
.itemcase-wrapper > .row > .col-xs-6{
    padding: 15px;
}
@media (max-width:1280px) {

}

@media (max-width:1200px) {
    .image-wrapper{
        height: 120px;
    }
    .bus-item-row  .button{
        font-size: .8em;
    }
    .bus-item-row i {
        font-size: .8em;
    }
}
@media (max-width:991px) {
     .image-wrapper{
         height: 150px;
     }
     .bus-item-row  .button{
         font-size: 1.1em;
     }
     .bus-item-row i {
         font-size: 1.1em;
     }
}

@media (max-width: 768px){
    .categoriesSection > .container{
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width:600px) {
    .row.bus-item-row  .col-xs-6{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .image-wrapper{
        height: 180px;
    }
}

@media (max-width:420px) {
    .image-wrapper{
        height: 120px;
    }
    .bus-item-row  .button{
        font-size: .8em;
    }
    .bus-item-row i {
        font-size: .8em;
    }
    .itemcase-wrapper .row > * {
        padding: 10px 0 0 10px;
    }
    .itemcase-wrapper .row {
        margin: 0;
    }

    .product-cover {
        /*        width: 100%!important;
                height: 90px!important;*/
        margin-left: auto;
        margin-right: auto;
    }
    .itemcase-wrapper > .row > .col-xs-6{
        width: 100%;
    }


}
