@charset "utf-8";

.product-catalog-box {
	margin-bottom: 20px;
}

.product-main-img {
	/*padding-right: 0px;
	padding-left: 0px;*/
	border-radius: 20px;
}

.product-main-img .thumbnail {
	/*margin-bottom: 4px;*/
	border-radius: 20px;
}

.product-sub-img {
	/*padding-right: 0px;
	padding-left: 0px;*/
	border-radius: 20px;
}

.product-qty {
	width: 120px;
}

.product-info-box .page-header {
	margin-top: 0px;
}

.product-info-box .box-item {
	margin-bottom: 15px;
}

.product-info-box .price {
	font-size: 23px;
}

.product-desc-box{
	border: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.image-loader {
	background-color: #FFF;
	position: absolute;
	bottom: 30px;
	right: 25px;
	padding: 5px;
}

.product-list-box .page-header {
	margin-top: 0px;
}