header img {
    height: 70px;
    width: auto;
    padding: 5px 0px;
}
.mobileHeader{
    display: none;
}
.navbar .nav-item .nav-link {
    color: #fff !important;
}
.search-container .search_box {
    position: relative;
    max-width: 400px;
    min-height: 100%;
    background: #fff;
    border-radius: 0;
    border-width: 0 2px 1px 0;
    border-color: rgb(107, 107, 107);
    border-style: solid;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
}

.fixed_bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    padding: 10px;
    display: none;
}

.search-container .search_box input {
    border: 0;
    background: none;
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 0 80px 0 20px;
    font-weight: bold;
}
.search-container .search_box button {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.middlenav .navbar-nav li a{
    font-size: var(--font-14);
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
    padding-right: 8px !important;
    padding-left: 5px !important;
}

@media only screen and (min-width: 900px) and (max-width: 1350px) {
    .middlenav .navbar-nav li a{
    font-size: 68%;
}
}




.middlenav .navbar-nav li:hover a{
    color: #0F134F;
}

.navbar-toggler {
    font-size: 20px !important;
    padding: 0px !important;
}


/* footer  */

footer {
    background: #000 !important;
    color: #fff;
    padding: 15px 0px;
}
footer .footer {
    padding-top: 10px;
    border-radius: 5px;
}
.footer i {
        font-size: 20px;
    padding-top: 3px;
    padding-right: 6px;
}
.footer p {
    font-size: 13px;
}
.footer span {
    font-size: 17px;
    font-weight: 600;
    line-break: loose;
}
.social-link i.fa-facebook-f {
    padding-right: 30px;
    color: #3b5998;
}
.social-link i.fa-facebook-messenger {
    padding-right: 30px;
    color: #006aff;
}
.social-link i.fa-youtube {
    padding-right: 30px;
    color: #CD201F;
}
.social-link i.fa-instagram {
    padding-right: 30px;
    color: #fccc63;
}
.social-link i.fa-twitter {
    padding-right: 30px;
    color: #00acee;
}
.social-link i.fa-linkedin-in {
    padding-right: 30px;
    color: #0072b1;
}
.social-link i.fa-whatsapp {
    padding-right: 30px;
    color: #00ff55;
}
.footer .payment-partner a img {
    width: 100%;
    height: 25px;
    border-radius: 5px;
    background-color: #fff;
}
.footer .partner a img {
    height: 50px;
    width: 90px;
}

.navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    margin-left: 1em;
    color: black;
  }
  .dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
    box-shadow: 0 5px 5px rgba(0,0,0,.1), 0 10px 15px rgba(0,0,0,.1), 0 -3px 0 0 #ef4a23;
    border-radius: 0;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0;
    }
  }
  
  

  .middlenav .navbar-nav li:nth-last-child(2) .dropdown-menu .dropend:hover > .dropdown-menu {
    left: -100%;
  }
  .middlenav .navbar-nav li:nth-last-child(1) .dropdown-menu .dropend:hover > .dropdown-menu {
    left: -100%;
  }
  .middlenav .navbar-nav li:nth-last-child(3) .dropdown-menu .dropend:hover > .dropdown-menu {
    left: -100%;
  }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
        .cartTopBtn {
            position: absolute;
            top: 27%;
            right: 3%;
        }
        .cartTopText{
            color: #fff;
            position: absolute;
            top: 9%;
            right: 2%;
        }
    }
  
  @media screen and (min-width: 320px) and (max-width: 768px) {
      .fixed_bottom {
        display: block;
    }
    .cartTopText{
        color: #000;
        position: absolute;
        top: 8%;
        right: 1%;
    }
    .cartTopBtn {
        position: absolute;
        top: 40%;
        right: 3%;
    }
    .mobileHeader{
        display: block;
    }
    .desktopHeader{
        display: none;
    }
    .sell_all{
        display: none;
    }
    .prodCatcus {
        width: 100%;
        font-size: 23px !important;
    }
    header img {
        height: 53px;
        width: auto;
        padding: 5px 0px;
    }
    .sidebar ul li a {
        color: #000000 !important;
        font-weight: bold;
    }
    
       .fa-home, .fa-phone, .fa-whatsapp{
           font-size: 25px;
       }
       .fa-list{
           margin-top: 3px;
       }

    
  }
    @media screen and (min-width: 576px) and (max-width: 768px) {
        .logo_section {
            text-align: right;
        }
    }