html, body
{
	background-color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
	font-family: 'Open Sans', sans-serif;
}

* html #tudo {
	height: 100%;
}

.error {
	color:#ff0000;
}

a:link
{
	text-decoration: none;
	color: #333333;
}

a:visited
{
	text-decoration: none;
	color: #333333;
}

a:active
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	color: #1b8ffc;
}


h1 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #333333;
	letter-spacing:0px;
	text-decoration:none;
}


h2 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #000;
	letter-spacing:-1px;
	line-height:34px;
}


h3 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#000000;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:25px;
}


h4 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	letter-spacing:-1px;
	line-height:34px;
}


.form
{
	font-family: 'Open Sans', sans-serif;
	border: 0x solid #006;
	font-size: 14px;
	color: #333333;
	width: 100%;
	padding-left: 0px;
	font-weight: normal;
}


.input[type="text"], .input[type="password"]
{
	font-family: 'Open Sans', sans-serif;
	border: 0px solid #cccccc;
	font-size: 14px;
	color: #333333;
	background: #f7f7f7;
	padding-left: 5px;
	font-weight: normal;
	height:31px;
	width:100%;
}


.datepicker
{
	font-family: 'Open Sans', sans-serif;
	border: 0px solid #cccccc;
	font-size: 14px;
	color: #333333;
	background: #f7f7f7;
	padding-left: 5px;
	font-weight: normal;
	height:31px;
	width:100%;
}


.select {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	width: auto;
	height: 33px;
	/*background: #edf1f2;*/
	border: 1px solid #E4DFDC;
	outline: none;
	padding-left: 1%;
	font-size: 13px;
	/*font-weight: bold;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*box-shadow: inset 0 2px 2px #c5c1bf;*/
	/*-moz-box-shadow: inset 0 2px 2px #c5c1;*/
}


.textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333;
	width: 80%;
	background: #fff;
	padding-left: 1%;
	padding-top: 1%;
	font-weight: none;
	border: 1px solid #ddd;

}


.login_area
{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#000000;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
	vertical-align:top;
}

.login_area b
{
	vertical-align:top;
}


.box_products
{
position:relative;
float:left;
width:210px;
height:380px;
background-color:#ffffff;
border:1px solid;
border-color:#eaeaea;
margin-left:10px;
margin-bottom:20px;
text-align:center;
}


.box_product_image
{
width:210px;
height:210px;
overflow:hidden;
background-color:#ffffff;
}


.box_discount
{
position:absolute;
width: 69px; 
height: 69px; 
border-radius: 50px;
margin-left: 10px; 
margin-top: 10px; 
text-align: center;
line-height: 50px;
}


.box_products_discount_text
{
font-size: 30px;
color: white;
text-align: center;
margin-top: 20px;
}


#pagination .css-button
{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	text-align: center;
	padding:10px;	
	font-size: 12px;
	font-weight: normal;
	background-color:#DCDCDC;
	text-decoration: none;
	margin-right:2px;
}

.pag_selected {
	background-color:#1d1d1d !important;
}


.plus, .minus {
	width: 10px;
	height: 10px;
	font-size: 12px;
	color: white;
	background-color: #666666;
	padding: 0px 3px 7px 5px;
	text-decoration: none !important;
	cursor:pointer;
}

.plus:hover {
	background-color: #A0A0A0;
}

.minus {
	font-weight: bolder;
	padding-left: 6px;
	padding-right: 2px;
	padding-bottom: 7px;
	margin-top:3px;
}

.minus:hover {
	background-color: #A0A0A0;
}


.button
{
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	padding: 6px 20px 6px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	display:inline-block;	
	border-radius:0px;
	border:0px;
}


.button:hover
{
	text-decoration:none;
	background-color:#cccccc !important;
}

.button_transparent
{
	display:inline-block;	
	font-family: 'Open Sans', sans-serif;
	color: #777777;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:1px #dddddd solid;
	line-height:17px;
	
	-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;
}
.button_transparent:hover
{
	background-color:#cccccc !important;
	border:1px #cccccc solid;
	color:#ffffff;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-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;
}

