h1:not(.nostyle), .h1:not(.nostyle), .title {
	font-family: 'RobotoCondensedRegular';
	font-weight: normal;
	font-size: 30px;
	line-height: 110%;
	color: #181721;
}

h2:not(.nostyle), .h2:not(.nostyle), .secondary-title {
	font-family: 'RobotoCondensedRegular';
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #181721;
}

h3:not(.nostyle), .h3:not(.nostyle), .subtitle {
	font-family: 'RobotoRegular';
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #444747;
}

h4:not(.nostyle), .h4:not(.nostyle), .secondary-subtitle, .blog .item-title{
	font-family: 'RobotoMedium';
	font-weight: normal;
	font-size: 13px;
	line-height: 160%;
	color: #444747;
}

.signature {
	font-family: 'RobotoRegular';
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
	color: #1C1923;
	text-transform: uppercase;
}

body, body .gm-style, p {
	font-family: 'RobotoRegular';
	font-weight: normal;
	font-size: 13px;
	line-height: 160%;
	color: #444747;
}

.small, .small::before, .small::after {
	font-size: 13px;
	line-height: 110%;
	color: #8A8D8D;
}

.text-block{}

b, strong {
	font-family: 'RobotoBold';
	font-weight: normal;
}

a, .a {
	color: #444747;
	text-decoration: none;
}

a:hover, .a:hover {
	color: #16A796;
	text-decoration: underline;
}

.text-block a, .text-block .a,
.page-content a, .page-content .a{
	text-decoration: underline;
}

.link {
	font-family: 'RobotoRegular';
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	color: #040707;
	text-decoration: none !important;
	border-bottom: 1px solid;
	display: inline-block;
}

.link:hover {
	color: #16A796;
}

.MacOS select option {
    font-family: sans-serif;
}

@media screen and (max-width: 767px){
	h1:not(.nostyle), .h1:not(.nostyle), .title{font-size: 26px;}
	body, body .gm-style, p {font-size: 14px;}
}

/* ------------ Blog ------------ */
.blog .featured-articles .title, .blog .featured-articles .secondary-title{color: #FFF;}
body .blog .flags .flag{background-color: #16AA99;border-color: #16AA99;}

/* ------------ Forms ------------ */
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: #666;
	padding: 13px 17px;
	border: 1px solid #CCC;
}
	
input[type=file] {
	padding: 11px 11px;
}

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: #3E3F43;
}

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: #EBEBEB !important;border: 1px solid #EBEBEB;-webkit-text-fill-color: #666;-webkit-opacity: 1;
}

select{
	height: auto;
}

div.select{
	position: relative;
	display: block;
	border: 1px solid lightgray;
	overflow-x: hidden;
}

div.select select{
	position: relative;
	width: 100%;
	padding-right: 30px;
	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% - 5px);
	right: 19px;
	width: 11px;
	height: 11px;
	background: url(/sysimages/icon-arrow-select.png) left top/11px 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: none;
}

div.select select::-ms-expand{
	display: none;
}

div.select[disabled]::after{
	opacity: 0.3;
}

.lt-ie9 div.select select{
	width: 140%;
}

/* Primary Button */
.button, button, input[type=submit], input[type=button] {
	font-family: 'Metrocity-Medium';
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 13px 23px;
	border: 1px solid #040707;
	background-color: #040707;
}

/* Primary Button Hover */
.button:not([disabled]):hover, button:not([disabled]):hover, input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover {
	color: #FFF;
	border-color: #1A2D2D;
	background-color: #1A2D2D;
}

/* Secondary Button */
.button.btn2, button.btn2, input[type=submit].btn2, input[type=button].btn2 {
	color: #646767;
	border-color: #C4C7C7;
	background-color: #FFF;
}

/* Secondary Button Hover */
.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: #040707;
	border-color: #040707;
	background-color: #FFF;
}

