/* Hide the original static heading left behind in the template */
#order_review_heading {
  display: none;
}

/* Grid layout for our hook-injected columns */
.oh-checkout-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr; /* mobile stacked */
  align-items: start;
}

@media (min-width: 992px) {
  .oh-checkout-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.oh-checkout-grid h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
label {
  display: block;
  margin-bottom: 5px;
  color: var(--oh-primary);
}
.optional {
  position: relative;
  top: -5px;
  font-size: 0.8em;
  color: var(--oh-color5);
}
.form-row {
  margin-block-end: 15px;
}
.checkout.woocommerce-checkout {
  margin-bottom: 60px;
}
.checkout.woocommerce-checkout input,
.checkout.woocommerce-checkout textarea {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0px 15px;
  height: 42px;
  color: var(--oh-primary);
}
.checkout.woocommerce-checkout input[type="checkbox"], .checkout.woocommerce-checkout input[type="radio"]{
  height: auto;
  margin: 0px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.woocommerce-billing-fields__field-wrapper > p:first-child,
.woocommerce-billing-fields__field-wrapper > p:nth-child(2),
.woocommerce-shipping-fields__field-wrapper > p:first-child,
.woocommerce-shipping-fields__field-wrapper > p:nth-child(2) {
  grid-column: auto/span 2;
  margin-bottom: 0;
  width: unset;
}
.woocommerce-billing-fields__field-wrapper > p,
.woocommerce-shipping-fields__field-wrapper > p {
  clear: both;
  grid-column: auto/span 4;
}
.required {
  border: none;
  color: #e01020;
  font-size: 16px;
  line-height: 1;
}
.woocommerce-shipping-fields {
  margin-bottom: 20px;
}
.woocommerce-shipping-fields #ship-to-different-address {
  font-size: unset;
}
.woocommerce-shipping-fields #ship-to-different-address label {
  display: flex;
  align-items: center;
}
.woocommerce-shipping-fields #ship-to-different-address label input {
  margin: 0px 5px 0px 0px;
  height: 14px;
}
.checkout.woocommerce-checkout textarea {
  min-height: 190px;
  resize: vertical;
  padding: 10px 15px;
}
.woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
.woocommerce-info {
  display: inline-flex;
  gap: 5px 7px;
  flex-wrap: wrap;
  color: var(--oh-color6);
  font-weight: 600;
}
.woocommerce-info a {
  color: var(--oh-primary);
  text-decoration: underline;
  font-weight: 500;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 42px;
  padding-left: 15px;
  padding-right: 30px;
  color: var(--oh-primary);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
  right: 0;
  height: 42px;
  width: 42px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
  background-position: right 50% top 50%;
  background-size: auto 18px;
  background-repeat: no-repeat;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 42px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--oh-primary);
}
.oh-progress-bar.oh-free-progress-bar {
  padding: 20px;
  border: 2px dashed rgba(0, 0, 0, 0.105);
  border-radius: 8px;
  margin-bottom: 16px;
}
.oh-checkout-right {
  background-color: #f8f8f8;
  padding: 45px 30px;
  position: sticky;
  top: 60px;
}
.oh-order-review-heading {
  font-size: 20px;
  text-align: center;
}

.oh_top_shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: -1px;
}
.oh_top_shape svg,
.oh_bottom_shape svg {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.oh_top_shape svg path {
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
}
.oh_bottom_shape {
  bottom: -1px;
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  transform: rotate(180deg);
}
.oh_bottom_shape svg path {
  fill: #fff;
  transform: ;
  transform-origin: center;
  transform: rotateY(0deg);
}

.shop_table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 5px 15px 5px 15px;
}
.shop_table.woocommerce-checkout-review-order-table tr {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.105);
}
.woocommerce-checkout-review-order-table :is(th, td) {
  border: none;
}
th.product-name {
  text-align: start;
}
.woocommerce-checkout-review-order-table thead th {
  flex-basis: 50%;
}
.shop_table tr :is(td, th):first-child {
  padding-inline-start: 0;
}
.shop_table.woocommerce-checkout-review-order-table th {
  color: var(--oh-primary);
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 600;
}
.shop_table tr :is(td, th):last-child {
  padding-inline-end: 0;
  text-align: end;
}
.cart_item {
  padding: 15px 12px;
}
.variation {
  display: flex;
  align-items: center;
  gap: ;
  margin: 0px;
}
.variation dd {
  margin-left: 10px;
}
.shop_table.woocommerce-checkout-review-order-table :is(tbody, tfoot) th {
  text-transform: none;
  font-size: inherit;
}
.woocommerce-checkout-review-order-table tfoot td {
  flex-grow: 1;
}
.woocommerce-checkout-review-order-table tfoot tr {
  align-items: center;
}
.wc_payment_methods.payment_methods.methods {
  margin: 20px 0px;
  list-style: none;
  padding: 0px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
  border: navajowhite;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  height: auto;
}
.woocommerce-terms-and-conditions-wrapper {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.105);
}
.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
}
.woocommerce-privacy-policy-text p {
  padding-bottom: 15px;
}
.woocommerce-privacy-policy-text a {
  font-weight: 600;
  color: var(--oh-color3);
}
.woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: 600;
  color: #33;
}
.checkout.woocommerce-checkout button[name="woocommerce_checkout_place_order"], .checkout.woocommerce-checkout .oh-mobile-place-order{
  width: 100%;
  height: 48px;
  text-transform: uppercase;
  font-size: 14px;
}

