form.woocommerce-checkout {
	display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}

form.woocommerce-checkout .woocommerce-checkout-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: nowrap;
}

form.woocommerce-checkout .checkout-actions {
    padding: 30px;
    display: flex;
    justify-content: end;
    align-items: start;
}

form.woocommerce-checkout .checkout-cart {
    flex-shrink: 0;
    position: sticky;
    top: 90px;
}

form.woocommerce-checkout .checkout-actions-content {
    max-width: 450px;
}

form.woocommerce-checkout .checkout-cart .checkout-cart-content {
    width: 500px;
    padding: 30px;
    background-color: #ee815e0a;
}

form.woocommerce-checkout .checkout-billing-field {
    margin-bottom: 30px;
}


form.woocommerce-checkout .checkout-billing-field-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px;
}

.woocommerce form.woocommerce-checkout .checkout-billing-field-content.two-columns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: start;
}

.woocommerce form.woocommerce-checkout .form-row.two-columns p {
    flex: 0 0 50%;
}





.woocommerce form.woocommerce-checkout p.create-account label{
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 12px;
}



.woocommerce form.woocommerce-checkout .woocommerce-account-fields {
    margin-top: 25px;
}


.woocommerce form.woocommerce-checkout .payment-wrapper {
    margin-top: 25px;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment {
    background-color: transparent;
    border-radius: 20px;
}

.woocommerce form.woocommerce-checkout .payment-wrapper .ppcp-messages  {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dashed #CCC;
    padding: 9px 10px;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .payment_methods {
    margin: 0;
    padding: 0;
}


.woocommerce form.woocommerce-checkout .payment-wrapper #payment .payment_methods .payment_method_title {
    padding: 20px 15px;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .payment_methods .payment_method_title {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    cursor: pointer;
    font-weight: 400;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .payment_methods .payment_method_title label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 400;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .payment_methods .payment_method_title img {
    max-height: 20px;
}


.woocommerce form.woocommerce-checkout .payment-wrapper #payment .payment_methods input[type="radio"] {
    width: 20px;
    height: 20px;    
    margin: 0px;
    padding: 0px;
}


.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method {    
    border: 1px solid #EEE;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method:first-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method .payment_box {
    background-color: #f5fbff;
    margin: 0;
    padding: 15px;
    font-size: 16px;
}

.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method .payment_box p {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
}


.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method .payment_box::before {
    display: none;
}


.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method:last-child .payment_box {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}



.woocommerce form.woocommerce-checkout .payment-wrapper #payment .wc_payment_method.selected {
    border-color: #36a0d9;
    background-color: #eff7ff;

}


.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text p,
.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text p a {
    font-size: 12px;
    line-height: 18px;
}


.woocommerce form.woocommerce-checkout .checkout-terms-wrapper > label{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin-top: 18px;
    cursor: pointer;
}

.woocommerce form.woocommerce-checkout .checkout-terms-wrapper > label input {
    width: 20px;
    height: 20px;
    margin: 0px;
}
.woocommerce form.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
.woocommerce form.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text,
.woocommerce form.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
    font-size: 14px;
    line-height: 18px;
}



.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text p a,
.woocommerce form.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text a {
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}


.woocommerce-checkout .checkout-payment-container #place_order {
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 40px;
}

.woocommerce-checkout .woocommerce-form-login-wrapper {
    border: 1px solid #000;
    margin-bottom: 50px;
    outline: none;
}


.woocommerce-checkout .woocommerce-form-login-toggle {
    border: none;
    margin: 0;
}



