/* //QA-1 */

@font-face {
  font-family: "Assistant-extrabold";
  src: url(../fonts/Assistant-ExtraBold.ttf);
  font-weight: 800;
}

/* --- STEP CONTAINER --- */
.checkout-step {
  display: none;
}
.checkout-step.active {
  display: block;
}

/* Step Titles */
.checkout-step-title {
  font-size: 22px;
  margin-bottom: 20px;
}

/* Buttons */
.step-button {
  background-color: #f5a5a4;
  color: #ffffff;
  padding: 12px 42px;
  border: none;
  /* margin-top: 20px; */
  cursor: pointer;
  border-radius: 5px;
}
.step-button:hover {
  opacity: 0.9;
}

/* Responsive two-column layout */
.customer-details-wrapper {
  display: flex;
  gap: 20px;
}
.customer-details-wrapper .col-1,
.customer-details-wrapper .col-2 {
  flex: 1;
}

/* Mobile layout */
@media (max-width: 768px) {
  .customer-details-wrapper {
    flex-direction: column;
  }

  .woocommerce-checkout .form-row .input-text {
    font-size: 16px !important;
  }

  .woocommerce-checkout .select2,
  #shipping_city_field span.select2-selection,
  #shipping_wooccm10 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #section_page_header .page-header-inner .page-title {
    margin-top: 0px !important;
  }

  .custom-coupon-section #coupon_code {
    width: 100%;
  }
}

.err-msg {
  margin-top: px;
}

#pi_delivery_time_field,
#shipping_city_field {
  position: relative;
}

#pi_delivery_time_field .err-msg {
  position: absolute;
  bottom: 18px;
}

#shipping_city_field {
  position: relative;
  margin-bottom: 34px;
}

#shipping_city_field .err-msg {
  position: absolute;
  bottom: -25px;
}

#pi_delivery_date_field,
#pi_delivery_time_field {
  height: 124px;
}

#clear_delivery_date {
  bottom: 67px !important;
}

#billing_email_field,
#shipping_wooccm9_field,
#order_comments_field,
#shipping_wooccm10 {
  width: 100%;
}

/* #billing_last_name_field {
  padding-top: 19px;
}
 */
#billing_email_field {
  margin-bottom: 20px;
}

.mailchimp-newsletter label {
  display: inline-flex !important;
  align-items: center;
}

.mailchimp-newsletter input {
  margin-left: 10px;
}

/* .woocommerce-billing-fields h3 {
  margin-top: 80px;
}
 */
#billing_phone {
  text-align: right;
}

/* .prev-step-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
} */
/*
.btn_cont {
  width: 75% !important;
  margin: 0 auto;
  float: none !important;
}
*/
.btn_cont button,
.prev-step-button {
  width: 100%;
  height: 64px;
  border-radius: 0px;
}
.woocommerce-checkout .breadcrumb-container ol {
  margin-top: 10px;
}

#order_review tbody tr .product-total,
.cart-subtotal td {
  font-weight: bold;
}

.payment_box.payment_method_cod p,
#order_comments_field {
  float: none;
}

.checkoutSteps li {
  list-style: none;
  border: 1px solid;
  padding: 10px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

/* .checkoutSteps li::after {
  content: "";
  border: 1px solid #eeeff2;
  width: 59%;
  position: absolute;
  right: 20.6%;
} */

.checkoutSteps li.active {
  background-color: /*rgb(253, 247, 244);*/ #bf6466;
  color: #fff;
  border: 1px solid #bf6466;
  transform: scale(1.3);
}

.checkoutSteps li.completed {
  background-color: #bf6466;
  color: #fff;
}

.pi_delivery_type .woocommerce-input-wrapper label {
  background-color: #eeeff2;
  border-radius: 0px !important;
}
/* .pi_delivery_type .woocommerce-input-wrapper label:hover {
  background-color: #eeeff2;
  border-radius: 0px !important;
} */

.pi_delivery_type .input-radio:checked + label {
  border-radius: 0px;
}
.woocommerce-billing-fields h3 {
  margin-bottom: 40px;
}
.checkoutSteps hr {
  width: 41%;
  border-top: 2px solid #eeeff2;
  margin-top: 14px;
  position: relative;
}
.checkoutSteps li:last-child::after {
  content: none;
}

/* .woocommerce-checkout header {
  padding-top: 30px;
} */

.woocommerce form.checkout.woocommerce-checkout .checkout-step-title {
  margin-bottom: 20px !important;
  margin-top: 45px !important;
}

.rtl .woocommerce #order_review {
  position: relative !important;
  top: 25%;
}

