#product_final_price_with_discount {
	display:none !important;
}
.store_box_products_full_price {
	display:none !important;
}
.store_discount_ball {
	display:none !important;
}

.button_transparent
{
	padding:10px 7px;
}
.button_transparent img
{
	margin-top:-1px;
}

.store_box_products h2, 
.store_box_featured_products h2
{
	height:88px;
	overflow:hidden;
}
.store_box_content_description
{
	display:none;
}
@media screen and (min-width: 1001px)
{
	.store_box_novelty_products.store_with_add
	{
		height:450px;
	}
	.store_box_novelty_products.store_with_add .button_transparent.store_button_add_to_cart
	{
		margin-top:-10px;
	}
	.button_transparent.store_button_add_to_cart img
	{
		display:none;
	}
	.button_transparent.store_button_add_to_cart
	{
		border-radius:0px;
		float:none !important;
		width:auto;
		height:unset;
		background-color:#014C83;
	}
	.store_steps
	{
		width:calc(100% / 3 - 12px);
	}
	.store_box_products_big {
		width: 290px !important;
		height: 475px !important;
		border: 1px #ffffff solid !important;
		margin-left: 28px !important;
		margin-right: 28px !important;
		margin-bottom: 40px !important;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;
	}
	.store_box_products_big .store_box_product_image,
	.store_box_products_big .store_box_featured_product_image
	{
		width: 100% !important;
		height: 276px !important;
		border: 0px solid;
	}
	.store_box_products_small .store_box_product_image,
	.store_box_products_small .store_box_featured_product_image
	{
		height:165px;
	}
	.store_box_featured_products h2, .store_box_content_designation {
		font-family: 'regular' !important;
		color: #000000;
		font-weight: normal !important;
		text-align: center;
	}
	.store_box_products_price_discount {
		font-family: 'regular' !important;
		font-weight: bold;
		font-size: 18px !important;
		color: #000000 !important;
	}
	.store_box_product_buttons_wishlist_view {
		display:none;
	}
	.store_add_button {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-family: 'regular', sans-serif;
		color: #000000;
		text-transform: uppercase;
		padding: 7px 7px 7px 7px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		text-decoration: none;
		text-align: center;
		border-radius: 0px;
		border: 1px #000000 solid;
		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 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.store_add_button:hover {
		background-color: #ccc !important;
		border: 1px #000000 solid;
		color: #000000;
	}
	.store_box_content_description {
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		color: #aaaaaa;
		margin-top: 5px;
	}
	#store_products_list_table {
		display: inline-block;
		position: relative;
		width: 100%;
	}
	.store_filters {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
		border: 0px #000000 solid;
		vertical-align: top;
	}
	.store_breadcrumb {
		position: relative;
		float: left;
		width: 100%;
		min-height: 30px;
		border: 0px solid;
		text-align: left;
		font-size: 16px;
		margin-bottom:15px;
	}
	.store_search .button {
		height:44px !important;
		line-height:44px !important;
	}
	.store_search .select {
		height:42px !important;
	}
	.menu_categorias_item_active,
	.menu_categorias_item_active h3
	{
		color:#000000 !important;
		font-size: 12px;
		font-family:'bold';
	}
	.menu_categorias li > a {
		text-align:left;
	}
	
	
	
	.store_box_products_big .button_grey,
	.store_box_novelty_products .button_grey,
	.store_box_products .button_grey {
		display:none !important;
	}
	.store_box_products_big
	{
		width:290px !important;
		height:475px !important;
		border:1px #ffffff solid !important; 
		margin-left:28px !important;
		margin-right:28px !important;
		margin-bottom:40px !important;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
		animation-direction: inherit;	
	}
	.store_box_products_big:hover
	{
		border:1px #cccccc solid !important; 
	}
	.store_box_featured_products_price, .store_box_featured_products_under_consultation
	{
		font-family:'regular' !important;
		font-weight:bold;
		width:100%;
		height:30px !important;	
		font-size:24px !important;	
		line-height:30px !important;	
		color:#000000 !important;	
		border:0px solid !important;
		float:left !important;
		text-align:left !important;	
	}	
	.store_box_featured_products_full_price
	{
		font-size:20px !important;
		color:#555555 !important;
		margin-right:10px;		
	}
	.store_box_products.store_with_add,
	.store_box_products_big.store_with_add {
		height:350px;
	}
	.store_box_products_big .button_transparent:hover,
	.store_button_add_to_cart:hover {
		background-color:#ccc;
	}
}