
/* Normal desktop :992px. */

@media only screen and (max-width:1199px) {
    .bannerSec .txtBanner {
        width: 90%;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 5%;
    }
    .innerBanner .txtBanner {
        width: 90%;
    }
    
}
/****************************************************************************************
@
@	Tablet Styles
@
****************************************************************************************/
/* Tablet desktop :768px. */

/*max width 991px*/
@media(max-width: 991px){
    .slicknav_menu {
        display: block;
    }
    #cssmenu.menu-wraper {
        display: none;
    }
    .bannerSec .txtBanner {
        width: 90%;
    }
    .bannerSec .txtBanner h2 {
        font-size: 44px;
    }
    .loginSec {
        flex-direction: column;
    }
    .loginSec .btn1{
        margin-bottom: 10px;
    }
    .cartSec {
        margin-top: 15px;
    }
    
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){
    .imaBx {
        height: 200px;
    }
    .imaBx img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product-view-box {
        width: 100%;
        height: 200px;
    }
    .product-view-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/*tab css*/
@media(max-width: 768px){

}

/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
/*max width 767px*/
@media(max-width: 767px){
    .slicknav_menu{
        display: block;
        background: transparent;
      }
    #cssmenu ul ul li a {
        width: 100%;
        line-height: normal;
    }
    #cssmenu > ul > li > a {
        line-height: 30px;
    }
    .contactSec .contact-item p {
        margin-bottom: 0;
    }
    .contact-item {
        text-align: left;
        display: flex;
        margin-bottom: 10px;
    }
    .contactSec .contact-item h3 {
        margin-bottom: 0;
    }
    .headerTop {
        text-align: center;
    }
    .locationTop {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
    }
    .locationTop .input-group {
        margin: 10px 0;
    }
    .loginSec {
        margin: 5px 0;
    }
    .owl-theme .owl-nav {
        margin-top: 0;
    }
    .owl-nav {
        position: relative;
        top: 0;
        right: 0;
    }
    .oneLine {
        justify-content: space-between;
    }
    .bannerSec .txtBanner {
        position: relative;
        width: 100%;
        top: inherit;
        left: inherit;
        transform: inherit;
        color: #fff;
        background: url(../images/banner.jpg);
        padding: 15px;
        text-align: center;
    }
    .bannerSec .txtBanner h2 {
        font-size: 44px;
        font-weight: 700;
    }
    .bannerSec{
        background: url(../images/banner.jpg);
        background-size: cover ;
    }
    .bannerSec .txtBanner .btn2 {
        margin-bottom: 26px;
    }
    .bannerSec .carousel-item {
        position: relative;
        background: url(../images/banner.jpg);
    }
    .oneLine {
        text-align: center;
    }
    .productBxWrp {
        position: relative;
        text-align: center;
    }
    .b2Txt {
        background: rgba(0,0,0,0.9);
        padding: 15px;
    }
    .b2banner {
        height: auto;
        background-size: contain !important;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat !important;
    }
    .paymentSec {
        text-align: center;
    }
    .copyRight {
        text-align: center;
    }
    .cmnBanner {
        height: 0;
    }
    .desktopHeaderTop{
        display: none;
    }
    .my-cat-header-desktop{
        display: none;
    }
    .mobileHeader{
        display: block;
      }
      .innerBanner {
        background-size: cover !important;
        min-height: 95px;
    }
    .mobileHeader .loginSec{
        flex-direction: row;
    }
  .cartSec {
        margin-top: 0;
    }
    .loginSec .btn1 {
        margin-bottom: 0px;
    }
    .rating-list ul li {
        display: block;
    }
    .rating-list ul li .participant-img {
        margin-bottom: 20px;
    }
    .rating-list ul li .participant-details {
        width: 100%;
        padding: 0;
    }
    .imaBx {
        height: 200px;
    }
    .imaBx img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product-view-box {
        width: 100%;
        height: 200px;
    }
    .product-view-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media (max-width: 580px){
    .imaBx {
        height: 200px;
        width: 100%;
    }
    .imaBx img {
        height: 100% !important;
    }
    .product-view-box {
        width: 100%;
        height: 250px;
    }
    .product-view-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
