@font-face {
  font-family: 'regular';
  src: url('../../_fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('../../_fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'ballpark';
  src: url('../../_fonts/Ballpark-Weiner.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


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

.clearfix:before,

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

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


a
{
	text-decoration:none;
}
a:link,
a:visited
{
	color:#777777;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
}


.link_header
{
	display:inline-block;
	font-family:'regular';
    font-size:15px;
    font-weight:normal;
    line-height:15px;
	color:#ffffff !important;
	text-decoration:none;
	text-transform:uppercase;
	padding:3px 10px;
	border:1px solid #000000;
	border-radius:5px;
	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;	
}
.link_header:hover
{
	color:#ffffff !important;
	text-decoration:none;
	border:1px solid #ffffff;
}
.link_header:visited
{
	color:#ffffff;
}
.link_header:active
{
	display:inline-block;
	color:#ffffff;
}



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


.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:'bold';
	font-size:55px;
	font-weight:normal;
	color:#000000;
	letter-spacing:-2px;
	line-height:60px;
}

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

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

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

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

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

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

.select
{
	margin: 0;
	padding: 0;
	font-family: 'regular';
	font-size:14px;
	font-weight: normal;
	color: #000000;
	letter-spacing:0px;
	width: auto;
	height: 33px;
	background: #ffffff;
	border:1px solid #dddddd;
	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
{
	font-family: 'regular';
	font-size:14px;
	color: #333333;
	height: 33px;
	background: #FBFBFB;
	font-weight: none;
	min-height: 80px;
	padding-top:5px;
	padding-left:10px;
	border:1px solid #dddddd;
}

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

.error
{
color:red;	
}



.button
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family:'regular', sans-serif;
	font-weight:bold;
	font-size:15px;
	letter-spacing:0px;
	color:white;
	text-transform:uppercase;
	padding:10px 10px 10px 10px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	background-color:#DF4C50 !important;
	border-radius:6px;
	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 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button:hover
{
	border:0px #afd132 solid;
	color:#ffffff;
	background:#000000 !important;
}

.store_button
{
	position:relative;
	display:inline-block;	
	font-family:'light', 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;
	background-color:#D3205F !important;
	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 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.store_button:hover
{
	color:#ffffff;
	background-color:#000000 !important;
}

.button_transparent
{
	display:inline-block;	
	font-family: 'regular', sans-serif !important;
	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;
	
	-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;
}
.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 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}

.button_orange
{
	position:relative;
	display:inline-block;	
	font-family:'regular', 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 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button_orange:hover
{
	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 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}

.button_grey
{
	background-color:#ddd;
	font-family: 'regular', 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:#aaaaaa !important;
	border:0px #555555 solid;
	color:#ffffff;
}

.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:#DF4C50;
	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 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.button_social_networks:hover
{
	background:#777 !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 0.5s;
	-moz-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}



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



















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

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

 #nav_tabs .menu a:visited
{   
	font-family:'regular',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:'regular',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:'regular',Arial, sans-serif;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

#fadediv {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* 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;
}


.button_grey popup
{
	background-color:#777777 !important;
}


.store_box_content_brand
{
	color:#DB3F58 !important;	
}

.store_button_buy
{
	background-color:#DB3F58 !important;
	border-radius:5px !important;
}


.store_box_featured_products
{
	border-radius:8px !important;
	box-shadow:0px 0px 0px #aaaaaa !important;
}
.store_box_featured_products:hover
{
	border:1px #eeeeee solid !important;
	box-shadow:0px 4px 10px #cccccc !important;
}

.store_box_featured_product_image
{
	/*height:250px !important;*/
}

.store_box_novelty_products .store_box_featured_product_image
{
	height:140px !important;
}
.store_box_novelty_products .store_box_products_price_discount
{
	margin-top:40px !important;
	border:0px solid;
}






.store_box_services_under_consultation {
    font-weight:bold !important;
	color: #27627E !important;
}
.store_box_services_price_discount,
.store_box_products_price_discount {
    color: #27627E !important;
}
.store_box_content h3 {
	color:#aaa !important;
	font-family: 'light';
}
.store_box_services_price,
.store_box_products_price {
	font-family: 'regular' !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 {
	
}
.store_box_products_price_discount,
#product_final_price
{
	color:#000000 !important;
}

.store_box_products
{
	height:45	0px !important;
}


#service_final_price,
#product_final_price
{
	font-size: 36px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight:bold;
	color:#000000 !important;
	font-family:'regular';
}
#service_final_price_with_discount,
#product_final_price_with_discount {
	font-size: 22px !important;
    color: #000000 !important;
	font-family:'regular';
}
.store_box_content_description {
	display:none !important;
}
.store_box_novelty_products h2 {
	font-size:16px !important;
}
.booking_service_three_content h3 {
	display:none;
}

.title_related_services h3,
.title_related_products h3 {
    margin: 0;
    padding: 0;
    font-family: 'regular';
    font-size: 25px;
    color: #5f6670;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.store_discount_ball,
.store_novelty_bar {
	background-color: #DF4C50 !important;
}

@media screen and (min-width: 1001px)
{
	.cell
	{
		position:relative;
		display:inline-block;
		border:0px #cccccc solid;
	}
	
	nav
	{
		width:100%;
		font-family:'regular',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:16px;
		padding-right:16px;
		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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
	nav a:hover
	{
		background:#f7f7f7;
		color:#777777 !important;
		border-radius:6px;
		border: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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	nav a#pull
	{
		display:none;
	}

	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}	

	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
		
	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}	
	
	.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;
	}	

	.header_logo
	{
		position:relative;
		display:inline-block;
		max-width:300px;
		height:100px;	
		margin-right:10px;
		margin-top:10px;
		border:0px #000000 solid;
		float:left;

		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;	
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		animation-direction: inherit;	
	}
	
	.header_logo img
	{
		max-width:300px;
		max-height:100px;
	}
	
	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}

	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
	
	.header_cart_salutation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		padding:0px;		
		border:0px #000000 solid;
		text-align:right;
		float: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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
	}
	.header_cart_salutation b
	{
		color:#ffffff !important;
		font-size:14px;
		text-transform:uppercase;
	}
		
	.header_menu
	{
		position:relative;
		display:inline-block;
		width:calc(100% - 280px);
		height:40px;
		border:0px #4488ee solid;
		z-index:99;
		margin-top:0px;
		float: right;
		margin-top:40px;
	}
	
	.link_menu
	{
		color:#ffffff !important;
		border-radius:5px;
		margin-left:5px;
		margin-right:5px;
	}
	.link_menu:hover
	{
		color:#ffffff !important;
		background-color:#ED6435;
		border-radius:5px;
		margin-left:5px;
		margin-right:5px;
	}	
	.link_menu_active
	{
		color:#ffffff !important;
		background-color:#ED6435;
		border-radius:5px;
		margin-left:5px;
		margin-right:5px;
	}
	.link_menu_active:hover
	{
		color:#ffffff !important;
		background-color:#ED6435;
		border-radius:5px;
	}	
	
	.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;
	}	
	.slider_content_area
	{
		position:relative;
		margin-top:120px;
		text-align:center;
		max-width:950px;
		height:300px;
		border:0px #ffffff solid;
	}
	.slider_content_area h1
	{
		font-size:55px;
		line-height:70px;
		color:#ffffff;
	}
	.slider_content_area h2
	{
		font-size:20px;
		line-height:30px;
		color:#ffffff;
	}	
	
	.plusslider-arrows-wrapper
	{
		margin-top:-18px;
	}
	
	.box_content
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:500px;
		border:0px #000000 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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}

	.box_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px;
		border:1px #00000 solid;
		margin-bottom:0px;
		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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.box_contacts_address
	{
		vertical-align:top;
		position:relative;
		display:inline-block;
		width:550px;
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:100px;
		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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.box_contacts_form
	{
		vertical-align:top;
		position:relative;
		display:inline-block;
		width:400px;
		min-height:400px;
		border:0px #cccccc solid;
		margin-right:0px;
		margin-bottom:20px;
		text-align:left;
		background-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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}	
	
	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #aaaaaa solid;

		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.footer_icons_ecommerce
	{
		position:relative;
		display:inline-block;
		width:250px;
		height:100px;
		margin-top:20px;
		vertical-align:top;	
		border:0px solid;
		text-align:center;
	}
	
	.footer_site_map
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		margin-right:30px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}
	
	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		margin-right:30px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:left;
		text-align:left;
	}
		
	.footer_payment_methods
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		margin-right:30px;
		margin-bottom: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;
		vertical-align:top;
		width:200px;
		margin-right:0px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		text-align:left;
		font-family: '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:15px;
		margin-right:5px;
		border:0px #ffffff solid;
	}
	
	.footer_disclaimer
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:400px;
		margin-top:15px;
		margin-left:10px;
		margin-right:10px;
		border:0px #ffffff solid;
		text-align: center;
	}
	
	.footer_powered_by
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		margin-top:15px;
		border:0px #ffffff solid;
		float:right;
		text-align:right;
	}
	
	.store_product_detail_body_designation
	{
		font-size:35px !important;
		line-height:40px !important;
		letter-spacing:-1px !important;
	}
	
	.store_box_products_small .store_discount_ball h2 {
		font-size:19px !important;
		line-height:20px !important;
		color:#ffffff !important; 
		top:0px !important;
	}
	.store_novelty_bar h2 {
		font-size:15px !important;
		line-height:20px !important;
		color:#ffffff !important; 
		top:0px !important;
	}
	.store_box_novelty_products .store_discount_ball h2 {
		font-size: 20px !important;
		line-height: 40px !important;
	}
	.store_box_related_service .store_discount_ball h2,
	.store_box_related_product .store_discount_ball h2 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	
	.menu_categorias_item_active
	{
		font-size:15px;
	}
}











