/* Enter Your Custom CSS Here */

.viewcart, .viewcart:hover{ text-decoration:none; color:#333; margin-left:5px;}

@media (min-width:320px) and (max-width:767px) {
	.alignright{ margin:0 auto !important; width:100%; height:auto;}
	.alignright img{ display:block; margin:0 auto; width:100%; height:auto;}
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 20px !important;
text-align: center;
}
.woocommerce ul.products li.product .price{
	color: #aa794e;
font-size: 18px;
font-family: 'Oswald', sans-serif;
}
.woocommerce .add_to_cart_button{
	margin-top: 0 !important;
}
li.product{
	text-align:center;
}
.woocommerce .col-1, .woocommerce .col-2{
	flex: none !important;
	max-width: none !important;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields{
	padding: 5px;
border: 1px solid #cecece;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, h3#order_review_heading{
color: #fff !important;
background-color: #34aadc;
	padding: 3px !important;
	width: 100%;
}
h3#order_review_heading{
	margin-top: 15px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt{
	background-color: #3ab0df !important;
}
.woocommerce-checkout label{
	width: 100%;
}
.woocommerce-input-wrapper{
	width: 100%;
}