.button_grey
{
	display:inline-block;	
	background-color:#bbbbbb;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size:12px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:0px #dddddd solid;
	line-height:17px;
	
	-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;
}
.button_grey:hover
{
	background-color:#cccccc !important;
	border:0px #2CA736 solid;
	color:#ffffff;
	
	-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_box_content h2 {
	color:#5f6670 !important;
}
.store_box_content h3 {
	color:#aaa !important;
	font-family: 'Open Sans', sans-serif;
}
.store_box_products_price {
	font-family: 'Open Sans', sans-serif; !important;
}
.menu_categorias_item_active,
.menu_categorias_item_active h3 {
	color:#fff !important;
}

.menu_categorias_item_active {
	background:#B21F43 !important;
}

.store_column_data .store_discount {
    font-size: 11px;
}

.store_discount_ball {
	z-index:8 !important;
}

/* FORCED COLOR */
.store_novelty_bar,
.store_discount_ball,
.menu_categorias_item_active {
	background:#B21F43 !important;
}
.store_box_products_price_discount,
#product_final_price {
	color:#B21F43 !important;
}

.button_social_networks {
    width: 30px;
    height: 30px;
    float: left;
    color: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #aaaaaa;
    border: 0px #000000 solid;
}

#store_add_button .store_button {
	background:#B21F43 !important;
}
#store_add_button .store_button:hover {
	background:#000000 !important;
}

