/*
 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.7
 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); }
}

#breadcrumb2  {
    font-family: 'gantari'!important;
    text-transform: uppercase!important;
    font-size:14px;
}

#breadcrumb2 a {
    color: #9d1b19;
}

#dynamicsku, .sku-label, .sku-value {
    font-family: 'rethink sans'!important;
    color: #9D1C1A!important;
	font-size: 16px!important;
}