/* Layout 2 cột */
.checkout-container{
    display: flex;
    justify-content: space-between;
    gap: 165px;
    margin-bottom: 128px;
}
.checkout-container .checkout-right {
    order: 1;
    width: 44.85%;
}
.checkout-right .woocommerce-checkout-review-order{
    padding: 40px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    max-width: 471px;
    border-radius: 10px;
}

/* Phần Review Order */
.checkout-review-order-table {
    border-top: 1px solid #959595;
    padding-top: 20px;
    margin-top: 20px;
}

/* Product Info */
.product-info {
    margin-bottom: 22px;
}
.product-image img {
    width: 130px;
    height: 153px;
    border-radius: 9px;
    object-fit: cover;
}
.product-details {
    flex: 1;
}
.checkout-left {
    width: 65.15%;
}
.checkout-left form.woocommerce-form.woocommerce-form-login.login {
    max-width: inherit;
}
.woocommerce-order .order-header p{
    /* padding-left: 36px; */
    position: relative;
}
.woocommerce-order .order-header svg {
    margin-right: 10px;
}
.order-header {
    margin-bottom: 40px;
}
.product-label {
    display: inline-block;
    padding: 4px 10px;
    background: #F1AB25;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #000;
    border-radius: 60px;
    margin-bottom: 10px;
}
.product-title a {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #222;
}
.product-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.product-meta {
    display: flex;
    gap: 16px;
    color: #666;
    flex-wrap: wrap;
}
.product-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #222;
}

/* Price Details */
.cart-subtotal,
.checkout-discount,
.order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-subtotal,
.checkout-discount.product-discount{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #222;
    margin-bottom: 10px;
}
.checkout-discount .value,
.checkout-discount .value span{
    color: #60865B;
}
.checkout-discount .value .woocommerce-remove-coupon {
    display: none;
}
.order-total {
    border-top: 1px solid #959595;
    margin-top: 24px;
    padding-top: 24px;
    font-weight: bold;
}

