.header-top-bg {
  background-color: #1f3d7a;
}

.ship-order-txt {
  font-size: 12px;
  font-family: "Lato";
  font-weight: 400;
}

.ship-order-txt a {
  font-weight: 700;
  text-decoration: underline;
}

.header-top-wrapper .select-dropdown button span {
  font-size: 12px;
  padding-right: 3px;
}

.select-dropdown {
  position: relative;
}

.select-dropdown button {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  text-align: right;
  border: none;
  font-family: "Lato";
  font-weight: 400;
}

.select-dropdown__button i {
  transition: transform 0.3s;
}

.select-dropdown__button.active i {
  transform: rotate(180deg);
}

.select-dropdown button i {
  font-size: 12px;
}

.select-dropdown-user .select-dropdown__button.active i {
  transform: unset;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  top: 30px;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
  width: max-content;
  box-shadow: 0 8px 8px 1px rgba(0, 0, 0, .3);
  border-radius: 6px;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:hover {
  background-color: #f0f5f5;
}

.select-dropdown-user {
  max-width: auto !important;
}

.select-dropdown__list-id:first-child {
  padding-top: 15px;
}

.select-dropdown__list-id:last-child {
  padding-bottom: 15px;
}

.select-dropdown__list-id {
  list-style-type: none;
  padding: 10px 24px;
  background: #fff;
  line-height: 1.4;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.select-dropdown__list-id:hover {
  background-color: #f0f5f5;
}

.select-dropdown__list-id a {
  color: #4D4D4D;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.head-wrap {
  background-color: #fff;

}

.logo img {
  width: 150px;
  object-fit: cover;
}

.search-box {
  background: #F2F4F9;
  border-radius: 5px;
  height: 50px;
}

.search-box .select-dropdown {
  width: 27%;
  border-right: 1px solid #EAEAEA;
}

.search-box .select-dropdown button {
  color: #000;
  text-align: left;
}

.search-box .select-dropdown button span {
  font-size: 16px;
  padding-right: 6px;
  min-width: 115px;
  display: inline-flex;
}

.search-box .search-field {
  display: flex;
  align-items: center;
  flex: 1;
}

.search-box .search-field input {
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  padding: 0 20px;
  color: #7a7a7a;
  background-color: transparent;
}

.search-box .search-field input:focus {
  border: none;
  outline: none;
}

.login {
  display: flex;
  gap: 5px;
  align-items: center;
}

.login .fa-circle-user {
  font-size: 24px;
}

.login button {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  color: #060606;
  border: none;
  outline: none;
  background-color: transparent;

}

.login button i {
  font-size: 14px;
  color: #060606;
}

.header-right {
  gap: 24px;
}

.custom-modal .modal-header {
  border-bottom: none;
}

.custom-modal .modal-content {
  border-radius: 0;

}

.custom-modal .modal-header .modal-title {
  font-size: 26px;
  font-family: 'HankenGrotesk';
  font-weight: 500;
}

.custom-modal .modal-header .btn-close {
  position: absolute;
  top: 5%;
  right: 5%;
  opacity: 1;
}

.custom-modal .modal-body .form-label {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  color: #949494;
}

.custom-modal .modal-body .form-check-label {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  color: #949494;
  cursor: pointer;
}

.custom-modal .modal-body .form-check-input:focus {
  box-shadow: none;
}

.custom-modal .modal-body .form-check-input:checked {
  background-color: #000;
  border: none;
}

.custom-modal .modal-body .form-check-label a {
  color: #060606;
}

.custom-modal .modal-body .error {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato";
  color: #BD2629;
  display: none;
}


.custom-modal .modal-body .form-control {
  border: 1px solid #d2d2d2;
}

.custom-modal .modal-body .form-control:focus {
  box-shadow: none;
  border: 1px solid #6DBE45;
}

.custom-modal .modal-body .btn-primary {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato";
  color: #fff;
  background-color: #1F3D7A;
  width: 100%;
  border: none;
}

.custom-modal .modal-body .btn-primary:focus {
  box-shadow: none;

}

.custom-modal .modal-body .alredy-signin {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  color: #616161;
}

.custom-modal .modal-body .alredy-signin a {
  color: #6DBE45;
  text-decoration: underline;
}

.password-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(50%);
  cursor: pointer;
  font-size: 1.2em;
  color: #666;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.right.fade .modal-dialog {
  position: fixed;
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.right-open .modal-content {
  min-width: 490px;
}

.passwrd-container .toggle-password {
  right: 15px;
}

.passwrd-container .toggle-passwords {
  right: 15px;
}


.modal {
  z-index: 1050;
}

.forgotpaswrd {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato";
  color: #6571D8;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: top 0.3s ease-in-out;
  z-index: 999;

}


.site-header.hide {
  position: absolute;
  top: -80px;
}

.modal-backdrop.show {
  display: none;
}

.overflow-hidden {
  height: 100vh;
}

@media (min-width: 992px) and (max-width: 1192px) {
  .search-box .select-dropdown {
    width: 32%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mega-menu {
    position: unset;
  }

  .navbar-nav {
    gap: 35px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    display: inline-block;
  }

  .widget-title {
    font-size: 22px;
  }

  .widget-list li a {
    font-size: 20px;
  }

  .cart-icon {
    width: 10%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .mega-menu {
    position: unset;
  }

  .navbar-nav {
    gap: 20px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    display: inline-block;
  }

  .widget-title {
    font-size: 18px;
  }

  .widget-list li a {
    font-size: 15px;
  }

  .search-box .select-dropdown {
    width: 30%;
  }

}

@media (min-width: 320px) and (max-width: 599px) {
  .logo img {
    width: 120px;
  }

  .header-right {
    gap: 25px;
  }

  .navbar-nav {
    gap: 20px;
  }

  .mega-menu {
    position: unset;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    display: inline-block;
  }

  .widget-title {
    font-size: 18px;
  }

  .widget-list li a {
    font-size: 15px;
  }

  .search-box .select-dropdown {
    width: 46%;
  }

  .login i {
    font-size: 17px;
  }

  .login button {
    font-size: 17px;
    font-weight: 600;
  }

  .right-open .modal-dialog {
    right: unset;
    position: unset;
    margin: unset;
  }

  .right-open .modal-content {
    min-width: unset;
  }

  .cart-icon {
    width: 22%;
  }

}

.dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Lato';
  color: #4D4D4D;
}

.dropdown button {

  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 2px 2px 12px #2D2D2D;
  overflow: hidden;
  max-height: 0;
  border-radius: 4px;
  transition: max-height 0.4s ease-in-out;
  z-index: 10;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;

  display: flex;
  gap: 5px;
  align-items: center;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}


.dropdown:focus-within .dropdown-content {
  display: block;
  max-height: 500px;
}

@media (max-width: 575px) {
  .select-dropdown__list-user {
    right: 0;
  }
}