h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-family: 'Metrocity-Medium';
	font-weight: normal;
	font-size: 22px;
	line-height: 140%;
	color: #000;
}

h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-family: 'Metrocity-Medium';
	font-weight: normal;
	font-size: 15px;
	/*line-height: 22px;*/
	line-height: 150%;
	color: #000;
}

h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-family: 'Metrocity-Book';
	font-weight: normal;
	font-size: 13px;
	/*line-height: 23px;*/
	line-height: 21px;
	color: #000;
}

h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle {
	font-family: 'Metrocity-Medium';
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #000;
}

.signature {
	font-family: 'Metrocity-Book';
	font-weight: normal;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	text-transform: uppercase;
}

body, body .gm-style, p {
	font-family: 'Metrocity-Book';
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #000;
}

.small, .small::before, .small::after{
	font-size: 11px;
	line-height: 16px;
	/*color: #666;*/
}

b, strong {
	font-family: 'Metrocity-Bold';
	font-weight: normal;
}

a, .a {
	color: #000;
	text-decoration: none;
}

a:hover, .a:hover {
	text-decoration: underline;
}

.link {
	font-family: 'Metrocity-Medium';
	font-size: 13px;
	line-height: 17px;
	color: #000;
	text-decoration: none !important;
	border-bottom: 1px solid;
	display: inline-block;
}

.link:hover {
	border-color: transparent;
}

.light, .light p {
	border-color: #FFF;
	color: #FFF;
}

/* -------- FORM FIELDS ------- */
textarea, input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select {
	font-family: 'Metrocity-Book';
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	color: #333;
	padding: 12px 18px;
	border: 1px solid #DFDFDF;
}

input[type=file] {
	padding: 8px 10px;
}

textarea {
	line-height: 18px;
}