/* Heading Styles */
.checkout-left h3,
.checkout-right h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    color: #222222;
    margin: 0;
}
.checkout-step-content {
    display: none;
}
.checkout-step-content.step-2 .review-participant-info h3 {
    margin-bottom: 24px;
}
.checkout-step-content.step-2 .review-participant-info p {
    margin: 0;
}
.review-participant-inf:not(:empty) {
    margin-bottom: 40px;
}
.woocommerce-checkout #payment {
    background: none;
}
.woocommerce-checkout #payment div.payment_box {
    background: transparent;
    padding: 0;
    margin: 0;
}
.woocommerce-checkout #payment div.payment_box label{
    font-weight: 400;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
    padding: 0;
}
.place-order {
    margin-top: 40px;
}
.checkout-left .place-order h3 {
    margin-bottom: 24px;
}
.woocommerce-page #payment #place_order {
    max-width: initial;
    height: 56px;
    padding: 15.5px 20px;
    border-radius: 100px;
    background-color: #5f7935;
    border: 1px solid #5f7935;
    color: #ffffff;
    transition: 0.35s all;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    font-family: var(--font-body);
    margin: 0;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
}
.checkout-step-content.active {
    display: block;
}
.participant-review {
    margin-bottom: 20px;
}
.next-step,
.prev-step {
    margin: 20px 0;
}
.woocommerce-checkout h1 {
    display: none;
}
.woocommerce-checkout .woocommerce .checkout-header a {
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    color: #222222;
    position: relative;
    padding-left: 20px;
}
.woocommerce-checkout .woocommerce .checkout-header a::before{
    content: '';
    background: url(../images/back-arrow.svg) no-repeat center;
    width: 11px;
    height: 19px;
    left: 0;
    top: 8px;
    transform: scaleX(1);
    position: absolute;
}
/* .woocommerce-checkout .woocommerce .checkout-header a:hover:before{
    background: url(../images/back-arrow-hover.svg) no-repeat center;
} */
.prev-step{
    display: none;
}
.woocommerce-checkout .woocommerce .checkout-header {
    margin-bottom: 40px;
    margin-top: 40px;
}
.review-order-info .cart_item dd,
.review-order-info .cart_item dl{
    margin: 0;
}
.review-order-info .cart_item dl{
    margin-bottom: 24px;
}
.checkout-left .checkout-left-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.review-order-info .cart_item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    color: #222222;
    margin: 0;
}
.review-order-info .cart_item .variation .variation-TravelDate:not(:last-child){
    margin: 0 0 10px;
}
.review-order-info .cart_item p:not(:last-child) {
    margin-bottom: 10px;
}
.checkout-step-content .participant-form {
    border-radius: 0;
    border: 0;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #959595;
}
.contact-form .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .contact-form .form-row {
    margin-bottom: 24px;
}
.checkout-left .checkout h3 {
    margin-bottom: 24px;
}
.checkout-left .step-2 .checkout h3 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #959595;
}
.review-order-info {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #959595;
}
.review-participant-info {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #959595;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    color: #000;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a{
    text-decoration: underline;
}
.checkout-step-content button {
    width: 100%;
    margin: 0;
}
.order-details .order-details-wraper{
    border: 1px solid #D9D9D9;
    padding: 40px;
}
.order-summary,
.participants,
.order-contact{
    border-bottom: 1px solid #959595;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.order-summary h5,
.participants h5,
.order-contact h5,
.order-payment h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
    margin: 0 0 24px;
}
.order-summary h5 {
    color: #5F7935;
}
.order-summary .name p,
.order-summary .meta ul.wc-item-meta li .wc-item-meta-label{
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    color: #222222;
}
.order-summary div p:last-child{
    line-height: 26px;
}
.order-summary div p:not(:last-child) {
    margin-bottom: 10px;
}
.order-summary .meta ul.wc-item-meta li p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}
.order-summary > div:not(:last-child){
    margin-bottom: 24px;
}
.participants .participant-info p {
    margin: 0;
}
.order-contact p {
    margin: 0;
}
.order-payment p {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #222;
    margin-bottom: 24px;
}
.woocommerce-order .order-actions {
    padding: 50px 29px 0;
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
}
.woocommerce-order{
    margin: 40px auto 98px;
    max-width: 920px;
}
.print-invoice {
    max-width: 515px;
    margin: 20px auto 73px;
}
.print-invoice .woocommerce-order .order-header p{
    font-size: 12px;
    font-weight: 400;
    line-height: 19.5px;
    margin: 0 0 12px;
}
.print-invoice .woocommerce-order .order-header svg {
    width: 13px;
    height: 10px;
}
.print-invoice .woocommerce-order .order-summary h5,
.print-invoice .woocommerce-order .participants h5, 
.print-invoice .woocommerce-order .order-contact h5, 
.print-invoice .woocommerce-order .order-payment h5{
    font-size: 18px;
    line-height: 21.6px;
    margin: 0 0 18px;
}
.print-invoice .woocommerce-order .order-summary, 
.print-invoice .woocommerce-order .participants, 
.print-invoice .woocommerce-order .order-contact{
    padding-bottom: 29px;
    margin-bottom: 33px;
}
.print-invoice .woocommerce-order .order-summary .name p, 
.print-invoice .woocommerce-order .order-summary .meta ul.wc-item-meta li .wc-item-meta-label,
.print-invoice .woocommerce-order .order-summary .meta ul.wc-item-meta li p,
.print-invoice .woocommerce-order .order-summary .quantity p{
    font-size: 12px;
    line-height: 19.5px;
    
}
.print-invoice .woocommerce-order .order-summary .name p:not(:last-child), 
.print-invoice .woocommerce-order .order-summary .meta ul.wc-item-meta li .wc-item-meta-label,
.print-invoice .woocommerce-order .order-summary .meta ul.wc-item-meta li p:not(:last-child),
.print-invoice .woocommerce-order .order-summary .quantity p:not(:last-child){
    margin-bottom: 7px;
}
.print-invoice .woocommerce-order .participants .participant-info p,
.print-invoice .woocommerce-order .order-contact p{
    font-size: 12px;
    line-height: 19.5px;
}
.print-invoice .woocommerce-order .order-summary .meta ul.wc-item-meta li p{
    margin-top: 7px;
    margin-bottom: 0;
}
.print-invoice .woocommerce-order .order-summary > div:not(:last-child) {
    margin-bottom: 17px;
}
.print-invoice .woocommerce-order .order-payment p {
    font-size: 12px;
    line-height: 19.5px;
}
.print-invoice .woocommerce-order .cart-subtotal, 
.print-invoice .woocommerce-order .checkout-discount.product-discount{
    font-size: 12px;
    line-height: 19.5px;
    margin-bottom: 7px;
}
.print-invoice .woocommerce-order .order-total {
    margin-top: 18px;
    padding-top: 21px;
}
.print-invoice .woocommerce-order .order-total .label, 
.print-invoice .woocommerce-order .order-total .value{
    font-size: 18px;
    line-height: 21.6px;
}
.print-invoice .woocommerce-order .participants h5{
    margin: 0 0 20px;
}
.print-invoice .woocommerce-order .order-details .order-details-wraper {
    padding: 30px;
}
.print-invoice .woocommerce-order .order-header {
    margin-bottom: 18px;
}
.print-invoice .woocommerce-order {
    margin: 0;
}
.print-invoice .woocommerce-order .product-title a{
    font-size: 18px;
    line-height: 21.6px;
}
.print-invoice .woocommerce-order .product-meta span{
    font-size: 13.5px;
    line-height: 16.2px;
    gap: 13px;
}
.print-invoice .product-info {
    margin-top: 15px;
    margin-bottom: 17px;
}
.print-invoice .product-info .product-title {
    margin-bottom: 11px;
}
.print-invoice .woocommerce-order .product-meta span.location svg {
    width: 10px;
    height: 14px;
}
.print-invoice .woocommerce-order .product-meta span.type svg {
    width: 13px;
    height: 12px;
}
.woocommerce-form-coupon-toggle .showcoupon {
    font-size: 16px;
    font-weight: 500;
    line-height: 23.17px;
    color: #222222;
    text-decoration: underline;
}
.woocommerce-checkout.empty-cart #main .woocommerce-order .order-actions .btn,
.woocommerce-order .order-actions .btn{
    max-width: initial;
    height: 56px;
    padding: 15.5px 20px;
    border-radius: 100px;
    background-color: #5f7935;
    border: 1px solid #5f7935;
    color: #ffffff;
    transition: 0.35s all;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    width: calc(50% - 20px);
    margin: 0;
}
.woocommerce-order .order-actions .btn.return-home:hover {
    background: #5f7935;
    color: #fff;
}
.woocommerce-checkout.empty-cart #main .woocommerce-order .order-actions .btn.print-invoice,
.woocommerce-order .order-actions .btn.print-invoice{
    background: transparent;
    color: #5f7935;
}
.woocommerce .checkout-right form.checkout_coupon{
    border: 0;
    padding: 0;
    margin: 20px 0;
    border-radius: 0;
    display: flex;
    gap: 0 10px;
    align-items: flex-start;
}
.woocommerce .checkout-right form.checkout_coupon button {
    max-width: initial;
    height: 40px;
    padding: 8.5px 15px;
    min-width: 104px;
    border-radius: 100px;
    background-color: #5f7935;
    border: 1px solid #5f7935;
    color: #ffffff;
    transition: 0.35s all;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    margin-top: 7px;
}
.woocommerce .checkout-right form.checkout_coupon .form-row {
    width: auto;
}
.woocommerce .checkout-right form.checkout_coupon .form-row input#coupon_code:focus{
    border-color: #000;
}
.woocommerce .checkout-right form.checkout_coupon .form-row input#coupon_code.has-error{
    border-color: var(--wc-red);
}
.woocommerce .checkout-right form.checkout_coupon .form-row input#coupon_code.applied{
    border-color: #5f7935;
}
.woocommerce .checkout-right form.checkout_coupon .form-row {
    width: auto;
}
.checkout-review-order-table span {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #222;
}
.edit-cart-popup .popup-content .form-group .select2-selection--single {
    height: 54px;
    border-color: #6A6A6A;
    padding: 11px 50px 13px 19px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #222222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5432 15.9299L20.5082 7.57045C20.6412 7.43096 20.7153 7.24565 20.7153 7.05295C20.7153 6.86024 20.6412 6.67493 20.5082 6.53545L20.4992 6.52645C20.4347 6.45859 20.3571 6.40456 20.2711 6.36764C20.1851 6.33072 20.0925 6.31168 19.9989 6.31168C19.9054 6.31168 19.8127 6.33072 19.7267 6.36764C19.6407 6.40456 19.5631 6.45859 19.4987 6.52645L11.9987 14.3984L4.50169 6.52645C4.43723 6.45859 4.35964 6.40456 4.27364 6.36764C4.18764 6.33072 4.09503 6.31168 4.00144 6.31168C3.90785 6.31168 3.81524 6.33072 3.72924 6.36764C3.64324 6.40456 3.56565 6.45859 3.50119 6.52645L3.49219 6.53545C3.35922 6.67493 3.28505 6.86024 3.28505 7.05295C3.28505 7.24565 3.35922 7.43096 3.49219 7.57045L11.4572 15.9299C11.5272 16.0035 11.6115 16.062 11.7048 16.102C11.7982 16.142 11.8986 16.1626 12.0002 16.1626C12.1017 16.1626 12.2022 16.142 12.2956 16.102C12.3889 16.062 12.4731 16.0035 12.5432 15.9299Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 20px center;
}
.edit-cart-popup .popup-content .form-group .select2-selection--single .select2-selection__arrow {
    display: none;
}
.edit-cart-popup .popup-content .form-group .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #000;
}
.edit-cart-popup .popup-content .form-group .quantity {
    border: 1px solid #6A6A6A;
    border-radius: 10px;
    padding: 11px 19px 13px 19px;
    height: 54px;
    display: flex;
    justify-content: space-between;
}
.edit-cart-popup .popup-content .form-group .quantity label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.edit-cart-popup .popup-content .form-group .quantity #quantity {
    border: 0;
    padding: 0;
    text-align: center;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6A6A6A;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
}
.review-order-header .edit-cart {
    text-decoration: underline;
    font-weight: 500;
}
.edit-cart-popup .popup-content .form-group .quantity button {
    background: transparent;
    padding: 0;
    height: auto;
}
.edit-cart-popup .popup-content .form-group .quantity .content-quantity {
    display: flex;
    align-items: center;
}
.order-total .label,
.order-total .value span{
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #222;
}
.woocommerce-checkout .select2-dropdown {
    margin-top: 11px;
    border-color: #6A6A6A;
    border-radius: 10px;
    overflow: hidden;
    border-top: 1px solid #6A6A6A;
}
.woocommerce-checkout .select2-dropdown ul li {
    padding: 15px 20px;
}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #F5F5F5;
    color: #000000;
}
.woocommerce-checkout .select2-container--default .select2-results__option[data-selected]{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}
.woocommerce-notices-wrapper .woocommerce-message {
    border: 0;
    background: transparent;
    padding: 0 0 0 20px;
    margin-top: 30px;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
    top: 7px;
    left: 0;
    line-height: 1;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
    max-width: initial;
    height: 56px;
    padding: 12px 20px 15px;
    border-radius: 100px;
    background-color: #5f7935;
    border: 1px solid #5f7935;
    color: #ffffff;
    transition: 0.35s all;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
}
.banner-heading h2 {
    margin: 0 0 20px;
    font-family: LXGW WenKai Mono TC;
    font-size: 48px;
    font-weight: 400;
    line-height: 56.11px;
    color: #fff;
}
.banner-heading p {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin: 0;
}
.banner-heading p a {
    color: #fff;
    text-decoration: none
}
.woocommerce .image-wraper{
    padding-bottom: 33.258%;
    position: relative;
}
.woocommerce .image-wraper:before {
    content: '';
    background: #00000066;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
}
.woocommerce .image-wraper img {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.woocommerce .banner {
    position: relative;
    margin-top: 40px;
}
.banner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.print-invoice .site-header-logo img {
    width: 100%;
    max-width: 119.5px;
}
.woocommerce .banner .mobile-img {
    display: none;
}
.print-invoice .woocommerce-order .order-summary > div:not(:last-child) ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.checkout-left h2 {
    margin: 0 0 23px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
}
.checkout-right .woocommerce-checkout-review-order .product-info {
    display: flex;
    gap: 16px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #959595;
}
.form-group .select2-container {
    display: block;
}
.payment_box fieldset{
    border: 0;
    padding: 0;
}
.payment_box .wc-payment-form{
    margin-bottom: 15px;
}
.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
.woocommerce-form-coupon-toggle {
    display: flex;
    gap: 6px;
    align-items: center;
}
.woocommerce-checkout #payment div.payment_box ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding: 0;
    color: #222;
}
.woocommerce-checkout #payment div.payment_box .testmode-info {
    margin: 0 0 20px;
    color: #222;
}
.review-order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}
.hide-desktop {
    display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    line-height: 26px;
    border-color: #6A6A6A;
}
.place-order .form-group.checkbox-container label {
    padding-left: 33px;
    line-height: 26px;
    font-weight: 400;
}
span.required {
    color: #990000;
}
.checkout-discount .label {
    font-weight: 500;
}
.checkout-review-order-table .cart-subtotal .value span.woocommerce-Price-amount.amount {
    font-weight: 400;
}
.place-order .form-group.checkbox-container label:before {
    margin: 0;
    position: absolute;
    left: 0;
    top: 2px;
}
.place-order .form-group.checkbox-container {
    margin-bottom: 23px;
}
.place-order p {
    margin: 0 0 14px;
}
.checkout-step-content.step-2 .woocommerce-terms-and-conditions-wrapper {
    margin-top: 24px;
}
.woocommerce-checkout #payment div.payment_box .wc-payment-form {
    margin-top: 25px;
    margin-bottom: 20px;
}
.checkout-right .woocommerce-checkout-review-order .woocommerce-message:before {
    top: 6px;
    left: 0;
    line-height: 1;
}
.checkout-right .woocommerce-checkout-review-order .woocommerce-message {
    border: 0;
    background: transparent;
    padding: 0 0 0 25px;
    margin: 12px 0;
    color: #60865B;
    display: none;
}
.checkout-discount.product-discount .value span {
    color: #60865B;
}
.woocommerce-error:focus-visible {
    border: 0;
    outline: none;
}
.woocommerce-order-received.woocommerce-checkout.empty-cart #main > .page {
    padding: 0;
}
.woocommerce-checkout.empty-cart #main > .page {
    justify-content: center;
    align-items: center;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select{
    border-color: #000;
}
.woocommerce form .form-row.woocommerce-validated input:-webkit-autofill{
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #222222 !important;
}
.woocommerce-checkout .popup-content h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
}
ul.payment_methods li:only-child .input-radio + label {
    display: none;
}
.woocommerce .checkout-right form.checkout_coupon button.empty {
    background: #767676;
}
.woocommerce .checkout-right form.checkout_coupon .form-row input#coupon_code.empty {
    border-color: #767676;
}
.checkout-container .product-meta span {
    width: 100%;
    line-height: 24.51px;
    align-items: flex-start;
}
.checkout-container .product-meta span svg {
    margin-top: 5px;
}
.checkout-container .product-meta {
    gap: 10px;
}
.clear:empty {
    display: none;
}
.checkout-discount.cart-discount:not(:last-child) {
    margin-bottom: 10px;
}
.review-order-info .cart_item p.product-quantity-value,
.review-order-info .cart_item dd p {
    font-weight: 400;
}
.review-order-info .cart_item dl dt {
    font-weight: 500;
    margin-bottom: 10px;
}
.donate-checkout .checkout-right .woocommerce-checkout-review-order .product-info {
    border: 0;
    margin: 0;
    padding: 0;
}
.woocommerce .donate-checkout form .form-row label {
    font-weight: 500;
}
.donate-checkout .woocommerce-checkout #payment {
    margin-top: 40px;
}
@media only screen and (min-width: 768px){
    .woocommerce .checkout-right form.checkout_coupon .form-row.form-row-first {
        max-width: 262px;
        min-width: 262px;
    }
}
@media only screen and (max-width: 1279px){
    .checkout-container {
        gap: 50px;
    }
}
@media only screen and (max-width: 991px){
    .checkout-container{
        flex-wrap: wrap;
        gap: 40px;
        margin-bottom: 58px;
        margin-top: 39px;
    }
    .checkout-container .checkout-right {
        width: 100%;
        border-bottom: 1px solid #959595;
        padding-bottom: 60px;
    }
    .checkout-container.donate-checkout .checkout-right {
        padding-bottom: 40px;
    }
    .checkout-left {
        width: 100%;
        order: 2;
    }
    .hide-desktop,
    .hide-desktop .review-order-info{
        display: block;
    }
    .review-order-info {
        display: none;
    }
    .checkout-right .woocommerce-checkout-review-order{
        box-shadow: none;
        max-width: inherit;
        border-radius: 10px;
        padding: 0;
    }
}
@media only screen and (max-width: 767px){
    .woocommerce-order .order-actions{
        padding: 50px 0 0;
        display: block;
    }
    .woocommerce-checkout.empty-cart #main .woocommerce-order .order-actions .btn,
    .woocommerce-order .order-actions .btn{
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-order {
        margin: 40px auto 98px;
    }
    .order-summary h5, .participants h5, .order-contact h5, .order-payment h5{
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 26px;
    }
    .product-title a {
        font-size: 20px;
        line-height: 24px;
    }
    .woocommerce-order .order-header p {
        padding-left: 42px;
    }
    .woocommerce-order .order-header p svg {
        position: absolute;
        left: 0;
        top: 4px;
    }
    .product-info {
        margin-bottom: 21px;
    }
    .order-details .order-details-wraper {
        padding: 42px 40px 41px;
    }
    .woocommerce-order .order-actions .btn{
        width: 100%;
    }
    .order-total .label, .order-total .value{
        font-size: 20px;
        line-height: 24px;
    }
    .order-total {
        padding-top: 18px;
        margin-top: 15px;
    }
    .woocommerce .banner .mobile-img,
    .woocommerce .banner .mobile-img img{
        display: block;
    }
    .banner-heading h2{
        font-size: 30px;
        line-height: 35.07px;
    }
    .banner-heading {
        width: 100%;
        padding: 0 20px;
    }
    .woocommerce .image-wraper {
        padding-bottom: 124.367%;
    }
    .popup-buttons{
        flex-wrap: wrap;
        gap: 10px;
    }
    .popup-buttons button {
        width: 100%;
        flex: auto;
        border-width: 1px;
    }
    .edit-cart-popup .popup-content {
        height: auto;
    }
    .product-meta span{
        width: 100%;
        font-size: 16px;
        line-height: 19.2px;
        gap: 5px;
    }
    .product-label{
        margin-bottom: 12px;
    }
    .product-title {
        margin-bottom: 14px;
    }
    .product-meta{
        gap: 14px;
        padding-left: 1px;
    }
    .product-label{
        padding: 6px 10px;
    }
    .checkout-left h3, .checkout-right h3{
        font-size: 20px;
        line-height: 24px;
    }
    .checkout-right .woocommerce-checkout-review-order .product-info {
        margin: 0 0 42px;
        padding-bottom: 39px;
    }
    .review-order-info .cart_item p:not(:last-child) {
        margin-bottom: 12px;
    }
    .checkout-review-order-table {
        padding-top: 63px;
        margin-top: 39px;
    }
    .donate-checkout .checkout-review-order-table{
        padding-top: 40px;
        margin-top: 39px;
    }
    .woocommerce-form-coupon-toggle a{
        position: relative;
        width: 100%;
    }
    .woocommerce-form-coupon-toggle a:after{
        content: '';
        background: url('../images/icon-plus-discount.svg') no-repeat center;
        width: 18px;
        height: 19px;
        position: absolute;
        right: 0;
        top: 2px;
    }
    .woocommerce-form-coupon-toggle.is-visible a:after{
        height: 2px;
        top: 10px;
    }
    .checkout-review-order-table .hide-desktop h3 {
        margin-bottom: 18px;
    }
    .checkout-left .checkout h3 {
        margin-bottom: 25px;
    }
    .woocommerce form .form-row label{
        margin-bottom: 7px;
    }
    .woocommerce form .contact-form .form-row {
        margin-bottom: 23px;
    }
    .woocommerce-terms-and-conditions-wrapper {
        margin-bottom: 50px;
    }
    .woocommerce-checkout .woocommerce .checkout-header{
        display: none;
    }
    .woocommerce-checkout.empty-cart #main > .page{
        background: none !important;
        min-height: 0;
        padding: 81px 0px 76px;
    }
    .woocommerce-checkout.empty-cart #main > .page .btn{
        width: 100%;
    }
    .woocommerce-checkout.empty-cart #main > .page .cms-page {
        width: 100%;
    }
    .checkout-container .product-meta span svg {
        margin-top: 4px;
    }
}