.wholesale-carousel {
    margin-top: 20px;
    overflow:hidden;
    margin-bottom:20px;
}
.wholesale-carousel .carousel-two-div{
    margin-right: 10px;
}
.wholesale-carousel .carousel-heading{
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 20px;
}
.wholesale-carousel .slick-next.slick-disabled{
background: url(../media/banner-chevron-next-inactive.png) 0 0 no-repeat;
}

.wholesale-carousel .slick-prev.slick-disabled{
background: url(../media/banner-chevron-prev-inactive.png) 0 0 no-repeat;
}

.wholesale-carousel button:focus{
outline: 0px;
}

.wholesale-carousel .first-col{
    height: 166px;
    background: #fff;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
}


.wholesale-carousel .slider-image1{
    height: auto;
    margin-bottom: 10px;
    text-align: center;
   /* margin-top: 10px; */
}
.wholesale-carousel img{
    width:100%;
    max-height: 100px;
    border: 1px solid #ddd;
}
.wholesale-carousel  .slick-next {
   background: url(../media/banner-chevron-next-active.png) 0 0 no-repeat;
   height: 47px;
   width: 47px;
   text-indent: -9999px;
   position: absolute;
   right: 10px; /* right: 0 */
   z-index: 1;
   top: 47%;
   border: none;
}
.wholesale-carousel .slick-prev:hover {
background: url(../media/banner-chevron-prev-active.png) 0 0 no-repeat;
}

.wholesale-carousel .slick-next:hover {
background: url(../media/banner-chevron-next-active.png) 0 0 no-repeat;
}
.wholesale-carousel .slick-prev .slick-disabled:hover {
background: url(../media/banner-chevron-prev-inactive.png) 0 0 no-repeat;
}

.wholesale-carousel .slick-next .slick-disabled:hover {
background: url(../media/banner-chevron-next-inactive.png) 0 0 no-repeat;
}
.wholesale-carousel  .slick-prev {
   background: url(../media/banner-chevron-prev-active.png) 0 0 no-repeat;
   height: 47px;
   width: 47px;
   text-indent: -9999px;
   position: absolute;
   left: 0;
   z-index: 1;
   top: 47%;
   border: none;
}

.wholesale-carousel .be-ex-title {
    font-weight:600;
    overflow:hidden;
}

.wholesale-carousel .be-ex-title{
    color: #444;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 11px;
}


.wholesale-carousel .first-col .be-ex-content p {
    line-height: 20px;
    overflow: hidden;
    height: 40px;
}

/*
.wholesale-carousel .inner-title{
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}
*/

@media (min-width: 960px) {

    .wholesale-carousel .first-col .be-ex-content .inner-title{
       /* margin-top: 10px;*/
        height: 35px;
        display: block;
        font-size: 16px;
        color: #444;
    }

   /* .wholesale-carousel .be-ex-title{
        display: none;
    }
    */
}

@media (max-width: 400px) and (min-width: 320px) {
    .wholesale-carousel .first-col{
        width: 229px;
    }
}
@media (max-width: 479px) {
    .wholesale-carousel .be-ex-title {
        height: auto; /* 30px */
    }
}


@media (min-width: 960px) {
    .wholesale-carousel .first-col .be-ex-content .inner-title{
        margin-top: 10px;
        height: 35px;
        display: none;
        font-size: 16px;
        color: #444;
    }
    .wholesale-carousel .be-ex-title{
        display: block;
    }
}
@media (min-width: 541px) and (max-width: 959px) {
    .wholesale-carousel img {
        width: 100%;
    }
    .wholesale-carousel .slider-image1 {
    text-align:left;
    }
}
@media (max-width: 540px) {
    .wholesale-carousel img {
        width: 100%;
    }
    .wholesale-carousel .first-col {
        height: 172px;
        padding-top: 10px;
    }
    .wholesale-carousel .be-ex-content {
        margin-top: 5px;
    }
}
@media (min-width: 481px) and (max-width: 540px) {
    .wholesale-carousel img {
        width: 100%;
    }
    .wholesale-carousel .first-col {
        height: 172px;

    }
}
@media (max-width: 400px) and (min-width: 320px) {

    .wholesale-carousel img {
        width: 100%;
    }
    .wholesale-carousel .first-col {
       height: 172px;
        padding-top: 10px;
    }
    .wholesale-carousel .be-ex-content {
        margin-top: 5px;
    }

}
