.logo{
	height:64px;
	display: block;
	margin: auto;
}

span.left_spacer{
	margin-left:30px;
}
div.product_thumbnail_title{
	min-height:3rem;
	max-height:4.5rem;
	overflow:hidden;
}

div.product_description{
	font-size:1.3rem;
}

div.head_desc{
	padding: 10px;
	color: #39c;
	background-color:#fff;
	display: block;
	text-align: center;
	font-size:1.2rem;
}

@media only screen and (min-width: 1500px) {
	.row .col.ll3 {
		margin-left: 0;
		width: 25%;
	}
}

@media only screen and (max-width: 1250px) {
	span.left_spacer{
		margin-left:20px;
	}
}

@media only screen and (max-width: 1150px) {
	span.left_spacer{
		margin-left:5px;
	}
}


@media only screen and (max-width: 991px) {

	.row div.product_matrix_thumbnail{
		min-width:0;
	}

	ul.tabs li.tab{
		font-size: 13px;
	}

	.side_nav_title{
		font-size: 2.0rem;
	}

}

@media only screen and (max-width: 768px) {
	.row div.product_matrix_thumbnail{
		max-width:220px;
	}

	.row div.product_thumbnail{
		max-width:220px;
	}
}

@media only screen and (max-width: 600px) {
	.collection.with-header .collection-header{
		padding: 0px 10px;
	}

	div.product_description{
		font-size:1.0rem;
	}

	.row .product_thumbnail.col{
		padding:0px;
	}

	.product_thumbnail .card{
		margin:5px 2px;
		padding:0px;
	}

	.page_title_box{
		width:100%;
	}
	div.matrix_row{
		height:auto;
		over-flow:none;
	}


	ul.tabs li.tab{
		font-size: 10px;
		float:none;
		width:100%;
	}

	ul.tabs li.long_menu_tab{
		float:left;
		width:50%;
	}

	ul.tabs{
		height:auto;
	}
	ul.tabs li.gt{
		display:none;
	}

	.logo{
		height:56px;
	}
}
@media only screen and (max-width: 400px) {
	.logo{
		height:40px;
	}

	nav a.button-collapse{
		height:40px;
		line-height:40px;
	}
	nav a.button-collapse i{
		height:40px;
		line-height:40px;
	}

}

@media only screen and (max-width: 400px) {
	.row div.product_thumbnail{
		height:265px;
	}

	.row div.product_matrix_thumbnail{
		height:265px;
	}

}
@media only screen and (max-width: 300px) {
	.row div.product_thumbnail{
		height:265px;
	}
	.row div.product_matrix_thumbnail{
		height:265px;
	}
}
