body {
	font-size: 17px;
}
p {
	font-size: 17px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
.form-control {
	margin-bottom: 15px !important;
}
.ecommerce_msg {
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	background: #2ecc71;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
	.ecommerce_msg a {
		color: #fff !important; 
		text-decoration: underline;
	}
	.ecommerce_toolbar {
		padding: 15px 15px;
		font-size: 24px;
		border-bottom: 1px solid #dedede;
		margin-bottom: 30px;
	}
	.ecommerce_toolbar a {
		margin-left: 15px;
	}
		
		.badge {
			margin-left: 2px;
			top: 5px;
			position: absolute;
		}

.variations {
	font-weight: bold;
}
	.variations input {
		border: 3px solid #dedede;
	}
.price {
	clear: both;
	display: block;
	font-size: 18px;
}
.products .product_image {
	text-align: center;
	height: 300px;
	overflow: hidden;
}
	.products .product_image img {
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.checkout .label_container label {
		font-weight: 400;
		border-radius: 15px;
		transition: all .3s;
		background: #fefefe;
		margin-bottom: 15px;
		display: block;
		padding: 20px 15px; 
	}
		.checkout .label_container label:hover {
			background: #eee; 
		}
	.cart {
		border-radius: 15px;
		background: #eee;
		margin-bottom: 15px;
	}
	
		.cart_total a {
			color: #fff !important;
			text-decoration: none ;
		}
		.cart tr:first-child td {
			border-top: 0;
		}
		.cart td {
			padding: 20px 15px !important;
		}
		.item .description_html {
			padding-top: 0 !important;
			display: block;
		}
	.cart .product_image {
		background: #fff;
		padding: 5px;
		text-align: center;
		border-radius: 15px;
		width: 80px !important;
	}
		.cart .product_image img {
			width: auto !important;
			height: 80px;
		}
	.item {
		
		display: block;
		clear: both;
		font-size: 18px;
	}
	
img {
	max-width: 100%;
}
.product_item {
	
}
.product_item h2 {
	font-size: 18px;
}
.product_item .product_info {
	height: 150px;
	overflow: hidden;
}