@media screen and (max-width:1000px)
{	
	.header_cart_salutation b
	{
		color:#ffffff !important;
		font-size:14px;
		text-transform:uppercase;
	}
	
	.booking_service_three_content {
		height:120px !important;
	}
	.booking_service_three {
		height:410px !important;
	}
	.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:300px;
		padding-top:15px;
		margin-bottom:10px;
		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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
		animation-direction: inherit;	
	}
	
	.header_logo img
	{
		max-width:300px;
		max-height:100px;
	}
		
	.header_menu
	{
		position:relative;
		width:100%;
		height:50px;
		z-index:1;
		text-decoration:none;
	}
	.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:relative;
		padding:0px;
		margin:0px;
		width:100%;
		height:50px;
		height:auto;
		background-color:#000000;
  	}	
  	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:#FD3A00;
		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%;
		height:500px;
		border:0px #ff0000 solid;
		overflow:hidden;
		
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}	
	.slider_homepage
	{
		position:relative; 
		width:100%;
		height:500px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #aaEE00 solid;
		background-color:#eeeeee;
		margin-top:0px;
	}	
	.slider_background
	{
		position:relative; 
		width:100%;
		height:500px;
		background-position: top center; 
		background-repeat: no-repeat;
		background-size: cover;	
		border: 0px #ff0000 solid;
	}
	.slider_content_area
	{
		margin-top:20px;
	}
	.slider_content_area h1
	{
		font-size:55px;
		line-height:70px;
		color:#ffffff;
	}
	.slider_content_area h2
	{
		font-size:20px;
		line-height:30px;
		color:#ffffff;
	}		

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

	.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: '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: '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: '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;
	}	
	
	.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 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box_products:hover
	{ 
		border:1px #cccccc solid;

		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.boxservices
	{ 
		width:100%;
		margin-bottom:20px;
		vertical-align:top;
	}
	
	.store_product_detail_body_designation
	{
		font-size:50px !important;
	}	
	
	.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 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.store_discount_ball h2,
	.store_novelty_bar h2 {
		color:#fff !important;
	}
}