.checkout.woocommerce-checkout input.oh-qty-input {
  padding: 0px;
  border: none;
  border-left: 0px;
  border-radius: ;
  border-right: 0px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  height: 32px;
}
.oh-qty-label {
  display: none;
}

.wc_payment_method {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  border-right: 1px solid rgba(0, 0, 0, 0.105);
  border-left: 1px solid rgba(0, 0, 0, 0.105);
}
.wc_payment_method:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.105);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.wc_payment_method:last-child{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wc_payment_method input {
  height: 14px !important;
  margin: 0px;
}
.wc_payment_method label {
  display: inline-flex;
  align-items: center;
  margin: 0px;
}
.wc_payment_method label img {
  height: ;
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
}
.wc_payment_methods.payment_methods.methods {
  
}
.payment_box.payment_method_bacs {
  width: 100%;
}

.wc_payment_method.gateway-selected {
  border-color: rgb(162,162,162);
  background: rgb(246,246,246);
  border-bottom-color: rgba(0, 0, 0, 0.105);
}
.wc_payment_method.gateway-selected .payment_box {
  position: relative;
  padding: 26px 13px 13px 13px;
  text-align: center;
	flex: 0 0 100%;
  width: 100%;
}
.wc_payment_method.gateway-selected .payment_box:before {
  position: absolute;
  content: '';
  left: -13px;
  top: 0px;
  width: calc(100% + 26px);
  height: 1px;
  background: rgb(162,162,162);
}

.wc_payment_method.gateway-selected.no_box {
  border-bottom-color: rgb(162,162,162);
}
.wc_payment_method.gateway-selected.no_box {
  position: relative;
}
.wc_payment_method.gateway-selected.no_box:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: rgb(162,162,162);
}
#shipping_method {
  list-style: none;
}

.oh_ch_item .product-name {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.oh_ck_img img {
  min-width: 65px;
  max-width: 65px;
  border-radius: calc(8px / 1.5);
}
.oh_ck_img {
  margin-inline-end: 10px;
}
.oh_ck_right {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  text-align: start;
}
.oh_ch_rr {
  text-align: end;
}
.oh_ch_rl {
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: 10px;
  flex-direction: column;
  color: var(--oh-color3);
}
.oh_ch_rl .oh-qty-wrap {
  display: block;
  margin-top: 10px;
}

.woocommerce-form.woocommerce-form-login.login,
.checkout_coupon {
  position: relative;
  margin-bottom: 25px;
  padding: 30px;
  max-width: 470px;
  border: 2px solid rgba(0, 0, 0, 0.075);
  border-radius: 8px;
  text-align: start;
  margin-block: 20px 0;
}
.woocommerce-form.woocommerce-form-login.login p {
  margin-bottom: 15px;
}
.password-input {
  position: relative;
}
.show-password-input {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 16px;
  color: var(--oh-color7);
  transition: all 0.25s ease;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  min-height: unset !important;
}
.show-password-input::before {
  font-family: "woodmart-font";
  content: "\f11a";
}
.show-password-input:hover {
  color: #a5a5a5;
}
.show-password-input.display-password::before {
  content: "\f11b";
}
.woocommerce-form-login-toggle {
  margin-bottom: 20px;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.checkout.woocommerce-checkout .oh-mobile-place-order{
  display: none;
}
.wc_payment_method:first-child.gateway-selected.no_box:before{
  background: transparent !important;
}
#ship-to-different-address span {
  text-transform: initial;
}

#order_comments_field label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .oh-checkout-grid {
    display: block;
  }
  .checkout.woocommerce-checkout .oh-mobile-place-order{
    display: flex;
  }
  .checkout.woocommerce-checkout #place_order{
    display: none;
  }
  .oh-checkout-right {
    padding: 25px 20px;
  }
}
