/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.navbar>ul>li>a {
    text-decoration: none;
}
#topbar .contact-info i a {
    text-decoration: none;
}
.navbar .dropdown ul a {
    text-decoration: none;
}


@media screen and (max-width: 390px){
    .newbrds img {
        width: 55px !important;
        height: 30px;
    }

}

@media screen and (max-width: 410px){
    .newbrds img {
        width: 40px !important;
        height: 30px;
    }
}

@media screen and (max-width: 450px){
    .cart {
        margin-left: 3px !important;
    }
}

@media screen and (max-width: 767px){
    .btn-nav i.fa-solid.fa-bars {
        font-size: 2em;
        margin-left: 5px;
    }
    .btns {
        margin-left: 10px;
    }
    .offcanvas-body ul li a {
        text-decoration: none !important;
        padding-bottom: 0px;
    }
    .menu ul li a i:before {
        color: #00e2c5 !important;
    }
    .offcanvas::before {
        background-color: #ffffff78 !important;
    }
    .offcanvas {
        transition: transform .7s ease-in-out !important;
    }
    .menu {
        background-color: #fff;
        width: 399px;
        height: 100vh;
        position: fixed;
        right: -400px;
        transition: all 0.9s ;
        top: 0;
    }
    .menu .btn {
        color: white;
    }
    .menu .btn .fa {
        margin-left: 8px;
    }
    .menu ul {
        margin-top: 0;
        padding-top: 0;
        padding: 0;
    }
    .menu ul li:first-child {
        border-top: 1px solid #ccc;
    }
  .menu ul li {
    color: #fff;
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 44px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
  .menu ul li:hover {
    background-color: #fff;
  }
  
  .open {
    right: 0 !important;
    z-index: 2;
  }
  
  .menu-click {
    color: #00a0c6;
    cursor: pointer;
  }
  .menu-click .fa {
    cursor: pointer;
    font-size: 2em;
    padding: 6px;
    margin-right: 8px;
  }
  
  .content {
    position: relative;
  }
  .content .menu-click {
    position: absolute;
    right: 0;
  }
  
  .link {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .link a {
    color: #004e60;
    text-decoration: none;
  }
  .link a:hover {
    text-decoration: underline;
  }
  
  .ui-loader {
    display: none;
  }
.menu .btn {
    color: white;
    position: absolute;
    right: 0;

    z-index: 999;
}

.menu .btns {
    color: white;
    position: absolute;
    left: 0;
    right: unset;
    z-index: 999;
}

.offcanvas {
  transition: transform .9s;
}
.mobileMenu .link22 {
  color: #333;
  margin: 0px;
  padding: 18px 0px;
  font-weight: 400;
}
.mobileMenu{
  border-bottom: 1px solid #ededed;
}


/* Dropdown Button */
.dropbtn {
    background-color: #ffffff;
    color: #505050;
    padding: 0 10px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.dropdown {
 
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}



.show {display:block;}
    .newbrds a>img {
        height: 48px !important;
        position: relative;
        top: 3px;
        min-width: 2.1em;
    }
    .menu ul li a {
        color: #333;
        text-decoration: none;
        padding-left: 8px;
        font-size: 16px;
        font-weight: 600 !important;
        margin-left: 15px;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 319px;
      z-index: 1;
        color:#000 !important;
    }
    .dropdown-content a {
      color: #000 !important;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

    .menu ul li a span i {
        padding: 0 5px 0 0;
    }

    .menu-click i {
        color: #00e2c5;
    }
    #header .logo img {
        margin-left: 15px;
    }
    i.bi.bi-list.mobile-nav-toggle {
        font-size: 34px;
        position: initial;
        top: -3px;
    }
    .bi-list::before {
        font-size: 38px;
        font-weight: 800 !important;
    }
    span#current_selected_currency {
        font-size: 22px;
    }
    .navbar-mobile {
        top: 60px !important;
    }
    .newbrds img {
        width: auto;
        height: 45px;
        object-fit: contain;
        margin: 0 0;
        min-width: 1.5em;
    }
    .noshow::after{
        display: none !important;
    }
    .cart {
        margin-left: 12px;
    }
    .onlyMobile{
        display:flex !important;   
        align-items: center; 
    }
    .onlyMobile .btn {
        padding-left: 0;
        padding-right: 0;
    }
    .cart a {
        padding: 8px 4px;
    }
    .onlyMobile .btn {
        padding-left: 0;
        padding-right: 0;
    }
    div#topbar {
        display: none !important;
    }
    header#header {
        top: 0 !important;
    }
    a.logo {
        position: relative;
        left: -18px;
    }
    .onlyMobile ul {
        min-width: 100px;
        left: 180% !important;
        position: relative;
    }

}