.checkout-section .checkout {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
@media screen and (max-width: 767px) {
    .checkout-section .checkout  {
        flex-direction: column;
    }
}
.form_sp_wrape {
    width: 65%;
    padding-right: 4.5%;
}
@media screen and (max-width: 991px) {
    .form_sp_wrape {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    .form_sp_wrape {
        row-gap: 40px;
        padding-right: 0;
        width: 100%;
    }
}

.woocommerce-checkout-review-order {
    padding-left: 2.3%;
    width: 35%;
}

@media screen and (max-width: 991px) {
    .woocommerce-checkout-review-order {
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout-review-order {
        width: 100%;
        padding-left: 0;
    }
}

.checkout__content .woocommerce {
    max-width: 100% !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0;
}

.checkout .wc-block-components-sidebar {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    border-top: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info, 
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-form-coupon p {
    font-family: Josefin-f, sans-serif;
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
    color: #57606f;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #0C89CD;
}
@media screen and (max-width: 575px) {
    .woocommerce-form-coupon-toggle .woocommerce-info, 
    .woocommerce-form-coupon-toggle .woocommerce-info a {
    font-size: 16px;
  }
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
}
.woocommerce form.checkout_coupon {
    border: 0;
    margin: 20px 0;
    padding: 10px 20px;
}
.checkout_coupon input {
   border-bottom: 1px solid #f6f5f8;
}
.woocommerce form.checkout_coupon button {
    color: #ffffff;
    background: #0C89CD;
    font-family: Lora-f, sans-serif;
    font-weight: 500;
    line-height: 1.875;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.33s ease;
    display: flex;
    width: fit-content;
    text-transform: uppercase;
    height: fit-content;
    transition: background 0.33s ease;
    border-radius: 5px;
    padding: 3px 15px;
    align-items: center;
    justify-content: center;
    min-height: 0;
}
.woocommerce form.checkout_coupon button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    transition: height 0.33s ease;
    z-index: -1;
  }
  .woocommerce form.checkout_coupon button:hover {
    color: #0C89CD;
    text-decoration: none;
  }
  .woocommerce form.checkout_coupon button:hover::before {
    height: 100%;
  }
  .woocommerce form.checkout_coupon p:first-of-type {
    margin-bottom: 10px;
  }
  .wc-block-checkout__payment-method {
    width: 65%;
    padding-right: 4.5% !important;
    margin-right: 35% !important;
  }
  .wc-block-checkout__actions {
    width: 65%;
    padding-right: 4.5% !important;
  }
  .woocommerce-checkout #payment {
    background: transparent;
  }
  @media screen and (max-width: 991px) {
    .wc-block-checkout__payment-method{
        width: 55%;
        margin-right: 45%;
    }
  }
  @media screen and (max-width: 991px) {
    .wc-block-checkout__actions {
        width: 55%;
        max-width: 100%;
    }
  }

@media screen and (max-width: 767px) {
    .wc-block-checkout__payment-method {
       padding-right: 0;
       width: 100%;
       margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .wc-block-checkout__actions  {
       padding-right: 0 !important;
       width: 100%;
    }
    .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
        flex-direction: column;
    }
}
.shipping_address input {
    margin-top: 10px;
}
#shipping-method {
    width: 100%;
}
.form_sp_wrape .full-width {
    width: 100%;
}
.form_sp_wrape .woocommerce-checkout .select2 {
    width: 100% !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
    background: transparent;
    border: 1px solid #b81c23;
    margin-top: 20px;
}
.wc-empty-cart-message .woocommerce-info {
    background: transparent;
    padding: 40px 24px 20px 0;
    font-family: Josefin-f, sans-serif;
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
    color: #57606f;
}
.wc-empty-cart-message .woocommerce-info::before {
  display: none;
}
p.return-to-shop {
    margin-bottom: 40px;
}
p.return-to-shop a {
    border: 2px solid  #0c89cd;
    background-color: #0c89cd !important;
    color: #ffffff !important;
    padding: 5px 20px;
    transition: all ease 555ms;
}

.p.return-to-shop a:hover{
    background-color: #FFFFFF !important;
    color: #0c89cd !important;
}