.step-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.step2-cont {
  width: 118px;
}
.step-cont.active span {
  color: #bf6466;
}
.step-cont.completed span {
  color: #bf6466;
  font-weight: bold;
}
.payment_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 64px;
  justify-content: center;
  align-items: end;
}

#place_order {
  height: 64px;
}
label[for="shipping_address_2"] {
  clip: auto;
  word-wrap: normal !important;
  border: 0;
  clip-path: none;
  height: auto;
  margin: auto;
  overflow: hidden;
  overflow-wrap: normal;
  padding: 0;
  position: relative !important;
  width: auto;
  top: auto;
  margin-bottom: 8px;
}

#shipping_wooccm12_field h3 {
  margin-bottom: 0px;
}

#order_comments_field {
  margin-top: 20px;
}

.rtl .woocommerce #checkout-step-2 #order_review {
  border: 0px;
}

/* //QA-1 */

ul.order_details {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 20px;
}
ul.order_details li {
  margin: 0 0 15px;
  position: relative;
}
/* //QA-1 */
ul.order_details li strong {
  /* margin-right: 10px; */
  font-family: "Assistant-extrabold";
}

.woocommerce-order-received table.order_details thead th {
  font-weight: bold;
  color: #bf6466;
}

.woocommerce-order-received table.order_details th {
  width: 50%;
}

.woocommerce-order-received h2::after {
  content: "";
  width: 50px;
  display: block;
  margin-top: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: inherit;
}

.woocommerce-order-pay ul.order_details {
  display: none;
}

.cart-flyout {
  z-index: 999999 !important;
}

#woocommerce-checkout-form-coupon .form-row-first {
  float: right;
}

#woocommerce-checkout-form-coupon .form-row-last {
  float: left;
  text-align: end;
}

#woocommerce-checkout-form-coupon .form-row-last button {
  width: 100%;
}

.woocommerce-order-received .woocommerce-customer-details p {
  margin-bottom: 0px;
}

/* //QA-1 */
.woocommerce-checkout .required_field .required,
.woocommerce-checkout #pi_checkout_field .required,
.woocommerce-checkout .optional,
.woocommerce-checkout .mailchimp-newsletter,
.woocommerce-checkout .payment_method_payplus-payment-gateway-bit,
/*.woocommerce-checkout .payment_method_zcredit_checkout_payment,*/
.woocommerce-checkout .payment_method_zcredit_checkout_payment input,
.woocommerce-checkout .wc_payment_method.payment_method_cod,
.woocommerce-checkout #checkout-step-2 .woocommerce-checkout-review-order-table {
  display: none;
}

.woocommerce-checkout .custom-coupon-section button {
  height: 50px;
  width: 100%;
  background: #000;
  border: 0px;
  color: #fff;
}
.woocommerce-checkout .custom-coupon-section button:hover {
  background: #f5a5a4;
}
.woocommerce-checkout .custom-coupon-section .woocommerce-info {
  margin-bottom: 20px;
}
/* //QA-1 */

#place_order {
  background: #bf6465 !important;
}
#place_order.btn-disabled {
  pointer-events: none;
  opacity: 0.8;
}

/* //QA-1 */

