/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
ul.woocommerce-shipping-methods > li > input.shipping_method {
	margin-right:5px !important;
}

@media (max-width: 991px) and (min-width: 480px) {
	#site-header.medium-header .top-col.col-2 i,
	#site-header.medium-header .top-col.col-2 a {
		font-size: 20px !important;
	}
}

@media (max-width: 479px) {
	#site-header.medium-header .top-col.col-2 {
		display: block !important;
	}
}
