.imageWithProductsGroupContainer {
    width: 100%;
    margin-top: 50px;
}

.groupItemsContainer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.groupItem {
    width: 270px;
    height: 430px;
    
    margin-right:10px;
}
.groupItemFloatLeft{
    float:left;
}
.groupItemFloatRight{
    float:right;
}
.groupTitle {
    text-align: center;
    vertical-align: middle;
    background-size: contain;
    background-color: #c41130;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: white;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    margin-top: 20px;
    display:table;
}
.groupItemTitle{
    display:table-cell;
    vertical-align:middle;
    line-height:35px;
    font-size:25px;
    padding-left:10%;
    padding-right:10%;
}
.bold{
    font-weight:800;
}

.imageWithProductsSliderContainer .slick-list {
    padding-top: 20px;
}

.groupTitle:hover {
    background-size: 120%;
}
.productsSlidesContainer{
    position:relative;
    width: calc(100% - 280px);
    float: left;
}
.imageWithProductsSliderContainer {
    width: 100%;
    overflow: visible;
}
.imageWithProductsSliderLeftArrow{
    display: block;
    position: absolute;
    left: 10px;
    top: 180px;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background-color: #9d1b2c;
    background-image: url(../../files/oriente/left-arrow.png);
    background-size: 50% 50%;
    background-position: 43% 50%;
    background-repeat: no-repeat;
    cursor:pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.imageWithProductsSliderLeftArrow:not(.slick-disabled):hover, .imageWithProductsSliderRightArrow:not(.slick-disabled):hover{
    background-color:#7c0e21 !important;
    opacity:1 !important;
}
.imageWithProductsSliderRightArrow{
    display: block;
    position: absolute;
    right: 20px;
    top: 180px;
    z-index: 1;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    background-color: #9d1b2c;
    background-image: url(../../files/oriente/right-arrow.png);
    background-size: 50% 50%;
    background-position: 57% 50%;
    background-repeat: no-repeat;
    cursor:pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.productsSlidesContainer .slick-disabled{
    opacity:0;
    pointer-events:none;
}
.productsSlidesContainer .slick-disabled:hover{
    opacity:0 !important;
}
@media screen and (max-width:768px){
    .groupItemsContainer{
        position:relative;
        width:100%;
        height:auto;
        overflow:hidden;
        display:block;
    }
    .groupTitle{
        width: 100%;
        height: 70px;
        line-height: 75px;
        font-size: 22px;
    }
    .productsSlidesContainer{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .imageWithProductsProductSlide .productViewContainer{
        width:96%;
    }
    .imageWithProductsSliderRightArrow{
        top: 35%;
        height: 35px;
        width: 35px;
        right:10px;
    } 
    .imageWithProductsSliderLeftArrow{
        top: 35%;
        height: 35px;
        width: 35px;
        left:5px;
    }
    .imageWithProductsGroupContainer{
        margin-top:20px;
    }
    .imageWithProductsSliderContainer .slick-list {
        padding-top: 0px;
    }
    .groupItemTitle{
        font-size:20px;
        line-height:25px;
    }
}