.woocommerce-order-received .woocommerce-notice--success {
  font-size: 42px;
  font-weight: 900;
  font-family: "Assistant-extrabold" !important;
  text-align: center;
  margin-bottom: 20px;
}

.woocommerce-order p:contains("Pay with cash upon delivery.") {
  display: none !important;
}

.woocommerce-order-received table.order_details {
  margin: 60px 0px;
  border: 0px;
}
.woocommerce-order-received table.order_details tfoot th,
.woocommerce-order-received table.order_details tfoot td {
  font-weight: bold;
  font-family: "Assistant-extrabold" !important;
  font-size: 16px;
  color: #000;
  border-width: 2px 0px;
}

.woocommerce-order-received table.order_details tfoot tr:last-child th,
.woocommerce-order-received table.order_details tfoot tr:last-child td {
  border-width: 2px 0px 0px 0px;
}

.woocommerce-order-received table.order_details thead th {
  font-weight: bold;
  font-family: "Assistant-extrabold" !important;
  font-size: 16px;
  border: 0px;
}

.woocommerce-order-received table.order_details tbody td {
  font-size: 16px;
  border-width: 2px 0px;
}

.checkoutdiv2 .checkout_coupon {
  display: flex;
  max-width: 100%;
  gap: 10px;
  margin: 0px !important;
  max-width: 100% !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.checkoutdiv2 .woocommerce-form-coupon-toggle {
  display: block;
}
.checkoutdiv2 .checkout_coupon button {
  min-width: auto;
  width: 100%;
}

form.checkout_coupon.woocommerce-form-coupon {
  display: none;
}
@media (min-width: 1800px) {
  ul.order_details li::after {
    margin: 0px 64px !important;
  }

  .woocommerce-order-overview__order.order:after {
    margin: 0px 93px !important;
  }
}

@media (min-width: 1600px) and (max-width: 1800px) {
  ul.order_details li::after {
    margin: 0px 52px !important;
  }
  .woocommerce-order-overview__order.order:after {
    margin: 0px 80px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  ul.order_details li::after {
    margin: 0px 45px !important;
  }
  .woocommerce-order-overview__order.order:after {
    margin: 0px 75px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1400px) {
  ul.order_details li::after {
    margin: 0px 33px !important;
  }
  .woocommerce-order-overview__order.order:after {
    margin: 0px 63px !important;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  ul.order_details li::after {
    margin: 0px 16px !important;
  }
  .woocommerce-order-overview__order.order:after {
    margin: 0px 50px !important;
  }

  ul li.pi-order-meta-date:after {
    margin: 0px 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.order_details li {
    margin: 0 0 15px;
    position: relative;
    font-size: 12px;
  }
  ul.order_details li::after {
    margin: 0px 14px !important;
  }
  .woocommerce-order-overview__order.order:after {
    margin: 0px 46px !important;
  }
  ul li.pi-order-meta-date:after {
    margin: 0px 24px !important;
  }
}

@media (min-width: 769px) {
  .checkoutdiv2 {
    position: sticky;
    top: 25%;
  }
  .checkout-step.active#checkout-step-1 {
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 69%;
    width: 69% !important;
    padding: 0;
    display: flex;
    margin: 50px auto 0px;
  }

  .section-page-header .page-header-inner {
    margin-top: 50px !important;
    padding-bottom: 0px !important;
  }
  .checkout_coupon.woocommerce-form-coupon,
  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkoutr:not(
      :has(.woocommerce-error)
    ) {
    max-width: 69%;
  }
  .checkout_coupon.woocommerce-form-coupon {
    margin: 10px auto 0px;
  }
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout
    .woocommerce-NoticeGroup-checkout:not(:has(.woocommerce-error)),
  .woocommerce-checkout
    .woocommerce-notices-wrapper:not(:has(.woocommerce-error)),
  .woocommerce-error {
    max-width: 75%;
    width: 69% !important;
    margin: 0 auto !important;
    float: none !important;
    margin: 20px auto 0px !important;
  }
  .woocommerce-checkout .custom-coupon-section .woocommerce-info {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    padding: 10px 40px 10px 30px;
    margin-bottom: 15px !important;
  }
  .rtl .custom-coupon-section .woocommerce-info:before {
    right: 20px;
  }
  .checkoutSteps {
    display: flex;
    justify-content: space-between;
    max-width: 75%;
    width: 75% !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 40px 50px 0px !important;
  }

  .btn_cont {
    /*padding: 20px 50px 30px;*/
    padding: 20px 0px 30px;
  }
  #order_review {
    border: 0 !important;
    max-width: 75%;
    width: 75% !important;
    margin: 0 auto;
    float: none !important;
  }

  .woocommerce-checkout .customer-details-wrapper {
    display: block;
    border: 0 !important;
    /* max-width: 75%; */
    /* width: 75% !important; */
    margin: 0 auto;
    float: none !important;
    /* padding: 0px 50px 0px; */
  }
  #order_review_heading,
  .checkout-step-title {
    max-width: 75%;
    width: 75% !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 20px 50px 0px !important;
  }
  #pi_checkout_field {
    margin: 0 auto !important;
  }
  #checkout-step-2 .checkout-step-title {
    display: none;
  }

  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  #shipping_wooccm12_field,
  #shipping_wooccm9_field {
    grid-column: 1/-1;
  }

  /* thaml you */

  .woocommerce-order-received .page-content {
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
    float: none !important;
    padding: 40px 50px 0px !important;
  }

  .woocommerce-order-received .checkoutSteps {
    max-width: unset !important;
    width: unset !important;
    margin: 0 !important;
    float: none !important;
    padding: 40px 0px 40px !important;
  }

  /* //QA-1 */
  ul.order_details li::after {
    content: "";
    border: 2px solid #eeeff2;
    width: 1px;
    height: 10px;
    margin: 0px 30px;
    height: 100%;
    position: absolute;
    top: 1%;
  }

  ul.order_details li:last-child::after {
    content: none;
  }
  #woocommerce-checkout-form-coupon .form-row-first {
    width: 78%;
    margin-left: 20px;
  }

  #woocommerce-checkout-form-coupon .form-row-last {
    float: left;
    text-align: end;
    width: 20%;
  }

  .woocommerce form.checkout.woocommerce-checkout .form-row {
    margin-bottom: 0;
  }
  .woocommerce form.checkout.woocommerce-checkout h3 {
    font-size: 20px;
    margin-bottom: 21px;
  }
  .pcnot {
    display: none !important;
  }
  .checkoutdiv1 {
    min-width: 69%;
  }
  .checkoutdiv2 {
    min-width: 29%;
  }

  /* //QA-1 */
  .woocommerce-order-received table.order_details {
    margin: 60px 0px;
    border: 0px;
    width: 60%;
  }
}

