/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */
@media (min-width: 1025px) {
 body .rey-checkoutPage.--layout-custom.--rearr-csz .rey-checkoutPage-form #shipping_country_field {
    width: 33.3333%;
    float: left;
    clear: none;
 }
}

@media (min-width: 1025px) {
.rey-checkoutPage.--layout-custom.--rearr-csz .rey-checkoutPage-form #billing_country_field {
    width: 33.3333%;
    float: left;
    clear: none;
 }
}

/* hides the checkout */
.rey-checkoutPage-shpAsBilling {
	display: none;
}

/* hides the title */
.rey-checkoutPage-form .woocommerce-shipping-fields .rey-checkoutPage-title {
	display: none;
}

/* hides shpping adress */
.rey-customerDetails-payment .rey-formReview-block:nth-child(3) {
	display: none !important;
}
