/* Mobile */
/* @media (max-width: 320px) {
    .home-header {
        background-image: url(/images/mobile-home-header.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 41% 0;
    }
   
} */
@media (min-width: 320px) and (max-width: 375px) {
    .home-header {
        background-image: url(/images/mobile-home-header.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 58% 0;
    }
    h1, .h1 {
        font-size: 31px;
    }
}
@media (min-width: 376px) and (max-width: 765px) {
    .home-header {
        background-image: url(/images/mobile-home-header.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 44% 0;
    }
    h1, .h1 {
        font-size: 36px;
    }
}
@media (min-width: 766px) and (max-width: 767px) {
    .home-header {
        background-image: url('/images/header-bg.jpg');
        background-position: center;
        background-size: cover;
        padding: 31% 0;
    }
}


@media (max-width: 767px) {
    .mobi-logo a {
        font-size: 25px;
    }
    .row-cols-5>* {
        -ms-flex: 0 0 20%;
        flex: 100%;
        max-width: 50%;
    }
    .footer.bg-white {
        padding: 4% 0;
    }
    .copyright {
        font-size:14px;
        text-align:center;
        padding-bottom:2%;
    }
    .navbar-light .navbar-toggler {
        color: black;
        border: none;
    }
    .logo a {
        display:none;
    }
    .navbar-collapse {
        position: absolute;
        background-color: #fff;
        top: 38px;
        width: 100%;
        text-align: center;
        z-index: 99999;
        padding: 20px 0;
    }
    .nav-link {
        padding-left:0;
        padding-bottom:15px;
    }
    .nav-item i {
        margin-right: 8px;
    }
    
    tbody th img {
        width: 100%;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
    td i {
        float: none;
    }
    .btn.btn-default.btn-number {
        padding:6px;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .cart-products {
        padding: 10px;
    }
    .cart-page .card-body, .checkout-page .card-body {
        padding: 15px 0;
    }
    .cart-page .card .bronze {
        margin-left: 30px;
    }
    .home-header p br {
        display:none;
    }
    .free-delivery i {
        font-size: 20px;
        padding-right: 10px;

    }
    .free-delivery p {
        font-size: 15px;
    }
    h2, .h2 {
        font-size: 30px;
    }
    .testimonials {
        padding: 10% 0 20% 0;
    }
    .testimonials h2 {
        font-size:34px;
    }
    .our-products span, .why-choose-us span, .contact span {
        padding-bottom: 8px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 91%
    }
    .contact .col-md-12 {
        padding-bottom:20px;
    }
    .contact .mt-5 {
        margin-top: 19px!important;
    }
    .contact .mb-4, .my-4 {
        margin-bottom: 10px!important;
    }
    .why-choose-us {
        background:#F3F3F3;
    }
    .contact h5 {
        font-size: 20px!important;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .mobi-logo a {
        font-size: 25px;
    }
    .row-cols-5>* {
        -ms-flex: 0 0 20%;
        flex: 100%;
        max-width: 50%;
    }
    h1, .h1 {
        font-size: 40px;
    }
    .navbar-light .navbar-toggler {
        color: black;
        border: none;
        left: 3%;
    }
    .logo a {
        display:none;
    }
    .navbar-collapse {
        position: absolute;
        background-color: #fff;
        top: 46px;
        width: 50%;
        text-align: center;
        z-index: 99999;
        padding: 20px 0;
        left: 46%;
    }
    .home-header {
        background-image: url(/images/mobile-home-header.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 25% 0;
    }
    .nav-link {
        padding-left:0;
        padding-bottom:15px;
    }
    .nav-item i {
        margin-right: 8px;
    }
    .free-delivery i {
        font-size: 30px;
        padding-right: 10px;
    }
    .free-delivery p {
        font-size: 20px;
    }
    h2, .h2 {
        font-size: 29px;
    }
    .testimonials {
        padding: 10% 0 14% 0;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 91%
    }
    .contact .col-md-12 {
        padding-bottom:20px;
    }
    .contact .mt-5 {
        margin-top: 19px!important;
    }
    .contact .mb-4, .my-4 {
        margin-bottom: 10px!important;
    }
    .why-choose-us {
        background: linear-gradient(-138deg, #F3F3F3 50%, #eee 50%);
    }
    .copyright {
        text-align: center;
    }
    td .input-group {
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1, .h1 {
        font-size: 50px;
    }
    .why-choose-us {
        background: linear-gradient(-147deg, #F3F3F3 50%, #eee 50%);
    }
    .testimonials {
        padding: 5% 0 10%;
    }
    .home-header {
        padding: 17% 0;
    }
    .cart-page .row .col-9.col-md-8.col-lg-7.pr-0 {
        padding-left:0!important;
    }
    td .input-group {
        width: 70%;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {
    .why-choose-us {
        background: linear-gradient(-151deg, #F3F3F3 50%, #eee 50%);
    }
    .testimonials {
        padding: 5% 0 8%;
    }
    h1, .h1 {
        font-size: 55px;
    }
}

/* 14” HD Laptop and bigger */
@media (min-width: 1391px) and (max-width: 1439px), (min-height: 300px) and (max-height: 650px) and (orientation: landscape){
    .why-choose-us {
        background: linear-gradient(-152deg, #F3F3F3 50%, #eee 50%);
    }
    .home-header {
        padding: 10% 0!important;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .why-choose-us {
        background: linear-gradient(-153deg, #F3F3F3 50%, #eee 50%);
    }
    .home-header {
        padding: 12% 0;
    }
}