@media (max-width: 768px) {
  /* //QA-1 */

  .woocommerce-checkout .custom-coupon-section .woocommerce-info {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .mobnot {
    display: none !important;
  }
  #chkoutdiv2 #order_review {
    padding-top: 20px !important;
  }
  .woocommerce-checkout .btn_cont {
    width: 100% !important;
    margin-top: 20px;
  }

  .rtl .woocommerce #checkout-step-2 #order_review {
    padding: 0px;
  }

  #pi_delivery_date_field,
  #pi_delivery_time_field {
    height: 95px;
  }

  #clear_delivery_date {
    bottom: 39px !important;
  }

  #pi_delivery_time_field .err-msg {
    bottom: -13px;
  }

  .woocommerce form.checkout.woocommerce-checkout h3 {
    margin-top: 20px;
  }

  .payment_cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .checkoutSteps {
    display: flex;
    justify-content: space-between;
    max-width: auto;
    width: auto !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .checkoutSteps hr {
    width: 49%;
  }

  .customer-details-wrapper {
    display: flex;
    gap: 9px;
  }

  .mailchimp-newsletter {
    margin-bottom: 0px;
  }

  .woocommerce form.checkout.woocommerce-checkout h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .woocommerce-billing-fields h3 {
    margin-top: 10px;
  }

  #pi_delivery_time_field {
    float: none;
  }
  /* //QA-1 */
  ul.order_details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
  /* ul.order_details li:last-child {
    grid-column: 2 / -1;
  } */

  ul.order_details li {
    margin: 0 0 0px;
    position: relative;
  }

  /* ul.order_details li:last-child strong,
  ul.order_details .woocommerce-order-overview__total.total strong {
    display: block;
  } */

  .woocommerce-order-received .woocommerce-column--shipping-address {
    margin-top: 20px;
  }

  .woocommerce-column--billing-address p,
  .woocommerce-column--shipping-address p {
    margin: 0px;
  }

  ul.order_details li strong {
    margin-right: 0px;
  }

  .woocommerce-order {
    margin-top: 8em !important;
    /* //QA-1 */
    line-height: 1.2;
  }

  .woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-top: 20px;
  }
  .step-cont {
    width: 150px;
  }

  .step-cont span {
    color: #bf6466;
    font-weight: bold;
    font-size: 10px;
  }

  .woocommerce-form-coupon-toggle {
    margin-top: 20px;
  }

  .woocommerce-order-pay iframe {
    max-width: 100%;
  }

  .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0px;
  }

  .woocommerce-terms-and-conditions-wrapper .form-row {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  label[for="shipping_address_2"],
  label[for="shipping_address_1"],
  label[for="shipping_wooccm10"] {
    min-height: 55px;
  }
}
.woocommerce-terms-and-conditions-wrapper p,
label[for="flashy_accept_marketing"] span,
.woocommerce-privacy-policy-text p {
  font-size: 16px;
}
.woocommerce #order_review {
  margin-bottom: 30px;
}

