/*
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.amb-list{
padding:0px;
	margin:0px 0px 20px 0px;
	list-style:none;
}
ul.amb-list li{
padding-left:35px;
	margin-bottom:10px;
	background:url('amb.png') no-repeat left top;
}
.centered {text-align: center;}
.product-heading {margin: 50px 0px 0px 0px;}

/*
.product-icon: {
	display:block;
}

.product-img {position: relative;}
.product-img-detail {position: relative;}

.product-img i {
	position: absolute; bottom:0; right:0;
	color:#58C56F;
	font-size:25px;
}

.product-img-detail i {
	position: absolute; bottom:15px; right:60px;
	color:#58C56F;
	font-size:25px;
}
*/