@media screen and (max-width:1000px)
{

	.store_box_products_big
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(90% - 40px);
		height:400px;
		margin:20px;
		background:#ffffff;
		border-radius:10px;
		border:1px #f5f5f5 solid;
		box-shadow:0px 0px 0px rgba(0,0,0,0.1);
		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:hover
	{
		box-shadow:0px 3px 20px rgba(0,0,0,0.2);
	}
	.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_content
	{
		display:inline-block;
		width:calc(100% - 18px);
		border:0px solid;
		padding:7px;
	}
	.store_box_products_big .store_box_product_image
	{
		width:100%;
		height:250px;		
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center;
		margin-bottom:5px;
		border:0px solid;
	}	
	.store_box_products_big .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_big .store_box_content_brand
	{
		display:inline-block;
		font-size:14px;
		color:#777777;
		font-weight:bold;
		border:0px #ff0000 solid;
	}	
	.store_box_products_big .store_box_content_designation
	{
		margin:0px;
		padding:0;
		font-family:regular;
		font-weight:normal;
		font-size:20px;
		color:#000000;
		letter-spacing:0px;
		line-height:22px;
		letter-spacing:-1px;
	}
	.store_box_products_big .store_box_content_description
	{
		display:none;
	}
	.store_box_products_big .store_box_product_price_button
	{
		position:absolute;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 20px);
		height:100px;
		padding:10px;
		left:0px;
		bottom:0px;
		border:0px #ff0000 solid;
	}	
	.store_box_products_big .store_box_product_buttons
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 14px);
		height:60px;	
		bottom:0px;
		border:0px solid !important;
	}
	.store_box_products_big .store_box_products_full_price
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(50% - 10px);
		margin-right:0px;
		font-family:regular;
		font-weight:normal;
		font-size:16px;
		text-decoration:line-through;
		color:#f5a705 !important;
		border:0px solid;
		text-align:right;		
	}	
	.store_box_products_big .store_box_products_price_discount
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(50% - 10px);
		font-family:regular;
		font-weight:normal;
		font-size:25px;
		color:#A8CF34;
		border:0px solid;
	}
	.store_box_products_big .store_box_product_buttons_wishlist_view
	{
		position:relative !important;
		display:inline-block !important;
		height:40px;
		border:0px #00ff00 solid;
	}
	.store_box_products_big .store_wishlist_button
	{
		position:relative !important;
		display:inline-block !important;
		width:40px;
		height:40px;
		padding:0;
		margin-left:-128px;
		margin-top:4px;
		visibility:visible !important;
		outline:none;
		text-indent:-9999px;
		background-color:#cccccc;
		background-image:url(/_images/icon-wishlist-white.png);
		background-repeat:no-repeat;
		background-size:20px;
		background-position:center;		
		border-radius:40px;
		border:0px #F3D2C3 solid;		
		z-index:1;		
	}
	.store_box_products_big .store_wishlist_button:hover
	{
		background-color:#000000;
	}
	.store_box_products_big .store_view_grey
	{
		display:none;
	}	
	.store_box_products_big .store_add_button
	{
		position:relative !important;
		display:inline-block !important;
		width:40px;
		height:40px;
		padding:0;
		margin-left:40px;		
		visibility:visible !important;
		outline:none;
		text-indent:-9999px;
		background-color:#A8CF34;
		background-image:url(/_images/icon-cart-white.png);
		background-repeat:no-repeat;
		background-size:20px;
		background-position:center;		
		border-radius:40px;
		border:0px #F3D2C3 solid;		
		z-index:1;		
	}
	.store_box_products_big .store_add_button img
	{
		display:none;
	}	
	.store_box_products_big .store_novelty_bar
	{
		position:absolute;	
		height:20px;
		top:0;
		right:0px;
		background:#A8CF34;
		margin-top:20px;
		padding:5px;
		text-align:center;
		z-index:0;
	}
	.store_box_products_big .store_novelty_bar h2
	{
		position:relative;
		font-family:bold;
		font-weight:normal;
		font-size:15px;
		color:#ffffff;
		letter-spacing:0px;
		line-height:28px;
		margin:0px;
		padding:0px;
	}	
	.store_box_products_big .store_discount_ball
	{
		background-color:#A8CF34;
	}
	.store_box_products_big .store_discount_ball h2
	{
		font-size:20px;
		line-height:40px;
		margin-top:5px;
		letter-spacing:-1px;
	}
	
	
	
	.store_box_products_small
	{
		width:calc(100% - 20px);
		position: relative;
		display: inline-block;
		margin: 10px;
		vertical-align: top;
		border: 1px solid #ffffff;
		text-align: center;
		background: #fff;
		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: 1px solid #aaa;
		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.child_1 {
		margin-left: 0;
	}
	.store_box_products_small.child_6 {
		margin-right: 0;
	}
	.store_box_products_small.store_with_add {
		height: 270px;
	}
	.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%;
		left:0px;
		bottom:0px;
		border:0px #ff0000 solid;
	}
	.store_box_products_small .store_box_product_buttons {
		display:none !important;
		position: relative;
		display: inline-block;
		width: calc(100% - 14px);
		height: 70px;
		bottom: 0px;
		border: 0px #00ff00 solid;
	}
	.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:#F3D2C3;
		border-radius: 40px;
		border: 0px #F3D2C3 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_product_buttons_wishlist_view {
		position: absolute;
		right: calc(50% - 4px);
		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_wishlist_button,
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_view_grey {
		bottom: 0;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view .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_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 {
		margin: 10px 0 0;
		padding: 0;
		font-size: 16px;
		color: #5f6670;
		letter-spacing: 0px;
		line-height: 18px;
		text-align: left;
		font-family: 'bold';
		font-weight: normal;
	}
	.store_box_products_small .store_box_products_full_price {
		text-decoration: line-through;
		color: #f5a705 !important;
		font-size: 16px;
		margin-right: 10px;
		display: inline-block;
		text-align: left;
		font-family: 'regular';
		width: auto;
	}
	.store_box_products_small .store_box_products_price_discount {
		font-size: 20px;
		font-family: 'bold';
		text-align: left;
	}
	.store_box_products_small .store_box_products_price {
		font-size: 28px;
		margin-bottom: 5px;
		text-align:left;
		margin-left:10px;
	}
	.store_box_products_small .store_discount_ball {
		width: 50px;
		height: 50px;
		margin-left:5px;
		margin-top:12px;
		background:#f5a705;
	}
	.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:#f5a705;
		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;
	}
	.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_novelty_bar
	{
		background:#777777;
		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: 10px;
		font-weight: bold;
		position: relative;
		top: -4px;
		margin-top: 0px;
	}

	
	table#store_products_list_table
	{
		width:100% !important;
		border:0px solid;
	}
	.store_header
	{
		width:100% !important;
		border:0px solid;
	}
	.store_filters_mobile
	{
		width:100% !important;
		border:0px solid;
		background-color:#EA0D09 !important;
	}
	.menu_categorias_item_active
	{
		background-color:#EA0D09 !important;
	}
	
	
	
	
}	