@media screen and (max-width: 1024px) {
    
    .btn-resp {
		display: block !important;
	}

	.header {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
		.nav {
			margin-left: 0px;
			position: relative;
			width: 100%;
		}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
		color: #fff;
	}
		#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
			margin-left: 0px !important;
		}
	.mega-menu-item-has-children > a {
		padding-left: 30px !important;
	}
				
	.ir-buttons .item {
		width: -webkit-calc(50% - 20px) !important;
		width: -moz-calc(50% - 20px) !important;
		width: -ms-calc(50% - 20px) !important;
		width: calc(50% - 20px) !important;
	}
	
}






@media screen and (max-width: 768px) {
	
	.grid figure.large {
    max-width: -webkit-calc(50% - 30px);
    max-width: -moz-calc(50% - 30px);
    max-width: -ms-calc(50% - 30px);
    max-width: calc(100%);
}
	
	.grid figure.small {
    max-width: -webkit-calc(33.33% - 30px);
    max-width: -moz-calc(33.33% - 30px);
    max-width: -ms-calc(33.33% - 30px);
    max-width: calc(100%);
}
	
	.row {
    display: block !important;
}
	
	.titulos{
		font-size: 25pt !important;
	}
	
	.seo{display: none !important;}
	
	.top-bar {
		justify-content: center !important;
		padding: 0px !important;
	}
		.top-bar .item.social {
			display: none;
		}
		.top-bar .subitem.number a {
			font-weight: 700;
			font-size: 12px;
			padding: 0px 5px;
		}
		
	.header .logo img {
	    height: 75px;
	}
	
	/*
	 * .nav {
	    left: 100%;
	    height: -webkit-calc(100% - 131px);
		height: -moz-calc(100% - 131px);
		height: calc(100% - 131px);
		top: 131px;
		width: 80%;
	}
	    .nav.active {
	        left: 20%;
	    }
	*/
	
	#mega-menu-wrap-main-menu {
		width: 100%;
	}
	
	.marcas-productos .wpb_column.vc_col-sm-2 {
		width: 20%;
		float: none !important;
	}
	
	.footer .item {
    
		justify-content: left !important;}
	
	
	.product-list .item.product-item {
     margin-top: 15% !important;
	}
	
	select.orderby {
    margin-top: 28% !important;
    padding: 8px 27px !important;}
	
}

@media screen and (max-width: 480px) {
	.ir-buttons .item {
		margin: 20px 0px !important;
		width: -webkit-calc(100%) !important;
		width: -moz-calc(100%) !important;
		width: -ms-calc(100%) !important;
		width: calc(100%) !important;
	}
	
	.marcas-productos .vc_row {
		justify-content: center;
		margin: 0px !important;
	}
		.marcas-productos .wpb_column.vc_col-sm-2 {
			margin-bottom: 20px !important;
			margin-top: 20px !important;
			width: 33.33%;
		}
}


@media (min-width: 992px){
	.col-lg-3 {max-width: 24% !important;}


}
