@media screen and (max-width:1000px)
{
	.menu_categorias
	{
		height:40px;
		line-height:40px;
		margin-top:0px !important;
		color:#24334c;
		text-align:left;
		background-color:#cccccc;
		border:0px solid;
	}
	.menu_categorias li
	{
		font-size:15px !important;
		line-height:54px !important;
		color:#24334c;
	}
	.menu_categorias_item_active h3
	{
		color:#ffffff !important;
	}
	.menu_categorias_item_active:hover
	{
		background-color:#cccccc !important;
	}
	
	
		
	.store_box_products_small
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:160px;
		height:300px !important;
		margin:15px;
		background:#ffffff;
		border-radius:0px;
		border:0px solid #eeeeee;
		text-align:center;		
		
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.store_box_products_small:hover
	{
		border:0px solid #F3D2C3;
		box-shadow:0px 3px 15px rgba(0,0,0,0.10);
	}
	.store_box_products_small .store_box_products_small.child_1
	{
		margin-left:0;
	}
	.store_box_products_small .store_box_products_small.child_4
	{
		margin-right:0;
	}
	.store_box_products_small .store_box_product_image
	{
		width:100%;
		height:180px;		
		background-size:contain !important;
		background-repeat:no-repeat;
		background-position:center;
		margin-bottom:5px;
		border:0px solid;
	}
	.store_box_products_small .store_box_content
	{
		display:inline-block;
		width:calc(100% - 18px);
		border:0px solid;
	}	
	.store_box_products_small .store_box_content_description
	{
		display:none;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view {
		position:absolute;
		left:0px;
		right:0px;
		bottom:0;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_wishlist_button img {
		width:20px;
		margin-top:11px !important;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_view_grey {
		outline: none;
		text-indent: -9999px;
		background-image:url(/_images/icon-see-more.png);
		background-repeat:no-repeat;
		background-size:20px;
		background-position:center;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_wishlist_button,
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_view_grey {
		bottom:0;
	}
	.store_box_products_small .store_add_button
	{
		position:absolute;
		display:none;
		width:40px;
		height:40px;
		color:#ffffff;
		line-height:40px;
		left:calc(50% - 64px);
		bottom:0px;
		padding:0;
		background-color:#19D9EF;
		border-radius:40px;
		border:0px #ff0000 solid;
		visibility:visible !important;
		z-index:9;
		outline: none;
		text-indent: -9999px;
		background-image:url(/_images/icon-cart-white.png);
		background-repeat:no-repeat;
		background-size:20px;
		background-position:center;
	}
	.store_box_products_small .store_add_button img {
		display:none;
	}
	.store_box_products_small .store_box_product_price_button
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100%;
		left:0px;
		bottom:0px;
		border:0px #ff0000 solid;
	}
	.store_box_products_small .store_box_product_buttons
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 14px);
		height:60px;	
		bottom:0px;
		border:0px #00ff00 solid;
	}	
	.store_box_products_small .store_box_content_reference
	{
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		color: #aaaaaa;
		margin-top: 5px;
		border:0px #ff0000 solid;
	}
	.store_box_products_small .store_box_content_designation
	{
		font-family:'regular';
		font-size:19px;
		color:#24334c;
		letter-spacing:0px;
		line-height:22px;
		margin-bottom:20px;
		padding:0;
		border:0px solid;
		border:0px solid !important;
	}
	.store_box_products_small .store_box_products_under_consultation
	{
		font-size:20px;
		line-height:10px !important;
		border:0px solid !important;
	}
	.store_box_products_small .store_box_content_brand
	{
		display:none;
		font-size:14px;
		color:#777777;
		font-weight:bold;
		border:0px #ff0000 solid;
	}
	.store_box_content
	{
		padding: 7px;
	}
	.store_discount_ball,
	.store_novelty_bar {
		background:#7FD3CE;
	}
	.store_box_products_small .store_novelty_bar
	{
		position:absolute;		
		padding:5px 10px;
		margin-top:20px;		
		right:0px;
		top:0;
		background:#777777;
		text-align:center;
		z-index:0;
	}
	.store_box_products_small .store_novelty_bar h2
	{
		color:#ffffff;
		letter-spacing:0;
		font-size:15px;
		line-height:20px;
		font-weight:bold;
		position:relative;
		top:0px;
		margin-top:0px;
	}
	.store_box_products_small .store_discount_ball
	{
		
	}
	.store_box_products_small .store_discount_ball h2
	{
		font-size: 20px;
		line-height:40px;
		margin-top: 5px;
		letter-spacing: -1px;
	}




	
}	