.mini {
	max-width: 30px;
}
.small {
	max-width: 80px;
}
.short {
	max-width: 200px;
}
.medium {
	max-width: 400px;
}
.large {
	max-width: 600px;
}
.tip {
	color: #7C7979;
	margin: 3px 0;
	font-size: 90%;
}
img.example-image {
	max-height: 160px;
}
.required {
	color: #D30000;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.news-v2 .margin-bottom-5, 
.news-v2 .margin-bottom-10, 
.news-v2 .margin-bottom-15, 
.news-v2 .margin-bottom-20,
.news-v2 .margin-bottom-25, 
.news-v2 .margin-bottom-30, 
.news-v2 .margin-bottom-35, 
.news-v2 .margin-bottom-40, 
.news-v2 .margin-bottom-45, 
.news-v2 .margin-bottom-50, 
.news-v2 .margin-bottom-55, 
.news-v2 .margin-bottom-60,
.news-v2 .margin-bottom-100 { 
   clear:none;
}
.shop-product .shop-product-prices li {
	font-size: 18px;
}
.shop-product h2 {
	font-size: 24px;
}
.result-category h2 {
	font-size: 22px;
	margin-right: 10px;
}
.result-category .badge-results {
	top: 10px;
}
.product-description .title-price {
	font-size: 14px;
}
.filter-results {
	border-bottom: 0;
	margin-bottom: 0;
	padding: 40px 0 20px 0;
}
.checkbox-list .checkbox {
	padding-left: 12px;
}
.checkbox-list .checkbox i {
	border: 0;
	width: 10px;
}
.list-inline > li {
	padding-right: 0;
}
.sort-list-btn {
	margin-right: 10px;
}
.product-description .product-price {
	text-align: left;
}
.product-description .product-price span {
	display: inline;
}
.header .logo img {
	margin: 10px 0 40px 0;
	width: 100%;
	max-width: 360px;
}
.loginbar {
	margin-bottom: 50px !important;
}
.cursor-pointer {
	cursor: pointer;
}
@media screen and (max-width: 1000px) {
	.topbar {
		visibility: hidden;
		clear: both;
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.header .logo img {
		width: 100%;
		max-width: 245px;
		margin: 10px 0 30px 0;
	}
	.list-product-description .product-description {
		margin-left: 15px;
	}
	.map-box {
		max-height: 250px;
	}
}