// out: ../checkout.css, compress: true
body {
    div.woocommerce {
        form {
            .form-row {
                label, .password-input, .woocommerce-input-wrapper {
                    width: 100%;
                    display: block;
                }
                .woocommerce-Input, .woocommerce-input-wrapper input {
                    width: 100%;
                    padding: 10px;
                    border: 1px solid #b7b7b7;
                    color: #7f7f7f;
                    display: block;
                }
                .select2-container--default .select2-selection--single {
                    border-radius: 0;
                }
                textarea {
                    height:  10em;
                    width: 100%;
                    display: block;
                    padding: 10px;
                    border: 1px solid #b7b7b7;
                    color: #7f7f7f;
                }
            }
        }
        .woocommerce-form-coupon-toggle {
            margin-bottom: 20px;
        }
        #payment {
            ul {
                padding: 0;
                list-style: none;
            }
            .wc_payment_method {
                img {
                    max-height: 50px;
                    width: auto;
                    margin-left: 5px;
                    margin-right: 5px;
                    display: inline-block;
                }
            }
        }
        .woocommerce-checkout-review-order-table, .woocommerce-table.order_details {
            width: 100%;
            margin-bottom: 20px;
            ul {
                list-style: none;
                padding: 0;
                margin: 0;
                input[type=radio]{
                    margin-right: 0.5em;
                }
            }
            tr{
                border: 1px solid #ccc;
                th, td {
                    padding: 5px;
                }
                .button {
                    display: block;
                    text-align: center;
                    margin: 3px 0;
                }
            }
        }
        .related-products {
            padding-top: 20px;
            @import "parts/products/listing.less";
            .single-product-listing {
                padding: 15px;
            }
            .nav-btn {
                font-size: 40px;
                color: #999;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                &.prev-slide {
                    left: -40px;
                }
                &.next-slide {
                    right: -40px;
                }
            }
        }
    }
}
@import (inline) "../vendor/owl.carousel.min.css";