input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, textarea:hover, div.select:hover,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus {
	border-color: #000;
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, textarea:disabled, div.select[disabled] {
	background-color: #F7F7F7 !important;border: 1px solid #DFDFDF;-webkit-text-fill-color: #999;-webkit-opacity: 1;
}

select {
	height: auto;
}

div.select{
	position: relative;
	display: block;
	border: 1px solid #DFDFDF;
	overflow-x: hidden;
}

div.select select{
	position: relative;
	width: 100%;
	padding: 12px 30px 12px 18px;
	appearance:none;
	border: 0px !important;
	background: transparent;
	z-index: 10;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

div.select::after{
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
	width: 12px;
	height: 12px;
	background: url(/sysimages/icon-arrow-select.png) left top/12px no-repeat;
}

div.select.loading::after {
	background: url(/sysimages/variantsloader.gif) center center/18px no-repeat;
	width: 20px;
	right: 8px;
}

div.select select:disabled{
	background-color: #F7F7F7;
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

.lt-ie9 div.select select{
	width: 140%;
}

.MacOS select option{
    font-family: sans-serif;
}

::-webkit-input-placeholder{color: #666;}
::-moz-placeholder{color: #666;}
:-ms-input-placeholder{color: #666;}
:-moz-placeholder{color: #666;}
/* ---------------------------- */

/* --------- BUTTONS ---------- */
.button, button, input[type=submit], input[type=button] {
	font-family: 'Metrocity-Bold';
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	padding: 12px 57px;
	border: 2px solid #000;
	background-color: #000;
}

.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
	color: #000;
	border-color: #000;
	background-color: #FFF;
}

.button.btn-light, .button.white, button.btn-light, input[type=submit].btn-light, input[type=button].btn-light {
	color: #000;
	border-color: #FFF;
	background-color: #FFF;
}

.button.btn-light:hover, .button.white:hover, button.btn-light:hover, input[type=submit].btn-light:hover, input[type=button].btn-light:hover {
	color: #FFF;
	border-color: #FFF;
	background-color: #000;
}

.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
	font-family: 'Metrocity-Medium';
	font-size: 14px;
	color: #000;
	padding: 13px 58px;
	border: 1px solid #000;
	background-color: #FFF;
}

.button.btn2:not([disabled]):hover, button.btn2:not([disabled]):hover, input[type=submit].btn2:not([disabled]):hover, input[type=button].btn2:not([disabled]):hover, .buttonBlocks:not([disabled]):hover{
	color: #000;
	border-color: #D7D7D7;
	background-color: #D7D7D7;
}

.button.btn2.btn-light, button.btn2.btn-light, input[type=submit].btn2.btn-light, input[type=button].btn2.btn-light,
body #main .contentTitles_button.btn-light{
	color: #000;
	border-color: #FFF;
	background-color: #FFF;
}

.button.btn2.white:not([disabled]):hover, button.btn2.white:not([disabled]):hover, input[type=submit].btn2.white:not([disabled]):hover, input[type=button].btn2.white:not([disabled]):hover {
	color: #FFF;
	border-color: #FFF;
	background-color: #000;
}

.btn-cart{
	font-family: 'Metrocity-Bold';
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: #FFF;
	padding: 13px 35px;
	border: 1px solid #D50032;
	background-color: #D50032;
}

body.ANASOUSA .btn-cart{
	border: 1px solid #85888D;
	background-color: #85888D;
}

.btn-cart-esgotado {
	font-family: 'Metrocity-Bold';
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: #000;
	padding: 13px 35px;
	border: 1px solid #DFDFDF;
	background-color: #DFDFDF;
	cursor: default;
}

.btn-cart.smaller,
.btn-cart-esgotado.smaller{
	font-size: 13px;
	padding-top: 12px;
	padding-bottom: 11px;
}

.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
	color: #FFF;
	border-color: #920325;
	background-color: #920325;
}

body.ANASOUSA .btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
	color: #000;
	border-color: #85888D;
	background-color: #FFF;
}

.button.loader, button.loader, .btn-cart.loader {
	position: relative;
	color: black !important;
	background: #000 !important;
	border-color: #000 !important;
}

.button.loader::before, button.loader::before, .btn-cart.loader::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin: -13px 0 0 -13px;
	border-radius: 24px;
	border: rgba(255, 255, 255, 0.25) 2px solid;
	border-top-color: #fff;
	-webkit-animation: loader 750ms linear infinite;
	-moz-animation: loader 750ms linear infinite;animation: loader 750ms linear infinite;
}

button[disabled], .button[disabled] {
	cursor: default !important;
	opacity: 0.8;
}

@-moz-keyframes loader{ 100% { -moz-transform: rotate(360deg);}}
@-webkit-keyframes loader{ 100% { -webkit-transform: rotate(360deg);}}
@keyframes loader{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}
/* ---------------------------- */

/* ---------- FORMS ----------- */
.form-message .success,
.form-message .error,
.form-message .warning{
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	line-height: 18px;
}

.form-message .success a,
.form-message .error a,
.form-message .warning a {
	text-decoration: underline;
}

.form-message .success a:hover,
.form-message .error a:hover,
.form-message .warning a:hover {
	text-decoration: none;
}

.form-message .success {
	color: #428244;
	background-image: url(/sysimages/check.png);
	background-color: #DFF0D8;
}

.form-message .error {
	color: #E84B3C;
	background-image: url(/sysimages/error.png);
	background-color: #FFE0D9;
}

.form-message .warning {
	color: #B48E4D;
	background-image: url(/sysimages/alert.png);
	background-color: #FCF8E3;
}

.form-field .label-title{
	padding-bottom: 2px;
}

.form-field.displayError textarea {
	background-position: right top 6px;
}

#policy_page_link {
	text-decoration: underline;
}

#policy_page_link:hover {
	text-decoration: none;
}

.form-message .warning * {
	color: #B48E4D;
	line-height: 18px;
}

div.wrapper-form .form-field{margin-bottom: 10px;}
div.wrapper-form .bottom-form{padding-top: 15px;}

.form-field.displayError .label-title,
.form-field.displayError .checkbox-uni label {
	color: #EB5D4E;
}

.form-field.displayError input,
.form-field.displayError div.select,
.form-field.displayError textarea {
	background-color: #FAE5E7;
	border-color: #F54F4F !important;
}

.form-field.displayError input,
.form-field.displayError textarea {
	background: url(/sysimages/icon-error-input.png) right center/25px no-repeat;
}
/* ---------------------------- */

