/*
Theme Name: Surrey Clothing
Theme URI: https://gettinbot.com;
Description: Surrey child theme.
Author: Matt
Author URI: https://gettinbot.com
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
#searchform-header-replace{background-color:white;}

.woocommerce-cart .woocommerce-shipping-methods,
.woocommerce-checkout #order_review .woocommerce-shipping-methods {
	font-size:0;
}
.woocommerce-cart .woocommerce-shipping-methods li,
.woocommerce-checkout #order_review .woocommerce-shipping-methods li {
	display:block;
	width:100%;
}
.woocommerce-cart .woocommerce-shipping-methods li {
	margin-bottom:10px;
}
.woocommerce-cart .woocommerce-shipping-methods li input[type="radio"],
.woocommerce-cart .woocommerce-shipping-methods li label,
.woocommerce-checkout #order_review .woocommerce-shipping-methods li input[type="radio"],
.woocommerce-checkout #order_review .woocommerce-shipping-methods li label{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
}
.woocommerce-cart .woocommerce-shipping-methods li label,
.woocommerce-checkout #order_review .woocommerce-shipping-methods li label {
	width:calc(100% - 14px);
	text-align:left;
	padding-left:10px;
}
.woocommerce-cart .woocommerce-shipping-methods li input[type="radio"] {
	margin-top: 6px;
}