header .brand-logo img {
    height: calc(60px + (50 - 30) * ((100vw - 320px) / (1920 - 320))) !important;
    width: auto;
    max-width: 155px; 
  }
  
  /* Header padding */
  header .brand-logo {
    padding-block: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) !important;
  }
  
  /* Tablet */
  @media (max-width: 1199px) {
    header .brand-logo img {
      max-height: 60px;
      max-width: 205px;
    }
  }
  
  /* Mobile */
  @media (max-width: 767px) {
    header .brand-logo img {
      max-height: 50px;
      max-width: 154px;
    }
  }
  .toggle-nav i {
    font-size: 24px;
    color: #fff;
    opacity: 1 !important;
}

@media (max-width: 577px) {
  .top-header .header-dropdown .mobile-account i:before {
      content: "\f264" !important;
  }
}
@media (max-width: 577px) {
  .main-menu .menu-right .icon-nav .mobile-cart {
      right: 47% !important;
  }
}
@media (max-width: 577px) {
  .top-header .header-dropdown .mobile-account, .top-header .header-dropdown .mobile-wishlist {
      position: fixed;
      bottom: 16px;
      right: 16% !important;
      font-size: 0;
      padding: 0;
      z-index: 9;
  }
}

@media (max-width: 1199px) {
  .sm-horizontal {
      position: fixed;
      background-color: #222 !important;
      width: 300px;
      border-radius: 0;
      border: 1px solid #eee;
      top: 0;
      height: 100vh;
      right: -300px;
      z-index: 99;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: scroll;
  }
}

.onhover-dropdown .onhover-show-div {
  top: 28px;
  position: absolute;
  z-index: 10;
  background-color: #0d6efd !important;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  min-width: 160px;
  text-align: left;
  -webkit-box-shadow: 0px 1px 2px 0px #cacaca;
  box-shadow: 0px 1px 2px 0px #cacaca;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 15px 20px;
  border-radius: 0 !important;
}
.footer-theme2 .footer-content .footer-logo img {
  height: 74px !important;
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0d6efd !important;
}

.contact-page .contact-form .form-box .form-control{
  border: 1px solid #222 !important;
}

.login-page .theme-card .form-box .form-control{
  border: 1px solid #222 !important;
}
.dashboard-section .themeform-auth .form-control{
  border: 1px solid #222 !important;
}
  