/*
Theme Name: Loyalty World Child
Theme URI: https://loyaltyworld.ca/
Description: Child theme for Loyalty World
Author: Loyalty World
Template: loyality_broken
Version: 1.0.0
Text Domain: loyalty-world-child
*/

/* WooCommerce cart background */
.bg-neutral-400 {
    background-color: #ffffff !important;
}

/* =========================================================
   Loyalty World - WooCommerce Checkout
   ========================================================= */

.woocommerce-checkout .form-row {
    display: inline-grid;
    margin-bottom: 1rem;
    padding: 9px;
}

.woocommerce-checkout .nice-select {
    display: none;
}

.woocommerce-checkout form .form-row select {
    display: block !important;
}

.woocommerce-checkout table.shop_table td {
    font-weight: 500 !important;
}

.woocommerce-checkout ul#shipping_method .amount {
    font-weight: 500 !important;
}

.woocommerce-checkout p.notes {
    width: 100%;
}

.woocommerce-checkout .bg-neutral-400 {
    background-color: #ffffff !important;
}

.woocommerce-checkout .checkout-layout {
    width: 100%;
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce-checkout .checkout-billing {
    padding-left: 20px;
    padding-right: 28px;
}

.woocommerce-checkout .checkout-order {
    padding-left: 28px;
    padding-right: 20px;
}

.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
    width: 100% !important;
    max-width: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100% !important;
}

@media (max-width: 991px) {
    .woocommerce-checkout .checkout-billing,
    .woocommerce-checkout .checkout-order {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* =========================================================
   Loyalty World - My Account Layout
   ========================================================= */

@media (min-width: 1100px) {
    nav.woocommerce-MyAccount-navigation {
        width: 30%;
        float: left;
        background: #eee;
        padding: 14px 30px;
        margin-right: 35px;
    }

    .woocommerce-MyAccount-content {
        float: left;
        width: 60%;
    }
}
