/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
 .center {
    margin: auto;
    background-color: #ddd;
    position: fixed;
    width: 70%;
     height: 85%;
    top: 0;
    bottom: 0;
    left: 150px;
    padding: 20px;
    z-index: 9999999999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hideform {
    display: none;
}
.center.hideform > div {
    height: 100%;
}
.center.hideform iframe{
    height: 100%;
    /*max-height: 250px;*/
    max-height: 420px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .thwcfd-field-radio .woocommerce-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .thwcfd-field-radio .woocommerce-input-wrapper .input-radio {
    width: 4%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .thwcfd-field-radio .radio {
    width: 91%;
}