.store_box_products_small .store_box_content_designation {
	font-size:15px;
}
@media screen and (min-width: 1001px)
{
	.cell
	{
		position:relative;
		display:inline-block;
		border:0px #cccccc solid;
	}
	nav
	{
		width:calc(100% - 40px);
		font-family:'Open Sans', sans-serif;
		font-size:14px;
		z-index:1999;
		text-transform: uppercase;
		border-bottom: 5px solid #B21F43;
		padding-top:0px;
	}

	nav ul
	{
		padding:0;
		margin:0 auto;
		width:100%;
		text-align:center;
	}

	nav li
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100px;
		height:50px;
		background:#fff;
		margin-right:1px;
		cursor:pointer;
		padding-top:10px;
	}
	
	nav li:hover
	{
		background:#ccc !important;
	}

	nav a
	{
		    width: 100px;
			height: 50px;
			color: #B21F43 !important;
			padding: 10px 0px 0px 0px;
	}

	nav a#pull
	{
		display:none;
	}
	
	.nav-li-first {
		padding-left:0;
	}
	.nav-li-last {
		padding-right:0;
	}

	.header_mail_contact
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:180px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		float:left;
		text-align:left;
		
		-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;
	}
	
	.header_phone_contact
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		float:left;
		text-align:left;
		
		-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;
	}	

	.header_social_networks_links
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		float:right;
		text-align:right;

		-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;		
	}
		
	.header_idiomas
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:140px;
		height:20px;
		border:0px #ffffff solid;
		z-index:1;
		text-align:left;
		
		-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;
	}

	.header_logo
	{
		width:950px;
		height:250px;
		margin-top:50px;
		border:0px solid;	
	}
	
	.header_pesquisa
	{
		position:relative;
		display:inline-block;
		float:left;
		width:320px;
		margin-right:0px;
		border:0px solid;
		text-align:center;

		-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;		
	}

	.header_cart_info
	{
		width:1050px;
		height:40px;
		text-align:right;
	}
	
	.header_cart_salutation
	{
		color:#fff;		
	}
	.header_cart_salutation span
	{
		vertical-align:top;
	}
		
	.header_menu
	{
		position:relative;
		display:inline-block;
		width:1050px;
		height:40px;
		z-index:99;
		margin-top:0px;
		margin-top:0;
	}
	.header_menu_active {
		background:#B21F43 !important;
	}
	.header_menu_active a {
		color:#fff !important;
	}
	
	.plusslider-arrows-wrapper {
		margin-top:-18px;
	}
	
	.homepage_box_our_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:510px;
		height:200px;
		background-color:#cccccc;
		background-image:url(../_images/mthexpresso-os-nossos-produtos.jpg);
		background-size:cover;
		background-repeat:no-repeat;
		border-bottom:5px #B21F43 solid;
		z-index:1;
		margin-top:20px;
		margin-right:25px;
		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;
	}
	.homepage_box_our_products:hover
	{		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-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;
	}
	
	.homepage_box_our_equipments
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:510px;
		height:200px;
		background-color:#dddddd;
		background-color:#cccccc;
		background-image:url(../_images/mthexpresso-os-nossos-equipamentos.jpg);
		background-size:cover;
		background-repeat:no-repeat;
		border-bottom:5px #B21F43 solid;
		z-index:1;
		margin-top:20px;
		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;	
	}	
	.homepage_box_our_equipments:hover
	{		
		-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		-moz-box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		box-shadow: inset 0px 0px 0px 30px rgba(0,0,0,0.20);
		
		-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;
	}
	
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:490px;
		min-height:200px;
		border:1px #eee solid;
		margin-bottom:40px;
		text-align:center;
		
		-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;
	}
	.box_blog:hover
	{
		border:1px #aaa solid;
	}
	
	.box_blog_odd {
		margin-left:33px;
	}
	.box_blog_even {
		margin-right:33px;
	}
	
	.caixa_texto
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:500px;
		border:0px #eeeeee solid;
		text-align:center;
	}
	
	.caixa_contactos_morada
	{
		position:relative;
		display:inline-block;
		float:left;
		width:550px;
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:100px;
		text-align:left;
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}
	
	.caixa_contactos_form
	{
		position:relative;
		display:inline-block;
		float:left;
		width:400px;
		min-height:400px;
		border:0px #cccccc solid;
		margin-right:0px;
		margin-bottom:20px;
		text-align:center;
		background-color:#ffffff;
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}	
	
	.box_products
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:420px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #aaaaaa solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		width:500px;
		height:50px;
		margin-right:20px;
		border:0px #cccccc solid;
		text-align:left;
	}
	
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		width:500px;
		height:50px;
		margin-right:0px;
		border:0px #cccccc solid;
		text-align:left;
	}
	
	.footer_icons_ecommerce
	{
		position:relative;
		display:inline-block;
		width:250px;
		height:100px;
		margin-top:10px;
		vertical-align:top;	
		border:0px solid;
		text-align:center;
	}
	
	.footer_site_map
	{
		position:relative;
		display:inline-block;
		float:left;
		width:220px;
		margin-right:20px;
		border:0px #ffffff solid;
		text-align:left;
		color:#fff;
	}
	.footer_site_map div
	{
		display:inline-block;
		vertical-align:top;
		width:100px;
		height:100%;
		border:0px solid;
	}
	
	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		float:left;
		width:255px;
		margin-right:20px;
		border:0px #ffffff solid;
		text-align:left;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #888;
	}
	
	.footer_payment_methods
	{
		position:relative;
		display:inline-block;
		float:left;
		width:300px;
		margin-right:20px;
		border:0px #ffffff solid;
		text-align:left;
		color:#fff;
	}
	.footer_payment_methods_icon
	{
		position:relative;
		display:inline-block;
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}

	.footer_contacts
	{
		position:relative;
		display:inline-block;
		float:right;
		width:200px;
		margin-right:0px;
		border:0px #ffffff solid;
		text-align:left;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #888 !important;
	}

	.footer_copyright
	{
		position:relative;
		width:1050px;
		height:50px;
		padding-top:10px;
	}
		
	.footer_disclaimer
	{
		
	}

	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:10px;
		margin-left:10px;
		margin-right:10px;
		border:0px #ffffff solid;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:right;
		margin-top:10px;
		border:0px #ffffff solid;
	}
	
	.footer_copyright_1
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		height:50px;
		text-align:left;
		float:left;
		border:0px #ffffff solid;
	}
	
	.footer_copyright_2
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:30px;
		margin-top:10px;
		color:#ffffff !important;
		border:0px #ffffff solid;		
		float:left;
		text-align:center;
	}
	
	.footer_copyright_3
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:30px;
		margin-top:10px;
		text-align:center;
		color:#ffffff !important;
		border:0px #ffffff solid;
		float:left;
		text-align:center;		
	}
	
	.footer_copyright_4
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:30px;
		margin-top:10px;
		border:0px #ffffff solid;
		text-align:right;
		float:right;
	}	
	
	.link_footer
	{
		font-family:'Open Sans', sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:20px;
		color:#ffffff !important;	
		text-decoration:underline !important;
	}
	.link_footer:hover
	{
		color:#B21F43 !important;
		text-decoration:none;		
	}		
	
	.slider_homepage_caixa
	{
		position: relative;
		padding:0px;
		margin:0px;
		width:100%;
		height:700px;
		border:0px #000000 solid;		
		overflow:hidden;
		z-index:1;	
	}	
	.slider_homepage
	{
		position:relative; 
		width:1050px;
		height:700px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #000000 solid;
		background-color:#eeeeee;
		margin-top:0px;
		padding:0px;
	}	
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:auto;	
		width:1050px;
		height:700px;
		padding:0px;
		margin:0px;
	}
	
	.header_langs {
		float:left;
		width:80px;
		display:inline-block;
	}
	.header_langs div {
		position:relative;
		display:inline-block;
		float:left;
		width:20px;
		height:20px;
		margin-right:5px;
		margin-top:5px;
		border:0px #ffffff solid;
	}
	
	.slider_content_area {
		position:relative;
		margin-top:120px;
		text-align:center;
		max-width:950px;
		height:300px;
		border:0px #ffffff solid;
	}
	
	.home_banner {
		position:relative;
		width:100%;
		min-height:200px;
		margin-top:0px;
		background-color:#ffffff;
		-moz-animation: fadein 2s;
		-webkit-animation: fadein 2s;
		-o-animation: fadein 2s;
	}
	
	.store_discount_ball h2,
	.store_novelty_bar h2 {
		color:#fff !important;
	}
	
	.footer_brands {
		position:relative;
		width:1050px;
		height:120px;
		padding:0px;
		border:0px solid;
	}
	
	.footer_facebook_likebox
	{
		position:relative;
		width:500px;
		height:200px;
		border:0px solid;
		display:inline-block;
		vertical-align:top;
		float:right;
	}
	
	.footer_payments
	{
		position:relative;
		width:500;
		height:200px;
		border:0px solid;
		margin-right:25px;
		display:inline-block;
		vertical-align:top;
		text-align:left;
		float:left;
	}
	
	.footer_contacts_info {
		position:relative;
		width:1050px;
		height:100px;
	}
	
	.footer_contact_info {
		vertical-align:top;
		display:inline-block;
		width:250px;
		margin-right:20px;
		text-align:left;
	}
	
	.footer_contact_newsletter {
		vertical-align:top;
		display:inline-block;
		width:500px;
		text-align:left;
	}
	.footer_contact_newsletter #newsletter_form {
		display: inline-block;
		width: calc(100% - 45px);
	}
	.footer_contact_icon {
		vertical-align:top;
		display:inline-block;
		width:20px;
		height:20px; 
		background-color:#B21F43;
		text-align:center;
		padding:5px;
		border-radius:3px;
		margin-right:10px;
	}

	.header_space {
		position:relative;
		width:100%;
		height:682px;
		border:0px solid;
	}
	.home_highlight {
		width:1050px;
		height:110px;
		padding:10px;
	}
	.home_highlight_left {
		text-align:left;
		display:inline-block;
		width:calc(100% - 125px);
		height: 100%;
	}
	.home_highlight_right {
		text-align:right;
		display:inline-block;
		width:120px;
		height: 100%;
		vertical-align: middle;
	}
	.home_featured_products {
		width:1050px;
		height:auto;
		margin-top:20px;
	}
	.home_box_news {
		width:1050px;
		height:auto;
		border:0px solid;
		padding-bottom: 20px;
	}
	.box_news
	{
	position:relative;
	display:inline-block;
	width:275px;
	height:300px;
	border:1px solid;
	border-color:#eaeaea;
	margin-top:30px;
	margin-left:35px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	}


	.box_news_image
	{
	width:250px;
	overflow:hidden;
	background-color:#ffffff;
	vertical-align:middle;
	display: table-cell;
	}

	.news_designation
	{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	}

	.news_description
	{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing:-1px;
	}
	.home_box_news_block {
		vertical-align:top;
		position:relative;
		display:inline-block;
		background-color:white;
		width:315px;
		height:350px;
		border:1px #cccccc solid;
		margin-top:30px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:15px;
		text-align:center;
	}
	.home_box_news_image {
		height:250px;
		overflow:hidden;
	}
	.page_content {
		position:relative;
		width:1050px;
		min-height:500px;
		margin-top: -2px;
		padding-top:50px;
	}
	.blog_box_single_image {
		float:left;
		width:500px;
		height:300px;
		overflow:hidden;
		border:1px #dddddd solid;
		margin-right:20px;
	}
	.blog_box_single_content {
		float:left;
		width:400px;
		height:300px;
		overflow:hidden;
	}
	.blog_single_content {
		width:calc(50% - 10px);
		display:inline-block;
		vertical-align:top;
		text-align:left;
		margin-right:10px;
	}
	.blog_single_image {
		width:50%;
		display:inline-block;
		vertical-align:top;
	}
	.service_list_single {
		position:relative;
		float:left;
		width:275px;
		height:350px;
		border:1px #eaeaea solid;
		margin-top:30px;
		margin-right:30px;
		margin-bottom:15px;
		text-align:center;
	}
	.cms_page_image {
		float:left;
		min-height:377px;
		width:385px;
		border: 0px solid;
		border-color:#eaeaea;
		background-color:white;
	}
	.cms_page_content {
		float:right;
		width:100%;
	}
	.events_single {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:275px;
		height:350px;
		border:1px solid;
		border-color:#eaeaea;
		margin-top:30px;
		margin-right:30px;
		margin-bottom:15px;
		text-align:center;
	}
	.contact_page_content {
		width:400px;
		display:inline-block;
		vertical-align:top;
		margin-right:20px;
	}
	.contact_page_form {
		width:calc(100% - 430px);
		display:inline-block;
		vertical-align:top;
	}
	.header_store_space {
		position:relative;
		width:100%;
		height:400px;
		border:0px solid;
	}
	.page_store_content {
		position:relative;
		width:1050px;
		height:100%;
		background-color:#ffffff;
		margin-top:50px;
		margin-bottom:100px;
		padding:20px;
		font-family:'Open Sans', sans-serif;
		z-index:8;
	}
}