/* Primary Button White */
.button.btn-light, .button.white, button.btn-light, input[type=submit].btn-light, input[type=button].btn-light {
	color: #FFF;
	border-color: #FFF;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Secondary Button White */
.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: #FFF;
	border-color: #FFF;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Primary and Secondary Button White Hover */
.button.white:not([disabled]):hover, button.white:not([disabled]):hover, input[type=submit].white:not([disabled]):hover, input[type=button].white:not([disabled]):hover,
.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: #000;
	border-color: #FFF;
	background-color: #FFF;
}

.btn-cart {
	font-family: 'Metrocity-Medium';
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 13px 23px;
	border: 1px solid #16A796;
	background-color: #16A796;
}

.btn-cart:not([disabled]):not(.loader):not(.btn-cart-esgotado):hover{
	color: #000;
	border-color: #000;
	background-color: rgba(242, 242, 242, 0.5);
}

.btn-cart-esgotado, body .stock-alert .stock-alert-item{
	font-family: 'Metrocity-Medium';
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FFF !important;
	text-transform: uppercase;
	padding: 13px 23px;
	border: 1px solid #888;
	background-color: #888;
	cursor: default;
}

body .stock-alert .stock-alert-item{cursor: pointer;text-align: center;}
body .stock-alert .stock-alert-item:hover,
body .stock-alert .stock-alert-item.active{border-color: #040707;background: #040707;}

.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;
}

body.tablet .button, body.tablet button, body.tablet input[type=submit], body.tablet input[type=button],
body.tablet .btn-cart, body.tablet .btn-cart-esgotado, body.tablet body .stock-alert .stock-alert-item{padding-left: 10px;padding-right: 10px;}

@media screen and (max-width: 767px) {
	.btn-cart-esgotado, body .stock-alert .stock-alert-item{padding-left: 5px;padding-right: 5px;}
}

/* Home | Banners | Shop By Look (Quando selecionado texto claro nos banners) */
.light, .light p {
	border-color: #FFF;
	color: #FFF;
}

@-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);}}

::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}
:-moz-placeholder {color: #666;}

/* Avisos de sucesso e erro (formulários) */
.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;
}

div.wrapper-form .form-field{margin-bottom: 16px;}
.form-field textarea{min-height: 122px;}

.form-field .label-title{padding: 0 6px 2px;}
.bottom-bottom-form .required-notice{color: #8A8D8D;}

.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;
}

.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;
}

.form-field .wrapper-radio, .form-field .wrapper-check, .form-field .wrapper-checkbox{padding: 5px 6px 6px;}
.form-field .wrapper-radio .label-subtitle, .form-field .wrapper-check .label-subtitle, .form-field .wrapper-checkbox .label-subtitle{font-family: 'Metrocity-Book';font-size: 11px;color: #666;}

@media screen and (min-width: 768px){
	div.wrapper-form .bottom-form{padding-top: 25px;}
}

@media screen and (max-width: 767px){
	.bottom-bottom-form{text-align: left;}
}

/* Geral */
body #containerSite::before{background-color: rgba(4,7,7,0.2);}
#containerSite-mask{background-color: rgba(0,0,0,0.3);}
.mfp-bg{background: #040707;}
.mfp-zoom-in.mfp-bg.mfp-ready{opacity: 0.3;}
.mfp-close:hover{opacity: 0.8;}
.mfp-iframe-holder .mfp-content{max-width: 1068px;}
.mfp-iframe-holder .mfp-close{top: 0;right: 0;}
.mfp-iframe-scaler iframe{box-shadow: none;}

.border-color {border-color: lightgray;}
/*.container {max-width: 1470px;}*/

.container{max-width: 1440px;}

@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;}
	/*.tablet #containerSite, .tablet #header{min-width: 1024px;}*/
}
body.tablet #containerSite, body.tablet #header {min-width: 0;}
@media screen and (min-width: 768px) and (max-width: 1140px){
	body #header{position: absolute;}
}

