/* checkout */
form.checkout {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce-NoticeGroup {
  width: 100%;
  margin-bottom: 24px;
  background-color: #ff9f0f24;
}
.woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 24px;
  background-color: #ff9f0f24;
  padding: 16px;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-message {
  outline: none;
}
.woocommerce-notices-wrapper ul,
.woocommerce-NoticeGroup ul {
  list-style: none;
  margin: 0;
  padding: 16px;
  outline: none;
}
.checkout-form-col {
  width: 50%;
  padding: 24px 16px 24px 0;
}
.checkout-order-rewiew-col {
  width: 50%;
  padding: 24px 16px;
  border: 1px solid #d9d9d9;
}
.checkout-block-head {
  width: 270px;
  padding-bottom: 16px;
  border-bottom: 2px solid #d9d9d9;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #d9d9d9;
  cursor: pointer;
}
.checkout-block-head.active {
  border-bottom: 2px solid #000000;
  color: #000000;
}
.checkout-block-body {
  padding: 24px 0;
}
.login-start {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  color: #ff9f0f;
  margin-bottom: 24px;
  cursor: pointer;
}
.checkout-block-body .next-step {
  width: 280px;
  background: #d9d9d936;
  color: #ff9f0f;
  min-height: 50px;
  margin-left: auto;
  /* margin-top: 40px; */
  margin-top: 8px;
  border: 3px solid #ff9f0f;
  cursor: pointer;
  font: inherit;
  appearance: none;
  text-transform: none;
}

.checkout-block-body #place_order {
  background: #ff9f0f;
  color: #fff;
  text-transform: none;
  /* width: max-content; */
  margin-left: auto;
  min-height: 50px;
  height: 50px;
  margin-top: 40px;
}
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding-bottom: 40px; */
}
.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  width: calc(50% - 10px);
}
.shipping_address {
  display: block !important;
  opacity: 0.5;
  pointer-events: none;
}
.shipping_address.active {
  opacity: 1;
  pointer-events: all;
}
.wc_payment_methods {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.wc_payment_methods li {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 24px;
}
/* .wc_payment_methods li:not(:last-child) {
  margin-bottom: 24px;
} */
.wc_payment_methods li > div {
  width: 100%;
  padding-left: 40px;
}
.wc_payment_methods li > div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #d9d9d9;
}
.wc_payment_methods li > label {
  line-height: 24px;
  font-weight: 400;
}

