@font-face {
  font-family: "gotham-book";
  src: url("../font/gotham_font_book.otf");
}

@font-face {
  font-family: "gotham-bold";
  src: url("../font/gotham_font_bold.otf");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "gotham-book";
}

a,
span {
  text-decoration: none;
  display: inline-block;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.top_header_section {
  /* padding-top: 45px; */
  background-color: #2950a3;
  height: calc(30px + 1.558vh);
  max-height: 45px;
}

.header_section {
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  /* Add this line to set a higher z-index */
}

.header_section .navbar_menu_inner {
  /* gap: 18px; */
  gap: calc(1vw + 12px);
}

.header_section .navbar_menu_inner li .dropdown button,
.header_section .navbar_menu_inner li a {
  color: #171717;
  align-items: flex-start;
  font-size: 17px;
}

.header_section .navbar_menu_inner li .dropdown button:hover,
.header_section .navbar_menu_inner li a:hover {
  color: #0047bb;
}

.header_section .navbar_menu_inner li.active a {
  color: #0047bb;
  font-weight: bold;
}

.header_section .header_main_top .header_Logo img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.header_section .header_main_top .navbar {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 24px;
}

.header_section .header_main_top .navbar .header_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header_section .header_main_top .navbar .header_button a {
  color: #171717;
  background: #ff9800;
  padding: 5px 5px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  width: 100%;
}

.nav-cart-icon {
  font-size: 24px !important;
  width: auto;
  height: 28px;
}

.login_section {
  padding: 30px 0 0 0;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}

.login_section .login_main_left {
  position: relative;
}

.login_section .login_main_left .create_pet_img {
  position: absolute;
  width: 516px;
  height: 300px;
  left: 0;
  bottom: 0;
  margin: auto;
}

.login_section .login_main_left h1 {
  font-family: gotham-bold;
  color: #0047bb;
  font-weight: bolder;
  font-size: 2rem;
}

.acount_info {
  margin: 20px 0 40px 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.login_section .login_main_left .acount_info.shipping_info {
  margin: 0;
  font-size: 18px;
}

.login_section .login_main_left #login_form .account_main_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.login_section .login_main_left #login_form .account_main_wrapper .account_main_left {
  width: 50%;
  flex: 0 0 auto;
}

.login_section .login_main_left #login_form .account_main_wrapper .account_main_left .login_wrapper {
  margin-top: 20px;
}

.login_section .login_main_left #login_form .account_main_wrapper .account_main_left .login_wrapper label {
  width: 100%;
  color: #171717;
  margin-bottom: 4px;
}

.login_section .login_main_left #login_form .account_main_wrapper .account_main_left .login_wrapper input {
  width: 90%;
  border-radius: 0.8rem;
  border: 1px solid #808080;
  background: #fff;
  padding: 10px;
}

.login_wrapper select {
  width: 90%;
  border-radius: 0.8rem;
  border: 1px solid #808080;
  background: #fff;
  padding: 10px;
}

.login_section .login_main_left #login_form .account_main_wrapper .account_main_left .login_wrapper input:focus-visible {
  outline: none;
}

.ship_para {
  margin-top: 50px;
  font-style: italic;
  color: #171717;
  font-size: 0.8rem;
}

.login_section .login_main_left #login_form .wrapper_button {
  text-align: center;
  padding: 30px 0 30px 0;
}

.login_section .login_main_left #login_form .wrapper_button.create_button {
  width: 50%;
  margin-left: auto;
}

.login_section .login_main_left #login_form .wrapper_button .log_in {
  border: none;
  background: #6eceb2;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 18px;
  width: 200px;
}

.login_section .login_main_left #login_form .wrapper_button .log_in.button_wrapper {
  padding: 4px 42px;
}

.login_section .login_main_left .creat_account_a {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.login_section .login_main_left .creat_account_a a {
  color: #0047bb;
  text-decoration: underline;
  font-size: 18px;
}

.insurance_section {
  padding: 30px 0;
  background: #f5f5f5;
}

.insurance_section .insurance_main_top {
  padding: 50px 0;
}

.insurance_section .insurance_main_top h2 {
  font-weight: bold;
  color: #0047bb;
  text-align: center;
}

.insurance_section .insurance_main_top .insurance_info {
  color: #0047bb;
  text-align: center;
  letter-spacing: 1px;
}

.insurance_section .insurance_main_bottom .insurance_a {
  margin: 40px auto;
  width: 95%;
  border-radius: 10px;
  text-align: center;
  color: black !important;
}

.insurance_section .insurance_main_bottom .insurance_a a {
  font-size: 18px;
  color: #171717;
  background: #6eceb2;
  padding: 14px 40px;
  border-radius: 10px;
  width: 100%;
  /* height: 100%; */
}

.insurance_section .insurance_main_bottom .insurance_a .education_a {
  font-size: 16px;
}

.new_dog_owner_section {
  padding: 30px 0;
}

.new_dog_owner_section .new_dog_owner_main h2 {
  font-family: gotham-bold;
  color: #0047bb;
  font-weight: bold;
  font-size: 1.6rem;
}

.new_dog_owner_section .new_dog_owner_main p {
  font-size: 1.2rem;
  margin: 20px 0;
  line-height: 1.6rem;
}

.new_dog_owner_section .new_dog_owner_main #quantity_main_owner .quantity_main {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.new_dog_owner_section .new_dog_owner_main #quantity_main_owner .quantity_main__inner {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}

.new_dog_owner_section .new_dog_owner_main #quantity_main_owner .quantity_main__inner label {
  color: #0047bb;
  font-weight: bolder;
  font-size: 18px;
}

