/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Custom styles */

/* Width of in-page cart */
@media (min-width: 960px) {
    .menu-horizontal ul.menu-smart > li > ul:not(.mega-menu-inner) {
        width: 265px !important;
    }
}

/* Product category USP's vertical align */
div#page-header div.uncoltable div.icon-box-left {
    vertical-align: top;
}

/* Checkout confirm width 100% */
article#post-87699 div.uncont.no-block-padding.col-custom-width {
    max-width: unset !important;
}

/* Checkout page */
article#post-17 div.row-container div.row.row-parent {
    padding: unset;
    margin: 0 auto;
    max-width: 1480px;
    width: 90%;
    padding-top: 25px;
}

article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.col2-set#customer_details {
    width: 50%;
    padding-right: 45px;
    float: left;
}

article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.col2-set#customer_details h3#order_review_heading {
    display: inline-block;
    width: 50%;
}

article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.woocommerce-checkout-review-order#order_review {
    width: 50%;
    float: left;
    padding: 15px 15px 15px 15px;
    margin-top: -15px;
    background-color: #f7f7f7;
}

article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.woocommerce-checkout-review-order#order_review table {
    padding-bottom: 0 !important;
}

article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.woocommerce-checkout-review-order#order_review th,
article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.woocommerce-checkout-review-order#order_review td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.woocommerce-checkout-review-order#order_review input.woocommerce-form__input.input-checkbox {
    border: 1px solid #000;
    transform: scale(1.2);
}

@media only screen and (max-width: 992px) {

    article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.col2-set#customer_details {
        width: 100%;
        padding-right: 0;
        float: unset;
    }

    article#post-17 div.row-container div.row.row-parent form.woocommerce-checkout div.woocommerce-checkout-review-order#order_review {
        width: 100%;
        float: unset;
    }

}
