/* CUSTOM */
.columns4.products-grid.botones .items .item a{
	background-color: #F40000;
	color: #FFFFFF;
	border-radius: 12px;
	padding: 6px 12px;
}
.main-attribute-container div label {
    width: 25%;
}
body.layout-fullwidth.catalog-category-view .page-main, body.layout-fullwidth.catalog-product-view .page-main, body.layout-fullwidth.cms-index-index .page-main, body.layout-fullwidth.catalogsearch-result-index .page-main {
    padding-top: 24px !important;
}
.deviceShow{
	display:none;
}
.product-info-main .product.overview{
	display:none;
}
.atdesc{
	border-top: 1px solid #dae2e6;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sparsh_banner_slider .caption h2{
	text-align: center;
}
.sparsh_banner_slider .caption .btn-banner{
	line-height: 18px !important;
	height: auto !important;
    display: block;
    margin: 0 auto;
}
.checkout-index-index dl, .checkout-index-index .form-list{
	display: none;
}
@media (max-width: 1100px){
	.page-header.header-newskin .navigation .level0:last-child {
		display:none;
	}	
}
@media (max-width: 768px){
	.page-header.header-newskin .navigation .level0:last-child {
		display:block;
	}
}	
@media screen and (max-width: 767px){
	.sparsh_banner_slider .slick-slide img{
		height:auto;
	}
}
@media (max-width: 600px){
	.deviceShow{		
		display: block;
	}
	.deviceHide{
		display: none;
	}
	.product-info-main .fieldset > .field.qty.prodpreventa{
		margin-bottom: 20px
	}
	.comprarpreventa{
		font-size:9px;
	}
	.product-item .tocart:before {
		margin-right:0;
	}
	.minilogos .col-sm-6{
		width: 50%; 
	}
}	