.new_dog_owner_section .new_dog_owner_main #quantity_main_owner .quantity_main__inner .quantity {
  background: transparent;
  border-radius: 6px;
  padding: 8px 36px;
  border: 1px solid #808080;
  width: 100%;
}

.new_dog_owner_section .new_dog_owner_main #quantity_main_owner .quantity_main__inner .quantity:focus-visible {
  outline: none;
}

.new_dog_owner_section .new_dog_owner_main #quantity_main_owner .quantity_main__inner .quentity_add {
  color: #171717;
  background: #6eceb2;
  padding: 8px 36px;
  border-radius: 6px;
  border: none;
}

.new_dog_owner_section .new_dog_owner_main .order_info {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.new_dog_owner_section .new_dog_owner_main .order_info .Link {
  margin: 30px 0;
}

.new_dog_owner_section .new_dog_owner_main .order_info.Link a {
  color: #0047bb;
}

.new_dog_owner_section .new_dog_owner_main span {
  color: #0047bb;
  font-weight: bold;
}

.preview_order_section {
  padding: 20px 0;
  background: #f5f5f5;
}

.preview_order_section .preview_order_main h1 {
  color: #0047bb;
  font-weight: bold;
  font-family: "gotham-bold";
  font-size: 1.6rem;
}

.preview_order_section .preview_order_main .order_table {
  width: 100%;
  margin: 10px 0 0 0;
  background: white;
  border: 1px solid #171717;
}

.preview_order_section .preview_order_main .order_table thead {
  background-color: #0047bb;
  color: #fff;
}

.preview_order_section .preview_order_main .order_table thead th {
  padding: 6px 10px;
  letter-spacing: 1px;
}

.preview_order_section .preview_order_main .order_table thead .Product {
  width: 480px;
}

.preview_order_section .preview_order_main .order_table thead .Image {
  width: 160px;
  text-align: center;
}

.preview_order_section .preview_order_main .order_table thead .Quentity {
  text-align: end;
}

.preview_order_section .preview_order_main .order_table thead .Estimated {
  text-align: center;
}

.preview_order_section .preview_order_main .order_table tbody {
  border: 1px solid #171717;
}

.preview_order_section .preview_order_main .order_table tbody tr {
  border-radius: 8px;
  padding: 80px 20px;
}

.preview_order_section .preview_order_main .order_table tbody tr .center {
  text-align: center;
}

.preview_order_section .preview_order_main .order_table tbody tr td {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #171717;
}

.preview_order_section .preview_order_main .order_table tbody tr td span {
  color: #0047bb;
}

.preview_order_section .preview_order_main .order_table tbody tr .data_3 {
  text-align: right;
}

.preview_order_section .preview_order_main .order_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;
}

.preview_order_section .preview_order_main .order_button button {
  border: none;
  background: #6eceb2;
  color: #171717;
  border-radius: 6px;
  padding: 10px 0;
  width: 240px;
  font-weight: bold;
}

.preview_order_section .preview_order_main .order_button__inner button {
  border: none;
  background: #6eceb2;
  color: #171717;
  border-radius: 6px;
  padding: 10px 0;
  width: 160px;
  font-weight: bold;
}

.order_submitted .preview_main h1 {
  font-family: gotham-bold;
  font-weight: bold;
  color: #0047bb;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.order_submitted .preview_delivery h3 {
  color: #0047bb;
  font-weight: 900;
  margin-bottom: 16px;
  font-size: 1.2rem;
}

.order_submitted .preview_delivery p {
  font-weight: bold;
  color: #171717;
  margin-bottom: 4px;
  font-size: 1rem;
}

/*# sourceMappingURL=style.css.map */

li {
  flex-direction: column;
  align-items: center;
}

li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
}

/* li a i {
  margin-top: 5px;
} */

.add-minus-quantity {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.remove-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5rem;
  background-color: transparent;
  color: red;
}

.remove-item button {
  border: none;
  background-color: transparent;
}

.my-35 {
  margin-top: 35px;
}

