/*
 Theme Name:   Oxygen2 Child
 Theme URI:    http://oxygen.jarilo.co.uk/
 Description:  A child theme for Oxygen2
 Author:       Jarilo Design
 Author URI:   http://jarilo.co.uk
 Template:     oxygen2
 Version:      0.1
 Text Domain:  oxygen2
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@import url('../oxygen2/style.css');


/* classic checkout layout */
@media (min-width:768px) {
	#customer_details { width: 50%; float: left; }
	#customer_details > div { float:none; width: unset; }
	#order_review_heading { float: right; width: calc(50% - 15px); margin-bottom: 41px; }
	#order_review { float: right; width: calc(50% - 15px); }
}