.header-internal {
  background: #0a2351 !important;
}

.header-internal .py-lg-11 {
  padding-top: 9em !important;
  padding-bottom: 5em !important;
}

.content-internal .py-lg-11 {
  padding-top: 3rem !important;
}

/* .base-internal-product-detail .pt-lg-9 {
  padding-top: 0 !important;
} */

a.h5.d-block.position-relative.mb-2 {
    color: #2096f3;
}

a.h5.d-block.position-relative.mb-2:hover {
    color: #000 !important;
}

.swiper-button-prev.swiperThumb-prev.text-white.bg-dark,
.swiper-button-next.swiperThumb-next.text-white.bg-dark,
.swiper-button-next.swiperThumb-next.text-white.bg-dark.swiper-button-disabled {
    background-color: #092351 !important;
}

.sticky-fixed .navbar-dark .navbar-no-collapse-items .nav-link, .navbar-link-white .navbar-no-collapse-items .nav-link {
    color: #2096f3 ;
}

.sticky-fixed span.badge.d-none.d-lg-flex.p-0.position-absolute.end-0.top-0.me-n1.mt-n1.lh-1.fw-semibold.width-1x.height-1x.bg-white.text-dark.shadow-sm.rounded-circle.flex-center {
    background-color: #092351 !important;
    color: #fff !important;
}

.list-group-item.active {
    background-color: #0a2350;
    border-color: #092250;
}

@media (min-width: 992px) {
  label {
      width: 150px;
  }
  input {
    width: 300px;
  }
  select#id_country {
    max-width: 300px;
    padding: 5px;
  }
  input.btn.btn-primary {
    width: 300px;
    margin-left: 155px;
  }
}


@media (max-width: 575px) {
  nav.d-md-flex {
    font-size: 10px;
  }
  .header-internal .py-lg-11 {
    padding-top: 8em !important;
    padding-bottom: 3em !important;
  }

  .header-internal h1.mb-0.display-3 {
    font-size: 25px;
  }
  .content-internal .py-lg-11 {
    padding-top: 0rem !important;
  }
  .content-internal-order-add {
    padding-top: 0rem !important;
  }
  .col-md-3.content-internal-order-add-sidebar {
    padding-bottom: 3em;
  }

  .card-product-header.p-3.d-block.overflow-hidden.position-relative.img.img-fluid.rounded {
    width: 100%;
  }

  input {
    min-width: 250px;
    float: right;
  }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    max-width: 250px;
  }
  .iti.iti--allow-dropdown.iti--separate-dial-code {
    float: right;
  }
  select#id_country {
    max-width: 250px;
    float: right;
    padding: 5px;
  }
  .content-internal-order-add-sidebar.input.btn.btn-primary {
    width: 100%;
  }

  .sticky-fixed span.badge.d-none.d-lg-flex.p-0.position-absolute.end-0.top-0.me-n1.mt-n1.lh-1.fw-semibold.width-1x.height-1x.bg-white.text-dark.shadow-sm.rounded-circle.flex-center {
    display: block !important;
  }

}