.muted-text-small {
  font-size: 0.7rem;
  color: gray;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.Login_txt {
  width: 200% !important;
}

.button-primary {
  font-size: 18px;
  color: #171717;
  background: #6eceb2;
  padding: 14px 40px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: aliceblue;
}

.main-footer {
  padding: 12px 0;
  background: #2950a3;
  margin-top: auto;
  /* Push the footer to the bottom of the container */
  height: 2vh;
  /* Set the footer height to 10% of the viewport height */
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* Allow the main content to expand and fill remaining space */
}

.require-field {
  font-size: 14px;
  font-style: italic;
}

.hidden {
  display: none;
  opacity: 0;
}

.button-product-list {
  font-size: 18px;
  color: #171717;
  background: #6eceb2;
  border-radius: 10px;
  width: 300px;
  border: aliceblue;
}

.rounded-table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.button {
  display: inline-block;
  margin-bottom: 2px;
  background: #ff9800;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 20px;
  color: black;
  border-radius: 10px;
}

.message {
  display: block;
  font-size: 12px;
  padding-top: 3px;
}

.search-box {
  position: relative;
  display: inline-block;
}

.search-icon {
  position: absolute;
  left: 4px;
  top: 24px;
  transform: translateY(-50%);
  color: #888;
  font-size: 20px !important;
  /* Adjust the icon size */
}

.search-input {
  padding: 4px 10px 4px 36px;
  border: 1px solid gray;
  border-radius: 10px;
  font-size: 15px;
  width: 100%;
  max-width: 198px;
}

.search-input:focus-visible {
  outline: 0;
  border-color: #0047bb;
}

.Delivery_header {
  font-weight: bold;
  color: #0047bb;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.button-productbycategory-list {
  margin: auto;
  font-size: 0.9rem;
  color: #000;
  background: #6eceb2;
  padding: 10px 10px;
  text-align: center;
  border-radius: 10px;
  border: aliceblue;
  height: 63.22px;
  width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-blue {
  width: 100%;
  margin-bottom: 5px;
}

.table-blue th {
  background-color: #0047bb !important;
  color: #fff !important;
  padding: 6px;
  border-left: 2px solid white;
}

.table-blue tr {
  border-left: 2px solid white;
}

.table-data {
  padding: 10px !important;
  font-weight: bold;
  color: #171717;
  vertical-align: middle;
}

.categoryName {
  font-weight: 1000;
  font-size: 2.5rem !important;
  color: #0047bb;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.categoryName-subtitle {
  font-weight: 500;
  font-size: 1.2rem !important;
  color: #0047bb;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}

/* Example styles for the active tab */
/* .active a {
  color: #0047bb !important;
  font-weight: bold !important;
} */

.title-overlay {
  position: absolute;
  /* background-color:#0047BB; */
  color: #fff;
  /* text-align:center; */
  /* padding: 2% 7% 3% 2%; */
  padding-top: 3%;
  padding-left: 5%;
}

.title-overlay-h {
  /* font-family: Tiempos-Headline; */
  font-size: 2.1rem;
  font-weight: bolder;
  /* inline-size: 2.8rem; */
  line-height: 0.8em;
}

.title-overlay-d {
  /* font-family: Gotham-Light; */
  font-size: 1.2rem;
  font-weight: 200;
  margin-top: 10px;
}

.no-vs-search {
  pointer-events: none;
}

.centered-col {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 10%!important; */
}

.bannerheader {
  font-weight: 1000;
  font-size: 2rem !important;
}

.button-product-send {
  font-size: 18px;
  color: #171717;
  background: #6eceb2;
  padding: 10px 10px;
  border-radius: 10px;
  width: 150px;
  height: 45px;
  border: aliceblue;
}

.button-product {
  font-size: 1rem;
  color: #171717;
  background: #6eceb2;
  padding: 10px 10px;
  border-radius: 10px;
  height: 45px;
  border: aliceblue;
}

.address-line {
  font-size: 1.8rem;
}

.is-desktop {
  display: block;
}

.is-mobile {
  display: none;
}

.fs-10 {
  font-size: 10px !important;
}

.tooltip-inner {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  opacity: 1 !important;
}

@media print {
  @page {
    size: 8.5in 9in;
  }

  .header_section {
    background: #fff;
    box-shadow: none;
  }

  /* Adjust the table styles for printing */
  table {
    border: 1px solid #ccc !important;
    font-size: 12px !important;
    color: #000 !important;
  }

  tr,
  th,
  td {
    border: 1px solid #ccc !important;
    color: #000 !important;
  }

  .rounded-table {
    box-shadow: none;
    border-radius: 0;
  }

}

/* Add this CSS in your project's stylesheets */
.date-picker-container {
  position: relative;
}

.date-picker-toggle {
  border: none;
  background: none;
  cursor: pointer;
}

.tabs-container {
  text-align: right;
  /* Right-align the tabs */
}

.form-select {
  line-height: 1.3;
}

.userheader {
  font-family: gotham-bold;
  font-weight: bold;
  color: #0047bb;
  margin-bottom: 10px;
  font-size: 1.6rem;
  margin-left: 18px;
  margin-top: -20px;
}

.usertitle {
  font-size: 1.1em;
  margin-left: 2em;
  margin-bottom: 1.5em;
  font-weight: bolder;
}

.overflow-visible {
  overflow: visible !important;
}