.woocommerce-checkout .woocommerce-shipping-methods-wrapper {
    margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper .woocommerce-shipping-totals-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper .checkout-billing-field-info,
.woocommerce-checkout .woocommerce-shipping-methods-wrapper .checkout-billing-shipping-warning {
    font-size: 13px;
    line-height: 16px;
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper ul#shipping_method {
    margin-top: 15px;        
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper ul#shipping_method li {
    line-height: 1.5em;
    list-style: none outside;
    display: flex;
    gap: 10px;
    justify-content: left;
    align-items: center;
    margin: 0;
    border: 1px solid #DDD;
    padding: 15px 10px;
    cursor: pointer;
    background-color: #FFF;
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper ul#shipping_method li:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper ul#shipping_method li:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper ul#shipping_method li input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.woocommerce-checkout .woocommerce-shipping-methods-wrapper ul#shipping_method li.selected {
    background-color: #eff7ff;
    border-color: #36a0d9;
}   

.woocommerce-checkout .checkout-cart-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.woocommerce-checkout .checkout-cart-item .checkout-cart-item-content {
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-checkout .checkout-cart-item .checkout-cart-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px
}

.woocommerce-checkout .checkout-cart-item .checkout-cart-item-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.woocommerce-checkout .checkout-cart-item dl.variation {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.woocommerce-checkout .checkout-cart-item dl.variation .variation-item {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    line-height: 15px;
}

.woocommerce-checkout .checkout-cart-item dl.variation dt,
.woocommerce-checkout .checkout-cart-item dl.variation dd {
  margin: 0;
  font-size: 10px;
}

.woocommerce-checkout .checkout-cart-item dl.variation dt {
    color: #999;
    padding-top: 2px;
}

.woocommerce-checkout .checkout-cart-item dl.variation dd p {
    font-size: 12px;
}

.woocommerce-checkout .checkout-cart-item dl.variation dd .custom-field-file-image img {
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .checkout-cart-item dl.variation dd p img {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout .checkout-cart-item dl.variation dd .custom-field-map-result .custom-map-overlay {
	width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    pointer-events: none;
}


.woocommerce-checkout .checkout-cart-item .checkout-cart-item-total {
    width: 80px;
    text-align: right;
}




.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total,
.woocommerce-checkout .cart-discount,
.woocommerce-checkout .cart-fee,
.woocommerce-checkout .tax-rate {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 8px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #CCC;
    padding-bottom: 10px;
}

.woocommerce-checkout .checkout-totals-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.woocommerce-checkout .checkout-totals-value {
    font-size: 18px;
}

.woocommerce-checkout .order-total .checkout-totals-value bdi {
    font-size: 25px;
    font-weight: 800;
}

.woocommerce-checkout .checkout-totals-value small {
    display: none;
}


.woocommerce-checkout .secure-payment-wrapper {
    display: flex;
    justify-content: end;   
}


.woocommerce-checkout .minimum-order-warning {
    color: red;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid red;
    padding: 20px;
}


.woocommerce-checkout .coupon-form-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-checkout .coupon-form-container-left {
    flex: 1;
}

.woocommerce-checkout .coupon-form-container-left .coupon-form-container-left-content {
    max-width: 450px;
    margin: 0 30px 0 auto;
    justify-content: start;
}

.woocommerce-checkout .coupon-form-container-right {
    flex: 0 0 50%;
}

.woocommerce-checkout .coupon-form-container-right-content {
    width: 500px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

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

.woocommerce-checkout .woocommerce-form-coupon-toggle a {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.woocommerce-checkout form.checkout_coupon {
    margin: 15px 0px;
    border: 0;
    padding: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-fields input {
    width: 200px;
    height: 40px;
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.woocommerce-checkout .woocommerce-form-coupon-fields button {
    height: 40px;
}

form.woocommerce-checkout .woocommerce-NoticeGroup, 
form.woocommerce-checkout .woocommerce-notices-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Special containers only for mobile */
.woocommerce-checkout .secure-payment-wrapper.mobile-actor,
.woocommerce-checkout div.form-row.mobile-actor {
    display: none;
}



@media screen and (max-width: 950px) {
    .woocommerce-checkout .coupon-form-wrapper {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .woocommerce-checkout form.checkout_coupon {
        text-align: center;
    }

    form.woocommerce-checkout .woocommerce-checkout-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }

    form.woocommerce-checkout .checkout-cart {
        position: relative;
        margin: 0px;
        top: auto;
    }

    form.woocommerce-checkout .checkout-actions {
        padding: 0px;
    }

    form.woocommerce-checkout .checkout-cart .checkout-cart-content {
        width: auto;
        padding: 20px 10px;
    }

    .woocommerce-checkout .secure-payment-wrapper,
    .woocommerce-checkout #payment div.form-row {
        display: none;
    }

    .woocommerce-checkout .secure-payment-wrapper.mobile-actor,
    .woocommerce-checkout div.form-row.mobile-actor {
        display: block;
    }

    .woocommerce-checkout div.form-row.mobile-actor {
        padding: 1em;
        max-width: 500px;
    }

    .woocommerce-checkout div.form-row.mobile-actor #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em;
        padding: 10px 20px;
        font-size: 20px;
        margin-top: 40px;
    }

    form.woocommerce-checkout .woocommerce-NoticeGroup, form.woocommerce-checkout .woocommerce-notices-wrapper {
        margin-bottom: 0px; 
    }

}




@media screen and (max-width: 650px) {
    
    .woocommerce-checkout .woocommerce-form-login-wrapper {        
        margin-bottom: 20px;
    }

    .woocommerce-checkout .coupon-form-container-right {
        flex: 1;
        text-align: center;
        line-height: 23px;
    }

    .woocommerce-checkout .coupon-form-container-right-content {
        width: auto;
    }
    
}