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

@font-face {
  font-family: 'regular';
  src: url('../../_fonts/Poppins-Regular.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;
}

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

.clearfix:before,

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

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 14;
}


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

.link_langs
{
	font-family: 'regular';
	font-size:15px;
	font-weight:normal;
	line-height:20px;	
	color:#bbbbbb !important;
	
	-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;
}
.link_langs:hover
{
	color:#ffffff !important;
}
.link_langs:visited
{
	color:#bbbbbb;
}
.link_langs:active
{
	color:#bbbbbb;
}
.link_langs_active
{
	font-family: 'regular';
	font-size:15px;
	font-weight:normal;
	line-height:20px;	
	color:#ffffff !important;
	
	-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;
}

.link_footer
{
	font-family:'light';
	font-size:15px;
	font-weight:normal;
	line-height:25px;	
	color:#ffffff;
	text-decoration:none;
	
	-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;	
}
.link_footer:hover
{
	color:#ffffff !important;
	text-decoration:underline;
}
.link_footer:visited
{
	color:#ffffff;
}
.link_footer:active
{
	color:#ffffff;
}


.link_gray
{
	font-family:'light';
	font-size:15px;
	font-weight:normal;
	line-height:25px;	
	color:#aaaaaa !important;
	text-decoration:none;
	
	-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;	
}
.link_gray:hover
{
	color:#24ACE0 !important;
	text-decoration:underline;
}
.link_gray:visited
{
	color:#aaaaaa !important;
}
.link_gray:active
{
	color:#aaaaaa !important;
}


h1
{
	margin: 0;
	padding: 0;
	font-family: 'light';
	font-weight: normal;
	font-size:35px;
	font-weight:normal;
	color:#1E60AE;
	letter-spacing:-2px;
	line-height:45px;
}

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

h3
{
	margin:0;
	padding:0;
	font-family:'light';
	font-weight:normal;
	font-size:15px;
	letter-spacing:0px;
	text-decoration:none;
	line-height:20px;
	color:#000000;	
}

.input[type="text"],
.input[type="email"],
.input[type="password"]
{
	margin:0px;
	padding:0px;	
	width:calc(100% - 20px);
	height:42px;
	font-family:'regular';
	font-weight:normal;
	font-size:14px;	
	color:#000000;	
	line-height:42px;
	padding-left:20px;	
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:4px;
	outline:none;
}
.input_round[type="text"],
.input_round[type="email"],
.input_round[type="password"]
{
	margin:0px;
	padding:0px;	
	width:calc(100% - 20px);
	height:42px;
	font-family:'regular';
	font-weight:normal;
	font-size:14px;	
	color:#000000;	
	line-height:42px;
	padding-left:20px;	
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:30px;
	outline:none;
}

.select
{
	margin:0px;
	padding:0px;	
	width:100%;
	font-family:'regular';
	font-weight:normal;
	font-size:14px;	
	color:#000000;	
	line-height:42px;
	padding-left:5px;	
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:4px;
	outline:none;
	vertical-align:middle;
	height:44px;
	display:inline-block;
}
.pagination_select
{
	margin:0px;
	padding:0px;	
	width:100%;
	font-family:'regular';
	font-weight:normal;
	font-size:14px;	
	color:#000000;	
	line-height:42px;
	padding-left:5px;	
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:4px;
	outline:none;
	vertical-align:middle;
	height:33px;
	display:inline-block;
}

::-webkit-input-placeholder
{ /* WebKit, Blink, Edge */
    color:#bbbbbb;
}
:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
   color:#bbbbbb;
   opacity:1;
}
::-moz-placeholder
{ /* Mozilla Firefox 19+ */
   color:#bbbbbb;
   opacity:1;
}
:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
   color:#bbbbbb;
}
::-ms-input-placeholder
{ /* Microsoft Edge */
   color:#bbbbbb;
}
::placeholder
{ /* Most modern browsers support this now. */
   color:#bbbbbb;
}

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

.textarea
{
	margin:0px;
	padding:0px;	
	width:100%;
	font-family:'regular';
	font-weight:normal;
	font-size:14px;	
	color:#000000;	
	line-height:42px;
	padding-left:20px;	
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-radius:4px;
	outline:none;
}

.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:normal;
	font-size:14px;
	letter-spacing:0.5px;
	color:#ffffff;
	text-transform:uppercase;
	padding:11px 28px 10px 28px;
	cursor:pointer;
	text-decoration:none;	
	text-align:center;
	background-color:#23A8E0;	
	border:1px #23A8E0 solid;
	border-radius:30px;
	outline:none;
	
	-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;
}
.button:hover
{
	background-color:#000000;
	border:1px #000000 solid;
}
.button:active
{	
	border:1px #000000 solid;
	box-shadow:0px 0px 0px 0px;
}

.button2,
.pagination_button
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family:'regular', sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.5px;
	color:#ffffff;
	text-transform:uppercase;
	padding:14px 28px 14px 28px;
	cursor:pointer;
	text-decoration:none;	
	text-align:center;
	background-color:#23A8E0;	
	border:none;
	border-radius:4px;
	outline:none;
	
	-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;
}
.button2:hover,
.pagination_button:hover,
.pagination_button.active
{
	background-color:#000000;
	border:none;
}
.button2:active
{	
	border:none;
	box-shadow:0px 0px 0px 0px;
}

.button3
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family:'regular', sans-serif;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0.5px;
	color:#ffffff;
	text-transform:uppercase;
	padding:11px 28px 10px 28px;
	cursor:pointer;
	text-decoration:none;	
	text-align:center;
	background-color:#aaaaaa;	
	border:1px #aaaaaa solid;
	border-radius:30px;
	outline:none;
	
	-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;
}
.button3:hover
{
	background-color:#000000;
	border:1px #000000 solid;
}
.button3:active
{	
	border:1px #000000 solid;
	box-shadow:0px 0px 0px 0px;
}

.button_grey
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family:'regular', sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.5px;
	color:#ffffff;
	text-transform:uppercase;
	padding:14px 28px 14px 28px;
	cursor:pointer;
	text-decoration:none;	
	text-align:center;
	background-color:#dddddd;	
	border:1px #dddddd solid;
	border-radius:30px;
	outline:none;
	
	-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;
}
.button_grey:hover
{
	background-color:#000000;
}



.button_blue
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family:'regular', sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.5px;
	color:#ffffff;
	text-transform:uppercase;
	padding:14px 28px 14px 28px;
	cursor:pointer;
	text-decoration:none;	
	text-align:center;
	background-color:#1E60AE;	
	border:1px #1E60AE solid;
	border-radius:30px;
	outline:none;
	
	-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;
}
.button_blue:hover
{
	background-color:#24A9E1;
	border:1px #24A9E1 solid;
}



.button_social_networks
{
	vertical-align:middle;
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	color:#ffffff;
	border-radius:30px;
	padding:3px;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:1px;
	cursor:pointer;
	border:0px #000000 solid;
	line-height:70px; 
	background-color:#1E60AE;
	
	-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:#000000 !important;
}




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


.shopnow-beta {
	background:red;
	color:#ffffff;
	text-align:center;
	padding:5px;
	width:calc(100% - 10px);
}

h1.page_title
{			
	font-family:'bold';
	font-weight:normal;
	font-size:30px;	
	line-height:30px;
	color:#24AADF !important;
	letter-spacing:-1px;	
}

.header_categories {
	display:none !important;
}

.link_cart_info
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
	font-family: 'regular';
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 13px;
	color: #1E60AE !important;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	border: 0px #000000 solid;
	-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;
}
.link_cart_info:hover
{
	color:#000000 !important;
	text-decoration:underline !important;
}
.link_cart_info:visited
{
	background-color:#ffffff;
}
.link_cart_info:active
{
	background-color:#ffffff;
}

.link_cart_info_active
{
	position: relative;
    display: inline-block;
    vertical-align: top;
    height: auto;
    font-family: 'regular';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 13px;
    color: #1E60AE !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    border: 0px #000000 solid;
	
    -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;
}
.link_cart_info_active:hover
{
	color:#1E60AE !important;
	text-decoration:underline;
}
.link_cart_info_active:visited
{
	color:#26A9E1;
}
.link_cart_info_active:active
{
	color:#1E60AE;
}	
.store_novelty_bar
{
	background:#24AADF;
}

.button_transparent {
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family:'regular', sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.5px;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;	
	text-align:center;
	background-color:#1E60AE;	
	border:1px #1E60AE solid;
	border-radius:30px;
	outline:none;
	background-image:url(/_images/icon-cart-white.png);
	background-repeat:no-repeat;
	background-position:4px center;
	
	width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    border-radius: 18px;
	text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
	margin-right:50px;
	
	-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;
}
.button_transparent img {
	display:none;
}
.button_transparent:hover
{
	background-color:#24A9E1;
	border:1px #24A9E1 solid;
}
#header_menu_link_open,
#header_menu_link_close {
	cursor:pointer;
}
.header_menu_options_stores h2:hover,
.header_menu_options_stores h3:hover {
	text-decoration:underline;
}

.plusslider {
	padding-bottom:0px !important;
}