/* input.input-radio {
  margin-right: 16px;
} */
.checkout-order-rewiew-head {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d966;
}
.order-rewiew-head-txt {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.mini-cart-progress {
  padding: 16px 20px;
  border: 1px solid #d9d9d9;
}
.progress-bar {
  margin-top: 22px;
  height: 6px;
  width: 100%;
  border-radius: 5px;
  background: #d9d9d9;
}
.progress-status {
  height: 6px;
  width: 60%;
  border-radius: 5px;
  background: #ff9f0f;
}
.mini-cart-progress-txt {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.checkout-coupon-box {
  margin: 18px 0;
  /* padding: 16px;
  border: 1px solid #e5e5e5;
  background: #fff; */
}

.checkout-coupon-box label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.checkout-coupon-box__control {
  display: flex;
  width: 100%;
  gap: 8px;
}

.checkout-coupon-box__control input {
  /* flex: 1; */
  height: 45px;
  width: calc(50% - 10px);
}
.checkout-coupon-box__control button {
  padding: 5px 20px;
  width: calc(50% - 10px);
  height: 45px;
}
.checkout-coupon-box__message {
  margin-top: 10px;
}

.checkout-coupon-box__message .woocommerce-message,
.checkout-coupon-box__message .woocommerce-error {
  margin: 0;
}
.checkout-coupon-box__message .woocommerce-error {
  color: #d85140;
}
/* #3E8C28 */

.woocommerce-checkout-review-order-table {
  width: 100%;
}
.checkout-cart-list {
  gap: 60px;
}
.checkout-cart-item {
  gap: 36px;
}
.checkout-cart-item__image {
  width: 140px;
  min-width: 140px;
}
.checkout-cart-item__image img {
  display: block;
  width: 100%;
  height: auto;
}
.checkout-cart-item__content {
  gap: 24px;
}
.checkout-cart-item__remove {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
  margin-left: auto;
}
.checkout-cart-item__remove svg {
  filter: grayscale(100%) brightness(0.7);
  opacity: 0.5;
  transition: 0.3s;
}
.checkout-cart-item__remove:hover svg {
  filter: grayscale(0) brightness(1);
  opacity: 1;
  transition: 0.3s;
}
.checkout-cart-item__price {
  text-align: left;
}

.checkout-cart-item__price bdi {
  font-weight: 500;
  font-size: 20px;
}
.order-total th,
.order-total td {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 700;
}
.checkout-delivery-fields h3,
.wcus-checkout-fields h3 {
  font-size: 20px;
}
.swiper-gift-wrapping {
  /* max-width: 570px; */
  /* max-width: 100%; */
  width: 1px;
  min-width: 100%;
  max-width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: -10px;
  margin-right: -10px;
  right: -10px;
}
.gift-wrap-slide {
  height: auto;
}
.gift-wrap-card {
  gap: 8px;
  padding: 14px 8px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #ffffff;
  cursor: pointer;
  height: 100%;
}
.gift-wrap-card .img-wrap {
  height: 80px;
  width: 80px;
  min-width: 80px;
}
.gift-wrap-card .img-wrap img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gift-wrap-card .txt-wrap {
  justify-content: space-between;
  gap: 8px;
}
.gift-wrap-card .title {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}
.gift-wrap-card .price {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
}

.boroda-thankyou {
  max-width: 1180px;
  margin: 0 auto 80px;
  padding: 0 20px;
  color: #000;
}

.boroda-thankyou-hero {
  padding: 54px 0 36px;
  border-bottom: 2px solid #000;
  margin-bottom: 36px;
}

.boroda-thankyou-hero--failed {
  border-color: #d85140;
}

.boroda-thankyou-kicker {
  margin: 0 0 12px;
  color: #ff9f0f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.boroda-thankyou-hero h2 {
  max-width: 760px;
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
}

.boroda-thankyou-hero p {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.boroda-thankyou-hero .boroda-thankyou-order-ref {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.35;
}

.boroda-thankyou-order-ref span {
  color: #777;
  font-weight: 500;
}

.boroda-thankyou-order-ref strong {
  color: #000;
  font-weight: 800;
}

.boroda-thankyou-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
  margin-bottom: 32px;
}

.boroda-thankyou-panel,
.boroda-thankyou-summary,
.boroda-thankyou-products,
.boroda-thankyou-instruction,
.boroda-thankyou-totals {
  border: 1px solid #e0e0e0;
  padding: 28px;
}

.boroda-thankyou-panel h3,
.boroda-thankyou-summary h3,
.boroda-thankyou-products h3,
.boroda-thankyou-instruction h3 {
  margin: 0 0 22px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.boroda-thankyou-details,
.boroda-thankyou-summary dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.boroda-thankyou-details div,
.boroda-thankyou-summary dl div {
  display: grid;
  gap: 6px;
}

.boroda-thankyou-details dt,
.boroda-thankyou-summary dt {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

.boroda-thankyou-details dd,
.boroda-thankyou-summary dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.boroda-thankyou-summary__total {
  padding-top: 18px;
  border-top: 1px solid #d9d9d9;
}

.boroda-thankyou-summary__total dd {
  color: #ff9f0f;
  font-size: 24px;
}

.boroda-thankyou-instruction {
  margin-bottom: 32px;
  border-color: #ff9f0f;
  background: #fff8ef;
}

.boroda-thankyou-instruction__content {
  font-size: 16px;
  line-height: 1.55;
}

.boroda-thankyou-instruction__content > :last-child {
  margin-bottom: 0;
}

.boroda-thankyou-products {
  margin-bottom: 24px;
}

.boroda-thankyou-items {
  display: grid;
  gap: 18px;
}

.boroda-thankyou-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #ededed;
}

.boroda-thankyou-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.boroda-thankyou-item__image {
  width: 86px;
  height: 86px;
}

.boroda-thankyou-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.boroda-thankyou-item__body h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.boroda-thankyou-item__body p {
  margin: 8px 0 0;
  color: #777;
  font-size: 14px;
}

.boroda-thankyou-item__price {
  color: #ff9f0f;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.boroda-thankyou-totals {
  display: grid;
  gap: 12px;
  max-width: 460px;
  margin-left: auto;
}

.boroda-thankyou-totals div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
}

.boroda-thankyou-totals div:last-child {
  padding-top: 14px;
  border-top: 1px solid #d9d9d9;
  font-size: 22px;
}

.boroda-thankyou-totals strong {
  text-align: right;
}

.boroda-thankyou-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.boroda-thankyou-actions .bttn {
  min-width: 240px;
  min-height: 48px;
}

.boroda-thankyou-actions .bttn.light {
  border: 2px solid #ff9f0f;
  background: #fff;
  color: #ff9f0f;
}

@media (max-width: 768px) {
  .boroda-thankyou {
    margin-bottom: 56px;
    padding: 0 16px;
  }

  .boroda-thankyou-hero {
    padding: 36px 0 28px;
    margin-bottom: 28px;
  }

  .boroda-thankyou-kicker {
    letter-spacing: 3px;
  }

  .boroda-thankyou-hero h2 {
    font-size: 28px;
  }

  .boroda-thankyou-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .boroda-thankyou-panel,
  .boroda-thankyou-summary,
  .boroda-thankyou-products,
  .boroda-thankyou-instruction,
  .boroda-thankyou-totals {
    padding: 20px;
  }

  .boroda-thankyou-item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
  }

  .boroda-thankyou-item__image {
    width: 74px;
    height: 74px;
  }

  .boroda-thankyou-item__price {
    grid-column: 2;
  }

  .boroda-thankyou-totals {
    max-width: none;
  }

  .boroda-thankyou-actions .bttn {
    width: 100%;
  }
}