.multi-step-checkout label,
.multi-step-checkout textarea,
.multi-step-checkout select,
.multi-step-checkout .select2-selection__placeholder,
.multi-step-checkout input {
  font-size: 16px;
}
.mobile-terms {
  margin-top: 20px;
}
.form-row.place-order .form-row-wide {
  display: inline-flex;
}
.shop_table.woocommerce-checkout-review-order-table thead th {
  color: #bf6466;
  font-weight: bold;
}
.CustomerDivTitle,
.H1fromH4 {
  text-align: center !important;
  display: block !important;
}
.woocommerce-order-pay iframe {
  margin: 0 auto;
  display: block;
}
.wc_payment_method.payment_method_woocommerce_payments.theme--stripe {
  display: none;
}

.open-cart-aside .la-overlay-global {
  z-index: 999998;
}
#chkoutdiv2 #order_review {
  padding: 20px 20px !important;
  /* border: 0 !important; */
  max-width: 100%;
  width: 100% !important;
  border: 2px solid rgba(52, 53, 56, 0.1) !important;
}
.custom-coupon-section p {
  display: none;
}

/* 110% view */

@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .rtl .custom-coupon-section .woocommerce-info:before {
    right: 6px;
  }
  .woocommerce-checkout .custom-coupon-section .woocommerce-info {
    padding: 10px 25px 10px 3px;
  }

  .custom-coupon-section #coupon_code {
    width: 100%;
  }
}

/* 125% view */

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .rtl .custom-coupon-section .woocommerce-info:before {
    right: 6px;
  }
  .woocommerce-checkout .custom-coupon-section .woocommerce-info {
    font-size: 11px;
    padding: 10px 25px 10px 3px;
  }

  .custom-coupon-section #coupon_code {
    width: 100%;
  }

  .checkoutdiv2 .checkout_coupon button {
    min-width: auto;
    width: 100%;
    padding: 10px;
  }

  /* .woocommerce-checkout form label,
  .woocommerce-checkout-review-order-table .product-name {
    font-size: 12px;
  } */
  .checkout-step.active#checkout-step-1 {
    margin: 19px auto 0px;
  }
}