.store_box_tops_sidebar {
	min-height:unset !important;
}
.store_box_tops_sidebar .store_discount_ball {
	position:relative !important;
	z-index: 0 !important;
    width: 35px !important;
    height: 35px !important;
    background-image: none !important;
    margin-left: 5px !important;
    margin-top: 10px !important;
    text-align: center !important;
    border-radius: 68px !important;
    background-color: #1E60AE !important;
}
.store_box_tops_sidebar .store_discount_ball h3 {
	line-height:35px !important;
}
.store_box_related_product .store_wishlist_button,
.store_box_related_service .store_wishlist_button {
	display:none !important;
}

.store_box_related_product .store_add_button,
.store_box_related_service .store_add_button {
	display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 18px !important;
    padding: 5px !important;
    border-radius: 18px !important;
	position: absolute !important;
    bottom: 0px !important;
    margin-left: 5px !important;
	vertical-align: top !important;
    font-family: 'regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    background-color: #1E60AE !important;
    outline: none !important;
	border:0px !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    transition: all 0.3s !important;
    animation: fadein 0.5s !important;
    -moz-animation: fadein 0.5s !important;
    -webkit-animation: fadein 0.5s !important;
    -o-animation: fadein 0.5s !important;
    animation-direction: inherit !important;
	
	background-image: url(../_images/icon-cart-white.png) !important;
	background-repeat:no-repeat;
	background-position:center;
    text-indent: 200% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.store_box_related_product .store_add_button img,
.store_box_related_service .store_add_button img {
	display:none !important;
}

.store_box_related_product .store_view_grey,
.store_box_related_service .store_view_grey {
	display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 18px !important;
    padding: 5px !important;
    border-radius: 20px !important;
    margin-bottom: 0px !important;
    margin-right: 5px !important;
	position: absolute !important;
    bottom: -15px !important;
    margin-left: -33px !important;
	background-color: #ddd !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    color: white !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-align: center !important;
    border: 0px !important;
    -webkit-transition: height 0.3s !important;
    -moz-transition: height 0.3s !important;
    transition: height 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    animation: fadein 0.5s !important;
    -moz-animation: fadein 0.5s !important;
    -webkit-animation: fadein 0.5s !important;
    -o-animation: fadein 0.5s !important;
	
	background-image: url(../_images/icon-view.png) !important;
	background-repeat:no-repeat;
	background-position:center;
    text-indent: 200% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.store_box_related_product .store_view_grey img,
.store_box_related_service .store_view_grey img {
    display:none;
}

.store_box_related_product .store_box_product_price_button,
.store_box_related_service .store_box_service_price_button {
	height:85px;
}

.store_box_related_product,
.store_box_related_service {
	width: calc(16% - 20px) !important;
    margin: 10px 8px !important;
    padding: 5px !important;
}
.store_box_related_product .store_box_featured_product_image,
.store_box_related_service .store_box_featured_service_image {
	height:140px !important;
}

.page_functionalities_white {
	position:relative;
	width:100%;
	min-height:100px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#ffffff;
}
.page_functionalities_grey {
	position:relative;
	width:100%;
	min-height:100px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#f5f5f5;
}
.page_functionalities_white .page_functionalities_content.center {
	text-align:center;
}
.page_functionalities_white .page_functionalities_content {
	position:relative;
	max-width:1120px;
	min-height:100px;
	margin-top:0px;
	margin-bottom:0px;
	padding:30px 0;
	text-align:left;
}
.page_functionalities_grey .page_functionalities_content {
	position:relative;
	max-width:1120px;
	min-height:100px;
	margin-top:0px;
	margin-bottom:0px;
	padding:30px 0;
	text-align:right;
}
.page_functionalities_content h3 {
	font-size:20px;
	line-height:25px;
}
.page_functionalities_image {
	position:relative;
	display:inline-block;
	max-width:300px;
	vertical-align:top;
	min-height:300px;
	border:0px solid;
}
.page_functionalities_text {
	position:relative;
	display:inline-block;
	width:calc(100% - 345px);
	margin:0 20px;
	vertical-align:top;
	min-height:300px;
	border:0px solid;
}
.page_functionalities_text h1 {
	color:#1E60AE;
}


.table_row {
	position:relative;
}
.title_related_products h3 {
	margin: 0;
    font-weight: bold;
    text-align: center;
    font-family: 'bold';
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #aaaaaa !important;
    letter-spacing: -1px;
}
.title_related_services h3 {
	margin: 0;
    font-weight: bold;
    text-align: center;
    font-family: 'bold';
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #aaaaaa !important;
    letter-spacing: -1px;
}
@media screen and (min-width: 1001px)
{
	.page_banner_image {
		vertical-align:top;
		margin-top:-30px;
		margin-bottom:20px;
		margin-right:20px;
		position:relative;
		width:calc(100% - 270px);
		display:inline-block;
		height:250px;
		background-color:#cccccc;
		background-position:top center;
		background-size:cover;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.page_banner_ad {
		vertical-align:top;
		margin-top:-30px;
		margin-bottom:20px;
		position:relative;
		width:250px;
		display:inline-block;
		height:250px;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.page_banner_title {
		text-align: center;
		font-family: 'bold';
		font-weight: normal;
		font-size: 30px;
		line-height: 250px;
		color: #ffffff;
		letter-spacing: -1px;
	}
	.store_related_products_list {
		height:400px !important;
	}
	.caixa_precos {
		display:inline-block;
		width:calc(25% - 26px);
		margin:0 10px 20px;
		border:1px solid #eeeeee;
		border-radius:10px;
		vertical-align:top;
	}
	.caixa_precos:hover {
		border:1px solid #1E60AE;
	}
	.caixa_precos_header {
		height:200px;
		border:5px #ffffff solid;
		border-radius:10px 10px 0 0;
	}
	#pagination {
		width:100%;
		display:inline-block;
	}
	.pagination_center {
		width: 100% !important;
		display: inline-block !important;
		text-align: center !important;
		margin-bottom:5px;
	}
	.pagination_left {
		width: calc(50% - 5px) !important;
		display: inline-block !important;
		text-align: right !important;
		margin-right:5px;
	}
	.pagination_right {
		width: calc(50% - 5px) !important;
		display: inline-block !important;
		text-align: left !important;
		margin-left:5px;
	}
	.pagination_right select{
		max-width:180px !important;
	}
	/* MENU CSS */
	.header_box_menu {
		position:fixed;
		display:none;
		vertical-align:top;
		width:100%;
		height:100%;
		top:20px;
		z-index:99999;
	}
	.header_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:50px;
		height:60px;
		margin-top:19px;
		/* border:1px red solid; */
		float:left;
		text-align:left;
		z-index:1;

		-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_box_menu_content {
		position:relative;
		vertical-align:top;
		width:90%;
		height:80vh;
		background-color:#ffffff;
		padding:40px 20px;
		border:1px #cccccc solid;
		margin-top:29px;
		overflow-y:scroll;
		margin-right: -1px;
	}
	.header_box_menu.shrink {
		position:fixed;
		z-index:999999;
	}
	.header_menu_close div {
		margin-top:0px;
	}
	.header_menu_close img {
		width:30px;
		height:17px;
		border:0px #ffffff solid;
	}
	.header_menu_options_stores h2 {
		font-size:16px;
		line-height:16px;
		color:#1E60AE;
		margin-bottom:5px;
	}
	.header_menu_options_stores h3 {
		font-size:14px;
		line-height:20px;
		color:#23A8E0;
	}
	
	/* HEADER CSS */
	.header_zone
	{
		position:fixed;
		width:100%;
		height:115px;
		top:0px;
		left:0px;		
		background-color:#ffffff;
		border:0px solid;
		z-index:999;
		
		-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_zone_content
	{
		position:relative;
		max-width:90%;
		height:80px;
		background-color:#ffffff;
		border:0px solid;
		
		-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
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:200px;
		height:60px;		
		margin-top:10px;
		margin-right:0px;
		border:0px red solid;
		float:left;
		text-align:left;
		z-index:1;
		background-image:url(/_images/shopnow-logo.png);
		background-repeat:no-repeat;
		background-size:contain;
		background-position:left 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_search, #slider_search {
		margin: 0px;
		padding: 0px;
		width: calc(100% - 20px);
		height: 42px;
		font-family: 'regular';
		font-weight: normal;
		font-size: 14px;
		color: #000000;
		line-height: 42px;
		padding-left: 20px;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border-radius: 30px;
		outline: none;
		position: relative;
		z-index: 9999999;
	}
	#header_search_suggestions {
		display:none;
		position: absolute;
		background-color: rgb(255, 255, 255);
		margin-left: 0px;
		width: calc(100% - 5px);
		height: 450px;
		left: 2px;
		margin-top: -17px;
		overflow: auto;
		border: 1px solid rgb(204, 204, 204);
		z-index: 999999;
	}
	#slider_search_suggestions {
		display:none;
		position: absolute;
		background-color: rgb(255, 255, 255);
		margin-left: 0px;
		width: calc(100% + 81px);
		height: 450px;
		margin-top: -22px;
		overflow: auto;
		border: 1px solid rgb(204, 204, 204);
		z-index: 999999;
	}
	.header_search_form
	{
		position:relative;
		display:inline-block; 
		width:calc(100% - 850px); 
		height:60px; 
		margin-top:10px;
		text-align:center;
		border:0px #000000 solid;	
		
		-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_search_form_input
	{
		position:relative;
		display:inline-block;
		margin-top:3px;
		vertical-align:top;
		width:calc(100% - 5px);
		border:0px #000000 solid;
		
		-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_search_form_input input
	{
		padding:5px !important;
		padding-left:40px !important;
		width:calc(100% - 50px) !important;
		height:30px !important;
		margin-top:6px !important;
		min-width:50% !important;
		
		-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_search_form_submit
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:85px;
		border:0px #000000 solid;
		margin-left:-90px;
		z-index:9999999;
		
		-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_search_form_submit input
	{
		width:24px;
		margin-top:9px; 
		height:24px;
		padding:8px 28px !important;
		
		-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_cart
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:365px;
		height:60px;
		margin-top:10px;
		border:0px red solid;
		float:right;		
		text-align:right;
		z-index:1;

		-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_zone.shrink
	{
		position:fixed;
		width:100%;
		height:115px;
		border:0px #ff0000 solid;
		background-color:#ffffff;
		z-index:9999;		
		box-shadow:0px 0px 8px #999999;

		-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_zone.shrink .header_zone_content
	{
		position:relative;
		height:80px !important;
		border:0px #ff0000 solid;
		
		-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_zone.shrink .header_logo
	{
		margin-top:10px !important;
		width:200px !important;
		margin-right:0px !important;
		
		-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_zone.shrink .header_search_form
	{		
		display:inline-block;
		margin-top:10px !important;
		
		-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_zone.shrink .header_search_form_input
	{
		display:inline-block;
		
		-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_zone.shrink .header_search_form_submit
	{
		display:inline-block;
		z-index:9999999;
		
		-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_zone.shrink .header_cart
	{
		margin-top:10px !important;
		
		-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_zone.shrink .header_categories
	{
		display:none;

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

	
	
	/* SLIDER CSS */
	.slider_search_form
	{
		position:absolute;
		width:100%;
		bottom:20px;
		text-align:center;
		border:0px #ff0000 solid;
	}
	.slider_search_form_input
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		max-width:700px;
		margin-left:-336px;
		border:0px #000000 solid;
	}
	.slider_search_form_input input
	{
		padding:5px !important; padding-left:40px !important; width:100% !important; max-width:700px !important;
	}
	.slider_search_form_submit
	{
		position:relative; display:inline-block; vertical-align:top; width:85px; border:0px #000000 solid; margin-left:0px;z-index:9999999;
	}
	.slider_search_form_submit input
	{
		width: 24px; height: 24px;
	}
	
	.header_menu_options
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 100px);
		height:100%;
		margin-left:30px;
		margin-top:-5px;
		border:0px #ffffff solid;
		text-align:center;
	}
	.header_menu_options_stores
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:255px;
		height:200px;
		padding-right:25px;
		margin-right:25px;
		border-right:1px #cccccc solid;
		float:left;
		text-align:left;
		margin-bottom:20px;
	}
	
	.header_menu_open
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:3px;	
		height:30px;				
		margin-top:14px;
		margin-left:0px;
		margin-right:30px;				
		border:0px #000000 solid;
		float:left;
		text-align:left;
	}	
	.header_menu_close
	{
		position:fixed;
		display:inline-block;
		vertical-align:top;
		width:30px;	
		height:30px;				
		margin-top:-20px;
		margin-left:0px;			
		border:0px #ffffff solid;
		float:left;
		margin-left:-35px;
		text-align:left;
	}		
	.icon_menu_close
	{
		font-family:arial, sans-serif;
		font-size:50px;
		text-decoration:none !important;
		margin:0px;
		padding:0px;
		color:#000000 !important;
	}
	
	
	#product_final_price_with_discount {
		color:#777777 !important;
	}
	#product_final_price {
		color:#27AAE2 !important;
	}
	.store_product_detail_body_designation,
	.booking_service_detail_body_designation {
		color:#000000 !important;
	}
	.store_box_related_products .store_discount_ball, .store_box_featured_products .store_discount_ball, .store_box_novelty_products .store_discount_ball {
		width: 50px !important;
		height: 50px !important;
	}
	.store_discount_ball,
	.store_discount_ball_small {
		background-color: #24AADF !important;
	}
	.store_box_novelty_products {
		border: 1px #eeeeee solid !important;
	}
	.store_box_novelty_products:hover {
		border: 1px #ffffff solid !important;
		box-shadow: 1px 1px 5px 0px #cccccc !important;
	}
	.store_box_content .ribbon {
		margin:-1px !important;
	}
	.store_box_content {
		text-align:center !important;
		padding:0 !important;
	}
	.store_box_product_designation,
	.store_box_service_designation {
		font-family: 'regular' !important;
		font-weight: normal !important;
		font-size: 18px !important;
		line-height: 20px !important;
		color: #222222 !important;
		letter-spacing: 0px !important;
		margin-top: 7px !important;
		text-align:center !important;
	}
	.store_box_products_price_discount,
	.store_box_services_price_discount {
		font-family: 'regular' !important;
		font-weight: normal !important;
		color: #27AAE2 !important;
		letter-spacing: -1px !important;
		margin-top: 8px !important;
	}
	.store_box_products_full_price,
	.store_box_servicess_full_price {
		font-family: 'regular' !important;
		font-weight: normal !important;
		color: #777777 !important;
		letter-spacing: -1px !important;
		margin: 0px 5px;
		text-decoration:line-through;
	}
	.store_box_products .store_box_products_price, .store_box_related_products .store_box_products_price, .store_box_featured_products .store_box_products_price, .store_box_novelty_products .store_box_products_price {
		font-size: 30px !important;
		text-align: center !important;
	}
	.store_button_add_to_cart
	{
		display: inline-block !important;
		width: 18px !important;
		height: 18px !important;
		line-height: 18px !important;
		padding: 4px !important;
		border-radius: 18px !important;
		
		position: absolute !important;
		bottom: 10px !important;
		margin-left: 5px !important;
		float:unset !important;
	
		vertical-align: top !important;
		font-family: 'regular', sans-serif !important;
		font-weight: normal !important;
		font-size: 12px !important;
		letter-spacing: 0.5px !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		cursor: pointer !important;
		text-decoration: none !important;
		text-align: center !important;
		background-color: #1E60AE !important;
		border: 1px #1E60AE solid !important;
		outline: none !important;
		-webkit-transition: all 0.3s !important;
		-moz-transition: all 0.3s !important;
		transition: all 0.3s !important;
		animation: fadein 0.5s !important;
		-moz-animation: fadein 0.5s !important;
		-webkit-animation: fadein 0.5s !important;
		-o-animation: fadein 0.5s !important;
		animation-direction: inherit !important;
	}
	.store_box_related_product .store_add_button:hover {
		background-color:#24A9E1 !important;
	}
	.store_button_view {
		display: inline-block !important;
		width: 18px !important;
		height: 18px !important;
		line-height: 18px !important;
		padding: 4px !important;
		border-radius: 18px !important;
		margin-right: 5px !important;
		
		position: absolute !important;
		bottom: 10px !important;
		margin-left: -33px !important;
		float:unset !important;
		
		position: relative !important;
		vertical-align: top !important;
		font-family: 'regular', sans-serif !important;
		font-weight: normal !important;
		font-size: 12px !important;
		letter-spacing: 0.5px !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		cursor: pointer !important;
		text-decoration: none !important;
		text-align: center !important;
		background-color: #dddddd !important;
		border: 1px #dddddd solid !important;
		outline: none !important;
		-webkit-transition: all 0.3s !important;
		-moz-transition: all 0.3s !important;
		transition: all 0.3s !important;
		animation: fadein 0.5s !important;
		-moz-animation: fadein 0.5s !important;
		-webkit-animation: fadein 0.5s !important;
		-o-animation: fadein 0.5s !important;
		animation-direction: inherit !important;
	}
	.store_button_add_to_cart img {
		margin-top:1px !important;
	}
	.store_button_view img {
		margin-top:0 !important;
	}
	.store_available_product {
		display:none !important;
	}
	.store_box_product_reference,
	.store_box_service_reference {
		display:none !important;
	}
	
	.register_page_block {
		width:calc(50% - 25px);
		display:inline-block;
		vertical-align:top;
		padding-right:22px;
		margin-right:22px;
		border-right:1px solid #f0f0f0;
	}
	.login_page_block {
		width:calc(50% - 25px);
		display:inline-block;
		vertical-align:top;
	}
	.register_login_page {
		width:100%;
		display:inline-block;
	}
	
	.cell
	{
		position:relative;
		display:inline-block;
		border:0px #cccccc solid;
	}
	
	.header_langs
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:40px;
		height:30px;
		border:0px #000000 solid;
		z-index:1;
		float:right;
		text-align:right;
		
		-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_categories
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 820px);
		height:60px;
		color:#5f6670;
		margin-top:20px;
		border:0px #000000 solid;
		text-align:center;
		overflow:hidden;
	}
	.header_categories_menus
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:60px;
		color:#5f6670;
		margin-top:23px;
		border:0px #000000 solid;
		float:left;
		text-align:center;
		overflow:hidden;
	}	
	.header_categories_others
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:60px;
		color:#5f6670;
		margin-top:8px;
		border:0px #000000 solid;
		float:left;
		text-align:left;
	}	
	.header_menu_link
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:44px;
		font-family:'light';
		text-transform:uppercase;
		font-size:14px;
		letter-spacing:0px;
		line-height:15px;	
		color:#000 !important;		
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		border:0px #000000 solid;
		
		-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_menu_link:hover div
	{
		color:#1E60AE !important;
		text-decoration:underline;
	}
	.header_categories_link
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:44px;
		font-family:'bold';
		font-size:14px;
		letter-spacing:0px;
		line-height:15px;	
		color:#bbbbbb !important;		
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		border:0px #000000 solid;
		
		-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_categories_link:hover
	{
		color:#1E60AE !important;		
	}
	.header_categories_link2
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		height:44px;
		font-family:'regular';
		font-size:25px;
		letter-spacing:0px;
		line-height:32px;	
		color:#bbbbbb !important;		
		margin-left:0px;
		margin-right:0px;
		margin-bottom:20px;
		border:0px #000000 solid;
		text-align: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_categories_link2:hover
	{
		color:#1E60AE !important;		
	}
		
	.header_search
	{
		position:absolute;
		width:250px;
		height:38px;
		top:50px;
		left:200px;
		margin-top:0px;
		margin-right:0px;
		border:1px #cccccc solid;
		border-radius:36px; 		
		float:left;
		text-align: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_cart_options
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(100% - 60px);
		height:30px;
		margin-top:32px;
		border:0px #000000 solid;
		text-align:right;
		z-index:1;
		font-size:13px;
		line-height:13px;
		color:#000000 !important;

		-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_cart_itens
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:56px;
		height:56px;
		margin-top:4px;
		border:0px #000000 solid;
		float:right;		
		text-align:right;
		z-index:1;

		-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_cart_itens_icon
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:100%;
		text-align:center;
		border:0px solid;
		border-radius:100px;

		-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_cart_itens_icon:hover
	{
		background-color:#f5f5f5;	
	}
	.header_cart_itens_icon img {
		width:100%;
	}
	
	.header_cart_salutation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		color:#5f6670;
		padding:0px;
		float:right;
		text-align:right;
		border:0px #000000 solid;		

		-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;	
	}		
	
	.cart_profile
	{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width:calc(100% - 15px);
		font-family: 'regular';
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 0px;
		line-height: 13px;
		color: #000000 !important;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		margin-top: -20px;
		border: 0px #000000 solid;
		-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;
	}
	.cart_points
	{
		position: relative;
		display: inline-block;
		vertical-align: top;
		height: 44px;
		font-family: 'regular';
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 0px;
		line-height: 13px;
		color: #aaaaaa !important;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
		border: 0px #000000 solid;
		-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;
	}
	
	.box_small_categories_separator
	{
		position:relative;	
		display:inline-block;
		vertical-align:top;
		padding:0px;
		margin:0px;
		width:1px;
		height:50px;
		margin-left:2px;
		margin-right:2px;
		margin-top:14px;
		background-color:#eeeeee;
		border:0px #000000 solid;
		float:left;		
		z-index:1;

		-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;	
	}
	
	.box_small_categories
	{
		position:relative;	
		display:inline-block;
		vertical-align:top;
		padding:6px;
		margin:0px;
		width:80px;
		height:60px;
		margin-left:0px;
		margin-right:0px;
		margin-top:2px;
		background-color:#ffffff;
		border-radius:4px;
		border:0px #f5f5f5 solid;
		float:left;
		text-align:center;		
		z-index:1;

		-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;	
	}
	.box_small_categories:hover
	{
		box-shadow:0px 2px 7px #cccccc;	
	}	
	
	.slider_homepage_caixa
	{
		position:relative;	
		display:inline-block;
		vertical-align:top;
		padding:0px;
		margin:0px;
		width:100%;
		height:280px;
		margin-top:15px;		
		background-color:#ffffff;
		border:0px #000000 solid;
		z-index:1;

		-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;			
	}	
	.slider_homepage
	{
		position:relative; 
		display:inline-block;
		vertical-align:top;
		width:90%;
		height:280px;
		background-color:#ffffff;
		border:0px #000000 solid;
		margin-top:0px;
		padding:0px;
		
		-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;			
	}	
	.slider_background
	{
		position:relative; 
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:280px;
		padding:0px;
		margin:0px;
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		border:0px solid;
		
		-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;			
	}			
	.slider_content_area
	{
		position:relative;
		width:calc(100% - 100px);
		height:200px;
		margin-top:60px;
		padding:0 50px;
		border:0px #ffffff solid;
		text-align: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;			
	}
	.slider_content_area h1
	{
		font-family:'bold';
		font-size:55px;
		font-weight:bold;
		line-height:55px;
		text-align:left;
		color:#1E60AE;
		letter-spacing:-2px;

		-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;			
	}
	.slider_content_area h2
	{
		font-family:'regular';
		font-size:18px;
		font-weight:normal;
		line-height:20px;
		color:#1E60AE;
		margin-top:10px;
		margin-bottom:10px;
		text-align: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;			
	}
	.slider_content_area h2 b
	{
		font-family:'bold';
		font-size:24px;
		font-weight:normal;
		line-height:26px;
		color:#27AAE2;
		margin-top:10px;
		margin-bottom:10px;

		-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;			
	}
	.plusslider-arrows-wrapper
	{
		margin-top:-18px;
	}
	.plusslider, .plusslider-container {
		height:280px !important;
	}
	
	.home_featured_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:820px;
		margin-top:20px;
		margin-bottom:30px;
		border:0px #000000 solid;
		text-align:center;	
		
		overflow:hidden;
	}
	.home_novelties_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:400px;
		margin-top:20px;
		margin-bottom:30px;
		border:0px #000000 solid;
		text-align:center;	
		
		overflow:hidden;
	}
	
	.box_title
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		min-height:50px; 
		border:0px #000000 solid;
		float:left;
		text-align: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;	
	}
	.box_title h2
	{			
		font-family:'bold';
		font-weight:normal;
		font-size:30px;	
		line-height:30px;
		color:#aaaaaa !important;
		letter-spacing:-1px;	
	}
	.box_title h1,
	.register_page_block h1,
	.login_page_block h1
	{
		text-align:center;
		font-family:'bold';
		font-weight:normal;
		font-size:30px;	
		line-height:30px;
		color:#24AADF !important;
		letter-spacing:-1px;	
	}
	
	.box_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		/* width:calc(20% - 36px); */
		width:197px;
		height:350px; 
		padding:5px;
		margin-left:17px;
		margin-right:17px;
		margin-bottom:35px;
		border:1px #eeeeee solid;
		border-radius:5px;
		text-align:center;
		cursor:pointer;
		background:#ffffff;
		
		-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;	
	}
	.box_products:hover,
	.store_box_related_product:hover
	{
		cursor:pointer;
		border:1px #ffffff solid;
		box-shadow:1px 2px 9px 0px #cccccc;
	}	
	/*
	.box_products.margin_0, .box_products.margin_5, .box_products.margin_10 {
		margin-left:0px;
	}
	.box_products.margin_4,.box_products.margin_9,.box_products.margin_14 {
		margin-right:0px;
	}
	*/
	.box_products .ribbon {
		margin:-1px;
	}
	.store_discount_ball h2 {
		position:relative !important;
		color:#ffffff !important;
		bottom:3px !important;
		letter-spacing:-1px !important;
		font-size:24px !important;
		margin-top: 10px !important;
		line-height: 54px !important;
		font-weight: bold !important;
	}
	.box_products .store_discount_ball h2 {
		position:relative !important;
		color:#ffffff !important;
		bottom:3px;
		letter-spacing:-1px;
		font-size:24px;
		margin-top: 10px;
		line-height: 54px;
		font-weight: bold;
	}
	.store_discount_ball small {
		font-size:15px !important;
		font-weight:normal !important;
	}
	.box_products .store_discount_ball small {
		font-size:15px !important;
		font-weight:normal !important;
	}
	.box_products_img {
		width:100%;
		height:200px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border:0px solid;
	}
	.box_products .box_products_designation
	{
		font-family:'regular';
		font-weight:bold;
		font-size:17px;	
		line-height:22px;
		color:#555555 !important;
		letter-spacing:0px;
		margin-top:8px;
	}		
	.box_products .box_products_price
	{
		position:absolute;
		bottom:45px;
		width:100%;
		font-family:'regular';
		font-weight:normal;
		font-size:24px;	
		line-height:30px;
		color:#27AAE2 !important;
		letter-spacing:-1px;
		margin-top:8px;
	}	
	.box_products h3
	{
		position:absolute;
		bottom:60px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:15px;	
		line-height:20px;
		color:#000000 !important;
		letter-spacing:0px;
		margin-top:14px;
		margin:0px;
		padding:0px;		
	}
	.box_products h4
	{
		position:absolute;
		bottom:35px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:11px;	
		line-height:11px;
		color:#777777 !important;
		letter-spacing:0px;
		margin-top:5px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}	
	.box_products .button_grey,
	.box_products_small .button_grey {
		position:absolute;
		bottom:10px;
		margin-left:-32px;
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		padding: 5px;
		border-radius: 20px;
		margin-right: 5px;
	}
	.store_box_related_product .store_view_grey:hover,
	.store_box_related_service .store_view_grey:hover,
	.box_products .button_grey:hover,
	.box_products_small .button_grey:hover {
		background-color:#000000 !important;
	}
	.box_products .button_blue,
	.box_products_small .button_blue {
		position:absolute;
		bottom:10px;
		margin-left:2px;
		display: inline-block;
		width: 18px;
		height: 18px;
		line-height: 18px;
		padding: 5px;
		border-radius: 18px;
	}
	.box_products .button_grey img,
	.box_products_small .button_grey img {
		margin-top:3px;
		margin-left:1px;
	}
	.box_products .button_blue img,
	.box_products_small .button_blue img {
		margin-top:1px;
		margin-left:-1px;
	}
	
	
	.box_products_small
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:305px; 
		padding:4px;
		margin-left:12px;
		margin-right:12px;
		margin-bottom:30px;
		border:1px #eeeeee solid;
		border-radius:4px;
		text-align:center;
		cursor:pointer;
		background:#ffffff;
		
		-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;	
	}
	.box_products_small:hover
	{
		box-shadow:0px 3px 5px #cccccc;
	}
	.store_discount_ball_small {
		width: 40px;
		height: 40px;
		position: absolute;
		z-index: 9;
		background-image: none;
		margin-left: 3px;
		margin-top: 10px;
		text-align: center;
		border-radius: 68px;
		top: 0px;
	}
	.store_discount_ball_small h2 {
		position: relative !important;
		font-size: 17px !important;
		line-height: 22px !important;
		letter-spacing:-1px !important;
		bottom: 0 !important;
		color:#ffffff;
		margin-top: 10px !important;
		font-weight: bold !important;
	}
	.store_discount_ball_small small {
		font-size: 13px !important;
		color: #fff !important;
		font-weight: normal !important;
	}
	
	.box_products_small .box_products_img
	{
		width:100%;
		height:150px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border:0px solid;
	}
	.box_products_small .box_products_designation
	{
		font-family:'regular';
		font-weight:normal;
		font-size:16px;	
		line-height:18px;
		color:#222222 !important;
		letter-spacing:0px;
		margin-top:8px;
	}		
	.box_products_small .box_products_price
	{
		position:absolute;
		bottom:45px;
		width:100%;
		font-family:'regular';
		font-weight:normal;
		font-size:24px;	
		line-height:30px;
		color:#27AAE2 !important;
		letter-spacing:-1px;
		margin-top:8px;
	}
	.box_products_small .box_products_price s {
		font-size:18px;
		color:#777777;
		width: 100%;
		display: inline-block;
		line-height:14px;
	}
	.box_products_small h3
	{
		position:absolute;
		bottom:60px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:15px;	
		line-height:20px;
		color:#000000 !important;
		letter-spacing:0px;
		margin-top:14px;
		margin:0px;
		padding:0px;		
	}
	.box_products_small h4
	{
		position:absolute;
		bottom:35px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:11px;	
		line-height:11px;
		color:#777777 !important;
		letter-spacing:0px;
		margin-top:5px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}
	.box_products_small .store_novelty_bar
	{
		position:absolute;		
		width:80px;
		height:20px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
		top:0px;
		right:0px;
		bottom:35px;
		border:0px solid;
	}
	.box_products_small .store_novelty_bar h2
	{
		font-family:'regular' !important;	
		font-weight:normal !important;	
		font-size:14px !important;			
		line-height:12px !important;	
		color:#ffffff !important;
	}
	

	

	.homepage_banners	
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:calc(50% - 210px);
		height:280px; 
		padding:0px;
		margin-left:25px;
		margin-right:25px;
		margin-bottom:35px;
		background-color:#dddddd;
		border:1px #eeeeee solid;
		border-radius:0px;
		text-align:right;
		cursor:pointer;
		background-repeat:no-repeat;
		background-size:cover;
		background-position:top 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;	
	}
	.homepage_banners h1 {
		color:#27AAE2;
		background:#ffffff;
		font-size:30px;
		line-height:30px;
		display:inline-block;
		margin-top:20px;
		padding:10px;
		float:right;
	}
	.homepage_banners h2 {
		color:#27AAE2;
		background:#ffffff;
		font-size:35px;
		line-height:35px;
		font-weight:bold;
		display:inline-block;
		padding:10px;
		float:right;
	}
	.homepage_banners:nth-child(1) {
		margin-left:0;
	}
	.homepage_banners:nth-child(3) {
		margin-right:0;
	}
	
	.box_popular_stores	
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:150px;
		height:150px; 
		padding:5px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:35px;
		background-color:#ffffff;
		border:1px #eeeeee solid;
		border-radius:5px;
		text-align:center;
		cursor:pointer;
		
		-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;	
	}
	.box_popular_stores_image
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:120px; 
		background-color:#ffffff;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.box_popular_stores h3 {
		font-size:12px;
		line-height:30px;
	}
	.box_popular_stores:hover {
		border: 1px #ffffff solid;
		box-shadow: 1px 1px 5px 0px #cccccc;
	}
	.box_store_list {
		width:100%;
		display:inline-block;
		overflow:hidden;
		height:200px;
	}
	
	.box_content
	{ 
		width:100%;
		text-align: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;
	}	
	
	.box_category_frame
	{ 
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:300px;
		margin-left:15px;
		margin-right:15px;
		margin-top:50px;		
		margin-bottom:50px;		
		border:0px #eeeeee solid;
		text-align:center;
		overflow:hidden;
		cursor:pointer;

		-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;
	}
	.box_category
	{ 
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:300px;
		border:0px #ff0000 solid;
		text-align:center;
		overflow:hidden;
		z-index:9;
	}
	.box_category_image
	{ 
		position:absolute;
		width:100%;
		height:300px;
		border:0px #eeeeee solid;
		text-align:center;
		z-index:1;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		filter: brightness(50%);

		-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;
	}	
	.box_category:hover + .box_category_image
	{
		filter: brightness(100%);
	}	
	
	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:320px;
		min-height:300px;
		border:1px #eee solid;
		margin-bottom:40px;
		text-align: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;	
	}
	.box_blog:hover
	{
		border:1px #aaa solid;
	}	
	.box_blog_odd
	{
		margin-right:15px;
	}
	.box_blog_even
	{
		margin-left:15px;
	}
		
	.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: 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;	
	}
	
	.box_text
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:500px;
		border:0px #eeeeee solid;
		text-align: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;			
	}
	
	.box_contacts_address
	{
		vertical-align:top;
		position:relative;
		display:inline-block;
		width:calc(100% - 605px);
		min-height:200px;
		border:0px #cccccc solid;
		margin-right:100px;
		text-align: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;	
	}
	
	.box_contacts_form
	{
		vertical-align:top;
		position:relative;
		display:inline-block;
		width:500px;
		min-height:400px;
		border:0px #cccccc solid;
		margin-right:0px;
		margin-bottom:20px;
		text-align: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;	
	}	
	
	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		max-width:1100px;		
		min-height:70px;
		margin-top:25px;
		margin-bottom:0px;
		border:0px #ffffff solid;
		text-align: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;			
	}	
	
	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:calc(100% - 470px);
		min-height:70px;
		margin-right:20px;
		border:0px #ffffff solid;
		float:left;
		text-align: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;		
	}	
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:450px;
		min-height:70px;
		border:0px #ffffff solid;
		float:right;
		text-align:left;
		color:#ffffff;

		-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;			
	}
	
	.footer_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		min-height:50px;
		margin-top:40px;
		margin-right:0px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:left;
		text-align: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;			
	}		
	
	.footer_social
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:330px;
		min-height:50px;
		margin-top:50px;
		margin-right:0px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:right;
		text-align:right;
		
		-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;			
	}
	.footer_social h2,
	.footer_social h3	
	{
		color:#ffffff;
	}

	.footer_about
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:180px;
		min-height:150px;
		margin-top:40px;
		margin-right:20px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:left;
		text-align: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;			
	}		
	.footer_about h2,
	.footer_about h3	
	{
		color:#ffffff;
	}
	
	.footer_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:180px;
		min-height:150px;
		margin-top:40px;
		margin-right:30px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:left;
		text-align: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;			
	}		
	.footer_info h2,
	.footer_info h3	
	{
		color:#ffffff;
	}	
	
	.footer_payment
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: 270px;
		max-width:270px;
		min-height:150px;
		margin-top:40px;
		margin-right:40px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:left;
		text-align: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;	
	}
	.footer_payment h2,
	.footer_payment h3	
	{
		color:#ffffff;
	}	
	.footer_payment img {
		width:100%;
		max-width:270px;
	}
	
	
	.footer_sale
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width: calc(100% - 720px);
		min-height:150px;
		margin-top:40px;
		margin-right:0px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		float:left;
		text-align: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;				
	}
	.footer_sale h2,
	.footer_sale h3	
	{
		color:#ffffff;
	}		

	.footer_all_rights_reserved
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		margin-top:30px;
		border:0px #ffffff solid;
		text-align: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;			
	}
	.footer_all_rights_reserved h3 {
		color:#ffffff;
	}




	/* STORE CSS ////////////////////////////////////*/

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

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

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

	.store_select
	{
		margin: 0;
		padding: 0;
		font-family: 'regular';
		font-size:17px;
		font-weight: normal;
		color: #000000;
		letter-spacing:0px;
		width: auto;
		height: 33px;
		background: #ffffff;
		border: 1px solid #cccccc;
		outline: none;
		padding-left: 1%;
	}

	.store_button 
	{
		position:relative !important;
		display:inline-block;
		vertical-align:top !important;
		font-family:'regular', sans-serif !important;
		font-weight:bold !important;
		font-size:17px !important;
		letter-spacing:0px !important;
		color:#ffffff !important;
		text-transform:uppercase !important;
		padding: 7px 7px 7px 7px !important;
		cursor:pointer !important;
		text-decoration:none !important;
		background-color:#24AADF !important;
		text-align:center !important;
		border-radius:5px !important;
		border:0px #dddddd solid !important;
		
		-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;
	}
	.store_button:hover
	{
		background-color:#000000 !important;
	}
	.store_button_buy
	{
		position:relative !important;
		display:inline-block;
		vertical-align:top !important;
		font-family:'regular', sans-serif !important;
		font-weight:bold !important;
		font-size:17px !important;
		letter-spacing:0px !important;
		color:#ffffff !important;
		text-transform:uppercase !important;
		padding: 7px 7px 7px 7px !important;
		cursor:pointer !important;
		text-decoration:none !important;
		background-color:#24AADF !important;
		text-align:center !important;
		border-radius:5px !important;
		border:0px #dddddd solid !important;
		
		-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;
	}
	.store_button_buy:hover
	{
		background-color:#000000 !important;
	}

	.store_button_grey 
	{
		position:relative !important;
		display:inline-block !important;
		vertical-align:top !important;
		font-family:'regular', sans-serif !important;
		font-weight:bold !important;
		font-size:17px !important;
		letter-spacing:0px !important;
		color:#ffffff !important;
		text-transform:uppercase !important;
		padding: 7px 7px 7px 7px !important;
		cursor:pointer !important;
		text-decoration:none !important;
		background-color:#cccccc !important;
		text-align:center !important;
		border-radius:5px !important;
		border:0px #dddddd solid !important;
		
		-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;
	}
	.store_button_grey:hover
	{
		background-color:#000000 !important;
	}
	
	.store_box_novelty_products .store_button_grey 
	{
		display: inline-block !important;
		width: 18px !important;
		height: 18px !important;
		line-height: 18px !important;
		padding: 5px !important;
		border-radius: 18px !important;
		margin-right: 5px !important;
		position: absolute;
		margin-left: 50px !important;
		margin-bottom: 0 !important;
		text-indent: 200%;
		white-space: nowrap;
		overflow: hidden;
		background-image:url(/_images/icon-view.png);
		background-repeat:no-repeat;
		background-position:4px center;
		
		vertical-align:top !important;
		font-family:'regular', sans-serif !important;
		font-weight:bold !important;
		font-size:17px !important;
		letter-spacing:0px !important;
		color:#ffffff !important;
		text-transform:uppercase !important;
		cursor:pointer !important;
		text-decoration:none !important;
		background-color:#cccccc !important;
		text-align:center !important;
		border:0px #dddddd solid !important;
		
		-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;
	}

	.store_button_register 
	{
		position:relative !important;
		display:inline-block !important;
		vertical-align:top !important;
		font-family:'regular', sans-serif !important;
		font-weight:bold !important;
		font-size:17px !important;
		letter-spacing:0px !important;
		color:#ffffff !important;
		text-transform:uppercase !important;
		padding: 7px 7px 7px 7px !important;
		cursor:pointer !important;
		text-decoration:none !important;
		background-color:#cccccc !important;
		text-align:center !important;
		border-radius:0px !important;
		border:0px #dddddd solid !important;
		
		-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;
	}
	.store_button_register:hover
	{
		background-color:#000000 !important;
	}

	.store_button_login 
	{
		position:relative !important;
		display:inline-block !important;
		vertical-align:top !important;
		font-family:'regular', sans-serif !important;
		font-weight:bold !important;
		font-size:17px !important;
		letter-spacing:0px !important;
		color:#ffffff !important;
		text-transform:uppercase !important;
		padding: 7px 7px 7px 7px !important;
		cursor:pointer !important;
		text-decoration:none !important;
		background-color:#cccccc !important;
		text-align:center !important;
		border-radius:0px !important;
		border:0px #dddddd solid !important;
		
		-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;
	}
	.store_button_login:hover
	{
		background-color:#000000 !important;
	}


	.store_menu_categorias
	{
		background-color:#ff0000 !important;
		color:#00ff00 !important;
	}

	.store_menu_categorias_item_active
	{
		background-color:#000000 !important;
		color:#ffffff !important;	
	}

	.store_box_featured_products
	{
		width:260px !important;
		height:450px !important;
		border:0px !important; 
		text-align:center !important;
		margin-left:12px !important;
		margin-right:12px !important;
		margin-bottom:30px !important;
	}

	.store_box_featured_product_image
	{
		/* width:100% !important; */
		/* height:350px !important; */
	}

	.store_box_content h3 {
		color:#aaa !important;
		font-family: 'regular';
	}
	.store_box_products_price {
		font-family: 'regular' !important;
	}

	.menu_categorias_item_active,
	.menu_categorias_item_active h3 {
		color:#fff !important;
	}

	.store_novelty_bar,
	.store_discount_ball,
	.menu_categorias_item_active {
		
	}
	
	.box_products .store_novelty_bar h2 {
		font-size: 16px !important;
		line-height: 10px !important;
	}
	
	.page_content {
		position:relative;
		width:100%;
		min-height:1000px;
		margin-top:45px;
		background-color:#ffffff;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.page_content_area {
		position:relative;
		max-width:90%;
		margin-top:15px;
		min-height:1000px;
		border:0px solid;
	}
	
	.store_box_related_product .store_discount_ball,
	.store_box_related_service .store_discount_ball {
		width: 50px !important;
		height: 50px !important;
	}
	.store_box_related_product .store_discount_ball h2,
	.store_box_related_service .store_discount_ball h2 {
		font-size:20px !important;
		line-height:30px !important;
	}
	.store_box_related_product .store_discount_ball h2 small,
	.store_box_related_service .store_discount_ball h2 small {
		font-size:18px !important;
	}
	.store_box_related_product,
	.store_box_related_service {
		width: 200px !important;
		height: 350px !important;
	}
	.store_box_related_product .store_box_featured_product_image,
	.store_box_related_service .store_box_featured_service_image {
		height:200px !important;
	}
	.store_box_related_product .store_box_products_price_discount,
	.store_box_related_service .store_box_services_price_discount {
		font-family: 'regular' !important;
		font-weight: normal !important;
		font-size: 24px !important;
		line-height: 30px !important;
		color: #27AAE2 !important;
		letter-spacing: -1px !important;
	}
	.store_box_related_product .store_box_products_price,
	.store_box_related_service .store_box_services_price {
		font-family: 'regular' !important;
		font-weight: normal !important;
		font-size: 18px !important;
		line-height: 30px !important;
		letter-spacing: -1px !important;
	}
	.store_related_services_list {
		height:440px !important;
	}
	.booking_box_categories.child_1,
	.booking_box_categories.child_5 {
		margin:10px 5px !important;
	}
	.store_search_products_list,
	.store_search_services_list {
		width:100% !important;
		text-align:left !important;
	}
	.store_products_list,
	.store_services_list {
		text-align:center !important;
	}
}



