/*
Theme Name: amaker
Theme URI: https://togocraft.com/
Author: the TogoCraft team
Author URI:  https://togocraft.com/
Description: A Maker Minimal theme
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amaker
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ===========================
   Two-column WooCommerce Checkout
   =========================== */
.woocommerce-checkout .checkout-two-column {
    padding: 30px 0 60px;
}

.woocommerce-checkout .checkout-two-column .checkout-left,
.woocommerce-checkout .checkout-two-column .checkout-right {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout .checkout-two-column h3,
.woocommerce-checkout .checkout-two-column h3#order_review_heading {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-checkout .checkout-two-column .checkout-billing,
.woocommerce-checkout .checkout-two-column .checkout-shipping,
.woocommerce-checkout .checkout-two-column .checkout-order-review {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.woocommerce-checkout .checkout-two-column .form-row {
    margin-bottom: 12px;
}

.woocommerce-checkout .checkout-two-column .form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
}

.woocommerce-checkout .checkout-two-column .form-row .input-text,
.woocommerce-checkout .checkout-two-column .form-row select,
.woocommerce-checkout .checkout-two-column .form-row textarea,
.woocommerce-checkout .checkout-two-column .select2-container .select2-selection--single {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    background: #fff;
}

.woocommerce-checkout .checkout-two-column .form-row textarea {
    height: auto;
    line-height: 1.4;
    padding: 10px 12px;
    min-height: 90px;
}

.woocommerce-checkout .checkout-two-column .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.woocommerce-checkout .checkout-two-column table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.woocommerce-checkout .checkout-two-column table.shop_table th,
.woocommerce-checkout .checkout-two-column table.shop_table td {
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
}

.woocommerce-checkout .checkout-two-column #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout .checkout-two-column #payment ul.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-checkout .checkout-two-column #payment ul.payment_methods li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-checkout .checkout-two-column #payment ul.payment_methods li:last-child {
    border-bottom: 0;
}

.woocommerce-checkout .checkout-two-column #payment .payment_box {
    background: #f7f7f7;
    padding: 12px 15px;
    margin-top: 8px;
    border-radius: 3px;
    font-size: 13px;
}

.woocommerce-checkout .checkout-two-column #place_order {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

@media (min-width: 992px) {
    .woocommerce-checkout .checkout-two-column .checkout-right .checkout-order-review {
        position: sticky;
        top: 20px;
    }
}

