@media screen and (max-width:1000px)
{
	.store_search .button
	{
		width:40px !important;
		height:44px !important;
	}
	
	.store_box_products_big !important
	{
		position:relative;
		display:inline-block;
		vertical-align: top;
		width:240px;
		height:400px;
		margin:20px;
		background:#ffffff;
		border-radius:6px;
		border:1px solid #000000;
		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 solid #7FD3CE;
		box-shadow:0px 3px 15px rgba(0,0,0,0.10);
	}
	.store_box_products_big.child_1
	{
		margin:10px;
	}
	.store_box_products_big.child_2
	{
		margin:10px;
	}
	.store_box_products_big.child_3
	{
		margin:10px;
	}	
	.store_box_products_big.child_4
	{
		margin:10px;
	}
	.store_box_products_big .store_with_add
	{
		height: 475px;
	}
	.store_box_products_big .store_box_featured_product_image
	{
		display:flex;
		width:100%;
		height:300px;		
		justify-content:center;
		align-items:center;
		overflow:hidden;
		background-repeat:no-repeat;
		background-position:top center;
		margin-bottom:5px;
	}
	.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;
		display:inline-block;
		vertical-align:top;		
		width:40px;
		height:40px;
		font-size:14px;
		color:#ffffff;
		text-transform:uppercase;
		text-decoration:none;
		margin-right:5px;
		margin-left:auto;
		margin-bottom:10px;	
		padding: 0px;		
		background-color:#7FD3CE;
		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_wishlist_button:hover
	{
		background:#000000 !important;	
	}	
	.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:#20B2A9;
		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_designation
	{
		font-family:'regular';
		font-size:24px;
		color:#000000;
		letter-spacing:0px;
		line-height:25px;
		margin:0;
		padding:0;
	}
	.store_box_content_brand
	{
		font-size:14px;
		color:#777777;
		font-weight:bold;
	}
	.store_box_content {
		padding: 7px;
	}
	.store_discount_ball {
		position: absolute;
		z-index: 9;
		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 10px;
		margin-top:20px;		
		right:0px;
		top:0;
		background:#777777;
		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:-4px;
		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: 10px;
		margin-top: 5px;
		width: 100%;
	}
	.store_box_products_full_price {
		text-decoration: line-through;
		color: #333333;
		font-size: 20px;
		width: 100%;
		display: inline-block;
	}
	.store_box_products_price_discount {
		font-size: 28px;
		font-weight: bold;
	}

	.store_product_detail_area .store_product_detail_image
	{
		width:250px !important;
		height:250px !important;
		border:0px #ff0000 solid;		
	}
	
	#big_thumb
	{
		width:250px !important;
		height:250px !important;
		background-size:contain !important;
		background-position:center !important;
		border:0px solid;
	}
	
	.store_product_detail_body
	{
		position:relative;
		width:90%;
		height:100%;
		margin-bottom:40px;
		border:0px #000000 solid;	
		text-align:center;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		animation-direction: inherit;	
	}
	.store_product_detail_body #product_final_price
	{
		display:none;
	}
	.store_product_detail_body .store_button
	{
		background:#000000 !important;
		padding:7px !important;
	}
	.store_product_detail_body .store_button:hover
	{
		background:#cccccc !important;
	}
	.store_product_detail_body .store_button_grey
	{
		display:none;
	}
	.store_product_detail_body .store_price_with_vat_message
	{
		display:none;
	}
	.store_product_detail_body .button_social_networks_share
	{
		margin:1px !important;
		padding:8px !important;
	}


	.store_related_products_list
	{
		width:100%;
		height:710px;
		border:0px solid;
		text-align:center;
		overflow:hidden;
	}
	.title_related_products h3
	{
		line-height:40px;
	}
	.store_related_products_list .store_line_divider
	{
		width:100%;
		height:1px;
		background-color:#dddddd;
	}
	
	.store_box_products_small
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:45%;
		height:300px;
		margin:10px;
		background:#ffffff;
		border-radius:6px;
		border:1px #eeeeee solid;
		box-shadow:0px 3px 10px rgba(0,0,0,0.3);
		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.child_1
	{
		margin:10px;
	}
	.store_box_products_small.child_2
	{
		margin:10px;
	}
	.store_box_products_small.child_3
	{
		margin:10px;
	}	
	.store_box_products_small.child_4
	{
		margin:10px;
	}	
	.store_box_products_small.child_5
	{
		margin:10px;
	}	
	.store_box_products_small.child_6
	{
		margin:10px;
	}				
}	