@media screen and (max-width:1000px)
{	
	.store_featured_products_list {
		text-align:center;
	}
	.header_store_space {
		position:relative;
		width:100%;
		height:400px;
		border:0px solid;
	}
	.page_store_content {
		position:relative;
		width:calc(100% - 40px);
		height:100%;
		background-color:#ffffff;
		margin-top:50px;
		margin-bottom:100px;
		padding:20px;
		font-family:'Open Sans', sans-serif;
		z-index:8;
	}
	.contact_page_form {
		width:100%;
		display:inline-block;
		vertical-align:top;
	}
	.contact_page_content {
		width:100%;
		display:inline-block;
		vertical-align:top;
	}
	.events_single {
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:275px;
		height:350px;
		border:1px solid;
		border-color:#eaeaea;
		margin-top:30px;
		margin-right:30px;
		margin-bottom:15px;
		text-align:center;
	}
	.cms_page_image {
		min-height:377px;
		width:100%;
		border: 0px solid;
		border-color:#eaeaea;
		background-color:white;
		margin-bottom:15px;
	}
	.cms_page_image img {
		width:100%;
	}
	.cms_page_content {
		width:100%;
	}
	.service_list_single {
		position:relative;
		width:100%;
		max-width:275px;
		height:350px;
		border:1px #eaeaea solid;
		margin-top:30px;
		margin-right:30px;
		margin-bottom:15px;
		text-align:center;
	}
	.blog_single_content {
		width:100%;
		display:inline-block;
		vertical-align:top;
		text-align:center;
		margin-bottom:20px;
	}
	.blog_single_image {
		width:100%;
		display:inline-block;
		vertical-align:top;
	}
	.blog_box_single_image {
		width:100%;
		height:300px;
		overflow:hidden;
		border:1px #dddddd solid;
	}
	.blog_box_single_content {
		width:100%;
		height:300px;
		overflow:hidden;
	}
	.page_content {
		position:relative;
		width:calc(100% - 30px);
		min-height:500px;
		margin-top: -2px;
		padding-top:50px;
		padding-left:15px;
		padding-right:15px;
	}
	.home_box_news_block {
		vertical-align:top;
		position:relative;
		display:inline-block;
		background-color:white;
		width:250px;
		height:350px;
		border:1px #cccccc solid;
		margin-top:30px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:15px;
		text-align:center;
	}
	.home_box_news_image {
		height:250px;
		overflow:hidden;
	}
	.box_news
	{
	position:relative;
	display:inline-block;
	width:275px;
	height:300px;
	border:1px solid;
	border-color:#eaeaea;
	margin-top:30px;
	margin-left:35px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	}


	.box_news_image
	{
	width:250px;
	overflow:hidden;
	background-color:#ffffff;
	vertical-align:middle;
	display: table-cell;
	}

	.news_designation
	{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing:-1px;
	}

	.news_description
	{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing:-1px;
	}
	.home_box_news {
		width:100%;
		height:auto;
		border:0px solid;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.home_featured_products {
		width:100%;
		height:auto;
		margin-top:20px;
	}
	.header_space {
		position:relative;
		width:100%;
		height:682px;
		border:0px solid;
	}
	.home_highlight {
		width:calc(100% - 20px);
		padding:10px;
	}
	.home_highlight_left {
		text-align:center;
		display:inline-block;
		width:100%;
		margin-bottom:15px;
	}
	.home_highlight_right {
		text-align:center;
		display:inline-block;
		width:100%;
		margin-bottom:10px;
	}
	.header_space {
		position:relative;
		width:100%;
		height:499px;
		border:0px solid;
	}
	
	.footer_contact_newsletter {
		vertical-align:top;
		display:inline-block;
		width:calc(100% - 30px);
		text-align:left;
		margin-bottom:20px;
	}
	.footer_contact_newsletter #newsletter_form {
		display: inline-block;
		width: calc(100% - 45px);
	}
	.footer_contact_info {
		vertical-align:top;
		display:inline-block;
		width:calc(50% - 17px);
		margin-bottom:15px;
		text-align:left;
		margin-left:15px;
	}
	.footer_contact_icon {
		vertical-align:top;
		display:inline-block;
		width:20px;
		height:20px; 
		background-color:#B21F43;
		text-align:center;
		padding:5px;
		border-radius:3px;
		margin-right:10px;
	}
	.header_email
	{
		position:relative;
		width:150px;
		height:20px;
		border:0px #4488ee solid;
		z-index:9;
		text-align:center;
		padding-top:5px;
		margin-bottom:10px;
	}
	
	.header_idiomas
	{
		position:relative;
		width:150px;
		height:30px;
		border:0px #ffffff solid;
		text-align:center;
		margin-top:5px;
	}
	
	.header_logo
	{
		width:100%;
		height:250px;
		margin-top:100px;
		border:0px solid;	
	}
		
	.header_menu
	{
		position:relative;
		width:100%;
		height:50px;
		z-index:1;
		text-decoration:none;
		background-color:#B21F43;
		margin-top:15px;
	}
	
	.header_cart_salutation {
		color:#fff;
	}
	.header_cart_salutation a,
	.header_cart_salutation span {
		white-space:nowrap;
		line-height:30px;
	}
	.plusslider {
		margin-top:-1px !important;
	}
	.header_pesquisa
	{
		position:relative;
		display:inline-block;
		float:center;
		height:50px;	
		border:0px solid;
		text-align:center;
		width: calc(100% - 60px);
		padding-left: 40px;
		padding-right: 20px;		
	}
	
	.header_cart_info
	{
		position:relative;
		text-align:center;
		border:0px #000000 solid;
		width: calc(100% - 20px);
		padding: 0 10px;
		margin:0px;
	}
	.header_cart_info td {
		text-align: center;
	}
	.header_cart_info div {
		height:auto !important;
	}
		
	.cart_salutation
	{
		position:relative;
		width:100%;
		height:50px;
		margin-top:0px;
		margin-bottom:0px;
		border:0px #ff0000 solid;
		float:center;
		text-align:center;
	}	

	.cart_info
	{
		position:relative;
		margin-top:0px;
		width:100%;
		height:55px;	
		border:0px solid;
		text-align:center;
	}

	nav
	{	
		position: absolute;
		padding:0px;
		margin:0px;
		width: 100%;
		height: 50px;
		height: auto;
		z-index:9999;
		background:#B21F43;
  	}	
  	nav ul
	{
		padding: 0;
		margin: 0 auto;
		width: 100%;
		height: 500px;		
		display: none;
  	}	
  	nav li
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:50px;
		float:left;
		color:#ffffff !important;
		text-align:center;
		border:0px solid;
		text-transform:uppercase;
		vertical-align:middle;		
  	}	
  	nav li a, li a:link, li a:active, li a:visited
	{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width:100%;		
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		height: 100%;
		line-height:50px;
		padding-left:0px;
		padding-right:0px;
		color:#ffffff !important;		
		border-bottom: 1px solid #bbbbbb;
		text-decoration:none;
	}
  	nav li a:hover
	{
		background-color: #333333;
		color:#ffffff !important;
	}
	nav li:last-child a
	{
		border-right: 0;
	}	
	nav a#pull
	{
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		vertical-align:middle;
		text-align:center;
		color:white !important;
		line-height:55px;
	}
	nav a#pull:after
	{		
		content:"";	
		color:white !important;
		background: url('../_images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
	.slider_homepage_caixa
	{
		position:relative;
		width:100%;
		min-height: 500px;
		border: 0px #ff0000 solid;
		margin-top:0px;		
		overflow:hidden;
		
		animation: fadein 2s;
		-moz-animation: fadein 2s;
		-webkit-animation: fadein 2s;
		-o-animation: fadein 2s;
	}	
	.slider_homepage
	{
		position: relative; 
		width: 100%;
		min-height: 500px;
		background-position: center;
		background-repeat: no-repeat;
		background-position: top;
		border: 0px #aaEE00 solid;
		background-color: #eeeeee;
		margin-top: -15px;
	}	
	.slider_background
	{
		position: relative; 
		background-position: top center; 
		background-repeat: no-repeat;
		background-size: cover;	
		width: 100%;
		min-height: 500px;
		border: 0px #ff0000 solid;
	}
	#slider {
		height:499px !important;
	}

	.headline
	{
		position:relative;
		width:100%;
		min-height:30px;	
		border:0px solid;
		margin-bottom:10px;
	}
	
	.login
	{
		position:relative;
		display:inline-block;
		width:100%;
		max-width:250px;
		min-height:80px;
		border:0px #ff0000 solid;
		text-align:center;
		margin-bottom:20px;
	}	
	
	.caixa_produtos_destaque
	{
		position:relative;
		display:inline-block;
		width:236px;
		height:410px;
		border:1px #dddddd solid;
		margin-left:12px;
		margin-right:12px;
		margin-bottom:24px;
		text-align:center;
		border:1px #eeeeee solid;
	}
	.caixa_produtos_destaque:hover
	{
		border:1px #bbbbbb solid;
	}
		
	.caixa_produtos
	{
		position:relative;
		display:inline-block;
		width:200px;
		height:360px;
		border:1px #dddddd solid;
		margin-left:12px;
		margin-right:12px;
		margin-bottom:24px;
		text-align:center;
		border:1px #eeeeee solid;
	}
	.caixa_produtos:hover
	{
		border:1px #bbbbbb solid;
	}
		
	.caixa_noticias
	{
		position:relative;
		display:inline-block;
		max-width:300px;
		height:400px;
		border:0px #f5f5f5 solid;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
		text-align:center;
	}
	
	.footer_icons_ecommerce
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100px;
		margin-top:10px;
		margin-bottom:10px;
		vertical-align:top;	
		border:0px solid;
		text-align:center;
	}
	
	.footer_logo
	{
		position:relative;
		width:100%;
		height:100px;	
		margin-bottom:10px;
		border:0px #ffffff solid;
		text-align:center;
	}
	
	.footer_social_networks
	{
		position:relative;
		width:100%;
		min-height:40px;
		border:0px solid;
		text-align:center;
		margin-bottom:20px;
	}
	
	.footer_site_map
	{
		position:relative;
		width:100%;
		min-height:auto;
		border:0px solid;
		text-align:center;
		margin-bottom:40px;
	}
	
	.footer_newsletter
	{
		position:relative;
		width:100%;
		min-height:120px;
		border:0px #ffffff solid;
		text-align:center;
		margin-bottom:40px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #888;
	}
	
	.footer_contacts
	{
		position:relative;
		width:100%;
		min-height:120px;
		border:0px #ffffff solid;
		text-align:center;
		padding-bottom:30px;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #888;
	}		
	
	.footer_payment_methods
	{
		position:relative;
		width:100%;
		min-height:60px;
		border:0px #ffffff solid;
		text-align:center;
		margin-bottom:20px;
	}
	
	.footer_payment_methods_icon {
		position:relative;
		display:inline-block;
		margin-left:5px;
		margin-right:5px;
	}
	
	
	.footer_copyright h3,
	.footer_disclaimer h3,
	.footer_powered_by h3
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		color:#aaa;
	}
	
	.footer_disclaimer
	{
		position:relative;
		width:100%;
		min-height:40px;
		margin-bottom:0px;
		border:0px solid;
		text-align:center;
		text-transform:uppercase;
	}
	
	.footer_copyright
	{
		position:relative;
		width:100%;
		min-height:40px;
		padding-top:20px;
		border:0px #ffffff solid;
		text-align:center;
		padding-bottom:10px;
	}

	.footer_powered_by
	{
		position:relative;
		width:100%;
		min-height:30px;
		padding-bottom:20px;
		border:0px #ffffff solid;
		text-align:center;
	}	
	
	.footer_copyright_1
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:70px;
		text-align:center;
		border:0px #ffffff solid;
	}
	
	.footer_copyright_2
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:50px;
		text-align:center;
		border:0px #ffffff solid;
	}
	
	.footer_copyright_3
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:50px;
		text-align:center;
		border:0px #ffffff solid;	
	}
	
	.footer_copyright_4
	{		
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:50px;
		text-align:center;
		border:0px #ffffff solid;
	}	
	
	.link_footer
	{
		font-family:'Open Sans', sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:20px;
		color:#ffffff !important;	
		text-decoration:underline !important;
	}
	.link_footer:hover
	{
		color:#B21F43 !important;
		text-decoration:none;		
	}		
	
	.caixa_contactos_morada
	{
		position:relative;
		width:90%;
		min-height:200px;
		border:0px #ff0000 solid;
		text-align:center;
		margin-bottom:20px;
		
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}
	
	.caixa_contactos_form
	{
		position:relative;
		width:90%;
		min-height:400px;
		border:0px #ff0000 solid;
		margin-bottom:20px;
		text-align:center;
		background-color:#ffffff;
		
		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}	
	
	.box_products
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:420px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align:center;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #cccccc solid;

		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.boxservices
	{ 
		width:100%;
		margin-bottom:20px;
		vertical-align:top;
	}
	
	.store_header
	{ 	
		position:relative;
		width:100%;
		height:100%;
		min-height:50px;
		border:0px solid;
		text-align:center;
	}	
	
	.store_filters
	{
		display:none;
	}	
	
	.store_filters_mobile
	{
		position:relative;
		float:center;
		width:100%;
		height:100%;
		border:0px #000000 solid;
		text-align:center;
	}
	
	.store_breadcrumb
	{
		position:relative;
		width:100%;
		min-height:50px;
		border:0px #000000 solid;
		text-align:center;	
		margin-bottom:0px;
	}
	
	.store_search
	{
		margin-right: auto;
		margin-left: auto;
		width:80%;
		min-height:50px;
		border:0px solid;
		margin-bottom:20px;
		text-align:center;
	}
	
	.store_order_by
	{
		position:relative;
		display:inline-block;
		width:50%;
		height:50px;
		border:0px solid;
		float:center;
		text-align:center;		
	}
	
	.store_products_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px solid;	
		text-align:center;
		margin-top:20px;
	}
	
	.store_product_detail_image
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px solid;	
	}
			
	.store_product_detail_body
	{
		position:relative;
		width:100%;
		height:100%;
		border:0px solid;	
	}
	
	.store_promotions_list
	{
		position:relative;
		display:inline-block;
		width:100%;
		height:100%;
		border:0px solid;	
		text-align:center;	
	}

	.store_steps
	{
		position:relative; 
		width:90%;	
		height:50px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		border:1px #cccccc solid;
	}
	
	.store_column_title
	{
		display:none;
		position:relative;
		width:90%;
		height:20px;
		background-color:#cccccc;
		text-align:center;
		border:0px solid;
	}
	
	.store_column_data
	{
		position:relative;
		width:90%;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border-bottom:1px #eeeeee solid;
	}
	
	.store_total
	{
		position:relative;
		width:90%;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border-bottom:1px #eeeeee solid;
	}
	
	.store_total_line
	{
		position:relative;
		width:90%;
		height:2px;
		background-color:#cccccc;
		border:0px solid;
		margin-bottom:10px;
	}	
	
	.store_button_continue
	{
		position:relative;
		width:100%;
		height:30px;
		background-color:#ffffff;
		text-align:center;
		border:0px #cccccc solid;
		margin-bottom:20px;
	}	

	.store_button_buy
	{
		position:relative;
		width:100%;
		height:40px;
		line-height:30px;
		background-color:#ffffff;
		text-align:center;
		border:0px #cccccc solid;
		margin-bottom:20px;
	}
		
	.store_mobile_title
	{
		display:show;
	}		
		
		
	.login_on
	{
		position:relative; 
		width:270px;
		margin-bottom:20px;
		border:0px #cccccc solid;
	}
	
	.login_off
	{
		position:relative; 
		width:270px;
		height:50px;
		margin-bottom:20px;
		border:0px #cccccc solid;
	}
	
	.cell
	{
		position:relative;
		width:100% !important;
		min-height:50px;
		border-bottom:1px #dddddd solid !important;
		text-align:center !important;
	}
	
	.header_langs {
		text-align:center;
		width:100%;
		display:inline-block;
	}
	.header_langs div {
		position:relative;
		display:inline-block;
		width:20px;
		height:20px;
		margin-right:5px;
		margin-top:5px;
		border:0px #ffffff solid;
	}
	
	.slider_content_area {
		position:relative;
		margin-top:100px;
		text-align:center;
		max-width:calc(100% - 20px);
		height:300px;
		border:0px #ffffff solid;
	}
	.home_banner {
		position:relative;
		width:100%;
		min-height:50px;
		margin-top:15px;
		background-color:#ffffff;
		-moz-animation: fadein 2s;
		-webkit-animation: fadein 2s;
		-o-animation: fadein 2s;
	}
	
	.store_discount_ball h2,
	.store_novelty_bar h2 {
		color:#fff !important;
	}
	
	.store_discount_ball,
	.store_novelty_bar {
		z-index:8 !important;
	}
}