/* ---------- COLORS ---------- */
	body.BOTH .filters .cnt-filters .checkbox .check::before,
	body.BOTH .order-type .order-dropdown .check::before{background-color: #000;}

	/* ----- TEMPERATURA ------ */
	#header [data-shop="TEMPERATURA"] .submenu .title-menu,
	#header [data-shop="TEMPERATURA"] .submenu .title-menu a,
	#header [data-shop="TEMPERATURA"] .submenu ul li a{color: #D50032;}

	body.TEMPERATURA .filters .cnt-filters .checkbox .check::before,
	body.TEMPERATURA .order-type .order-dropdown .check::before,
	body.TEMPERATURA #footer,
	body.BOTH #footer::before{background-color: #D50032;}

	/* ------- ANASOUSA ------- */
	#header [data-shop="ANASOUSA"] .submenu .title-menu,
	#header [data-shop="ANASOUSA"] .submenu .title-menu a,
	#header [data-shop="ANASOUSA"] .submenu ul li a{color: #85888D;}

	body.ANASOUSA .filters .cnt-filters .checkbox .check::before,
	body.ANASOUSA .order-type .order-dropdown .check::before,
	body.ANASOUSA #footer,
	body.BOTH #footer::after{background-color: #85888D;}
/* ---------------------------- */

/* ----------- GERAL ---------- */
body #containerSite::before{background-color: rgba(51, 51, 51, 0.5);}
#containerSite-mask {background-color: rgba(0,0,0,0.3);}
#menu{background-color: whitesmoke;}
.border-color{border-color: lightgray;}
.container{max-width: 1440px;}
#footer .container{max-width: 972px;}
.flags .flag{font-family: 'Metrocity-Medium';font-size: 10px;line-height: 19px;color: #FFF;text-transform: uppercase;float: left;padding: 0 11px;}
.flags .flag:not(:last-child){margin-right: 5px;}

body.tablet .container {max-width: 100%;}
body.tablet #containerSite, body.tablet #header {min-width: 0;}

@media screen and (max-width: 1440px) {
	.container {max-width: 1404px}
}
@media screen and (max-width: 1366px) {
	.container {max-width: 1332px}
}
@media screen and (max-width: 1280px) {
	.container {max-width: 1242px}
}
@media screen and (min-width: 768px) {
	#containerSite, #header {min-width: 1140px}
}
@media screen and (max-width: 1140px){
	#header {position: absolute;}
}
/* ---------------------------- */

/* -------- ACCORDION --------- */
#main .accordion > li{border-color: transparent;}
#main .accordion > li > .accordion-head::after{content: '';position: absolute;top: calc(50% - 6px);right: 11px;width: 12px;height: 12px;background: url('/sysimages/icon-accordion.png') no-repeat left top/12px;}
body.ANASOUSA #main .accordion > li > .accordion-head::after{background-image: url(/sysimages/icon-accordion-anasousa.png);}
#main .accordion > li.active > .accordion-head::after{background-position: left bottom;}
#main:not(.reference) .accordion .accordion-head{font-family: 'Metrocity-Medium';font-size: 13px;text-transform: uppercase;padding: 4px 2px;}
#main:not(.reference) .accordion .accordion-content{padding: 0 2px 12px;}
/* ---------------------------- */

/* ----------- TABS ----------- */
.tabs-container:not(.vertical) .tabs{border-bottom: 0;text-align: center;}
.tabs-container:not(.vertical) .tabs li{position: relative;margin-left: 0 !important;padding-left: 1px !important;}
.tabs-container:not(.vertical) .tabs li:not(:last-child)::before{content: '';position: absolute;top: calc(50% - 11px);right: -1px;width: 1px;height: 22px;background: #d8d8d8;}
.tabs-container .tabs-item{font-family: 'Metrocity-Medium';text-decoration: none;color: rgba(0,0,0,0.4);font-size: 12px;font-weight: normal;padding: 10px 44px;border: 0;line-height: 100%;text-transform: uppercase;}
.tabs-container .tabs li.sel .tabs-item, .tabs-container .tabs .tabs-item:hover{color: #000;}
.tabs-container.vertical .tabs-item{padding-bottom: 0;border-bottom-width: 1px;display: inline-block;}
/* ---------------------------- */

/* ------ SLIM SCROLLBAR ------- */
.slim-scrollbar.ps.ps--active-x > .ps__scrollbar-x-rail,
.slim-scrollbar.ps.ps--active-y > .ps__scrollbar-y-rail,
.slim-scrollbar.ps:hover > .ps__scrollbar-y-rail:hover,
.slim-scrollbar.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail{width: 5px;opacity: 1;background-color: lightgray;border-radius: 8px;}
.slim-scrollbar.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.slim-scrollbar.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.slim-scrollbar.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.slim-scrollbar.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y{width: 5px;right: 0;border-radius: 8px;}
/* ---------------------------- */

/* ---------- POPUPS ---------- */
.mfp-close{background-image: url(/sysimages/icon_close.png);text-indent: -9999px;}
.mfp-close:hover{background-position: left bottom;}
/* ---------------------------- */

/* ---------- SOCIAL ---------- */
.icons_social a{padding: 0 !important;/*background-image: url(/sysimages/share-icons.png);*/}
.icons_social a:not(:first-child){margin-left: 4px;}
body.TEMPERATURA .icons_social a, .icons_social.social-TEMPERATURA a{background-image: url(/sysimages/share-icons-TEMPERATURA.png);}
body.ANASOUSA .icons_social a, .icons_social.social-ANASOUSA a{background-image: url(/sysimages/share-icons-ANASOUSA.png);}
/* ---------------------------- */

/* --------- SLIDERS ---------- */
.slider .slick-arrow{background-image: url(/sysimages/icon-controls.png);}
/* ---------------------------- */

/* ---------- HEADER ---------- */
#header .nav-top > ul > li > a,
#header .nav-top > ul > li > .a{font-size: 13px;font-family: "Metrocity-Medium";}
#header .shop-icons > ul > li > a span{font-family: 'FuturaStd-Book';font-size: 13px;}

#header .items-dropdown .item-desc .item-title span,
#header .items-dropdown .item-price .current{font-family: "Metrocity-Medium";font-size: 12px;}

#header .submenu .title-menu, #header .submenu .title-menu a{font-family: 'Metrocity-Medium';font-size: 14px;letter-spacing: 0.38px;}
#header .submenu ul li, #header .submenu ul li a{line-height: 16px;}
#header .submenu ul li a{font-size: 13px;}
#header .submenu ul li.featured a{font-family: 'Metrocity-Medium';}

.BOTH #header .nav-top > ul > li > a,
.BOTH #header .nav-top > ul > li > .a{font-family: 'Metrocity-Medium';}


/*.nav-top ul li a:hover, .nav-top ul li .a:hover {text-decoration: none; border-color: currentColor;}
.shop-icons > ul > li > a span{color: #FFF;background: #000;}
.menu {text-transform: uppercase;}
.menu > ul > li > a{text-decoration: none; color: #000;}
.submenu .column-menu .title-menu, .submenu .column-menu ul li a{font-size: 11px;line-height: 130%;}

.container-search #search, .container-search .autocompleter {font-family: 'Metrocity-Light';font-size: 25px;line-height: 30px;color: #000;}*/

.notifications .notification p{font-size: 10px;line-height: 16px;}
.notifications .notification p:not(.mobile-cart-notice) {color: #FFF;}
/* ---------------------------- */

/* ---------- FOOTER ---------- */
#footer .newsletter-footer .h4{color: #FFF;text-transform: uppercase;letter-spacing: 0.67px;}
#footer .newsletter-footer .custom-input{color: #FFF;text-decoration: none;}
#footer .newsletter-footer .custom-input span:first-child{font-size: 11px;}
#footer .newsletter-footer .custom-input span:last-child{font-family: 'Metrocity-Medium';font-size: 13px;text-transform: uppercase;}
#footer .menu-footer .title-menu, #footer .menu-footer .title-menu a{font-family: 'Metrocity-Medium';font-size: 13px;color: #FFF;letter-spacing: 0.38px;}
#footer .menu-footer ul li a{color: #FFF;}
#footer .menu-footer ul li, #footer .menu-footer ul li a{line-height: 18px;}

body.tablet #footer .menu-footer .title-menu{font-size: 14px;line-height: 20px;text-transform: uppercase;}
body.tablet #footer .menu-footer ul li, body.tablet #footer .menu-footer ul li a{font-size: 14px;line-height: 27px;}

@media screen and (max-width: 767px){
	#footer .menu-footer .title-menu{font-size: 14px;line-height: 20px;text-transform: uppercase;}
	#footer .menu-footer ul li, #footer .menu-footer ul li a{font-size: 14px;line-height: 27px;}
}
/* ---------------------------- */

/* ------- PRODUCT LIST ------- */
.products .filters .filters-active-item{font-size: 10px;line-height: 22px;}
.products .filters .checkbox .filter-name{line-height: 18px;}
/* .products .filters .checkbox.disabled .filter-name{text-decoration: line-through;} */
.products .filters .content-filters .title-filter .item-name{font-family: 'Metrocity-Medium';font-size: 13px;}
/* ---------------------------- */

/* ------- PRODUCT ITEM ------- */
.product-item .desc .name{font-family: 'Metrocity-Medium';text-transform: uppercase;}
.product-item .desc .price p{font-size: 13px;}
.product-item .desc .price .old{text-decoration: line-through;}
.product-item .desc .price .discount, .product-item .desc .price .discount + .current{color: #F42939;}
.product-item .wrapper-product-shop .a{text-decoration: none;}
.product-item .btn-open-variants, .product-item .title-sizes{font-family: 'Metrocity-Medium';font-size: 13px;color: #000;line-height: 22px;}
.product-item .wrapper-sizes .a{font-size: 12px;line-height: 21px;}
.product-item .wrapper-sizes .a:not(.disabled):hover{text-decoration: underline;}

@media screen and (min-width: 768px){
	.product-item .desc p{line-height: 19px;}
}

@media screen and (max-width: 767px){
	.product-item .desc p{line-height: 16px;}
	.product-item .btn-open-variants{font-size: 14px;text-decoration: none;}
}
/* ---------------------------- */

/* --- PRODUCT ITEM COMBINE --- */
.product-item-combine .desc .name{font-family: 'Metrocity-Medium';font-size: 14px;text-transform: uppercase;}
.product-item-combine .desc .price p{font-size: 14px;}
.product-item-combine .desc .price .old{text-decoration: line-through;}
.product-item-combine .desc .price .discount, .product-item-combine .desc .price .discount + .current{color: #F42939;}
/* ---------------------------- */

/* --------- PRODUCT ---------- */
.column-desc .name h1, .column-desc .h2.price{font-size: 25px;line-height: 130%;}
.column-desc .name h1{font-family: 'Metrocity-Bold';text-transform: uppercase;}
.column-desc .h2.price{font-family: 'Metrocity-Book';}
.column-desc .h2.price .discount,
.column-desc .h2.price .discount + .current{color: #F42939;}
.column-desc .ref p{color: #333;}
.column-desc .wrapper-colors .colors a, .column-desc .wrapper-colors .colors .a{font-size: 11px;}
.column-desc .info-shipping p{font-family: 'Metrocity-Medium';font-size: 11px;line-height: 16px;color: #000;}
.column-desc .info-points p span{font-family: 'Metrocity-Bold';color: #D50032;}
body.ANASOUSA .column-desc .info-shipping p span{color: #85888D;}
body.ANASOUSA .column-desc .info-points p span{color: #85888D;}
/* ---------------------------- */

/* ----------- BLOG ----------- */
body .blog .item-title{font-family: 'Metrocity-Medium';line-height: 150%;}
body .blog .featured-articles .title, body .blog .featured-articles .secondary-title{color: #FFF;}
body .blog .flags .flag {padding: 0 11px !important;background-color: #85888D;border-color: #85888D;}
body.TEMPERATURA .blog .flags .flag{background-color: #D50032;border-color: #D50032;}
body .blog .wrapper-sidebar .tags-featured .tags a:hover{border-color: rgba(0,0,0,0.4);}
body .blog .area-comments{border-color: #F1F1F1;}
/* ---------------------------- */

/* ---------- ACCOUNT --------- */
@media screen and (min-width: 768px){
	body .account .title-page p{font-family: 'Metrocity-Book';font-size: 12px;line-height: 21px;}
	body .account .title-page > div span{font-family: 'Metrocity-Book';font-size: 11px;line-height: 20px;color: #343434;}
	body .account .account-menu li.sel a span{font-family: "Metrocity-Medium";color: #000;}
	body .account .form-field p span:not([class]){color: #444747;}
	body .account .button, body .account button, body .account input[type=submit], body .account input[type=button]{font-family: 'Metrocity-Book';font-size: 11px;}
	body .account .special-button{font-size: 10px;}
}
/* ---------------------------- */

/* ---------- HOME --------- */
body .home .slider .description .home-slider-title{font-family: "Metrocity-Bold";font-size: 35px;line-height: 42px;padding-bottom: 8px;}
body .home .slider .description .home-slider-subtitle{padding-top: 16px;padding-bottom: 10px;font-family: "Metrocity-Medium";font-weight: normal;font-size: 22px;line-height: 26px;}
body .home .slider .description .home-slider-description{padding-top: 8px;}
body #main.home .slider .description .contentTitles_button{margin: 31px 0 0;background: transparent;font-family: 'Metrocity-Bold';font-weight: normal;font-size: 13px;line-height: normal;color: #888B8D;text-transform: uppercase;text-decoration: none !important;border: 0;border-bottom: 1px solid #888B8D;padding: 0;}
/* ---------------------------- */

/* ---------- BLOCOS --------- */
body .wrapper-banner-news .column-absolute p{font-family: "Metrocity-Bold";font-size: 50px;line-height: 60px;color: #fff;text-transform: uppercase;}
body .wrapper-banner-news .column-absolute a{font-family: "Metrocity-Bold";font-size: 14px;line-height: 14px;color: #fff;text-decoration: none;text-transform: uppercase;}
body .wrapper-banner-news .column-absolute a:hover{text-decoration: underline;}
/* ---------------------------- */

/* ---------- STORES --------- */
body .stores .wrapper-stores-info .wrapper-info .wrapper-top ul span{font-family: "Metrocity-Medium";font-size: 12px;line-height: 14px;text-transform: uppercase;}
body .stores .wrapper-stores-info .wrapper-store .wrapper-tooltip .tooltip .info p.small{color: #666;}
body .stores .wrapper-stores-info .wrapper-absolute-stores .see-more{font-size: 12px;line-height: 14px;text-transform: uppercase;}
/* ---------------------------- */

/* ---------- TABLET --------- */
	body.tablet .menu-inst li > *{font-family: "Metrocity-Medium";font-size: 13px;line-height: 16px;color: #000;}
	body.tablet .menu-mobile ul li a{text-transform: uppercase;text-decoration: none;font-family: "Metrocity-Bold";font-size: 16px;line-height: 19px;}
	body.tablet .menu-mobile ul[shop="ANASOUSA"] li a{color: #888B8D !important;}
	body.tablet .menu-mobile ul[shop="TEMPERATURA"] li a{color: #D50032 !important;}
	body.tablet .menu-mobile ul .sub-mobile.secondLevel > li > a{font-family: "Metrocity-Book";font-size: 15px;line-height: 15px;text-transform: none;}
	body.tablet #header .shop-icons > ul > li > a span{line-height: 38px;}
/* ---------------------------- */

/* ---------- MOBILE --------- */
@media screen and (max-width: 767px){

	body .heading-titles .title-heading-titles{font-size: 24px;line-height: 29px;}

	body .menu-mobile ul li a{text-transform: uppercase;text-decoration: none;font-family: "Metrocity-Bold";font-size: 16px;line-height: 19px;}
	body .menu-mobile ul .sub-mobile.secondLevel > li > a{font-family: "Metrocity-Book";font-size: 15px;line-height: 15px;text-transform: none;}
	body .menu-mobile ul[shop="ANASOUSA"] li a{color: #888B8D !important;}
	body .menu-mobile ul[shop="TEMPERATURA"] li a{color: #D50032 !important;}

	/* ---------- LISTAGEM --------- */
	.product-item .desc p.more-colors{font-size: 11px;line-height: 18px;font-style: italic;}
	/* ---------------------------- */

	/* ---------- DETALHE --------- */
	body .column-desc .name h1{font-size: 16px;line-height: 20px;}
	body .column-desc .h2.price{font-size: 16px;line-height: 20px;}
	body .column-desc .info-shipping p{font-size: 12px;}
	body .wrapper-absolute-options .title-sizes{font-family: "Metrocity-Medium";font-size: 13px;line-height: 16px;text-transform: uppercase;}
	body .wrapper-absolute-options .wrapper-sizes ul li .a{font-size: 14px;line-height: 30px;}
	body .wrapper-absolute-options .wrapper-sizes ul li .a span{background: #fff;font-size: 12px;line-height: 18px;color: #D50032;}
	body .wrapper-absolute-options .warning-sizes{font-size: 12px;line-height: 14px;color: #9E752F;}
	/* ---------------------------- */

	/* ---------- BLOCOS --------- */
	body .wrapper-banner-news .column-absolute p{font-size: 30px;line-height: 36px;}
	/* ---------------------------- */
}
/* ---------------------------- */
