#divSeperator{
    visibility: hidden;
}

.brand{
    margin-top: 20px;
}

.best-seller-title{
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
}

/********** index page ***********/

.brand-header{
    font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
    font-size: 35px;
    margin-top: 0px;
    text-align: center
}

.brand-content{
    margin-top: 5px;
    margin-right: 0px;
    
    display:block;
}

.btn-shop-now{
    background: none;
    border:solid 1px #3c3c3c;
    border-collapse: collapse;
    width:220px;
    font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; 
    font-size: 12px;
    padding: 5 12px;
    border-radius: 0;  
    
}

.btn-shop-now:hover{
    background: #91cdc5;
    border: 0px;
    color: white;
}

.brand-btn{
    text-align:center;
}

.homeProductNameHolder{
    padding: 8px 10px;
    background: white;
}
.homeProductNameHolder a{
    display: inline-block;
    text-decoration: none;
    color: #393939;
}

/*************************/


@media (min-width: 576px){
    .brand-header{
        font-size: 45px;
    }

    .brand-content{
        display: block;
    }
    
    .brand{
        margin-top: 108px;
    }

    .btn-shop-now{
        font-size: 15px;   
         
    }
}

@media (min-width: 768px){
}


@media (min-width: 992px){

    .best-seller-title{
        font-size: 48px;
    }
}

@media (min-width: 1540px){
    #divCarousel{
        min-height: 760px;
    }
}