/*
Theme Name: 4C minerals
Theme URI: 
Author: Affinite.io
Author URI: https://affinite.io
Description: 4C minerals theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 4c-minerals
Template: affinite-multistore
*/
a{
	color:#00536C;
}
.woocommerce-page .container ul.products li a img.attachment-woocommerce_thumbnail{
	border-radius:0px;
}

.loop-price-container{
	padding-top:20px;
	padding-bottom:60px;
}
.woocommerce-loop-product__title{
	font-weight:400;
	text-align:center;
}
.loop-availabilty{
	position:absolute;
	bottom:38px;
	left:0;
	width:100%;
	text-align:center;
}
.woocommerce-page .container ul.products li a.woocommerce-loop-product__link{
	flex:1;
	justify-content:inherit;
}
.loop-availabilty-text.instock {
	color: #08B060;
}
.loop-availabilty-text.outofstock {
	color: #e74c3c;
}
.loop-availabilty-text.onbackorder {
	color: #f1c40f;
}
.woocommerce-page .container ul.products li .price{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px;	
	justify-content:center;
	margin:auto;
}
.price .woocommerce-Price-amount.amount{
	display:flex;
	font-size:24px;
	font-weight: 500;
	color:#232F3E;
	margin:auto;
}

.button.add_to_cart_button{
	background: #2980b9;
    box-shadow: none;
    border-radius: 0px;
    font-weight: 400;
}

.apf-checkbox__item.active .checkbox__item-switcher{
	background: #2980b9;
}

.woocommerce-product-gallery ol.flex-control-nav{
	flex-wrap:wrap;
}
.woocommerce-product-gallery ol.flex-control-nav li{
	aspect-ratio:1/1;
	width:60px;
}
.woocommerce-product-gallery__wrapper div{
	aspect-ratio:inherit;
}

.product__data-tabs{
	margin-top:40px;
	margin-bottom:40px;
}
.single-product-container{
	margin-bottom:60px;
}