.badge-wrap .badge.oos-label {
  background: #323D62;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  margin-right: 20px;
}

.ws-search-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  border: 1px solid transparent;
}

.ws-search.opened .ws-search-form {
  border-color: rgba(71, 78, 103, 0.20);
}

.ws-search-input input[type="text"] {
  color: #474E67;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 97%;
  border: none;
  padding: 10.5px 0;
  width: 0px;
  transition: all 0.3s ease-in-out;
}

.ws-search.opened input[type="text"] {
  width: 191px;
  padding: 10.5px 14px;
}

.ws-search button {
  background-color: transparent;
  border: none;
  width: 38px;
  height: 38px;
  display: block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ws-search button[type="submit"] {
  display: none !important;
}

.postal-code-result span {
  letter-spacing: 2.7px;
}

.postal-code-bottom {
  color: #FFF;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 10px;
  background: #D31C3D;
}

.woocommerce-checkout #custom-shipping-methods .woocommerce-shipping-totals th {
  display: none !important;
}

.woocommerce-checkout ul#shipping_method {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
}

.woocommerce-checkout ul#shipping_method li {
  width: calc(100% - (5px / 2));
  background-color: #F0EBE7;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 68px;
  align-items: stretch;
}

.woocommerce-checkout ul#shipping_method li input {
  display: none;
}

.woocommerce-checkout ul#shipping_method li label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0%;
  color: #474E67;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 10px 45px;
  cursor: pointer;
}

.woocommerce-checkout ul#shipping_method li label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #B72034;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}

.woocommerce-checkout ul#shipping_method li label::after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #B72034;
  border-radius: 50%;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  opacity: 0;
}

.woocommerce-checkout ul#shipping_method li input:checked+label::after,
.woocommerce-checkout ul#shipping_method li:first-child input[type="hidden"]+label::after {
  opacity: 1;
}

.woocommerce-checkout ul#shipping_method li label span:nth-child(3) {
  font-weight: 400;
}

.woocommerce-cart ul#shipping_method li label span:nth-child(2) {
  display: none;
}

#customer_details:has(#billing_use_same_address:checked) .col-2 {
  display: none !important;
}

@media (max-width: 1336px) {
  .ws-search.opened input[type="text"] {
    width: 140px;
  }
}

@media (max-width: 1024px) {

  .ws-search-input {
    position: absolute;
    top: calc(100% + 31px);
    width: 100vw;
    left: var(--search-left, -100px);
    right: var(--search-left, -100px);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    border-top: 1px solid rgba(71, 78, 103, 0.20) !important;
    transition: all 0.3s ease-in-out;
  }

  .ws-search.opened .ws-search-input {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
  }

  .ws-search .ws-search-form {
    border-color: transparent !important;
  }

  .ws-search input[type="text"] {
    width: 100% !important;
    padding: 10.5px 14px !important;
    border: 1px solid rgba(71, 78, 103, 0.20) !important;
  }
}
.woocommerce-account .woocommerce form .form-row:has(.woocommerce-form-login__submit) {
	border: none;
    padding: 0;
    margin: 0 0 30px;
    gap: 20px;
}
@media (max-width: 991px) {
  .woocommerce-checkout ul#shipping_method {
    flex-direction: column;
  }

  .woocommerce-checkout ul#shipping_method li {
    width: 100%;
  }
}