/* 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: 1.4fr .6fr;
  }
}

.oh-checkout-grid h3 {
  margin-bottom: 0px;
}
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.form-row-first, .form-row.form-row-last {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.form-row.form-row-wide {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.checkout.woocommerce-checkout {
  margin-bottom: 60px;
}
.oh-checkout-customer-stack {
  display: grid;
  gap: 24px;
}
.oh-checkout-fields-group {
  padding: 24px;
  border: 1px solid var(--oh-color6);
  border-radius: 16px;
  background:var(--oh-color7); ;
}
.oh-checkout-details-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.oh-cart-checkout-faq-layout {
  margin: 72px 0 40px;
}
.oh-cart-checkout-faq-layout__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.45fr);
  gap: clamp(32px, 4vw, 88px);
  align-items: start;
}
.oh-cart-checkout-faq-layout__intro {
  margin: 0;
}
.oh-cart-checkout-faq-layout__eyebrow {
  margin: 0;
  color: var(--oh-color4);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.oh-cart-checkout-faq-layout__title {
  margin: 0;
}
.oh-cart-checkout-faq-layout__support {
  margin-top: 4px;
}
.oh-cart-checkout-faq-layout__support p {
  margin: 0;
}
.oh-cart-checkout-faq-layout__cta {
  color: var(--oh-color3);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}
.oh-cart-checkout-faq-layout__content {
  min-width: 0;
}
.oh-cart-checkout-faqs {
  border-radius: 24px;
  background: var(--oh-color6);
  padding: 16px 32px;
}
.oh-cart-checkout-faqs .p_faq_item:first-child{
  border-top: 0px;
}
.oh-cart-checkout-faqs .p_faq_item:last-child {
  border-bottom: 0;
}
.checkout.woocommerce-checkout input,
.checkout.woocommerce-checkout textarea {
  border: 1px solid var(--oh-color6);
  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;
}
.required {
  border: none;
  color: var(--oh-error);
  font-size: 16px;
  line-height: 1;
}
.woocommerce-billing-fields, .woocommerce-account-fields{
  margin-bottom: 20px;
}
.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-color5);
  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: 1px solid var(--oh-color6);
  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-checkout-progress {
  margin-bottom:24px;
  padding: 18px 22px 20px;
  border: 1px solid var(--oh-color6);
  border-radius: 16px;
  background: var(--oh-color6);
  border-top: 1px solid var(--oh-color6);
}
.oh-checkout-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.oh-checkout-progress__headline {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.oh-checkout-progress__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--oh-color3);
}
.oh-checkout-progress .progress-area {
  height: 6px;
  border-radius: 999px;
  background: var(--oh-color7);
}
.oh-checkout-progress .progress-bar {
  margin-top: 0;
  height: 6px;
  border-radius: 999px;
  background: var(--oh-primary);
  background-image: none;
}
.oh-checkout-progress.oh-free-gift-progress-bar .progress-bar {
  background: var(--oh-primary);
}
.oh-checkout-left-intro{
  margin-bottom: 24px;
}
.oh-checkout-left-intro__title {
  margin: 0;
}
.oh-checkout-cart-section {
  margin-top: 28px;
  padding: 22px 26px;
    border: 1px solid var(--oh-color6);
  border-radius: 16px;
  background: var(--oh-color7);
}
.oh-checkout-cart-section__header,
.oh-checkout-saved__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--oh-color6);
}
.oh-checkout-saved__title {
  margin: 0px;
  color: var(--oh-color4);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.oh-checkout-cart-section__title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.oh-checkout-cart-section__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--oh-primary);
  color: var(--oh-color7);
  line-height: 1;
  font-size: 14px;
}
.oh-checkout-cart-section__title,
.oh-checkout-saved__title {
  margin: 0;
}
.oh-checkout-cart-section__count,
.oh-checkout-saved__count {
  color: var(--oh-color4);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.oh-checkout-cart-item,
.oh-checkout-saved__item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--oh-color6);
}
.oh-checkout-cart-item:last-child,
.oh-checkout-saved__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.oh-checkout-cart-item__media,
.oh-checkout-saved__media {
  min-width: 0;
}
.oh-checkout-cart-item__thumb,
.oh-checkout-saved__media a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 0px;
  border-radius: 18px;
    background: var(--oh-color6);
    overflow: hidden;
}
.oh-checkout-saved__media a{
  min-height: 76px;
  width:76px;
}
.oh-checkout-cart-item__thumb img,
.oh-checkout-saved__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
    mix-blend-mode: multiply;
}
.oh-checkout-cart-item__meta,
.oh-checkout-saved__item {
  align-items: start;
}
.oh-checkout-cart-item__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.oh-checkout-cart-item__content,
.oh-checkout-saved__body {
  min-width: 0;
}
.oh-checkout-cart-item__brand,
.oh-checkout-saved__brand {
  margin: 0 0 4px;
  color: var(--oh-color4);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.oh-checkout-cart-item__name,
.oh-checkout-saved__name {
  margin: 0;
  color: var(--oh-color3);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.oh-checkout-cart-item__name a,
.oh-checkout-saved__name a {
  color: inherit;
  text-decoration: none;
}
.oh-checkout-cart-item__bundle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777777;
  flex: 0 0 auto;
}
.oh-checkout-cart-item__bundle-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.oh-checkout-cart-item__options {
  margin:0;
  color: var(--oh-color5);
  font-size: 14px;
  line-height: 1.6;
}
.oh-checkout-cart-item__delivery {
  margin-top: 0px;
}
.oh-checkout-cart-item__delivery .oh-delivery-row {
  gap: 8px !important;
}
.oh-checkout-cart-item__delivery .oh-delivery-row,
.oh-checkout-cart-item__delivery .oh-delivery-row span {
  color: var(--oh-color5);
  font-size: 14px;
  line-height: 1.6;
}
.oh-checkout-cart-item__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 10px;
  
}
.oh-checkout-cart-item__actions .oh-qty {
  margin-bottom: 0px;
}
.oh-checkout-row-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--oh-color4);
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0px;
}
.oh-checkout-row-link svg{
  width:14px; 
  height:14px;
}
.oh-checkout-remove-item{
  text-decoration: underline;
}
.oh-checkout-row-link:hover {
  color: var(--oh-color3);
}
.oh-checkout-gift-wrap-toggle {
  position: relative;
}

.oh-checkout-gift-wrap-toggle > span:before {
  content: '';
  border: 2px solid var(--oh-color6);
  border-radius: 4px;
  background: transparent;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.oh-checkout-gift-wrap-toggle input:checked ~ span::before {
  background: var(--oh-primary);
  border-color: var(--oh-primary);
}
.oh-checkout-gift-wrap-toggle input:checked ~ span::after {
  content: '';
  position: absolute;
  left: 3px;
  top: calc(50% - 3px);
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}
.oh-checkout-gift-wrap-toggle input {
  display: none;
}
.oh-checkout-gift-wrap-toggle > span {
  padding-left: 30px;
}
.oh-checkout-cart-item__price {
  min-width: 120px;
  text-align: right;
}
.oh-checkout-cart-item__line-price,
.oh-checkout-saved__price {
  color: var(--oh-color3);
  font-size: 18px;
  line-height: 1.4;
}
.oh-checkout-fbt-cart-item__bundle-total {
  margin-top: 0px;
  color: var(--oh-color3);
  font-size: 18px;
  line-height: 1.4;
}
.oh-checkout-fbt-cart-item__savings{
  font-size: 13px;
  color: var(--oh-primary);
}
.oh-checkout-fbt-cart-item__old-total{
  color:var(--oh-color5)
}
.oh-checkout-split-shipping,
.oh-checkout-saved {
  margin-top: 24px;
  padding-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.oh-checkout-split-shipping__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding:16px 16px 0px 16px;
  margin-bottom: 0;
  border:1px solid var(--oh-color6);
  border-bottom: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: var(--oh-color7);
}
.oh-checkout-split-shipping__headline {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.oh-checkout-split-shipping__summary {
  min-width: 0;
}
.oh-checkout-split-shipping__eyebrow {
  margin: 0;
  color: var(--oh-color4);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.oh-checkout-split-shipping__date {
  margin: 0;
  color: var(--oh-color3);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.oh-checkout-split-shipping__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--oh-color6);
  color: var(--oh-color4);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.oh-checkout-split-shipping__description p {
  margin: 0 0px 0px 30px;
  color: var(--oh-color4);
}
.oh-checkout-split-shipping__description {
  padding: 0 16px 16px;
  border-inline: 1px solid color-mix(in srgb, var(--oh-color3) 12%, transparent);
  background: var(--oh-color7);
}
.oh-checkout-split-shipping__toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: 0;
  padding: 8px 16px;
  border: 1px solid var(--oh-color6);
  border-top:1px solid var(--oh-color6);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: var(--oh-color7);
  cursor: pointer;
}
.oh-checkout-split-shipping__toggle input {
  width: 18px;
  height: 18px;
  margin: 0;
}
.oh-checkout-split-shipping__toggle-text,
.oh-checkout-split-shipping__toggle-price {
  color: var(--oh-color4);
}
.oh-checkout-split-shipping__toggle-price {
  color: var(--oh-color3);
  white-space: nowrap;
}
.oh-checkout-saved__item {
  grid-template-columns: 76px minmax(0, 1fr) auto;
}
.oh-checkout-saved__header {
  padding-top: 6px;
}
.oh-checkout-saved__price {
  margin-top: 8px;
}
.oh-checkout-saved__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  align-self: center;
}
.oh-checkout-saved-remove, .oh-checkout-row-link.oh-checkout-saved-add{
  border-bottom: 1px solid var(--oh-color4);
  padding-bottom: 3px;
}
.oh-checkout-saved-remove svg{
  width:14px; 
  height:14px; 
  color: var(--oh-color4);
}
.oh-checkout-payment-methods {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid var(--oh-color6);
  border-radius: 16px;
  background: var(--oh-color7);
}
.oh-checkout-payment-methods__title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.oh-checkout-cross-sells {
  margin-top: 24px;
}
.oh-checkout-cross-sells__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.oh-checkout-cross-sells__title {
  margin: 0;
  color: var(--oh-color4);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.oh-checkout-cross-sells__subtitle {
  margin: 0;
  color: var(--oh-color4);
  font-size: 15px;
  line-height: 1.4;
  text-align: right;
}
.oh-checkout-cross-sells__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.oh-checkout-cross-sells__item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--oh-color6);
  border-radius: 12px;
  background: var(--oh-color7);
}
.oh-checkout-cross-sells__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height:76px; 
  width:76px;
  padding: 0px;
  border-radius: 16px;
  background: var(--oh-color6);
}
.oh-checkout-cross-sells__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
    mix-blend-mode: multiply;
}
.oh-checkout-cross-sells__body {
  min-width: 0;
}
.oh-checkout-cross-sells__brand {
  margin: 0 0 4px;
  color: var(--oh-color4);
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.oh-checkout-cross-sells__name {
  margin: 0;
  color: var(--oh-color3);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.oh-checkout-cross-sells__name a {
  color: inherit;
  text-decoration: none;
}
.oh-checkout-cross-sells__price {
  margin-top: 8px;
  color: var(--oh-color3);
  font-size: 12px;
  line-height: 1.4;
}
.oh-checkout-cross-sells__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--oh-color6);
  border-radius: 999px;
  background: var(--oh-color7);
  color: var(--oh-color3);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.oh-checkout-cross-sells__add:hover {
  border-color: var(--oh-color6);
}
.oh-checkout-cross-sells__add span {
  position: relative;
  top: -1px;
}
.oh-checkout-right {
  padding: 0;
  border: 0;
  border-radius: 0;
  position: sticky;
  top: 60px;
}
.oh-checkout-overview {
  padding: 28px 24px;
  border: 1px solid var(--oh-color6);
  border-radius: 16px;
  background: var(--oh-color7);
}
.oh-checkout-overview__title {
  margin: 0 0 18px;
  color: var(--oh-primary);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.oh-checkout-right-countdown {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  border-radius: 14px;
  background: var(--oh-color6);
}
.oh-checkout-right-countdown .oh-cart-countdown__icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--oh-color4);
}
.oh-checkout-right-countdown .oh-cart-countdown__icon svg {
  width: 100%;
  height: 100%;
}
.oh-checkout-right-countdown .oh-cart-countdown__text,
.oh-checkout-right-countdown .oh-cart-countdown__expired {
  color: var(--oh-color3);
  font-size: 15px;
  line-height: 1.6;
}
.oh-checkout-right-countdown .oh-cart-countdown__label,
.oh-checkout-right-countdown .oh-cart-countdown__unit {
  color: var(--oh-color4);
}
.oh-checkout-right-countdown #oh-cart-countdown-timer {
  font-weight: 600;
}
.oh-checkout-coupon {
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid var(--oh-color6);
}
.oh-checkout-coupon__toggle {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--oh-color3);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  cursor: pointer;
}
.oh-checkout-coupon__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 14px;
}
.oh-checkout-coupon__input {
  min-width: 0;
  text-transform: uppercase;
}
.oh-checkout-coupon__button {
  min-width: 110px;
  padding: 0 18px;
  border: 1px solid var(--oh-color6);
  border-radius: 999px;
  background: var(--oh-primary);
  color: var(--oh-color7);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.oh-checkout-coupon__hint {
  margin: 10px 0 0;
  color: var(--oh-color4);
  font-size: 14px;
  line-height: 1.5;
}
.oh-checkout-coupon__message {
  min-height: 20px;
  margin-top: 10px;
  color: var(--oh-color4);
  font-size: 14px;
  line-height: 1.5;
}
.oh-checkout-coupon__message.is-error {
  color: var(--oh-error);
}
.oh-checkout-coupon__message.is-success {
  color: var(--oh-color3);
}
.oh-checkout-coupon__applied {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.oh-checkout-coupon__applied-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--oh-color3) 4%, var(--oh-color5));
}
.oh-checkout-coupon__applied-code {
  color: var(--oh-color3);
  font-size: 14px;
  line-height: 1.4;
}
.oh-checkout-coupon__remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--oh-color4);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  cursor: pointer;
}
#oh_order_review {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.oh-checkout-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--oh-color6);
}
.oh-checkout-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--oh-color4);
  font-size: 12px;
  line-height: 1.5;
}
.oh-checkout-trust__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.oh-checkout-trust__icon svg {
  width: 100%;
  height: 100%;
}
.oh-checkout-support {
  margin-top: 18px;
  padding: 24px;
  border-radius: 16px;
  background: var(--oh-color6);
}
.oh-checkout-support__eyebrow {
  margin: 0 0 8px;
  color: var(--oh-color4);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.oh-checkout-support__copy {
  margin: 0;
  color: var(--oh-color3);
  font-size: 12px;
  line-height: 1.7;
}
.oh-checkout-support__items {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.oh-checkout-support__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--oh-color3);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
.oh-checkout-support__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--oh-color4);
}
.oh-checkout-support__icon svg {
  width: 100%;
  height: 100%;
}

.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: var(--oh-color7);
  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: var(--oh-color7);
  transform: ;
  transform-origin: center;
  transform: rotateY(0deg);
}

.shop_table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  background-color: var(--oh-color7);
  padding: 5px 15px 5px 15px;
}
.shop_table.woocommerce-checkout-review-order-table tr {
  display: flex;
  border-bottom: 2px solid rgba(46, 45, 44, 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 0px 0px;
  list-style: none;
  padding: 0px;
  display:flex; 
  flex-direction: column;
  gap:12px;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
  border: navajowhite;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  height: auto;
}
.woocommerce-privacy-policy-text p{
  color:var(--oh-color5); 
  font-size: 13px;;
}
.woocommerce-terms-and-conditions-wrapper {
  padding-top: 20px;
}
.woocommerce-privacy-policy-text a {
  font-weight: 600;
  color: var(--oh-color3);
}
.woocommerce-terms-and-conditions-checkbox-text a {
  font-weight: 600;
  color: var(--oh-color3);
}
.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;
}
.oh-checkout-submit-info {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.oh-checkout-submit-info__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  color: var(--oh-color5);
}
.oh-checkout-submit-info__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.oh-checkout-submit-info__trust-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: var(--oh-color54);
  flex-shrink: 0;
}
.oh-checkout-submit-info__trust-icon svg {
  width: 100%;
  height: 100%;
}
.oh-checkout-submit-info__legal {
  max-width: 960px;
  margin: 0;
  color: var(--oh-color5);
  font-size: 13px;
  line-height: 1.65;
}
.oh-checkout-submit-info__legal a {
  color: var(--oh-color3);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

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

.wc_payment_method {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
    padding: 16px 60px 16px 16px;
  border: 2px solid var(--oh-color6);
  border-radius: 16px;
  position: relative;
}
.wc_payment_method input {
  display:none;
}
.wc_payment_method label {
  display: flex;
  align-items: center;
  margin: 0px;
  width:100%;
    padding-left: 40px;
      color: var(--oh-color3);
}
.icon-wrapper {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.wc_payment_method label img {
  max-width: 30px;
  max-height: 30px;
  vertical-align: middle;
  object-fit: contain;
}
.payment_box.payment_method_bacs {
  width: 100%;
}

.wc_payment_method.gateway-selected {
  border-color:var(--oh-primary);
  background:var(--oh-color7);
}
.wc_payment_method .payment_box {
  position: relative;
  text-align: left;
	flex: 0 0 100%;
  width: 100%;
  padding-left: 40px;
  display:block !important;
}
.wc_payment_method.gateway-selected .payment_box p{
  color:var(--oh-color5);
}


.wc_payment_method label:before {
  content: '';
  border: 2px solid var(--oh-color6);
  border-radius: 4px;
  background: transparent;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.wc_payment_method.gateway-selected label:after {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 3px);
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}
.wc_payment_method.gateway-selected label::before {
  background: var(--oh-primary);
  border-color: var(--oh-primary);
}

#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(46, 45, 44, 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: var(--oh-secondary);
}
.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;
}
.oh-mobile-checkout-sticky {
  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;
}
.order-total .includes_tax {
  display: block;
}
.order-total td strong {
  font-size: 20px;
}

.oh-checkout-cart-item.oh-checkout-fbt-cart-item {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.oh-checkout-cart-item.oh-checkout-fbt-cart-item.oh-checkout-fbt-cart-item-last {
  border-bottom: 1px solid var(--oh-color6);
  padding-bottom: 22px;
}
.oh-checkout-fbt-cart-item .oh-checkout-row-link.oh-checkout-remove-item , .oh-checkout-fbt-cart-item .oh-qty-wrap{
  display: none;
}
.oh-checkout-fbt-cart-item-first .oh-checkout-row-link.oh-checkout-remove-item, .oh-checkout-fbt-cart-item-first .oh-qty-wrap{
  display: block;
}
.oh-checkout-fbt-cart-item .oh-checkout-cart-item__line-price{
  display:none;
}
.woocommerce-form.woocommerce-form-login.login .form-row {
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-checkout .page_content {
  padding-top: 0px;
}


@media only screen and (max-width: 767px) {
  .oh-checkout-grid {
    display: block;
  }
  .oh-cart-checkout-faq-layout {
    margin: 48px 0 30px;
  }
  .oh-cart-checkout-faq-layout__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .oh-cart-checkout-faq-layout__support p,
  .oh-cart-checkout-faqs .faq_detail {
    font-size: 16px;
  }
  .oh-checkout-progress {
    padding: 16px 18px 18px;
    border-radius: 20px;
  }
  .oh-checkout-progress__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .oh-checkout-left-intro__summary,
  .oh-checkout-progress .progress-msg,
  .oh-checkout-progress__threshold {
    font-size: 14px;
  }
  .oh-checkout-cart-section {
    padding: 18px 18px 20px;
    border-radius: 22px;
  }
  .oh-checkout-cart-section__header,
  .oh-checkout-saved__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .oh-checkout-cart-item,
  .oh-checkout-saved__item {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 16px;
  }
  .oh-checkout-cross-sells {
    padding: 18px;
  }
  .oh-checkout-payment-methods__title-wrap {
    margin-bottom: 16px;
  }
  .oh-checkout-cross-sells__header {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .oh-checkout-cross-sells__subtitle {
    text-align: left;
  }
  .oh-checkout-cross-sells__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .oh-checkout-cross-sells__item {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 14px;
  }
  .oh-checkout-cross-sells__media {
    min-height: 72px;
  }
  .oh-checkout-split-shipping__top,
  .oh-checkout-split-shipping__description,
  .oh-checkout-split-shipping__toggle {
    padding-left: 16px;
    padding-right: 16px;
  }
  #mailpoet_woocommerce_checkout_optin_present_field {
  display: none;
}
  .oh-checkout-cart-item__meta,
  .oh-checkout-saved__actions,
  .oh-checkout-split-shipping__toggle {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
  .oh-checkout-cart-item__price {
    min-width: 0;
    text-align: left;
  }
  .oh-checkout-cart-item__thumb,
  .oh-checkout-saved__media a {
    min-height: 80px;
  }
  .checkout.woocommerce-checkout .oh-mobile-place-order{
    display: flex;
    margin-top: 0;
  }
  .checkout.woocommerce-checkout #place_order{
    display: none;
  }
  .oh-checkout-submit-info {
    gap: 14px;
  }
  .oh-checkout-submit-info__trust {
    gap: 10px 18px;
  }
  .oh-checkout-submit-info__trust-item {
    font-size: 14px;
  }
  .oh-checkout-submit-info__legal {
    font-size: 15px;
  }
  .oh-mobile-checkout-sticky {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: block;
    padding: 12px 14px 14px;
    border: 1px solid var(--oh-color6);
    border-radius: 18px;
    background: var(--oh-color7);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  .oh-mobile-checkout-sticky.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .oh-mobile-checkout-sticky__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }
  .oh-mobile-checkout-sticky__count,
  .oh-mobile-checkout-sticky__total {
    font-size: 14px;
    line-height: 1.4;
  }
  .oh-mobile-checkout-sticky__count {
    color: var(--oh-color4);
  }
  .oh-mobile-checkout-sticky__total {
    color: var(--oh-color3);
    font-weight: 600;
    text-align: right;
  }
  body.woocommerce-checkout {
    padding-bottom: 120px;
  }
  .oh-checkout-right {
    padding: 0;
  }
  .oh-checkout-coupon__form {
    grid-template-columns: 1fr;
  }
  .oh-checkout-coupon__button {
    min-height: 42px;
  }
  .oh-checkout-overview {
    padding: 22px 18px;
    margin-top: 20px;
  }
  .oh-checkout-trust {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .oh-checkout-support {
    padding: 22px 18px;
  }
  .oh-checkout-saved__item {
    grid-template-columns: 80px 1.5fr 1fr;
  }
}
