@media screen and (max-width: 1000px)
{
	/* COMPARE */
	.store_compare_button
	{
		width:40px;
		height:40px;
		border-radius:100%;
		display:inline-block;
	}
	.box_product_compare_image
	{
		background-size:contain;
	}
	.box_product_compare h1
	{
		margin: 0;
		padding: 0;
		font-size: 15px;
		font-weight: bolder;
		color: #000000;
		letter-spacing: 0px;
		line-height: 20px;
		border-bottom:1px solid #eeeeee;
		padding:10px 0;
	}
	.box_product_compare h2
	{
		color: #b42d34 !important;
		font-size: 24px;
		font-weight: bold;
		border-bottom:1px solid #eeeeee;
		padding:10px 0;
	}
	.box_product_compare h3
	{
		border-bottom:1px solid #eeeeee;
		padding:10px 0;
	}
	.box_product_compare .store_button
	{
		width:40px;
		height:40px;
		padding:0px;
		margin-top:10px;
	}
	/* COMPARE */

	.store_product_detail_body_info {
		display:grid;
	}
	.store_product_detail_body_info .store_product_detail_body_reference {
		order:1;
	}
	.store_product_detail_body_info .store_product_detail_body_brand_img {
		order:3;
	}
	.store_product_detail_body_info .store_product_detail_body_designation {
		order:2;
		margin-top:-20px !important;
		margin-bottom:10px !important;
	}
	
	.store_discount_ball,
	.store_novelty_bar {
		z-index:1 !important;
	}
	#mycarousel_area {
		position:relative !important;
	}
	.store_search .input[type="text"] {
		height:30px;
	}
	.menu_categorias li > a {
		text-align:left;
	}
	.menu_categorias_item_active,
	.menu_categorias_item_active h3,
	.store_filters_mobile div:hover,
	.store_filters_mobile div:hover h3 {
		background:#b42d34 !important;
		color:#ffffff !important;
	}
	#product_final_price_with_discount {
		color: #888888 !important;
	}
	.store_box_products_full_price {
		text-decoration: line-through;
		color: #888888 !important;
		font-size: 20px;
		display: inline-block;
		margin-right:0px;
		width:100%;
		font-family:'regular';
	}
	.store_box_products_big .store_novelty_bar {
		background: #3a3a3c;
		position: absolute;
		z-index: 0;
		padding: 5px 10px;
		margin-top: 20px;
		text-align: center;
		right: 0px;
		top: 0;
	}
	.store_box_products_big .store_novelty_bar h2 {
		color: #fff;
		letter-spacing: 0;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		position: relative;
		top: -1px;
		margin-top: 0px;
	}
	.store_box_products_big .store_box_product_image, .store_box_products_big .store_box_featured_product_image {
		width: 100%;
		height: 250px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: top center;
		margin-bottom: 10px;
	}
	.store_box_products_big h3.store_box_content_reference {
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		color: #000000;
		margin-top: 5px;
		font-family:'light';
	}
	.store_box_products_big h3.store_box_content_brand {
		font-size: 14px;
		color: #aaaaaa;
		font-weight:normal;
	}
	.store_box_products_big h1.store_box_content_designation {
		margin: 0;
		padding: 0;
		font-size: 18px;
		color: #000000;
		letter-spacing: 0px;
		line-height: 20px;
	}
	.store_box_products_big .store_box_product_semaphore {
		display:none;
	}
	.store_box_product_available {
		display:inline-block;
		margin-top:54px;
	}
	.store_box_product_available .store_available_product_red div {
		width:16px;
		height:16px;
		background:red;
		border-radius:100%;
		display:inline-block;
		vertical-align: text-bottom;
		margin-right: 5px;
	}
	.store_box_product_available h3.store_available_product_red {
		color:red;
		font-size:14px;
	}
	.store_box_product_available .store_available_product_green div {
		width:16px;
		height:16px;
		background:green;
		border-radius:100%;
		display:inline-block;
		vertical-align: text-bottom;
		margin-right: 5px;
	}
	.store_box_product_available h3.store_available_product_green {
		color:green;
		font-size:14px;
	}
	.store_box_products_big .store_box_products_price {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
	.store_box_products_big .store_box_products_price .store_box_products_price_discount {
		color:#b42d34 !important;
	}
	.store_box_products_big .store_box_product_price_button {
		position: absolute;
		display: inline-block;
		vertical-align: top;
		width: 100%;
		left: 0px;
		bottom: 0px;
		border: 0px #ffffff solid;
	}
	.store_box_products_big .store_box_product_buttons {
		position: relative;
		display: inline-block;
		width: calc(100% - 14px);
		height: 60px;
		bottom: 0px;
		border: 0px #ffffff solid;
	}
	.store_box_products_big .store_add_button {
		position: absolute;
		width: 40px;
		height: 40px;
		color: #ffffff;
		line-height: 40px;
		right: calc(50% - 66px);
		bottom: 0px;
		padding: 0;
		background-color: #b42d34;
		border-radius: 40px;
		border: 0px #b42d34 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_buttons_wishlist_view {
		position: absolute;
		left: calc(50% - 63px);
		bottom: 0;
	}
	.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_wishlist_button {
		display:none !important;
	}
	.store_box_products_big .store_box_product_buttons_wishlist_view .store_view_grey {
		outline: none;
		text-indent: -9999px;
		background-image: url(/_images/icon-view.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
	}
	.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: 10px;
		padding: 0px;
		background-color: #c7c7c7;
		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_box_products_small .store_box_product_image {
		height:160px;
	}
	.store_box_products_small h1.store_box_content_designation {
		margin: 0;
		padding: 0;
		font-size: 18px;
		color: #000000;
		letter-spacing: 0px;
		line-height: 20px;
	}
	.store_box_products_small .store_novelty_bar {
		background: #3a3a3c;
	}
	.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 #b42d34 solid;
	}
	.store_box_products_small .store_box_products_price {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.store_box_products_small .store_box_products_price_discount {
		font-size: 24px;
		font-weight: bold;
		color: #b42d34;
	}
	.store_box_products_small .store_box_product_buttons {
		position: relative;
		display: inline-block;
		width: calc(100% - 14px);
		height: 55px;
		bottom: 0px;
		border: 0px #ffffff solid;
	}
	.store_box_products_small .store_add_button {
		position: absolute;
		width: 40px;
		height: 40px;
		color: #ffffff;
		line-height: 40px;
		right: calc(50% - 66px);
		bottom: 0px;
		padding: 0;
		background-color: #b42d34;
		border-radius: 40px;
		border: 0px #b42d34 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;
		left: calc(50% - 63px);
		bottom: 0;
	}
	.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_wishlist_button {
		display:none !important;
	}
	.store_box_products_small .store_box_product_buttons_wishlist_view .store_view_grey {
		outline: none;
		text-indent: -9999px;
		background-image: url(/_images/icon-view.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
	}
	.store_box_products_small .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: 10px;
		padding: 0px;
		background-color: #c7c7c7;
		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;
	}
}