/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.woocommerce-billing-fields div#woocommerce-delivery-time-field-container {
    width: 50%;
    float: right;
}
.woocommerce-billing-fields div#woocommerce-delivery-date-field-container {
    width: 45%;
    float: left;
}
select#woocommerce-delivery-location-field{
	white-space: pre-wrap;
    height: 50px;
}
select#woocommerce-delivery-time-field {
    height: 43px;
    white-space: pre-wrap;
}
.woocommerce-billing-fields ul#shipping_method li {
    width: 50%;
    float: left;
}
.woocommerce-billing-fields ul#shipping_method {
    clear: both;
    overflow: hidden;
}
.woocommerce-billing-fields ul#shipping_method span.woocommerce-Price-amount.amount{
	display: block;
    text-align: left;
    padding-left: 43px;
}
form.checkout .woocommerce-billing-fields input[type="radio"]+label:before{
	margin-left: 0px;
}
form.checkout .woocommerce-billing-fields input[type="radio"]:checked+label:before{
	box-shadow: inset 0 0 0 4px;
	content: '';
}
form.checkout .woocommerce-billing-fields input[type="radio"]+label:before{
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;    
}

