@media screen and (max-width:1000px)
{
	.store_box_products_big
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 40px);
		height:380px !important;
		margin:20px;
		background:#ffffff;
		border:1px solid #ffffff;
		text-align:center;
		cursor:pointer;
		
		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
	{
		border:1px #ffffff 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:200px;		
		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_box_product_buttons_wishlist_view {
		position:absolute;
		right: calc(50% - 4px);
		bottom:0;
	}
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_wishlist_button img {
		width:20px;
		margin-top:11px !important;
	}
	.store_box_products_big .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_big .store_box_product_buttons_wishlist_view .store_wishlist_button,
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_view_grey {
		bottom:0;
	}
	.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:#444444;
		border-radius:40px;
		border:0px #016db5 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);
		padding:10px;
		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:5px;
		padding:0;
		font-family:regular;
		font-weight:normal;
		font-size:18px;
		color:#000000;
		letter-spacing:0px;
		line-height:22px;
	}
	.store_box_products_big .store_box_content_brand
	{
		display:none;
		font-size:14px;
		color:#777777;
		font-weight:bold;
		border:0px #ff0000 solid;
	}

	.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;
		font-size:28px;
	}
	.store_box_products_big .store_box_products_price
	{
		text-align:center;
	}


	#product_final_price {
		font-family:'bold';
	}
	.menu_categorias_item_active h3 {
		color:#ffffff;
	}
	
	
	.store_box_products_small
	{
		width:calc(100% - 20px);
		position: relative;
		display: inline-block;
		margin: 10px;
		vertical-align: top;
		border: 0px 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: 0px solid #aaa;
		box-shadow:0px 1px 15px rgba(0,0,0,0.1);
		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: 370px;
	}
	.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 {
		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:#444444;
		border-radius: 40px;
		border: 0px #016db5 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;
		padding:0;
		font-family:'regular';
		font-weight:normal;
		font-size:16px;
		color:#000000;
		letter-spacing:0px;
		line-height:18px;
	}
	.store_box_products_small .store_box_products_full_price {
		text-decoration: line-through;
		color: #016db5 !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: center;
	}
	.store_box_products_small .store_box_products_price {
		font-size: 28px;
		margin-bottom: 0px;
		text-align:center;
		margin-left:0px;
	}
	.store_box_products_small .store_discount_ball {
		width: 50px;
		height: 50px;
		margin-left:5px;
		margin-top:12px;
		background:#016db5;
	}
	.store_discount {
		background:#016db5 !important;
	}
	.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:#016db5;
		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_content_description
	{
		display:none;
		line-height:16px;
		margin-top:5px;
	}
	.store_box_product_price_button
	{
		position:absolute;
		width:calc(100% - 14px);
		bottom:0px;
		border:0px solid;
	}
	.store_wishlist_button {
		position: relative;
		width: 40px;
		height: 40px;
		font-size: 14px;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		bottom: 0px;
		padding: 0px;
		background-color: #dddddd;
		border-radius: 40px;
		border: 0px #ff0000 solid;
		text-align: center;
		cursor: pointer;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.store_wishlist_button:hover
	{
		background:#000000 !important;	
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_wishlist_button img {
		width: 20px;
		margin-top: 11px !important;
	}
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_wishlist_button img {
		width: 20px;
		margin-top: 11px !important;
	}	
	.store_product_detail_body .store_button_grey {
		background:#dddddd;
		border-radius:100%;
	}
	.store_view_grey
	{
		position:relative;
		width:40px;
		height:40px;
		font-size:14px;
		line-height:40px;
		letter-spacing:0px;
		color:#ffffff;
		text-transform:uppercase;
		text-decoration:none;
		bottom:0px;	
		padding: 0px;
		color:transparent;
		background-image:url(/_images/icon-cart-white.png) !important;
		background-repeat:no-repeat;
		background-position:center;
		background-color:#016db5;
		border-radius:40px;
		border:0px #dddddd solid;
		text-align:center;
		cursor: pointer;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}	
	.store_view_grey:hover
	{
		background:#000000 !important;
	}	
	.store_box_product_semaphore
	{
		margin-top:0px;
		width:20px;
	}
	.store_box_content_reference
	{
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		color: #aaaaaa;
		margin-top: 5px;
	}
	.store_box_products_big .store_box_content_designation
	{
		margin:5px;
		padding:0;
		font-family:regular;
		font-weight:normal;
		font-size:18px;
		color:#000000;
		letter-spacing:0px;
		line-height:22px;
	}
	.store_box_content_brand
	{
		font-size:14px;
		color:#777777;
		font-weight:bold;
	}
	.store_box_content {
		padding: 7px;
	}
	.store_discount_ball {
		position: absolute;
		z-index: 1;
		width: 68px;
		height: 68px;
		background-image: none;
		margin-left: 10px;
		margin-top: 10px;
		text-align: center;
		border-radius: 68px;
		top: 0px;
		background:#777777;
	}
	.store_discount_ball h2 {
		color: #fff;
		letter-spacing: -3px;
		font-size: 30px;
		margin-top: 10px;
		line-height: 48px;
		font-weight: bold;
	}
	.store_discount_ball small {
		font-size: 26px;
		color: #fff;
		font-weight: bold;
	}
	.store_novelty_bar
	{ 
		position: absolute;
		z-index: 9;
		padding:5px 10px;
		margin-top: 20px;
		text-align: center;
		right:-1px;
		top:0;
		background:#777777;
	}
	.store_novelty_bar h2
	{ 
		color: #fff;
		letter-spacing: 0;
		font-size: 20px;
		line-height: 20px;
		font-weight: bold;
	}
	.store_box_products_big .store_novelty_bar
	{
		position:absolute;		
		padding:5px;
		margin-top:20px;		
		right:0px;
		top:0;
		line-height:50px !important;
		background:#AECA1E !important;
		text-align:center;
		z-index:0;
	}
	.store_box_products_big .store_novelty_bar h2
	{
		color:#ffffff;
		letter-spacing:0;
		font-size:15px;
		line-height:15px;
		font-weight:bold;
		position:relative;
		top:0px;
		margin-top:0px;
	}
	
	
	
	
	
	
	
	.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;
	}
	.store_box_products_price {
		display: inline-block;
		margin-bottom: 0px;
		margin-top: 5px;
		width: 100%;
	}
	
	.store_box_products_full_price {
		text-decoration: line-through;
		color: #016db5 !important;
		font-size: 20px;
		margin-right: 10px;
		display: inline-block;
		text-align: left;
		font-family: 'regular';
		width: auto;
	}
	.store_box_products_price_discount {
		font-size: 20px;
		font-family: 'bold';
		text-align: left;
		color:#000000 !important;
	}


	
	
	
	
}