<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'roboto';
  src: url('../_fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-light';
  src: url('../_fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-thin';
  src: url('../_fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

.clearfix:before,

.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


a
{
	text-decoration:none;
}
a:link
{
	color:#777777;
	text-decoration:none;
}
a:hover
{
	color:#afd132 !important;
	text-decoration:none;
}


.link_idiomas
{
	font-family: 'roboto';
	font-size:11px;
	font-weight:normal;
	line-height:20px;	
	color:#ffffff !important;
}
.link_idiomas:hover
{
	color:#555555 !important;
}
.link_idiomas:visited
{
	color:#777777;
}
.link_idiomas:active
{
	color:#777777;
}




.link_header
{
	font-family: 'roboto-light';
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
	color:#5f6670 !important;
	text-decoration:none;
	text-transform:uppercase;
}
.link_header b
{
	font-family: 'roboto';
	font-size:12px;
	font-weight:normal;
	line-height:12px;	
	color:#afd132 !important;
	text-decoration:none;
	text-transform:uppercase;
}
.link_header:hover
{
	color:#afd132 !important;
	text-decoration:none;
}
.link_header:visited
{
	color:#000000;
}
.link_header:active
{
	color:#000000;
}




.link_header_gray
{
	font-family: 'roboto-light';
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
	color:#aaaaaa !important;
	text-decoration:none;
	text-transform:uppercase;
}
.link_header_gray b
{
	font-family: 'roboto';
	font-size:12px;
	font-weight:normal;
	line-height:12px;	
	color:#aaaaaa !important;
	text-decoration:none;
	text-transform:uppercase;
}
.link_header_gray:hover
{
	color:#afd132 !important;
	text-decoration:none;
}
.link_header_gray:visited
{
	color:#aaaaaa;
}
.link_header_gray:active
{
	color:#aaaaaa;
}



.link_footer
{
	font-family: 'roboto-light';
	font-size:14px;
	font-weight:normal;
	line-height:20px;	
	color:#888 !important;
	text-decoration:none;
}
.link_footer:hover
{
	color:#afd132 !important;
	text-decoration:none;
}
.link_footer:visited
{
	color:#888;
}
.link_footer:active
{
	color:#888;
}


.link_footer2
{
	font-family: 'roboto-light';
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color:#aaa !important;
	text-decoration:none;
}
.link_footer2:hover
{
	color:#afd132 !important;
	text-decoration:none;
}
.link_footer2:visited
{
	color:#ffffff;
}
.link_footer2:active
{
	color:#ffffff;
}



.link_news
{
	font-family: 'roboto';
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	text-transform:uppercase;
	color:#afd132 !important;
}
.link_news:hover
{
	color:#afd132 !important;
}
.link_news:visited
{
	color:#ffffff;
}
.link_news:active
{
	color:#ffffff;
}


.menu_login
{
	font-family: 'roboto';
	font-size:14px;
	font-weight: normal;
	color: #41434b;
	letter-spacing:0px;
	line-height:20px;	
	color:#777777 !important;
	text-transform:uppercase;
}
.menu_login:hover
{
	color:#111111 !important;
}
.menu_login:visited
{
	color:#777777;
}
.menu_login:active
{
	color:#777777;
}

#top-link
{ 
	display:none;
	position:fixed; 
	right:30px; 
	bottom:70px; 
	color:green; 
	font-weight:bold; 
	text-decoration:none;  
	background:#777777; 
	padding:10px; 
	border-radius:0px;
	z-index:1999999999;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: 'roboto';
	font-size:25px;
	text-transform:uppercase;
	color:#5f6670;
	letter-spacing:0px;
	line-height:30px;
}

h2
{
	margin:0;
	padding:0;
	font-family:'roboto';
	font-size:25px;
	font-weight: normal;
	line-height:30px;
	color:#333333;
	letter-spacing:0px;
}

h3
{
	margin: 0;
	padding: 0;
	font-family: 'roboto';
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;
	text-decoration:none;
	line-height:25px;	
}

.input[type="text"]
{
	font-family:'roboto';
	font-size:14px;
	background-color:#fbfbfb;
	border:1px solid #cccccc;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:10px;
	font-weight:normal;
	line-height:28px;
}

.input[type="email"]
{
	font-family:'roboto';
	font-size:14px;
	background-color:#fbfbfb;
	border:1px solid #cccccc;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:10px;
	font-weight:normal;
	line-height:28px;
}

.input[type="password"]
{
	font-family:'roboto';
	font-size:14px;
	background-color:#fbfbfb;
	border:1px solid #cccccc;
	color:#777777;
	width:100%;
	height:30px;
	padding-left:10px;
	font-weight:normal;
	line-height:28px;
}

.datepicker {
	font-family: 'roboto';
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 12px;
	font-weight: normal;
	line-height:28px;
}

.select
{
	margin: 0;
	padding: 0;
	font-family: 'roboto';
	font-size:14px;
	font-weight: normal;
	color: #000000;
	letter-spacing:0px;
	width: auto;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	padding-left: 1%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: inset 0 0px 0px #c5c1bf;
	-moz-box-shadow: inset 0 0px 0px #c5c1;
}

.textarea
{
	width:100%;
	font-family: 'roboto';
	font-weight:normal;
	font-size:14px;
	line-height:28px;
	color:#777777;
	background:#fbfbfb;
	min-height:200px;
	padding-top:10px;
	padding-left:10px;
	border:1px solid #cccccc;
}

.display_box
{
width:100%;
background-color:#ff3300;
}

.error
{
color:red;	
}



.button
{
	position:relative;
	display:inline-block;	
	background-color:#afd132;
	font-family:'roboto-thin', sans-serif;
	font-weight:bold;
	font-size:14px;
	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;
	
	-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:hover
{
	background-color:#afd132 !important;
	border:0px #afd132 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;
}

.button_transparent
{
	display:inline-block;	
	font-family: 'roboto', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	padding: 7px 7px 7px 7px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	border-radius:0px;
	border:1px #AFD132 solid;
	background-color:#AFD132;
	
	-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_orange
{
	position:relative;
	display:inline-block;	
	background-color:#afd132;
	font-family:'roboto', sans-serif;
	font-weight:normal;
	font-size:14px;
	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;
	
	-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_orange:hover
{
	background-color:#afd132 !important;
	border:0px #afd132 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;
}

.button_grey
{
	background-color:#ddd;
	font-family: 'roboto', sans-serif;
	font-weight: normal;
	font-size:12px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding: 6px 20px 6px 20px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	display:inline-block;	
	border-radius:0px;
	border:0px #ddd solid;
}
.button_grey:hover
{
	background-color:#cccccc !important;
	border:0px #555555 solid;
	color:#ffffff;
}


.header_button_social_networks
{
	position:relative;
	display:inline-block;
	width:14px;
	height:14px;
	color:#ffffff;
	border-radius:10px;
	padding:3px;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:1px;
	cursor:pointer;
	background-color:#afd132;
	border:0px #000000 solid;
	line-height:70px; 
	
	-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_button_social_networks:hover
{
	background-color:#F9B500;
	
	-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_social_networks
{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	color:#ffffff;
	border-radius:30px;
	padding:3px;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	cursor:pointer;
	background-color:#afd132;
	border:0px #000000 solid;
	line-height:70px; 
	
	-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_social_networks:hover
{
	background-color:#afd132;
	
	-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;
}



#pagination .css-button
{
	font-family: 'roboto', 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-cart,
#categories-list &gt; .selected,
#desconto3,
.pag_selected,
.cart-steps.selected &gt; span,
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal
{ background-color: &lt;?php echo $account['header_color1']; ?&gt;!important; }



















/* TABS*/
 
 #nav_tabs .menu
{   
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:'roboto',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:link
{   
	font-family:'roboto',Arial, sans-serif;
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:visited
{   
	font-family:'roboto',Arial, sans-serif;
	font-size:20px;
	color:#ffffff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}
 
#nav_tabs td.menu:hover
{
	color:#3b3f49;
	/*background-color:#fec524;*/
	font-family:'roboto',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

#nav_tabs td.menu a:hover
{
	color:#3b3f49;
	font-family:'roboto',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.greydout {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.greydout:hover {
  -webkit-opacity: 0.50;
  -moz-opacity: 0.50;
  opacity: 0.50;
}



.store_box_content h2 {
	color:#5f6670 !important;
}
.store_box_content h3 {
	color:#aaa !important;
	font-family: 'roboto-thin';
}
.store_box_products_price {
	font-family: 'roboto' !important;
}
.menu_categorias_item_active,
.menu_categorias_item_active h3 {
	color:#fff !important;
}


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


.store_button
{
	background-color:#AFD132 !important;
}





@media screen and (min-width: 1001px)
{
	.store_box_products_big {
		height:390px !important;
	}
	
	
	
	
	
	
	.cell
	{
		position:relative;
		display:inline-block;
		border:0px #cccccc solid;
	}
	nav
	{
		width:100%;
		font-family:'roboto',Arial, sans-serif;
		font-size:14px;
		z-index:1999;
		text-transform: uppercase;
		border:0px #ff3300 solid;
		padding-top:0px;
	}

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

	nav li
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
	}

	nav a
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:40px;
		line-height:40px;
		color:#5f6670 !important;	
		padding-left:12px;
		padding-right:12px;
		text-decoration:none;

		-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;		
	}
	nav a:hover
	{
		color:#afd132 !important;
		
		-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;
	}

	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
	{
		position:relative;
		display:inline-block;
		width:320px;
		height:80px;	
		margin-right:10px;
		margin-top:18px;
		border:0px #000000 solid;
		float:left;

		-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;	
	}
	
	.header_pesquisa
	{
		position:relative;
		display:inline-block;
		float:right;
		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
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 400px);
		float:right;
		margin-top:0px;
		padding:0px;
		text-align:right;
		border:0px #000000 solid;

		-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_salutation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:550px;
		float:right;
		padding:0px;
		text-align:right;
		border:0px #000000 solid;
		color:#5f6670;

		-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_partner
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		margin-top:10px;
		float:left;
		padding:0px;
		text-align:right;
		border:0px #000000 solid;
		color:#5f6670;

		-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_menu
	{
		position:relative;
		display:inline-block;
		width:660px;
		height:40px;
		border:0px #4488ee solid;
		z-index:9;
		margin-top:20px;
		float:right;
		margin-top:38px;
		overflow:hidden;
	}
	.header_menu_active {
		color:#afd132 !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 #afd132 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 #afd132 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:315px;
		min-height:600px;
		border:1px #eee solid;
		margin-left:16px;
		margin-right:16px;
		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_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;
		border:1px #00000 solid;
		margin-bottom:20px;
		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;
	}
	
	.caixa_texto
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:500px;
		border:0px #eeeeee solid;
		text-align:center;
	}
	
	.box_contacts_address
	{
		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;
	}
	
	.box_contacts_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:left;

		opacity: 1.0;
		transition: opacity 1s ease-in-out;
		-moz-transition: opacity 1s ease-in-out;
		-webkit-transition: opacity 1s ease-in-out;
	}	
	
	.box_partners
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		min-height:400px;
		border:1px #eee solid;
		margin-left:20px;
		margin-right:20px;
		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_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: 'roboto-light';
		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: 'roboto-light';
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #888 !important;
	}

	.footer_copyright
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		margin-top:10px;
		margin-right:5px;
		border:0px #ffffff solid;
	}
	.footer_copyright h3,
	.footer_disclaimer h3,
	.footer_powered_by h3
	{
		font-family: 'roboto-light';
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		color:#aaa;
	}
	
	.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: 'roboto-light';
		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;
	}	
	
	.slider_homepage_caixa
	{
		position: relative;
		padding:0px;
		margin:0px;
		width:100%;
		height:400px;
		border:0px #000000 solid;		
		overflow:hidden;
		z-index:1;	
	}	
	.slider_homepage
	{
		position:relative; 
		width:1050px;
		height:400px;
		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:cover;	
		width:1050px;
		height:400px;
		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;
	}
}











@media screen and (max-width:1000px)
{	
	.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
	{
		position:relative;
		max-width:calc(100% - 20px);
		height:100px;	
		margin-top:20px;
		border:0px #000000 solid;
		text-align:center;
		float:center;

		-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;	
	}
	
	.header_logo img {
		width: 100%;
		max-width:300px;
	}
		
	.header_menu
	{
		position:relative;
		width:100%;
		height:50px;
		z-index:1;
		text-decoration:none;
		background-color:#afd132;
	}
	.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% - 40px);
		padding: 0 20px;
		margin:0px;
	}
		
	.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:#afd132;
  	}	
  	nav ul
	{
		padding: 0;
		margin: 0 auto;
		width: 100%;
		height: 50px;		
		display: none;
		height: auto;
  	}	
  	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: 200px;
		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: 200px;
		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: 200px;
		border: 0px #ff0000 solid;
	}

	.headline
	{
		position:relative;
		width:100%;
		min-height:30px;	
		border:0px solid;
		margin-bottom:10px;
	}
	
	.header_cart_partner
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		margin-top:15px;
		margin-bottom:15px;
		padding:0px;
		border:0px #000000 solid;
		color:#5f6670;

		-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;		
	}	
	
	.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:200px;
		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: 'roboto-light';
		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: 'roboto-light';
		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: 'roboto-light';
		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;
	}

	.footer_powered_by
	{
		position:relative;
		width:100%;
		min-height:30px;
		padding-bottom:20px;
		border:0px #ffffff solid;
		text-align:center;
	}	
	
	.box_contacts_address
	{
		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;
	}
	
	box_contacts_form
	{
		position:relative;
		width:90%;
		min-height:400px;
		border:0px #ff0000 solid;
		margin-bottom:20px;
		text-align:center;
		
		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;
	}
	
	.box_partners
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:300px;
		min-height:350px;
		border:1px #eee solid;
		margin-left:20px;
		margin-right:20px;
		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_partners:hover
	{
		border:1px #aaa solid;
	}		
	
	.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;
	}
}















</pre></body></html>