@media screen and (max-width:1000px)
{
	
	.menu_categorias_item_active.menu_categorias_item_second_level,
	.menu_categorias_item_active.menu_categorias_item_second_level h3
	{
		background-color:#e31581 !important;
		border-bottom:1px solid #e31581 !important;
		color:#ffffff !important;
	}
	
	.menu_categorias_item_active.menu_categorias_item_third_level,
	.menu_categorias_item_active.menu_categorias_item_third_level h3
	{
		background-color:#ef55a6 !important;
		border-bottom:1px solid #ef55a6 !important;
		color:#ffffff !important;
	}
	
	.menu_categorias_item_first_level,
	.menu_categorias_item_first_level h3,
	.menu_categorias_item_second_level,
	.menu_categorias_item_second_level h3
	{
		background-color:#ef55a6 !important;
		border-bottom:1px solid #ef55a6 !important;
		color:#ffffff !important;
	}
	
	.menu_categorias_item_third_level,
	.menu_categorias_item_third_level h3,
	.menu_categorias_item_fourth_level,
	.menu_categorias_item_fourth_level h3
	{
		background-color:#f69bcb !important;
		border-bottom:1px solid #f69bcb !important;
		color:#ffffff !important;
	}
	
	
	.store_box_products_big
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(25% - 40px);
		height:400px;
		margin:20px;
		background:#ffffff;
		border:0px solid #ffffff;
		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_big.store_with_add {
		height: 500px;
	}
	.store_box_products_big:hover
	{
		border:0px #aaaaaa solid;
		box-shadow:0px 1px 15px rgba(0,0,0,0.1);
	}
	.store_box_products_big .store_box_products_big.child_1
	{
		margin-left:0;
	}
	.store_box_products_big .store_box_products_big.child_4
	{
		margin-right:0;
	}
	.store_box_products_big .store_box_product_image
	{
		width:100%;
		height:300px;		
		background-size:cover !important;
		background-repeat:no-repeat;
		background-position:center;
		margin-bottom:5px;
		border:0px solid;
	}
	.store_box_products_big .store_box_content
	{
		display:inline-block;
		width:calc(100% - 18px);
		border:0px solid;
	}	
	.store_box_products_big .store_box_content_description
	{
		display:none;
	}
	.store_box_products_big .store_view_grey
	{
		display:none;
		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_big .store_box_product_buttons_wishlist_view
	{
		position:absolute;
		right:calc(50% - 4px);
		bottom:0px;
	}
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_wishlist_button
	{
		width:40px;
		height:40px;
		border-radius:100%;
		border:0px #000000 solid;
	}	
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_wishlist_button img
	{
		width:20px;		
		margin-top:10px !important;
	}
	.store_box_products_big .store_add_button
	{
		position:absolute;
		width:40px;
		height:40px;
		color:#ffffff;
		line-height:40px;
		left: calc(50% - -4px);
		bottom:0px;
		padding:0;
		background-color:#E31581;
		border-radius:40px;
		border:0px #451f01 solid;
		visibility:visible !important;
		z-index:1;
		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_big .store_add_button img
	{
		display:none;
	}
	.store_box_products_big .store_box_product_price_button
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 20px);
		left:0px;
		bottom:0px;
		border:0px #ff0000 solid;
	}
	.store_box_products_big .store_box_product_buttons
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 14px);
		height:60px;	
		bottom:0px;
		border:0px #00ff00 solid;
	}	
	.store_box_products_big .store_box_content_reference
	{
		font-size:12px;
		font-weight:normal;
		line-height:18px;
		color:#aaaaaa;
		margin-top:5px;
		border:1px #ff0000 solid;
	}
	.store_box_products_big .store_box_content_designation
	{
		margin:10px;
		padding:0;
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		color:#000000;
		letter-spacing:0px;
		line-height:22px;
	}
	.store_box_products_big .store_box_content_brand
	{
		display:inline-block;
		font-size:14px;
		color:#777777;
		font-weight:bold;
		border:0px #ff0000 solid;
	}
	.store_box_content
	{
		padding: 7px;
	}
	.store_discount_ball
	{
		background:#451f01;
	}
	.store_novelty_bar
	{
		background:#451f01;
	}
	.store_box_products_big .store_novelty_bar
	{
		position:absolute;		
		padding:5px 10px;
		margin-top:20px;		
		right:0px;
		top:0;
		background:#451f01;
		text-align:center;
		z-index:0;
	}
	.store_box_products_big .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_big .store_discount_ball
	{
		background-color:#000000;
	}
	.store_box_products_big .store_discount_ball h2
	{
		font-size: 20px;
		line-height:40px;
		margin-top: 5px;
		letter-spacing: -1px;
	}
	.store_box_products_big .store_box_products_price_discount
	{
		text-align:center;
	}
	.store_box_products_big .store_box_products_price
	{
		text-align:center;
		margin-bottom:0;
	}
	.store_box_products_under_consultation
	{
		font-family:regular;
		font-size:15px;
		font-weight:normal;
		color:#000000;
	}




	.store_box_products_small
	{		
		position:relative;
		display:inline-block;		
		vertical-align: top;
		width:160px;
		margin:10px;
		background:#fff;
		border-radius:4px;
		border:1px 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
	{
		box-shadow:0px 1px 15px rgba(0,0,0,0.1);
	}
	.store_box_products_small.child_1 {
		margin-left: 0;
	}
	.store_box_products_small.child_6 {
		margin-right: 0;
	}
	.store_box_products_small.store_with_add {
		height: 340px;
	}
	.store_box_products_small .store_box_product_image
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		height:180px;
		margin-bottom:0px;
		background-size:cover !important;
		background-position:center !important;
		border:0px #ff0000 solid;
		z-index:1;
	}
	.store_box_products_small .store_box_product_price_button
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:90px;
		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:50px;
		bottom:0px;
		border:0px #00ff00 solid;
	}
	.store_box_products_small .store_view_grey
	{
		display:none;
		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
	{
		position:absolute;
		right:calc(50% - 4px);
		bottom:0px;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_wishlist_button
	{
		width:40px;
		height:40px;
		border-radius:100%;
		border:0px #000000 solid;
	}	
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_wishlist_button img
	{
		width:20px;		
		margin-top:10px !important;
	}	
	.store_box_products_small .store_add_button
	{
		position: absolute;
		width: 40px;
		height: 40px;
		color: #ffffff;
		line-height: 40px;
		left: calc(50% - -4px);
		bottom: 0px;
		padding: 0;
		background-color:#E31581;
		border-radius: 40px;
		border: 0px #451f01 solid;
		visibility: visible !important;
		z-index: 1;
		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_featured_product_image
	{
		width: 100%;
		height: 130px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.store_box_products_small .store_box_content_designation
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 0px);
		padding:0;
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		color:#000000;
		letter-spacing:0px;
		line-height:18px;
		border:0px solid;
	}
	.store_box_products_small .store_box_products_full_price
	{
		text-decoration: line-through;
		color: #451f01 !important;
		font-size: 16px;
		margin-right: 10px;
		display: inline-block;
		text-align: center;
		font-family: 'regular';
		width: auto;
	}
	.store_box_products_small .store_box_products_price_discount
	{
		font-size:20px;
		font-family:regular;
		text-align:center;
		color:#000000;
	}
	.store_box_products_small .store_box_products_price
	{
		position:relative;
		display:inline-block;
		width:100%;
		font-family:regular;
		border:0px #000000 solid;
		text-align:center;
	}
	.store_box_products_small .store_discount_ball {
		width: 50px;
		height: 50px;
		margin-left:5px;
		margin-top:12px;
		background:#451f01;
	}
	.store_box_products_small .store_discount_ball h2 {
		font-size: 20px;
		line-height:20px;
		margin-top: 15px;
		letter-spacing: -1px;
	}
	.store_box_products_small .store_discount_ball small {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}
	.store_box_products_small .store_box_content_reference
	{
		position:relative;
		width:100%;
		height:30px;
		font-size:12px;
		color:#777777;
	}	
	.store_box_products_small .store_novelty_bar
	{
		background:#451f01;
		position: absolute;
		z-index: 0;
		padding: 5px 10px;
		margin-top: 20px;
		text-align: center;
		right: 0px;
		top: 0;
	}
	.store_box_products_small .store_novelty_bar h2
	{
		color: #fff;
		letter-spacing: 0;
		font-size: 15px;
		line-height: 19px;
		font-weight: bold;
		position: relative;
		top: 0px;
		margin-top: 0px;
	}

	
	
}	