@media screen and (max-width:1000px)
{
	.store_box_products_big
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 20px);
		max-width:300px;
		height:400px;
		margin:20px 10px !important;
		background:#ffffff;
		border-radius:0px;
		border:1px 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:hover
	{
		border:1px #aaaaaa solid;
		box-shadow:0px 1px 15px rgba(0,0,0,0.1);
		text-decoration:none;
	}
	.store_box_products_big a:hover
	{
		text-decoration:none;
	}
	.store_box_products_big .store_box_product_image
	{
		width:100%;
		height:280px;		
		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 {
		display:inline-block;
	}
	.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:inline-block;
		outline: none;
		text-indent: -9999px;
		background-image:url(/_images/icon-see-more.png) !important;
		background-repeat:no-repeat;
		background-size:26px;
		background-position:center;
		vertical-align:bottom;
		background-color:transparent;
	}
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_view_grey:hover {
		background-color:#f7f7f7 !important;
	}
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_wishlist_button
	{
		display:none !important;
	}
	.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
	{
		display:none !important;
		position:absolute;
		width:40px;
		height:40px;
		color:#ffffff;
		line-height:40px;
		left: calc(50% - -4px);
		bottom:0px;
		padding:0;
		background-color:#0057b8;
		border-radius:40px;
		border:0px #EC6C10 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:40px;
		height:40px;	
		bottom:-15px;
		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 0px;
		padding:0;
		font-family:'regular';
		font-weight:normal;
		font-size:20px;
		color:#000000;
		letter-spacing:0px;
		line-height:22px;
		text-align:left;
		text-transform:uppercase;
		height:44px;
		overflow:hidden;
	}
	.store_box_products_big .store_box_content_designation:hover
	{
		text-decoration:none;
	}
	.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:#0057b8 !important;
		z-index:99 !important;
	}
	.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: 0px;
		letter-spacing: -1px;
	}
	.store_box_products_big .store_box_products_price_discount {
		text-align:left;
	}
	.store_box_products_big .store_box_products_price {
		text-align:left;
		margin-bottom:0;
		width: calc(100% - 50px);
		margin-right: 10px;
		vertical-align:bottom;
	}
	.store_box_products_big.store_with_add {
		height: 420px;
	}
	
	
	
	
	.store_box_products_small
	{
		width:calc(100% - 20px);
		max-width:300px;
		position: relative;
		display: inline-block;
		margin: 10px;
		vertical-align: top;		
		text-align: center;
		background: #fff;
		border-radius:0px;
		border:1px solid #ffffff;
		background:#ffffff;
		
		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 #ffffff;
		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 a:hover
	{
		text-decoration:none;
	}
	.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: 275px;
	}
	.store_box_products_small .store_box_product_image
	{
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width:100%;
		height:180px;
		margin-bottom:0px;
		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: none;
		width: calc(100% - 14px);
		height: 55px;
		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:#0057b8;
		border-radius: 40px;
		border: 0px #EC6C10 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;
		display:none;
	}
	.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 {
		display:none;
	}
	.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 0px;
		padding: 0;
		font-family: 'regular';
		font-weight: normal;
		font-size: 16px;
		color: #000000;
		letter-spacing: 0px;
		line-height: 18px;
		text-align: left;
		text-transform: uppercase;
		height: 36px;
		overflow: hidden;
	}
	.store_box_products_small .store_box_products_full_price {
		text-decoration: line-through;
		color: #888888 !important;
		font-size: 14px !important;
		margin-right: 10px;
		display: inline-block;
		text-align: left;
		font-family: 'light';
		width: auto;
	}
	.store_box_products_small .store_box_products_price_discount {
		font-size: 20px;
		font-family: 'light';
		text-align: left;
		color: #0057b8;
	}
	.store_box_products_small .store_box_products_price {
		font-size: 28px;
		margin-bottom: 0px;
		text-align:center;
		margin-left:0px;
		margin-bottom:5px;
	}
	.store_box_products_small .store_discount_ball {
		width: 50px;
		height: 50px;
		margin-left:5px;
		margin-top:12px;
		background:#0057b8;
	}
	.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_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: 10px;
		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;
		display:inline-block;
		vertical-align:top;		
		width:40px;
		height:40px;
		font-size:14px;
		line-height:40px;
		letter-spacing:0px;
		color:#ffffff;
		text-transform:uppercase;
		text-decoration:none;
		margin-right:5px;
		margin-left:auto;
		margin-bottom:10px;	
		padding: 0px;		
		background-color:#0057b8;
		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_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;
		height:20px;
		right:0px;
		top:0px;
		line-height:10px;
		padding:5px;
		background:#0057b8;
		text-align:center;
		z-index:9;
	}
	.store_novelty_bar h2
	{
		position:relative;
		color:#ffffff;
		font-weight:bold;
		font-size: 15px;
		line-height:20px;
	}
	.store_box_products_big .store_novelty_bar
	{
		position:absolute;
		height:20px;
		right:0px;
		top:0px;
		line-height:10px;
		padding:5px;
		background:#0057b8;
		text-align:center;
		z-index:9;
	}
	.store_box_products_big .store_novelty_bar h2
	{
		position:relative;
		color:#ffffff;
		font-weight:bold;
		font-size: 15px;
		line-height:20px;
	}	
	.store_box_products_small .store_novelty_bar
	{		
		position:absolute;
		height:20px;
		right:0px;
		top:0px;
		line-height:10px;
		padding:5px;
		background:#0057b8;
		text-align:center;
		z-index:9;
	}
	.store_box_products_small .store_novelty_bar h2
	{
		position:relative;
		color:#ffffff;
		font-weight:bold;
		font-size: 15px;
		line-height:20px;		
	}
	










	
	.store_box_products_price {
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 5px;
		width: 100%;
	}
	
	.store_box_products_full_price {
		text-decoration: line-through;
		color: #0057b8 !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;
	}


	
	.pagination_center
	{
				
	}
	.pagination_center .button_grey
	{
		background-color:#78AB60 !important;		
	}	
	 
	
	
}