section[data-cattype="401"].wrapper_middle {
	padding: 60px 0px 120px 0px;
}


section[data-cattype="401"] h2{
    margin-bottom: 20px;
	color:#fff;
}


section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}


section[data-cattype="401"] .wrapper_grid_item {
	justify-content: center;
	align-items: center;
}

section[data-cattype="401"] .clearfix {
	display: block;
	margin-top: 40px;
}

section[data-cattype="401"] .wrapper_grid_item .item_content.grid_item img.product_img_line {
	height: 330px;
}

section[data-cattype="401"] .grid_item .title {
	text-align: center;
	font-size: 20px;
}



/* Typical laptop screen size*/
@media only screen and (max-width: 1440px) and (min-width: 1200px) {

section[data-cattype="401"] .wrapper_grid_item .item_content.grid_item img.product_img_line {
	height: 230px;
}
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
 
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

section[data-cattype="401"] .grid_item {
	width: 50%;
	min-height: auto;
	padding-left: 20px;
}

section[data-cattype="401"] .wrapper_grid_item .item_content.grid_item img.product_img_line {
	height: 150px;
	background-size: contain;
}

section[data-cattype="401"] .wrapper_grid_item .item_content.grid_item {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 10px;
}

section[data-cattype="401"] .grid_item form.add-to-cart {
	padding: 0;
}

section[data-cattype="401"].wrapper_middle {
	padding: 30px 0px 60px 0px;
}
    
    
}