/* 150% view*/

@media only screen and (min-width: 1270px) and (max-width: 1366px) {
  .rtl .custom-coupon-section .woocommerce-info:before {
    right: 6px;
  }
  .woocommerce-checkout .custom-coupon-section .woocommerce-info {
    font-size: 10px;
    padding: 10px 25px 10px 3px;
  }

  .custom-coupon-section #coupon_code {
    width: 100%;
  }

  .checkoutdiv2 .checkout_coupon button {
    min-width: auto;
    width: 100%;
    padding: 10px;
  }
  .woocommerce-checkout form label,
  .woocommerce-checkout form input,
  .woocommerce-checkout-review-order-table .product-name,
  .woocommerce-checkout #shipping_city_field span.select2-selection,
  .woocommerce-checkout form select,
  .woocommerce-checkout form textarea,
  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td,
  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
  .woocommerce-checkout form .err-msg,
  .woocommerce-checkout .woocommerce-privacy-policy-text,
  .woocommerce-checkout .woocommerce-Price-amount.amount {
    font-size: 10px !important;
  }

  .woocommerce-terms-and-conditions-wrapper p,
  label[for="flashy_accept_marketing"] span,
  .woocommerce-privacy-policy-text p {
    font-size: 10px !important;
  }

  label[for="shipping_address_2"],
  label[for="shipping_address_1"],
  label[for="shipping_wooccm10"] {
    min-height: auto;
  }

  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  label[for="flashy_accept_marketing"] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 8px;
  }
  .btn_cont button,
  .prev-step-button,
  .woocommerce-checkout .custom-coupon-section button,
  #place_order {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  #pi_delivery_time_field .err-msg {
    position: absolute;
    bottom: 40px;
  }
  .woocommerce-checkout form input,
  .woocommerce-checkout form select,
  .woocommerce-checkout .select2-container .select2-selection--single {
    height: 35px !important;
  }

  .woocommerce-checkout input[name="terms"] {
    height: auto !important;
  }

  span.woocommerce-terms-and-conditions-checkbox-text {
    display: inline-block;
    margin-right: 0px;
  }
  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 10px !important;
    margin-top: 4px;
  }

  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px;
  }

  .checkout-step.active#checkout-step-1 {
    margin: 19px auto 0px;
  }
  #clear_delivery_date {
    bottom: 82px !important;
    font-size: 23px;
  }
  .step-cont span {
    font-size: 12px;
  }

  .checkoutSteps li {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .rtl .custom-coupon-section .woocommerce-info:before {
    right: 6px;
  }

  .woocommerce-order-received ul.order_details li {
    margin: 0 0 15px;
    position: relative;
    font-size: 10px;
  }

  .woocommerce-order-received address {
    margin-bottom: 20px;
    font-style: normal;
    font-size: 10px;
  }

  .woocommerce-order-received .order_details .woocommerce-Price-amount.amount,
  .woocommerce-order-received .order_details th,
  .woocommerce-order-received .order_details td {
    font-size: 10px !important;
  }

  .woocommerce-order-received .woocommerce-notice--success {
    font-size: 38px;
  }

  ul.order_details li::after {
    margin: 0px 28px !important;
  }
  .checkoutdiv2 {
    min-width: unset;
  }
  .woocommerce-checkout .custom-coupon-section .woocommerce-info {
    font-size: 10px;
    padding: 10px 25px 10px 3px;
  }

  #terms-step1 label {
    display: inline-flex !important;
    align-items: center !important;
  }

  .custom-coupon-section #coupon_code {
    width: 100%;
  }

  .checkoutdiv2 .checkout_coupon button {
    min-width: auto;
    width: 100%;
    padding: 8px;
  }
  .woocommerce-checkout form label,
  .woocommerce-checkout form input,
  .woocommerce-checkout-review-order-table .product-name,
  .woocommerce-checkout #shipping_city_field span.select2-selection,
  .woocommerce-checkout form select,
  .woocommerce-checkout form textarea,
  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td,
  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
  .woocommerce-checkout form .err-msg,
  .woocommerce-checkout .woocommerce-privacy-policy-text,
  .woocommerce-checkout .woocommerce-Price-amount.amount {
    font-size: 10px !important;
  }

  .woocommerce-terms-and-conditions-wrapper p,
  label[for="flashy_accept_marketing"] span,
  .woocommerce-privacy-policy-text p {
    font-size: 10px !important;
  }

  label[for="shipping_address_2"],
  label[for="shipping_address_1"],
  label[for="shipping_wooccm10"] {
    min-height: 35px;
  }

  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  label[for="flashy_accept_marketing"] {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 8px;
  }
  .btn_cont button,
  .prev-step-button,
  .woocommerce-checkout .custom-coupon-section button,
  #place_order {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  #pi_delivery_time_field .err-msg {
    position: absolute;
    bottom: 40px;
  }
  .woocommerce-checkout form input,
  .woocommerce-checkout form select,
  .woocommerce-checkout .select2-container .select2-selection--single {
    height: 35px !important;
  }

  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 10px !important;
    margin-top: 4px;
  }

  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px;
  }

  .checkout-step.active#checkout-step-1 {
    margin: 19px auto 0px;
  }
  #clear_delivery_date {
    bottom: 82px !important;
    font-size: 23px;
  }
  .step-cont span {
    font-size: 12px;
  }

  .checkoutSteps li {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 991px) {
  .woocommerce-checkout form label,
  .woocommerce-checkout form input,
  .woocommerce-checkout-review-order-table .product-name,
  .woocommerce-checkout #shipping_city_field span.select2-selection,
  .woocommerce-checkout form select,
  .woocommerce-checkout form textarea,
  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td,
  .woocommerce-checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
  .woocommerce-checkout form .err-msg,
  .woocommerce-checkout .woocommerce-privacy-policy-text,
  .woocommerce-checkout .woocommerce-Price-amount.amount {
    font-size: 10px !important;
  }
  .checkoutSteps {
    padding: 40px 0px 0px !important;
  }

  .woocommerce #order_review {
    padding: 20px 4px 30px;
  }
  .checkoutdiv1 {
    min-width: 79%;
  }
}

@media (max-width: 991px) {
  .woocommerce #order_review {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .section-page-header .page-title {
    padding-top: 55px !important;
  }

  #clear_delivery_date {
    bottom: 56px !important;
  }

  #pi_delivery_time_field .err-msg {
    position: absolute;
    bottom: 21px;
  }
}

.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text {
  display: inline-block;
  margin: 0px;
}

#flashy_accept_marketing {
  position: absolute;
}

label[for="flashy_accept_marketing"] {
  display: inline-block;
  margin-right: 25px;
  margin-top: -5px;
}

span.woocommerce-terms-and-conditions-checkbox-text {
  display: inline-block;
  margin-right: 12px;
  margin-top: -5px;
}

.checkoutdiv1 .validate-required .required,
#terms-step1 .required,
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper .err-msg {
  margin-top: -8px;
  margin-right: 28px;
  margin-bottom: 10px;
}

#terms-step1 label {
  display: inline-flex;
  align-items: baseline;
}
.min-order-row .woocommerce-error {
  margin: 0px !important;
  max-width: 100% !important;
  width: 100% !important;
}

.custom_apply_coupon {
  text-align: center;
}

.form-row:has(#flashy_accept_marketing) {
  margin-bottom: 0px;
}
