@media (max-width: 1400px){
    .search-box {
        width: 420px;
    }
    .navbar-container .content .action .btn {
        width: 120px;
    }
    .footer .footer-links { 
        gap: 0;
    }
    .footer .footer-links .nav {
        width: calc(100% / 4);
    }
}
@media (max-width: 1200px){
    .search-box {
        width: 320px;
    }
    .navbar-container .content .action .btn {
        width: 100px;
    }
    .menu .navbar-nav {
        gap: 1rem;
    }
    .menu .nav-link {
        font-size: 14px;
    }
    .services-pic img.img-fluid {
        max-width: 400px;
    }
    .product-view .pic {
        min-width: 350px;
        width: 350px;
        height: 450px;
    }
    .profile-sidebar{
        padding: 1rem;
    }
}

@media (max-width: 992px){
    .nav-top-container .contacts .nav .nav-item { 
        padding: 0 1rem;
    }
    .app-box .content .title {
        font-size: 24px;
    }
    .app-box .content .info {
        font-size: 16px;
    }
    .services-pic{
        margin-bottom: 2rem;
    }
    .services-pic img.img-fluid {
        max-width: 600px;
        width: 100%;
    }
    .footer-box{
        text-align: center;
        margin-bottom: 3rem
    }
    .footer-box .nav-social-media{
        justify-content: center;
    }
    .navbar .nav-content .content{
        display: block; 
    }
    .navbar .search-box {
        width: 100%;
        margin-bottom: 1rem;
    }
    .navbar .navbar-toggler{
        border: none;
        box-shadow: none;
        font-size: 30px;
    }
    .navbar .menu{
        height: 0;
    }
    .navbar .action .nav{
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-container .content{
        margin-bottom: 0;
    }
    .navbar-collapse{
        position: fixed;
        z-index: 9;
    }
    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        transition: all 0.2s ease; 
        justify-content: start !important;  
        height: 100%;
        overflow-y: scroll;
    } 
    .navbar-collapse.show .navbar-nav{
        background-color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 270px; 
        padding: 1rem;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.15);
        z-index: 99999999;
        overflow-y: scroll;
        gap: 0;
    }
    [dir="rtl"] .navbar-collapse.collapsing .navbar-nav{
        left: auto;
        right: -300px;
    } 
    [dir="rtl"] .navbar-collapse.show .navbar-nav{
        left: auto;
        right: 0;
        transition: right 0.35s ease;
    }
    .navbar-collapse.show .navbar-nav .nav-link{
        color: #000;
        padding: 0 1rem;
        border-bottom: 1px solid #f1f1f1;
    } 
    .navbar-collapse.show .navbar-nav .nav-link::before{
        display: none;
    } 
    .navbar-collapse.show .navbar-nav .nav-link.active{
        color: #D0011A; 
    }
    .navbar-collapse.show .navbar-nav li:last-child .nav-link{
        border-bottom: none;
    }
    .footer .footer-links .nav {
        width: calc((100% / 2) - 1rem);
    }
}

@media (max-width: 766px){
    .nav-top .contacts{
        display: none;
    }
    .product-view{
        display: block;
    }
    .product-view .pic{
        min-width: 100% !important;
        width: 100% !important;
        /*height: 100% !important;*/
        margin-bottom: .5rem;
    }
    .owl-header-box{
        height:auto !important;
    }
    .box-c{
       /* width:80% !important;  */
    }
    .services-box{
    width: calc((100% / 1) - 0rem);
    }
    section {
        padding: 20px 0;
    }
    .nav-product .nav-link {
        font-size: 14px;
    }
    .nav-cart-payment .nav-item::before, .nav-cart-payment .nav-item::after
    {
        display: none;
    }
    .nav-cart-payment .nav-item
    {
        margin-bottom: 20px;
        padding: 0rem 1rem;
    }
    .nav-cart-payment .nav-item .title
    {
        padding-bottom: 15px;
    }
    .nav-cart-payment .nav-item span
    {
        margin-bottom: 0.2rem;
    }
}
@media (max-width: 454px){
    .navbar .action .nav i{
        font-size: 24px;
    }
}
@media (max-width: 425px){
    .nav-cart-payment .nav-item .title
    {
        font-size: 14px;
    }
    .navbar-container .content .action .btn-custom .balance
    {
        font-size: 16px;
    }
    .cart-total {
        font-weight: 700;
        font-size: 18px;
    }
    .search-box .btn {
        width: 60px;
        height: 40px;
        font-size: 14px;
        line-height: 35px;
    }
    .nav-link 
    {
        padding: 0.5rem 0.5rem;
    }
    .search-box .form-control{
        min-height: 40px;
    }
    .navbar .search-box { 
        margin-bottom: .5rem;
    }
    .navbar { 
        padding: 1rem 0;
    }
    .nav-top{
        display: none;
    }
    .navbar-container .logo {
        min-width: 90px;
        height: 90px;
        overflow: hidden;
        margin-inline-end: 20px;
    } 
    section{
        padding: 3rem 0;
    }
    .owl-header-box { 
        height: 700px;
    }
    .owl-header-box .owl-header-box-content{
        padding: 50px 30px;
    }
    .owl-header-box .owl-header-box-content .title{
        font-size: 30px;
    }
    .section-title .title {
        font-size: 20px;
    }
    #header .owl-nav.disabled+.owl-dots { 
        right: 30px;
        bottom: 10px;
    }
    [dir="ltr"] #header .owl-nav.disabled+.owl-dots { 
        right: auto;
        left: 30px;
    }
    .address-box .address-info .icon
    {
        min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    }
    .address-box .address-info .info {
        font-size: 14px;
    }
    .address-box .address-info .title {
        font-size: 16px;
    }
    
    .product-box .content .price,
    .product-box .content .title,
    .services-box .content .title {
        font-size: 16px;
    }
    .services-box .content .info{
        font-size: 14px;
    }
    .nav-product {
        justify-content: center;
    }
    .nav-product .nav-link{
        font-size: 14px;
    }
    .section-title::after { 
        width: 150px;
    }    
    .app-box .link .app-link img{
        width: 130px;
    }
    .footer .footer-links .nav {
        width: calc((100% / 2) - 1rem);
    }
    .navbar-container .content .action .btn-custom i{
        font-size: 20px;
    }
    .navbar-container .content .action .btn-custom .count {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 11px; 
        margin-inline-end: -.75rem;
    }
    .pincode input {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    
    .login-form {
        padding: 30px;
    }
    .order-action .btn
    {
        margin-top: 15px;
    }

    .owl-header-box .header-pic{
        height:auto !important;
    }
    
}