@media screen and (max-width: 1150px)
{
	.header_zone.shrink {
		height:175px !important;
	}
	.header_search_form {
		width:100%;
		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_cart {
		float:inherit;
		width:calc(100% - 250px);
		
		-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;
	}
	.page_content_area {
		margin-top:220px;
	}
}




@media screen and (max-width: 1000px)
{	
	/* MENU CSS */
	.header_box_menu {
		position:absolute;
		display:none;
		vertical-align:top;
		width:100%;
		height:100%;
		top:20px;
		z-index:9999;
	}
	.header_box_menu_content {
		position:relative;
		vertical-align:top;
		width:90%;
		height:60vh;
		background-color:#ffffff;
		padding:20px 20px 40px;
		border:0px #000000 solid;
		margin-top:29px;
		overflow-y:scroll;
		margin-right: -1px;
	}
	.header_box_menu.shrink {
		position:fixed;
		z-index:999999;
	}
	.header_menu_close div {
		margin-top:0px;
	}
	.header_menu_close img {
		width:30px; height:17px; border:0px #ffffff solid;
	}
	.header_menu_options_stores h2 {
		font-size:16px; line-height:16px; color:#ffffff;
	}
	.header_menu_options_stores h3 {
		font-size:15px; line-height:20px; color:#ffffff;
	}
	
	/* HEADER CSS */
	.header_zone {
		position:relative; width:100%; min-height:100px; background-color:#ffffff;-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_zone_content {
		position:relative; max-width:90%; min-height:100px; border:0px solid;
	}
	.header_zone.shrink
	{
		background-color:#ffffff;
		width:100%;
		min-height:100px;
		margin-top:0px;	
		border:0px #ff0000 solid;
		position:fixed;
		z-index:999;
		top:0;
		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header_zone.shrink .header_zone_content {
		height:80px !important;
		min-height:80px !important;
	}


	.header_zone.shrink .header_menu,
	.header_zone.shrink .header_logo,
	.header_zone.shrink .header_search_form,
	.header_zone.shrink .header_cart
	{
		margin-top:10px !important;
	}
	.header_zone.shrink .header_categories {
		display:none;
	}
	.header_zone.shrink .header_search_form {
		display:inline-block; margin-top:22px; -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_search_form
	{
		display:none; width:calc(100% - 598px); bottom:50px; text-align:center; border:0px #ff0000 solid;
	}
	.header_search_form_input
	{
		position:relative; display:inline-block; vertical-align:top; width:100%; max-width:700px; border:0px #000000 solid;
	}
	.header_search_form_input input
	{
		padding:5px !important; padding-left:40px !important; width:calc(100% - 50px) !important; max-width:700px !important;
	}
	.header_search_form_submit
	{
		position:relative; display:inline-block; vertical-align:top; width:85px; border:0px #000000 solid; margin-left:-90px;
	}
	.header_search_form_submit input
	{
		width: 24px; height: 24px;
	}
	.header_zone.shrink .header_logo {
		width:180px !important; margin-top:27px !important; height:60px !important;
	}
	.header_zone.shrink .header_logo img {
		width:160px !important;
	}
	.header_zone.shrink .header_cart {
		width:350px !important;
	}
	
	/* SLIDER CSS */
	.slider_search_form
	{
		position:absolute; width:100%; bottom:50px; text-align:center; border:0px #ff0000 solid;
	}
	.slider_search_form_input
	{
		position:relative; display:inline-block; vertical-align:top; width:100%; max-width:700px; border:0px #000000 solid;
	}
	.slider_search_form_input input
	{
		padding:5px !important; padding-left:40px !important; width:100% !important; max-width:700px !important;
	}
	.slider_search_form_submit
	{
		position:relative; display:inline-block; vertical-align:top; width:85px; border:0px #000000 solid; margin-left:-90px;
	}
	.slider_search_form_submit input
	{
		width: 24px; height: 24px;
	}
	
	#product_final_price_with_discount {
		color:#777777 !important;
	}
	#product_final_price {
		color:#27AAE2 !important;
	}
	.store_product_detail_body_designation {
		color:#000000 !important;
	}
	.store_box_related_products .store_discount_ball, .store_box_featured_products .store_discount_ball, .store_box_novelty_products .store_discount_ball {
		width: 50px !important;
		height: 50px !important;
	}
	.store_discount_ball {
		position: absolute !important;
		z-index: 0 !important;
		width: 68px !important;
		height: 68px !important;
		background-image: none !important;
		margin-left: 10px !important;
		margin-top: 16px !important;
		text-align: center !important;
		border-radius: 68px !important;
		top: 0px !important;
		background-color: #1E60AE !important;
	}
	.store_box_novelty_products {
		border: 1px #eeeeee solid !important;
	}
	.store_box_novelty_products:hover {
		border: 1px #ffffff solid !important;
		box-shadow: 1px 1px 5px 0px #cccccc !important;
	}
	.store_box_content .ribbon {
		margin:-1px !important;
	}
	.store_box_content {
		text-align:center !important;
		padding:0 !important;
	}
	.store_box_product_designation {
		font-family: 'bold' !important;
		font-weight: normal !important;
		font-size: 20px !important;
		line-height: 20px !important;
		color: #222222 !important;
		letter-spacing: -1px !important;
		margin-top: 10px !important;
		text-align:center !important;
	}
	.store_box_products_price_discount {
		font-family: 'regular' !important;
		font-weight: normal !important;
		font-size: 30px !important;
		line-height: 30px !important;
		color: #27AAE2 !important;
		letter-spacing: -1px !important;
		margin-top: 8px !important;
	}
	.store_box_products_full_price {
		font-family: 'regular' !important;
		font-weight: normal !important;
		font-size: 22px !important;
		line-height: 30px !important;
		color: #777777 !important;
		letter-spacing: -1px !important;
		margin-top: 0px !important;
	}
	.store_box_products .store_box_products_price, .store_box_related_products .store_box_products_price, .store_box_featured_products .store_box_products_price, .store_box_novelty_products .store_box_products_price {
		font-size: 30px !important;
		text-align: center !important;
	}
	.store_button_add_to_cart
	{
		display: inline-block !important;
		width: 18px !important;
		height: 18px !important;
		line-height: 18px !important;
		padding: 4px !important;
		border-radius: 18px !important;
		
		position: absolute !important;
		bottom: 10px !important;
		margin-left: 5px !important;
		float:unset !important;
	
		vertical-align: top !important;
		font-family: 'regular', sans-serif !important;
		font-weight: normal !important;
		font-size: 12px !important;
		letter-spacing: 0.5px !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		cursor: pointer !important;
		text-decoration: none !important;
		text-align: center !important;
		background-color: #1E60AE !important;
		border: 1px #1E60AE solid !important;
		outline: none !important;
		-webkit-transition: all 0.3s !important;
		-moz-transition: all 0.3s !important;
		transition: all 0.3s !important;
		animation: fadein 0.5s !important;
		-moz-animation: fadein 0.5s !important;
		-webkit-animation: fadein 0.5s !important;
		-o-animation: fadein 0.5s !important;
		animation-direction: inherit !important;
	}
	.store_button_view {
		display: inline-block !important;
		width: 18px !important;
		height: 18px !important;
		line-height: 18px !important;
		padding: 4px !important;
		border-radius: 18px !important;
		margin-right: 5px !important;
		
		position: absolute !important;
		bottom: 10px !important;
		margin-left: -33px !important;
		float:unset !important;
		
		position: relative !important;
		vertical-align: top !important;
		font-family: 'regular', sans-serif !important;
		font-weight: normal !important;
		font-size: 12px !important;
		letter-spacing: 0.5px !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		cursor: pointer !important;
		text-decoration: none !important;
		text-align: center !important;
		background-color: #dddddd !important;
		border: 1px #dddddd solid !important;
		outline: none !important;
		-webkit-transition: all 0.3s !important;
		-moz-transition: all 0.3s !important;
		transition: all 0.3s !important;
		animation: fadein 0.5s !important;
		-moz-animation: fadein 0.5s !important;
		-webkit-animation: fadein 0.5s !important;
		-o-animation: fadein 0.5s !important;
		animation-direction: inherit !important;
	}
	.store_button_add_to_cart img {
		margin-top:1px !important;
	}
	.store_button_view img {
		margin-top:0 !important;
	}
	.store_available_product {
		display:none !important;
	}
	.store_box_product_reference {
		display:none !important;
	}
	
	.page_content {
		position:relative;
		width:100%;
		min-height:1000px;
		margin-top:110px;
		background-color:#ffffff;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	.page_content_area {
		position:relative;
		max-width:90%;
		min-height:1000px;
		border:0px solid;
	}
	.register_page_block {
		width:calc(50% - 25px);
		display:inline-block;
		vertical-align:top;
		padding-right:22px;
		margin-right:22px;
		border-right:1px solid #f0f0f0;
	}
	.login_page_block {
		width:calc(50% - 25px);
		display:inline-block;
		vertical-align:top;
	}
	.register_login_page {
		width:100%;
		display:inline-block;
	}
	
	.box_popular_stores	
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:120px;
		height:100px; 
		padding:5px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:35px;
		background-color:#ffffff;
		border:1px #eeeeee solid;
		border-radius:5px;
		text-align:center;
		cursor:pointer;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 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;	
	}
	.box_popular_stores:hover {
		border: 1px #ffffff solid;
		box-shadow: 1px 1px 5px 0px #cccccc;
	}
	
	.homepage_banners	
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:300px; 
		padding:5px;
		margin-bottom:35px;
		background-color:#dddddd;
		border:1px #eeeeee solid;
		border-radius:5px;
		text-align:center;
		cursor:pointer;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top 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;	
	}
	.homepage_banners:nth-child(1) {
		margin-left:0;
	}
	.homepage_banners:nth-child(3) {
		margin-right:0;
	}
	.header_deliver_information
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:30px;
		border:0px #000000 solid;
		z-index:1;
		text-align: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_langs
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:30px;
		border:0px #000000 solid;
		z-index:1;
		text-align: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
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		height:150px;		
		margin-top:25px;
		margin-right:0px;
		border:0px #000000 solid;
		text-align:center;
		z-index:1;
		background-image:url(/_images/shopnow-logo.png);
		background-repeat:no-repeat;
		background-size:100%;
		-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;
	}
	.header_logo img
	{
		max-width:150px;
	}	
		
	.header_search
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:250px;
		height:38px;
		margin-top:20px;
		margin-bottom:20px;
		border:1px #cccccc solid;
		border-radius:36px; 		
		text-align: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_menu
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:50px;
		margin-top:80px;
		background-color:#000000;
		border:0px #cccccc solid;		
		text-align: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;			
	}
	
	nav
	{	
		position:absolute;
		padding:0px;
		margin:0px;
		width:100%;
		height:50px;
		height:auto;
		z-index:9;
  	}	
  	nav ul
	{
		padding:0;
		margin:0 auto;
		width:100%;
		height:50px;		
		display:none;
		height:auto;
		background-color:#000000;
  	}	
  	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;
		font-size:22px;
		vertical-align:middle;
		text-align:center;
		color:white !important;
		line-height:55px;
		background-color:#000000;
		
	}
	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;
	}	

	.link_menu
	{
		font-family: 'regular';
		font-size:22px;
		font-weight:normal;
		line-height:30px;	
		color:#000000 !important;

		-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;
	}
	.link_menu:hover
	{
		color:#C49900 !important;
	}
	.link_menu:visited
	{
		color:#000000;
	}
	.link_menu:active
	{
		color:#000000;
	}
	.link_menu_active
	{
		font-family: 'regular';
		font-size:22px;
		font-weight:normal;
		line-height:30px;	
		color:#C49900 !important;
		
		-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_cart_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:100%;
		height:50px;
		margin-top:-120px;
		border:0px #cccccc solid;		
		text-align: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_cart_salutation
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		color:#5f6670;
		padding:0px;
		text-align:center;
		border:0px #000000 solid;		

		-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;	
	}	
	
	.slider_homepage_caixa
	{
		position: relative;
		padding:0px;
		margin:0px;
		width:100%;
		height:400px;
		border:0px #000000 solid;
		z-index:1;

		-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;			
	}	
	.slider_homepage
	{
		position:relative; 
		width:100%;
		height:400px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
		border:0px #000000 solid;
		background-color:#eeeeee;
		margin-top:0px;
		padding:0px;
		
		-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;			
	}	
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:cover;	
		width:100%;
		height:400px;
		padding:0px;
		margin:0px;
		
		-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;			
	}			
	.slider_content_area
	{
		position:relative;
		width:90%;
		min-height:300px;
		margin-top:150px;
		border:0px #ffffff solid;
		text-align: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;			
	}
	.slider_content_area h1
	{
		font-family:'bold';
		font-size:50px;
		font-weight:bold;
		line-height:55px;
		text-transform:uupercase;
		color:#ffffff;

		-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;			
	}
	.slider_content_area h2
	{
		font-family:'regular';
		font-size:35px;
		font-weight:normal;
		line-height:40px;
		text-transform:uupercase;
		color:#ffffff;
		margin-top:10px;
		margin-bottom:10px;

		-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;			
	}
	.plusslider-arrows-wrapper
	{
		margin-top:-18px;
	}	
	.plusslider, .plusslider-container {
		height:400px !important;
	}
	
	.homepage_headline
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:250px; 
		margin-top:50px;
		margin-bottom:0px;
		border:0px #000000 solid;
		text-align: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;	
	}
	
	.box_content
	{ 
		width:90%;
		text-align:center;
		border:0px solid;
		
		-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;
	}		
	
	.box_category_frame
	{ 
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:300px;
		margin-left:15px;
		margin-right:15px;
		margin-top:50px;		
		margin-bottom:50px;		
		border:0px #eeeeee solid;
		text-align:center;
		overflow:hidden;
		cursor:pointer;

		-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;
	}
	.box_category
	{ 
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:300px;
		border:0px #ff0000 solid;
		text-align:center;
		overflow:hidden;
		z-index:9;
	}
	.box_category_image
	{ 
		position:absolute;
		width:100%;
		height:300px;
		border:0px #eeeeee solid;
		text-align:center;
		z-index:1;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		
		filter: brightness(50%);

		-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;
	}	
	.box_category:hover + .box_category_image
	{
		filter: brightness(100%);
	}	
	
	.box_products
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:250px;
		height:380px; 
		padding:5px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:35px;
		border:1px #eeeeee solid;
		border-radius:5px;
		text-align:center;
		cursor:pointer;
		
		-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;	
	}
	.box_products:hover
	{
		border:1px #ffffff solid;
		box-shadow:1px 1px 5px 0px #cccccc;
	}	
	.box_products .ribbon {
		margin:-1px;
	}
	.box_products_img {
		width:100%;
		height:250px;
		background-size:cover;
		background-position:top center;
		background-repeat:no-repeat;
		border:0px solid;
	}
	.box_products h1
	{
		font-family:'bold';
		font-weight:normal;
		font-size:20px;	
		line-height:20px;
		color:#222222 !important;
		letter-spacing:-1px;
		margin-top:10px;
	}		
	.box_products h2
	{
		position:absolute;
		bottom:45px;
		width:100%;
		font-family:'regular';
		font-weight:bold;
		font-size:30px;	
		line-height:30px;
		color:#27AAE2 !important;
		letter-spacing:-1px;
		margin-top:8px;
	}
	.box_products h3
	{
		position:absolute;
		bottom:60px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:15px;	
		line-height:20px;
		color:#000000 !important;
		letter-spacing:0px;
		margin-top:14px;
		margin:0px;
		padding:0px;		
	}
	.box_products h4
	{
		position:absolute;
		bottom:35px;
		width:100%;
		font-family:'light';
		font-weight:normal;
		font-size:11px;	
		line-height:11px;
		color:#777777 !important;
		letter-spacing:0px;
		margin-top:5px;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:0px;
		padding:0px;
	}	
	.box_products .button_grey {
		position:absolute;
		bottom:10px;
		margin-left:-33px;
	}
	.box_products .button_blue {
		position:absolute;
		bottom:10px;
		margin-left:5px;
	}
	.box_products .button_grey img {
		margin-top:1px;
	}
	.box_products .button_blue img {
		margin-top:1px;
		margin-left:-1px;
	}

	.box_brands
	{ 
		position:relative;
		display:inline-block;
		width:250px;
		height:300px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		vertical-align:top;
		border:1px #eeeeee solid;
		text-align: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;
	}
	.box_brands:hover
	{ 
		border:1px #aaaaaa solid;
	}	

	.box_blog
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:320px;
		min-height:300px;
		border:1px #eee solid;
		margin-bottom:40px;
		text-align: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;	
	}
	.box_blog:hover
	{
		border:1px #aaa solid;
	}	
	.box_blog_odd
	{
		margin-right:15px;
	}
	.box_blog_even
	{
		margin-left:15px;
	}
		
	.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: 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;	
	}
	
	.box_text
	{
		position:relative;
		display:inline-block;
		width:100%;
		min-height:500px;
		border:0px #eeeeee solid;
		text-align: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;			
	}
	
	.box_contacts_address
	{
		vertical-align:top;
		position:relative;
		display:inline-block;
		width:90%;
		min-height:200px;
		border:0px #cccccc solid;
		text-align: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;	
	}
	
	.box_contacts_form
	{
		vertical-align:top;
		position:relative;
		display:inline-block;
		width:90%;
		min-height:400px;
		border:0px #cccccc solid;
		margin-right:0px;
		margin-bottom:20px;
		float:unset;
		text-align: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;	
	}	
	
	#chrono_verification1_container_div
	{
		display:inline-block;
		float:unset !important;
		text-align:center !important;
	}
	
	
	.footer_newsletter
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;		
		min-height:70px;
		margin-top:25px;
		margin-bottom:0px;
		border:0px #ffffff solid;
		text-align: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;			
	}	
	
	.footer_newsletter_text
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:90%;
		min-height:70px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		text-align: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;		
	}	
	.footer_newsletter_form
	{
		position:relative;
		display:inline-block;
		vertical-align:top;		
		width:90%;
		min-height:100px;
		border:0px #ffffff solid;
		text-align: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;			
	}
	
	.footer_logo
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:300px;
		min-height:50px;
		margin-top:40px;
		margin-bottom:10px;
		border:0px #ffffff solid;
		text-align: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;			
	}		
	
	.footer_social
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		max-width:330px;
		min-height:50px;
		margin-top:20px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		text-align: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;			
	}	

	.footer_about
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:150px;
		margin-top:20px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		text-align: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;			
	}		
	.footer_about h2,
	.footer_about h3	
	{
		color:#ffffff;
	}
	
	.footer_info
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:150px;
		margin-top:20px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		text-align: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;			
	}		
	.footer_info h2,
	.footer_info h3	
	{
		color:#ffffff;
	}	
	
	.footer_payment
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:100px;
		margin-top:20px;
		margin-bottom:20px;
		border:0px #ffffff solid;
		text-align: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;	
	}
	.footer_payment h2,
	.footer_payment h3	
	{
		color:#ffffff;
	}	
	.footer_payment img {
		width:100%;
	}
	
	.footer_sale
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:150px;
		margin-top:20px;
		margin-bottom:40px;
		border:0px #ffffff solid;
		text-align: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;				
	}
	.footer_sale h2,
	.footer_sale h3	
	{
		color:#ffffff;
	}		

	.footer_all_rights_reserved
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:500px;
		margin-top:30px;
		border:0px #ffffff solid;
		text-align: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;			
	}	
	.footer_all_rights_reserved h3 {
		color:#ffffff;
	}

	
	
	
	
	.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:#24AADF !important;
		text-align:center;
		border:0px #cccccc solid;
		margin-bottom:20px;
	}	

	.store_button_buy
	{
		position:relative;
		width:100%;
		height:40px;
		line-height:30px;
		background-color:#24AADF !important;
		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;
	}
}