/* Accordion */
#main .accordion > li, .border_color {
	border-color: lightgray;
}

/*.accordion .accordion-head::after {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	right: 18px;
	width: 10px;
	height: 10px;
	background: url('/sysimages/icon-accordion.png') no-repeat left top/10px;
}
*/
.accordion > li.active .accordion-head::after {
	background-position: left bottom;
}

/* ----------- TABS ----------- */
body .tabs-container:not(.vertical) .tabs{text-align: center;}
body .tabs-container:not(.vertical) .tabs li{margin-left: -1px;}
body .tabs-container:not(.vertical) .tabs li a{font-family: 'Metrocity-Book';font-weight: normal;font-size: 12px;color: #949797;text-transform: uppercase;text-decoration: none;position: relative;display: inline-block;padding: 8px 23px;border: 1px solid #DCDCDC;}
body .tabs-container:not(.vertical) .tabs li.sel a, body .tabs-container:not(.vertical) .tabs li:hover a{color: #040707;border-color: #040707;z-index: 1;opacity: 1;}

@media screen and (max-width: 767px){
	body .tabs-container:not(.vertical) .tabs li a{padding: 6px 13px;}
}
/* ---------------------------- */

/* Slim Scrollbar (Minicart, Product List Filters) */
.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;
}

/*.product-item .desc .price .discount {
	line-height: 100%;
}*/

/* Popups */
.mfp-close {
	background-image: url(/sysimages/icon_close.png);
	text-indent: -9999px;
}

.mfp-close:hover {
	background-position: left bottom;
}

/* Social */
.icons_social a {
	background-image: url(/sysimages/share-icons.png);
}

footer .icons_social a {
	background-image: url(/sysimages/share-icons-social.png);
}

/* Sliders */
.slider .slick-arrow {
	background-image: url(/sysimages/icon-controls.png);
}

/* ---------- HEADER ---------- */
#header .container-search input[type=search], #header .container-search .autocompleter-hint{font-family: 'RobotoRegular';font-size: 11px;line-height: 13px;color: #040707;}
#header .container-search input[type=search]::-webkit-input-placeholder{color: #333;}
#header .container-search input[type=search]::-moz-placeholder{color: #333;}
#header .container-search input[type=search]:-ms-input-placeholder{color: #333;}
#header .container-search input[type=search]:-moz-placeholder{color: #333;}
#header .items-dropdown-search .item-desc .item-brand{font-family: 'RobotoBold';font-size: 12px;line-height: 14px;color: #B6B6B6;text-transform: uppercase;}
#header .items-dropdown-search .item-desc .item-title{line-height: 20px;color: #040707;}
#header .items-dropdown-search .item-desc .item-price{font-family: 'RobotoBold';font-size: 14px;color: #040707;}
#header .nav-top > ul > li > a, #header .nav-top > ul > li > .a{font-size: 11px;/*letter-spacing: 0.7px;*/color: #333;text-transform: uppercase;}
#header .nav-top .submenu p:not(.username){font-family: 'RobotoBold';font-size: 14px;}
#header .shop-icons > ul > li > a span{font-family: 'RobotoBold';font-size: 10px;/*letter-spacing: 0.45px;*/color: #FFF;background: #000;}
#header .items-dropdown .items-list p{line-height: 20px;}
#header .items-dropdown .item-title{padding-bottom: 0;color: #040707;}
#header .items-dropdown .item-price .current{font-family: 'RobotoBold';font-size: 14px;color: #040707;}
#header .items-dropdown .item-ref{color: #999;}
#header .menu > ul > li > a{font-family: 'MuliRegular';font-size: 13px;line-height: 20px;color: #FFF;text-decoration: none;text-transform: uppercase;}
#header .menu > ul > li:hover > a, #header .menu > ul > li.sel > a{color: #040707;}
#header .submenu .title-menu, #header .submenu .title-menu p, #header .submenu .title-menu a{font-size: 12px;line-height: 140%;color: #343737;text-transform: uppercase;text-decoration: none;}
#header .submenu .title-menu a:hover{color: #000;background-image: linear-gradient(to bottom, #000, #000 2px);background-size: 1px 1px;background-repeat: repeat-x;background-position: bottom;}
#header .submenu .column-menu ul li, #header .submenu .column-menu ul li a{font-size: 12px;line-height: 140%;color: #555;}
#header .menu-featured ul{list-style: none;margin: 0;}
#header .menu-featured ul li{float: left;}
#header .menu-featured ul li a{font-family: 'RobotoRegular';font-size: 11px;line-height: 20px;color: #999;/*letter-spacing: 0.5px;*/text-transform: uppercase;text-decoration: none;}
#header .menu-featured ul li a:hover{color: #FFF;}
.notifications .notification p{font-size: 10px;line-height: 16px;}
.notifications .notification p:not(.mobile-cart-notice) {color: #FFF;}
/* ---------------------------- */

/* -------- MENU MOBILE ------- */
body .search-mobile input{font-size: 15px;color: #666;}
body .menu-mobile .main-menu > li > a{font-family: 'Metrocity-Medium';font-size: 15px;color: #202C3A;text-transform: uppercase;}
body .menu-mobile .main-menu > li{border-color: #CCC;}
body .menu-mobile .main-menu > li.sel > a{color: #FFF;}
body .menu-mobile .main-menu > li > .sub-mobile li a{font-family: 'Metrocity-Book';font-size: 13px !important;color: #383D3D;}
body .menu-mobile .main-menu > li > .sub-mobile > li > a{text-transform: uppercase;}
body .menu-mobile .menu-inst li a, body #account-menu ul.account-menu-inst li a{font-family: 'Metrocity-Book';font-weight: normal;font-size: 12px;color: #FFF;text-transform: uppercase;}
body.tablet .menu-mobile ul > li > a, body.tablet .menu-mobile .menu-inst li a{-webkit-text-size-adjust: none !important;}
/* ---------------------------- */

/* ---------- FOOTER ---------- */
#footer .column-inst .text-footer p{line-height: 150%;}
#footer .column-inst .share-hashtag p{font-family: 'Metrocity-Medium';font-size: 12px;line-height: 20px;color: #040707;}
#footer .column-menu .title-menu{font-family: 'RobotoMedium';color: #040707;text-transform: uppercase;}
#footer .column-menu ul li a{font-size: 12px;color: #555;}
#footer .bottom-footer .copy-notice p, #footer .bottom-footer .copy-notice a{font-size: 12px;color: #707070;}

/*@media screen and (min-width: 768px){
	#footer .bottom-footer .copy-notice p, #footer .bottom-footer .copy-notice a{letter-spacing: 0.55px;}
}*/

@media screen and (max-width: 767px){
	#footer .column-menu .title-menu{font-size: 15px;}
	#footer .column-menu ul li a{font-size: 14px;}
}
/* ---------------------------- */

/* ------- PRODUCT LIST ------- */
@media screen and (min-width: 768px){
	.products .filters .title-filter{font-size: 12px;line-height: 16px;color: #040707;/*letter-spacing: 0.51px;*/}
	.products .filters .checkbox .filter-name{font-size: 12px;color: #040707;line-height: 16px;}
	.products .filters .clear-filter{font-family: 'RobotoRegular';font-weight: normal;font-size: 13px;line-height: 15px;color: #040707;text-transform: none;text-decoration: none !important;}
	.products .filters .clear-filter:hover{color: #16A796;text-decoration: none !important;}
	.products .filters .clear-filters{font-size: 11px;line-height: 16px;color: #040707;/*letter-spacing: 0.51px;*/}
}

@media screen and (max-width: 767px){
	.products .top-filters .row .column a{font-size: 11px;/*letter-spacing: 0.51px;*/color: #040707;text-transform: uppercase;}
}
/* ---------------------------- */

/* ------- PRODUCT ITEM ------- */
body .blog .flags .flag,
body .product .flags .flag,
body .products .flags .flag{font-family: 'MuliExtraBold';font-weight: normal;font-size: 11px;line-height: 20px;/*letter-spacing: 0.51px;*/color: #FFF;text-transform: uppercase;}
body .product-item .desc .key1-name{font-family: 'RobotoBold';font-size: 12px;line-height: 16px;color: #B6B6B6;text-transform: uppercase;}
body .product-item .desc .name, body .product.ads .desc .name{font-family: 'RobotoMedium';line-height: 18px;color: #040707;}
body .product-item .desc .price p.desde{line-height: 18px;color: #666;}
body .product-item .desc .price p.old{line-height: 18px;color: #666;text-decoration: line-through;}
body .product-item .desc .price p.discount{font-family: 'RobotoBold';line-height: 18px;color: #D0021B;}
body .product-item .desc .price p.current{font-family: 'RobotoBold';font-size: 16px;line-height: 21px;color: #040707;}
body .product-item .desc .item-buttons .button{font-family: 'Metrocity-Book';color: #343737;background-color: #F2F2F2;border-color: #F2F2F2;}
body .product-item .desc .item-buttons .button:not([disabled]):hover{color: #FFF;background-color: #040707;border-color: #040707;}

@media screen and (max-width: 767px){
	body .product-item .desc .item-buttons .button{padding-left: 10px;padding-right: 10px;}
}
/* ---------------------------- */

/* --------- PRODUCT ---------- */
.product .column-desc .brand .secondary-subtitle{font-size: 14px;color: #B6B6B6;text-transform: uppercase;}
.product .column-desc .ref .small, .product .column-desc .ean .small,
.product .column-desc .reviews .small, .product .column-desc .reviews .small a:not(:hover){color: #999;}
.product .column-desc .label-desc b{font-family: inherit;}
.product .column-desc .price .old, .product .column-desc .price .discount{font-size: 16px;line-height: 100%;}
.product .column-desc .price .old{font-family: 'RobotoRegular';color: #666;}
.product .column-desc .price .discount{font-family: 'RobotoBlack';color: #D0021B;}
.product .column-desc .price .current{font-family: 'RobotoMedium';font-size: 28px;color: #16A796;}
.product .column-desc .buttons .selectQtd .qtd{font-family: 'RobotoRegular';font-size: 12px;color: #343737;}
.product .column-desc .buttons .selectQtd .input_nav{font-weight: 600;font-size: 14px;}
.product .column-desc .rows-product ul li a, .product .column-desc .rows-product ul li p{font-family: 'RobotoMedium';font-size: 11px;color: #040707;text-transform: uppercase;}

@media screen and (max-width: 767px){
	.product .column-desc .name h1{font-size: 30px;}
	.product .column-desc .price .old, .product .column-desc .price .discount{font-size: 18px;}
	.product .column-desc .price .current{font-size: 30px;}
	.product .column-desc .rdc-product-promo-title p{font-size: 16px;}
}
/* ---------------------------- */

/* ---------- STORES ---------- */
.stores.ref03 .container-map .info-box-wrap .store-info a{color: #444747;}
/* ---------------------------- */

/* ---------- ACCOUNT --------- */
@media screen and (min-width: 768px){
	body .account .title-page h1{font-size: 30px;line-height: 110%;}
	body .account .title-page p{font-family: 'RobotoRegular';font-size: 14px;line-height: 150%;color: #444747;}
	body .account .title-page > div span{font-family: 'Metrocity-Book';font-size: 11px;line-height: 20px;color: #343434;}
	body .account .account-menu li a{font-family: 'RobotoMedium';font-size: 13px;color: #666;}
	body .account .account-menu li.sel a{color: #040707;}
	body .account .form-field p{font-family: 'RobotoRegular';font-size: 13px;color: #444747;}
	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;}
}
/* ---------------------------- */