@media only screen and (min-width:2000px){}
@media only screen and (min-width:1200px) and (max-width:1999px){}
@media only screen and (min-width:992px) and (max-width:1199px){
    .breadcrumbs ul{
        width: 75%;
    }
    .breadcrumbs .btn-fav{}
}
@media only screen and (min-width:768px) and (max-width:991px){
    .breadcrumbs ul{
        width: 70%;
    }
}
@media only screen and (min-width:481px) and (max-width:767px){
    .breadcrumbs ul{
        width: 70%;
    }
}
@media only screen and (min-width:361px) and (max-width:480px){
    .breadcrumbs ul{
        width: 90%;
    }
    .add2CartPopup .pop-upButton{
        font-size: 20px;
    }
    .add2CartPopup{
        position: fixed;
        top: 54px!important;
    }
    .add2CartPopup img{
        max-width: 90%;
    }
    .pop-close-generated{
        position: absolute;
        top: -54px;
        width: 100%;
        line-height: 60px;
    }
}
@media only screen and (max-width:360px){
    .breadcrumbs ul{
        width: 85%;
    }
    .add2CartPopup .pop-upButton{
        /*line-height: 40px;*/
        /*height: 40px;*/
        /*font-size: 20px;*/
        /*padding: 0 10px;*/
    }
    .add2CartPopup{
        position: fixed;
        top: 54px!important;
    }
    .add2CartPopup img{
        max-width: 90%;
    }
    .pop-close-generated{
        position: absolute;
        top: -54px;
        width: 100%;
        line-height: 60px;
    }
    .nav-tabs>li.brandStore{float:left;}
    .testimoinials-summary .summary .label {
        white-space: normal;
    }
}
@media only screen and (max-width:530px) {
    .d_ib_mobile,
    .d_ib_mobile table,
    .d_ib_mobile tbody,
    .d_ib_mobile tr,
    .d_ib_mobile td {
        display: inline-block !important;
    }

    .xs-mt5 {
        margin-top: 5px;
    }
}

@media only screen and (min-height:360px) and (max-height:480px){
    .nav-tabs>li.brandStore{float:left;}
}