/*POP UP*/
/* Overlay styles */
#popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* Popup styles */
#popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*background-color: #fff;*/

	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	z-index: 9999;

	/*background-image:url('/wp-content/uploads/2024/12/popUp.jpeg');*/
	/*
	 * width: 500px;
	 * background-position:center;
	 * border-top: 3px solid #f86;  
	 * padding: 20px;*/
	/* Black Friday */
	background-position: top;
	border-top: 0px solid #fff;
	/*width: 600px;
	padding: 60px 20px 60px 20px;
	background-repeat: no-repeat;
	background-size:contain;
	*/
}

#popup h2,
#popup p,
#popup button {
	color: white;
	text-align: center;
	text-shadow: #000000 3px 3px 3px;
}
#popup h2 {
	font-size: 28px;
}
#popup p {
	font-size: 20px;
}

.wc_payment_method.payment_method_eupago_mbway img {
	float: right;
	object-position: 20px;
}

.woocommerce-checkout
	form.woocommerce-checkout
	#order_review
	.shop_table
	tfoot
	.cart-subtotal-tax {
	display: none;
}

/* Close button styles */
button#close-popup {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: 0;
	right: 15px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}

/* iphone 5 <=  */
@media only screen and (max-width: 540px) {
	#popup h2 {
		font-size: 19px;
	}
	#popup p {
		font-size: 14px;
	}
	#popup {
		width: 90%;
		margin: 0 auto;
	}
}

/* esconde rinput para criar conta no checkout */
.woocommerce-checkout p.create-account {
	display: none;
}

#header {
	position: fixed;
}
#main {
	padding-top: 225px;
}
.archive #main {
	padding-top: 0;
}
.archive .shop-page-title {
	padding-top: 175px;
}
.gap-metro {
	min-height: 30px;
}
p.eager-warning {
	padding: 0.5rem;
	margin: 0.15rem 0;
	color: #00205c;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.error404 #main {
	padding-top: 220px;
}
.error404 a {
	color: #f60;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.error404 a:hover {
	color: rgba(255, 102, 0, 0.5);
}
.error404 .header-font {
	font-size: 8em;
	font-weight: 700;
	opacity: 0.8;
	color: transparent;
	background: #666;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-shadow: 0 3px 3px rgba(255, 255, 255, 0.5);
}
.pt-404-0 {
	padding-top: 0 !important;
}
.pb-404-0 {
	padding-bottom: 0 !important;
}
.mb-404 {
	padding-bottom: 50px !important;
}
.flex-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
}
.col-404 {
	padding: 0 3em;
	flex-basis: 65%;
}
#top-bar,
.metro-header-main,
.metro-top-level-widget,
.metro-top-menu,
.top-links {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.metro-header-fixed .header-wrapper:not(.stuck) .logo img {
	transition: max-height 0.3s;
}
.metro-header-fixed .top-links {
	margin-top: -25px;
	transform: translateY(-25px);
}
.metro-header-fixed .metro-header-main {
	height: 110px;
}
.metro-header-fixed #logo img {
	max-height: 85px;
}
.metro-header-fixed .header-main .nav > li > a {
	padding: 6px 0;
}
#header {
	background: #f0f0f0;
}
.header-top {
	background-color: transparent;
	border-top: 6px solid #00205c;
}
.metro-top-bar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	background: 0 0;
	margin-bottom: 1.5rem;
}
.metro-top-bar a span.asterico {
	margin: -2px 0 0 4px;
	font-size: 1rem;
}
.metro-top-bar > ul > li > div {
	display: inline-flex;
	font-family: Roboto, sans-serif;
	font-size: 13px;
}
.metro-top-bar > ul > li > div:not(:first-child) {
	margin-left: 1.6rem;
}
.metro-top-bar > ul > li > div > a {
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	line-height: 1;
	padding: 0 5px;
	color: #00205c;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.metro-top-bar > ul > li > div > a > i {
	padding-right: 0.25rem;
}
.metro-top-bar > ul > li > div > a:hover {
	color: #f60;
}
.metro-topbar-idiomas .idiomas {
	cursor: pointer;
	margin-right: 0.25rem;
	padding-right: 0.75rem;
	color: #00205c;
	display: block;
}
.metro-topbar-idiomas .idiomas .flag-icon:after,
.metro-topbar-idiomas .idiomas .idiomas-text:after {
	content: "\f2f9";
	font-family: Material-Design-Iconic-Font;
	position: absolute;
	color: rgba(0, 32, 92, 0.75);
	font-size: 1.2rem;
}
.metro-topbar-idiomas .idiomas {
	padding-left: 0.25rem;
}
.metro-topbar-idiomas .idiomas .flag-icon:after {
	top: -5px;
	right: -14px;
	line-height: 1;
}
.metro-topbar-idiomas .idiomas .idiomas-text:after {
	top: 0.215rem;
	right: 0;
	line-height: 1;
}
.header-main {
	border-bottom: 6px solid #f60;
}
.header-main .nav > li > a {
	font-weight: 400;
	letter-spacing: 0;
	font-size: 0.8rem;
	color: #f60;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.25);
}
.header-main .nav > li.active > a {
	color: #00205c;
}
.header-main .nav > li > a.nav-top-not-logged-in {
	color: #f60;
}
.header-main .nav > li > a.account-link {
	color: #f60;
}
.header-main .nav > li > a:hover {
	color: #00205c;
}
.logo-left .logo {
	margin: 0 20px 0 0;
}
.metro-top-menu {
	align-self: flex-end;
}
.metro-header-right-column {
	width: 52%;
	max-width: 52%;
	align-self: flex-end;
	margin-bottom: 0.5rem;
}
.metro-top-account-menu {
	margin: 0;
}
.metro-top-account-menu > li > a {
	padding: 8px 0;
	flex-direction: row-reverse;
}
.nav-dark .metro-top-account-menu > li.header-divider {
	border-color: rgba(255, 102, 0, 0.95);
}
.metro-top-account-menu > li > a > span {
	display: inline-flex;
	padding-top: 0.25rem;
}
.metro-top-account-menu > li:last-child > a > span + i {
	margin-left: 0;
	margin-right: 10px;
}
.metro-top-account-menu > li > a > span + i {
	margin-left: 0;
	margin-right: 5px;
	font-size: 16px;
}
.metro-top-account-menu .icon-heart-o::after,
.metro-top-account-menu .icon-shopping-cart::after {
	background-color: #00205c;
	right: -14px;
	line-height: 22px;
	letter-spacing: 0;
	height: 22px;
	min-width: 22px;
}
.metro-top-account-menu .icon-heart-o::after {
	top: -15px;
}
.metro-top-account-menu .icon-shopping-cart::after {
	top: -18px;
}
.metro-top-account-menu [data-icon-label]::after {
	font-family: Roboto, sans-serif;
}
.product-sku {
	color: #00205c;
}
.metro-top-search .search-form {
	width: 100%;
}
.metro-top-search .searchform button.orange-metro {
	background-color: #f60;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.metro-top-search .search-field {
	background-color: #fff;
	border-color: rgba(255, 102, 0, 0.75);
	height: 2.55em;
	width: 100%;
}
.metro-top-search .search-field::placeholder {
	color: rgba(255, 102, 0, 0.75);
	opacity: 0.75;
}
.metro-top-search .search-field:focus {
	background-color: #fff;
	color: #f60;
	border-color: #f60;
	box-shadow: 0 0 1px 0 rgba(255, 102, 0, 0.5);
}
.metro-top-search .search-field:focus::placeholder {
	color: #f60;
}
.metro-header-bottom {
	position: relative;
	background: #00205c;
	z-index: 1;
}
.metro-top-menu .menu-item i._mi {
	margin-top: 0;
}
.metro-top-menu .menu-item i._before,
.rtl .menu-item i._after {
	margin-right: 0;
}
.metro-top-menu .icon-origin i {
	position: absolute;
	left: 60%;
	top: 0;
	transform: translate(-60%, -90%);
	margin-top: 0;
	margin-right: 0;
}
.metro-top-menu .icon-flipped i {
	position: absolute;
	top: -52%;
	left: 40%;
	transform: scaleX(-1);
	margin-top: 0;
	margin-right: 0;
}
.metro-mobile-header-inner {
	justify-content: start;
}
.metro-mobile-header-inner .mobile_metro_menu_title {
	width: 100%;
}
.metro-mobile-header-inner .mobile_metro_menu_title a {
	color: #ffd9bf;
	text-transform: uppercase;
	font-variant: all-small-caps;
}
.metro-mobile-header-inner .mobile_metro_menu_title a:hover {
	color: #ffb380;
}
.container .account-container .account-login-inner {
	border-top: 8px solid #00205c;
	border-left: 1px solid #00205c;
	border-right: 1px solid #00205c;
	border-bottom: 1px solid #00205c;
	max-width: 400px;
	margin: 0 auto;
	padding: 30px 30px 0;
}
.container .account-container .metro_login_title {
	text-align: center;
	padding: 1rem 0.5rem;
	text-transform: none;
	font-size: 0.9em;
	font-variant: normal;
	font-weight: lighter;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.container .account-container .metro_login_title {
	background: #c5daff;
	color: #00205c;
}
.container .account-container .woocommerce-form-login {
	margin-top: 0.75em;
	margin-bottom: 2em;
}
.container .account-container .metro_login_logo span {
	display: inline-block;
	max-width: 45%;
}
.container .account-container .metro-login-field-icon {
	float: right;
	width: 45px;
	padding: 0.8em 0;
	background: #ededed;
	margin-left: -55px;
	margin-top: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.container .account-container input.woocommerce-Input {
	height: 3em;
	margin-bottom: 0.75em;
	font-size: 0.9em;
	color: #00205c;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.container
	.account-container
	input.woocommerce-Input::-webkit-input-placeholder {
	font-style: italic;
}
.container .account-container input.woocommerce-Input::-moz-placeholder {
	font-style: italic;
}
.container .account-container input.woocommerce-Input:-ms-input-placeholder {
	font-style: italic;
}
.container .account-container input.woocommerce-Input:-moz-placeholder {
	font-style: italic;
}
.container .account-container .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding: 0.75em 0.5em;
	font-size: 0.9em;
	margin-bottom: 0.75em;
	color: #f60;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.container
	.account-container
	.woocommerce-form-login__rememberme
	.woocommerce-form__input-checkbox {
	margin-bottom: 0.05em;
}
.container .account-container .woocommerce-form-login__fakebutton,
.container .account-container .woocommerce-form-login__submit {
	width: 100%;
	min-height: 3em;
	line-height: 1;
	font-weight: 400;
	margin-right: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.container .account-container .woocommerce-form-login__submit {
	display: none;
}
.container .account-container .woocommerce-LostPassword {
	text-align: center;
	line-height: 1;
}
.container .account-container .metro_login_copyright {
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1.4em;
	margin-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1.4em 0 0;
	color: rgba(0, 32, 92, 0.75);
}
.container .account-container .metro-button-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 3em;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 400;
	font-size: 0.75em;
	margin-right: 0;
	background: rgba(255, 102, 0, 0.1);
	color: rgba(0, 32, 92, 0.7) !important;
	border: 1px solid rgba(0, 32, 92, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.container .account-container .metro-button-link:hover {
	color: rgba(0, 32, 92, 0.9) !important;
	background: rgba(255, 102, 0, 0.5);
}
#login-form-popup {
	/*max-width: 400px;*/
	max-width: 875px;
	border-top: 8px solid #00205c;
}
#login-form-popup .metro_login_title {
	text-align: center;
	padding: 1rem 0.5rem;
	text-transform: none;
	font-size: 0.9em;
	font-variant: normal;
	font-weight: lighter;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login-form-popup .metro_login_title {
	background: #c5daff;
	color: #00205c;
}
#login-form-popup .woocommerce-form-login {
	margin-bottom: 1em;
}
#login-form-popup .metro_login_logo span {
	display: inline-block;
	max-width: 45%;
}
.lightbox-content .lightbox-inner {
	padding: 30px 40px 5px;
}
#login-form-popup .metro-login-field-icon {
	float: right;
	width: 45px;
	padding: 0.8em 0;
	background: #ededed;
	margin-left: -55px;
	margin-top: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
#login-form-popup input.woocommerce-Input {
	height: 3em;
	margin-bottom: 0.75em;
	font-size: 0.9em;
	color: #00205c;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login-form-popup input.woocommerce-Input::-webkit-input-placeholder {
	font-style: italic;
}
#login-form-popup input.woocommerce-Input::-moz-placeholder {
	font-style: italic;
}
#login-form-popup input.woocommerce-Input:-ms-input-placeholder {
	font-style: italic;
}
#login-form-popup input.woocommerce-Input:-moz-placeholder {
	font-style: italic;
}
#login-form-popup .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding: 0.75em 0.5em;
	font-size: 0.9em;
	margin-bottom: 0.75em;
	color: #f60;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login-form-popup
	.woocommerce-form-login__rememberme
	.woocommerce-form__input-checkbox {
	margin-bottom: 0.05em;
}
#login-form-popup .woocommerce-form-login__fakebutton,
#login-form-popup .woocommerce-form-login__submit {
	width: 100%;
	min-height: 3em;
	line-height: 1;
	font-weight: 400;
	margin-right: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login-form-popup .woocommerce-form-login__submit {
	display: none;
}
#login-form-popup .woocommerce-LostPassword {
	text-align: center;
	line-height: 1;
}
#login-form-popup .metro_login_copyright {
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1.4em;
	margin-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1.4em 0 0;
	color: rgba(0, 32, 92, 0.75);
}
#login-form-popup .metro-button-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 3em;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 400;
	font-size: 0.75em;
	margin-right: 0;
	background: rgba(255, 102, 0, 0.1);
	color: rgba(0, 32, 92, 0.7) !important;
	border: 1px solid rgba(0, 32, 92, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#login-form-popup .metro-button-link:hover {
	color: rgba(0, 32, 92, 0.9) !important;
	background: rgba(255, 102, 0, 0.5);
}
.registration-form.woocommerce > h2 {
	display: none;
}
ul.menu_categorias_produtos {
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
ul.menu_categorias_produtos > li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	transition: background-color 0.3s;
}
ul.menu_categorias_produtos > li + li {
	border: none;
}
ul.menu_categorias_produtos > li > a {
	position: relative;
	display: inline-flex;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	justify-content: center;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	letter-spacing: -0.025em;
	line-height: 1;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	z-index: 1;
}
ul.menu_categorias_produtos > li.current-menu-item a,
ul.menu_categorias_produtos > li > a:hover {
	background: #f60;
	color: #fff;
}

/* BLOG */
.blog .more-link {
	line-height: 2.5em;
	padding-top: 2px;
}
.blog .is-divider {
	height: 1px;
	background-color: #ff6600;
	width: 100%;
	max-width: 100%;
}
.blog footer.entry-meta {
	border-top: none;
	margin-top: 1em;
	font-style: italic;
}
.entry-image.relative {
	text-align: center;
	max-height: 500px;
	overflow: hidden;
}

.entry-image.relative .badge.top {
	left: 10px;
}
.entry-image.relative a img {
	max-width: 50%;
	height: auto;
}
.entry-content.single-page {
	max-width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px auto 0;
}
.entry-content.single-page .blog-share {
	width: 100%;
}

@media (min-width: 850px) {
	.entry-image-float {
		max-width: 25%;
		margin-right: 6em;
	}
}
footer.entry-meta {
	font-style: italic;
}
footer.entry-meta a {
	color: rgb(255, 102, 0);
}
footer.entry-meta a:hover {
	color: rgba(255, 102, 0, 0.75);
}
.archive.category .image-cover img {
	max-width: 325px;
	height: auto;
}
.archive.category .post-title {
	color: #00205c;
}
.archive.category .is-divider {
	background-color: #ff6600;
	height: 1px;
}
.archive.category .box-list-view .box .box-image,
.archive.category .box-list-view .box .box-text,
.archive.category .box-vertical .box-image,
.archive.category .box-vertical .box-text {
	vertical-align: top;
}
/* end blog */

@media screen and (max-width: 849px) {
	.logo-left .logo {
		margin-top: 0;
	}
	.mobile-nav.nav-left > li.has-icon > a {
		padding: 0.25rem 0.5rem;
		border: solid 1px rgba(255, 102, 0, 0.4);
		text-shadow: none;
	}
	.mobile-nav.nav-left > li.has-icon > a:hover {
		border: solid 1px rgba(255, 102, 0, 0.75);
		background: #f60;
	}
	.mobile-nav.nav-left > li.has-icon > a > i.icon-menu {
		text-shadow: none;
	}
	.mobile-nav.nav-left > li.has-icon > a:hover > i.icon-menu {
		text-shadow: none;
		color: #fff !important;
	}
	.mobile-nav.nav-categorias-produtos {
		padding: 0.5rem 2rem;
	}
	.mobile-nav.nav-categorias-produtos > li.has-icon > a {
		border: solid 1px rgba(250, 250, 250, 0.5);
		color: rgba(250, 250, 250, 0.75);
	}
	.mobile-nav.nav-categorias-produtos > li.has-icon > a > i.icon-menu {
		font-size: 1.35em;
	}
	#categorias-produtos-menu-mobile h5 {
		padding: 1rem;
		background-color: rgba(0, 32, 92, 0.1);
		color: #00205c;
		font-weight: 400;
		margin-bottom: 0;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	}
	#categorias-produtos-menu-mobile > .sidebar-menu {
		padding: 0;
	}
	#categorias-produtos-menu-mobile > .sidebar-menu > .nav {
		align-items: flex-start;
	}
	ul#menu-categorias-de-produtos-mobile,
	ul#menu-categorias-de-produtos-mobile li a {
		width: 100%;
	}
	ul#menu-categorias-de-produtos-mobile li a {
		font-size: 0.9rem;
		color: rgba(0, 32, 92, 0.5);
	}
	ul#menu-categorias-de-produtos-mobile li a:hover {
		background-color: rgba(0, 32, 92, 0.05);
		color: rgba(0, 32, 92, 0.95);
	}
}
.slider-home .flickity-slider > a,
.slider-home .flickity-slider > a > img,
.slider-home .flickity-slider > div:not(.col),
.slider-home .flickity-slider > figure,
.slider-home .flickity-slider > img,
.slider-home .flickity-slider > p {
	transition: transform 2s, opacity 2s, box-shadow 2s;
}
.slider-home .metro_slide_banner {
	background-color: transparent;
}
.slider-home .slider-text-box .text-inner h1 {
	font-size: 2.8em;
	text-transform: none;
	font-variant: normal;
	padding: 0.5rem 0;
	letter-spacing: 0.15rem;
	text-shadow: 5px 5px 16px rgba(0, 0, 0, 0.25);
}
.slider-home .slider-text-box .text-inner h1.shadow {
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.slider-home .slider-text-box .text-inner h2 {
	font-size: 2.2em;
	text-transform: none;
	font-variant: normal;
	letter-spacing: 0.15rem;
}
.slider-home .slider-text-box .text-inner h3 {
	font-size: 1.8em;
	text-transform: none;
	font-variant: normal;
	letter-spacing: 0.15rem;
}
.slider-home .slider-text-box .text-inner h3.baseboard {
	padding: 1rem 0;
}
.slider-home .slider-home-link {
	background: #fff;
	border: solid 1px #f60;
	padding: 0.7em 1.6em 0.6em;
	text-transform: uppercase;
	font-size: 0.8rem;
	border-radius: 5px;
	line-height: 2.5em;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.19);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slider-home .slider-home-link:hover {
	background: #f60;
	color: #fff;
}
.slider-home .slider-page-link {
	background: #f60;
	color: #fff;
	border: solid 1px #f60;
	padding: 0.7em 1.6em 0.6em;
	text-transform: uppercase;
	font-size: 0.8rem;
	border-radius: 5px;
	line-height: 2.5em;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.19);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.slider-home .slider-page-link:hover {
	background: #ffa366;
	border-color: #ffa366;
	color: #fff;
}
.pum-theme-metro-popup .pum-container {
	padding: 15px 40px 35px;
}
.pum-theme-metro-popup .pum-content h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
}
.pum-theme-metro-popup .pum-content h1 span.metro-popup-title {
	color: #00205c;
	font-weight: 400;
}
.pum-theme-metro-popup .pum-content + .pum-close {
	position: relative !important;
	top: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pum-theme-metro-popup .pum-content + .pum-close:hover {
	background: #f60;
}
.pum-theme-metro-popup .pum-content .metro-close-popup {
	float: right;
	font-size: 1rem;
	font-weight: 400;
	padding: 0.15rem 0.375rem 0.25rem;
	border: solid 1px rgba(0, 32, 92, 0.25);
	color: rgba(0, 32, 92, 0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pum-theme-metro-popup .pum-content .metro-close-popup:hover {
	border: solid 1px rgba(0, 32, 92, 0.5);
	color: rgba(0, 32, 92, 0.75);
}
.hustle-ui .hustle-info .hustle-group-content p {
	font-size: 1rem !important;
}
.hustle-ui.module_id_1 .hustle-layout {
	padding: 10px 20px 15px;
}
.hustle-ui:not(.hustle-size--small)
	.hustle-info.hustle-info--default
	.hustle-layout
	.hustle-layout-header {
	padding: 20px 20px 0 !important;
}
.hustle-ui
	.hustle-info.hustle-info--default
	.hustle-layout
	.hustle-layout-header
	.hustle-title {
	font-family: Roboto, sans-serif !important;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(255, 102, 0, 0.5);
}
.hustle-ui
	.hustle-info.hustle-info--default
	.hustle-layout
	.hustle-layout-header
	+ div {
	border-top: none !important;
}
.hustle-ui.module_id_1 .hustle-button-icon {
	top: 67px;
	right: 34px;
}
.hustle-ui .hustle-button-icon [class*="hustle-icon-"] {
	font-size: 1rem !important;
}
.hustle-btn {
	font-family: Roboto, sans-serif !important;
	font-size: 1rem !important;
	margin: 0.5rem 0 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.hustle-btn-primary {
	background: #00205c;
	color: #fff !important;
	border: 1px solid #00205c !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.hustle-btn-primary:hover {
	background: #fff;
	color: #00205c !important;
}
.top-banner-box h2 {
	margin: 35px 0;
	letter-spacing: 6px;
	font-size: 3.2em;
}
.top-banner-box h3 {
	letter-spacing: 3px;
	font-size: 2.2em;
}
.top-banner-box .button-saiba-mais {
	background: #fff;
	color: #00205c;
	font-size: 13px;
	letter-spacing: normal;
	padding: 0.2rem 2.5rem 0.15rem;
	font-weight: lighter;
	border: none;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.05px;
	animation: zoominsaibamais 1s forwards;
}
.top-banner-box .button-saiba-mais span {
	background: 0 0;
	display: inline-block;
}
.top-banner-box .button-saiba-mais:hover {
	background: #f60 !important;
	color: #fff !important;
}
.home-page-section {
	padding: 30px 0 0 !important;
}
.middle-banner-box {
	display: flex;
}
.middle-banner-box h1 {
	font-size: 2.6rem;
}
.middle-banner-box h2:nth-child(2) {
	margin-top: 30px;
	margin-bottom: 20px;
}
.middle-banner-box h2:nth-child(3) {
	margin-top: 20px;
	margin-bottom: 30px;
}
.middle-banner-box h2 {
	margin: 30px 0;
	font-size: 2rem;
	line-height: 0.5;
}
.middle-banner-box .button-saiba-mais {
	background: #fff;
	color: #00205c;
	font-size: 13px;
	letter-spacing: normal;
	padding: 0.2rem 2.5rem 0.15rem;
	font-weight: lighter;
	border: none;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.05px;
	animation: zoominsaibamais 1s forwards;
}
.middle-banner-box .button-saiba-mais span {
	background: 0 0;
	display: inline-block;
}
.middle-banner-box .button-saiba-mais:hover {
	background: #f60 !important;
	color: #fff !important;
}
h4.pedidos-industriais {
	font-size: 1.5rem;
	letter-spacing: 0.025rem;
}
.industrial-requests a,
.industrial-requests h1 {
	color: #fddd00;
}
.section-title-container {
	margin-bottom: 1em;
}
.pages-sections p,
.projeto-home p,
.sugestao-home p {
	color: #111;
}
.pages-sections a,
.projeto-home a,
.sugestao-home a {
	color: #f60;
}
.pages-sections a:hover,
.projeto-home a:hover .sugestao-home a:hover {
	color: #ffb380;
}
.pages-sections p.contacto-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 0.85);
}
.pages-sections .contacto-icon i {
	font-size: 1rem;
	padding-right: 0.15rem;
	line-height: 1;
}
.pages-sections .contacto-title {
	line-height: 1.5;
}
.pages-sections .contacto-info {
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.5);
}
.pages-sections .contacto-mail a {
	color: #666;
}
.pages-sections .contacto-mail a:hover {
	color: #e65540;
}
.page-template .banner h1,
.page-template-default .banner h1 {
	font-size: 2.6rem;
}
.page-template .banner h1,
.page-template .banner h3,
.page-template-default .banner h1,
.page-template-default .banner h3 {
	color: #fff;
	border-bottom: none;
}
.page-template .industrial-requests a,
.page-template .industrial-requests h1 {
	color: #fddd00;
	text-transform: none;
	font-variant: normal;
	border-bottom: none;
	margin: 0 0 0.5rem;
	padding: 0 0 0.5rem;
}
.page-template .industrial-requests a:hover {
	color: #fff;
}
.page-template h1,
.page-template h3,
.page-template-default h1,
.page-template-default h3 {
	color: #00205c;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	position: relative;
}
.page-template h1,
.page-template-default h1 {
	font-size: 2rem;
	margin-top: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid rgba(255, 102, 0, 0.5);
}
.page-template h3,
.page-template-default h3 {
	padding: 0.5rem 0;
}
.page-template-default h4 {
	color: #00205c;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
}
.page-template p,
.page-template-default p {
	color: #212121;
}
.page-template li,
.page-template-default li {
	font-family: Roboto, sans-serif;
	color: #313131;
}
.page-template a,
.page-template-default a {
	color: #f60;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.page-template a:hover,
.page-template-default a:hover {
	color: #ffb380;
}
#footer h4.pedidos-industriais {
	color: #fff;
}
#footer h4.pedidos-industriais a {
	color: #ffb380;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#footer h4.pedidos-industriais a:hover {
	color: #e65540;
}
.page-template footer a,
.page-template-default footer a {
	color: rgba(0, 32, 92, 0.5);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.page-template footer a:hover,
.page-template-default footer a:hover {
	color: #e65540;
}
.page-template footer a#top-link:hover,
.page-template-default footer a#top-link:hover {
	color: #fff;
}
.page-template .metro-info-lang-and-deliver a,
.page-template-default .metro-info-lang-and-deliver a {
	color: #00205c;
}
.page-template .metro-info-lang-and-deliver a:hover,
.page-template-default .metro-info-lang-and-deliver a:hover {
	color: #f2f2f2;
}
.metro_slide_banner .text-inner h1 {
	margin: 0;
}
.pages-subtitles h1,
.pages-subtitles h3 {
	color: #212529;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	position: relative;
	border-bottom-color: rgba(255, 102, 0, 0.5);
}
.pages-subtitles h1 {
	font-size: 2rem;
	padding-bottom: 0.5rem;
}
.pages-subtitles h3 {
	font-size: 1.2rem;
	padding-bottom: 0.75rem;
}
.pages-subtitles h1 span,
.pages-subtitles h3 span,
.pages-subtitles-box h4 span {
	border-bottom: none;
}
.pages-subtitles-box h4 {
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	position: relative;
	border-bottom-color: rgba(255, 102, 0, 0.25);
}
.titulos-termos h4 {
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	position: relative;
	border-bottom: none;
}
.titulos-termos h4 span {
	border-bottom-color: rgba(255, 102, 0, 0.5);
}
.termos-box .col {
	padding-bottom: 20px;
}
.termos-box p {
	margin-bottom: 0.5em;
}
.termos-box p.logotipos {
	font-weight: 700;
}
.termos-box p.logotipos img {
	margin-bottom: 0.5em;
}
.termos-box ol {
	list-style: lower-alpha;
	padding-left: 1em;
}
.termos-box ol li {
	margin-bottom: 0;
}
ol.lista-termos {
	list-style-type: decimal;
}
ol.lista-termos li {
	margin-bottom: 0.25em;
}
@keyframes zoominsaibamais {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
.row .metro-whislist-section {
	padding: 0;
}
.metro-whislist-section .wishlist-title {
	margin-top: -1rem;
}
.metro-whislist-section .wishlist-title h2 {
	font-size: 1.6rem;
	padding-bottom: 1rem;
	color: #212529;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	position: relative;
	border-bottom: 2px solid rgba(255, 102, 0, 0.5);
}
.metro-whislist-section .wishlist_table thead tr th {
	padding-bottom: 1rem;
}
.metro-whislist-section .social-icons a,
.metro-whislist-section .social-icons a i,
.metro-whislist-section a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.metro-whislist-section .add_to_cart_button {
	font-size: 12px;
	color: #fff;
	background: #f60;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 0;
}
.metro-whislist-section a.icon-remove,
.metro-whislist-section a.remove {
	font-size: 16px !important;
}
.grid-tools a {
	color: #fff;
	background-color: #00205c;
}
.grid-tools a:hover {
	color: #ffb380;
}
.box-text {
	font-size: 0.8em;
}
.box-text .added_to_cart.wc-forward,
.box-text .button {
	margin-left: auto;
	margin-right: auto;
}
.single-product #main {
	padding-top: 0;
}
.product-page-title {
	padding-top: 185px;
}
.titulo-produto {
	color: #00205c;
}
.informar-destaque {
	color: #00205c !important;
	font-size: 1rem;
	margin: 0.5rem 0;
}
.descritivo-produto li {
	margin-bottom: 0;
	font-size: 0.8rem;
}
.product-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-container p {
	color: rgba(17, 17, 17, 0.75);
}
.product-info a {
	color: rgba(0, 32, 92, 0.5);
}
.product-info a:hover {
	color: rgba(0, 32, 92, 0.75);
}
.product-title {
	color: rgba(0, 32, 92, 0.75);
}
.woocommerce-tabs .nav > li > a {
	font-size: 1rem;
}
.nav > li.header-divider {
	height: 20px;
}
.woocommerce-page .page-title-inner {
	border-bottom: 2px solid rgba(255, 102, 0, 0.5);
	padding-bottom: 0.25rem;
}
.woocommerce-breadcrumb {
	font-size: 2rem;
	color: #212529;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	padding: 10px 0;
}
.wc-proceed-to-checkout a.checkout-button {
	padding-top: 0.3rem;
	padding-bottom: 0.2rem;
	background: rgba(255, 102, 0, 0.5);
	border: 1px solid rgba(255, 102, 0, 0.5);
	color: #00205c;
	font-size: 0.85rem;
}
.wc-proceed-to-checkout a.checkout-button:hover {
	box-shadow: none;
	background: #f60;
	color: #fff;
}
#place_order {
	background-color: #f60;
	line-height: 2;
}
.box-text-products {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.box-text-products .title-wrapper {
	padding-right: 0;
	text-align: center;
	min-width: 100%;
}
.box-text-products .title-wrapper p.product-title {
	padding: 0.5rem;
	overflow: hidden;
	line-height: 1;
	font-weight: 600;
}
.box-text-products .title-wrapper p.product-title a {
	display: block;
}
.box-text-products .price-wrapper {
	width: 100%;
	text-align: center;
	padding: 0.75rem 0;
	margin: 0 1.5rem 0.5rem;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(99, 99, 99, 0.25);
	-moz-box-shadow: 1px 1px 3px 1px rgba(99, 99, 99, 0.25);
	box-shadow: 1px 1px 3px 1px rgba(99, 99, 99, 0.25);
}
.box-text-products .add-to-cart-button {
	width: 100%;
	text-align: center;
}
.woocommerce-price-suffix {
	color: #f60;
	font-size: 11px;
}
.header-cart-link > .header-cart-title > .cart-price small.tax_label {
	display: none;
}
.dashboard-links {
	font-size: 1.2em;
}
.dashboard-links a {
	color: rgba(0, 32, 92, 0.7);
}
.dashboard-links a:hover {
	background-color: #ffb380;
	color: #00205c;
}
.woocommerce-Button {
	background: #fff;
	color: rgba(0, 32, 92, 0.7) !important;
	margin-bottom: 0;
	border: 1px solid rgba(0, 32, 92, 0.25);
	font-size: 0.8em;
}
.woocommerce-Button:hover {
	background: #ffb380;
	box-shadow: none;
}
.woocommerce-MyAccount-content .woocommerce-button {
	background: rgba(0, 32, 92, 0.1);
	color: rgba(0, 32, 92, 0.5);
	margin: 0 0.25rem 0;
}
.woocommerce-MyAccount-content .woocommerce-button:hover {
	background: rgba(0, 32, 92, 0.05);
	color: rgba(0, 32, 92, 0.75);
	box-shadow: none;
}
#my-account-nav li a {
	color: #00205c;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: lighter;
}
#my-account-nav li {
	background: #f7f9fc;
}
#my-account-nav li.active {
	background: #dce6f5;
}
#my-account-nav li a:before {
	background-color: #00205c;
}
#my-account-nav li a:after {
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 1.25em;
	opacity: 0.5;
}
#my-account-nav .woocommerce-MyAccount-navigation-link--dashboard a:after {
	content: "\f0e4";
}
#my-account-nav .woocommerce-MyAccount-navigation-link--orders a:after {
	content: "\f07a";
	font-size: 1.4em;
}
#my-account-nav .woocommerce-MyAccount-navigation-link--edit-address a:after {
	content: "\f015";
	font-size: 1.4em;
}
#my-account-nav .woocommerce-MyAccount-navigation-link--edit-account a:after {
	content: "\f2be";
	font-size: 1.2em;
}
#my-account-nav
	.woocommerce-MyAccount-navigation-link--customer-logout
	a:after {
	content: "\f08b";
	font-size: 1.3em;
}
.nav-dropdown li.woocommerce-MyAccount-navigation-link a {
	color: rgba(0, 32, 92, 0.65);
	border-bottom: 1px solid rgba(0, 32, 92, 0.25);
}
.nav-dropdown li.woocommerce-MyAccount-navigation-link a:hover {
	color: rgba(0, 32, 92, 0.9);
}
.nav-dropdown li.woocommerce-MyAccount-navigation-link a:after {
	font-family: FontAwesome;
	font-size: 1em;
	right: 30px;
	position: absolute;
	opacity: 0.75;
}
.nav-dropdown .woocommerce-MyAccount-navigation-link--dashboard a:after {
	content: "\f0e4";
}
.nav-dropdown .woocommerce-MyAccount-navigation-link--orders a:after {
	content: "\f07a";
}
.nav-dropdown .woocommerce-MyAccount-navigation-link--edit-address a:after {
	content: "\f015";
}
.nav-dropdown .woocommerce-MyAccount-navigation-link--edit-account a:after {
	content: "\f2be";
}
.nav-dropdown .woocommerce-MyAccount-navigation-link--customer-logout a:after {
	content: "\f08b";
}
.metro-wrapper-messages {
	display: block;
	padding: 0 1em;
	margin: 0.5em auto 0;
}
.metro-wrapper-messages .metro-woocommerce-errors,
.metro-wrapper-messages .metro-woocommerce-messages {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.metro-wrapper-messages .metro-woocommerce-errors .message-container,
.metro-wrapper-messages .metro-woocommerce-messages .message-container {
	margin: 0;
	padding: 0 0 0.5em;
}
.metro-wrapper-messages
	.metro-woocommerce-messages
	.message-container.success-color {
	color: #00205c;
	font-weight: 700;
}
.metro-wrapper-messages
	.metro-woocommerce-messages
	.message-container.alert-color {
	color: #f40;
	font-weight: 700;
}
.metro-wrapper-messages + main .product-main {
	padding-top: 15px;
}
.metro-woocommerce-errors span.error {
	color: #e2401c;
	display: block !important;
	font-weight: 700;
}
.woocommerce-mini-cart__buttons a.wc-forward {
	background: #fff;
	border: 1px solid rgba(255, 102, 0, 0.25);
	color: rgba(255, 102, 0, 0.75);
	font-size: 0.8rem;
}
.woocommerce-mini-cart__buttons a.wc-forward:hover {
	box-shadow: none;
	background: rgba(255, 102, 0, 0.25);
	color: rgba(0, 32, 92, 0.75);
}
.woocommerce-mini-cart__buttons a#woo_pp_ec_button {
	display: none;
}
.metro__custom_option {
	display: block;
	padding: 1rem 0;
	border-top: solid 1px rgba(0, 32, 92, 0.1);
}
.metro__custom_option label span {
	color: #f60;
	padding-left: 0.25rem;
	font-size: 1rem;
}
.metro__custom_option input {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 0.75em;
	height: 2.507em;
	font-size: 0.97em;
	border-radius: 0;
	max-width: 100%;
	width: 25%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
.woocommerce-EditAccountForm.edit-account #metro_user_newsletters_field {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
#metro_user_newsletters_field {
	padding-top: 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}
#metro_user_privacy_field {
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#metro_user_newsletters_field label,
#metro_user_privacy_field label {
	cursor: pointer;
	color: #00205c;
}
#metro_user_newsletters_field input,
#metro_user_newsletters_field label,
#metro_user_newsletters_field span.woocommerce-input-wrapper,
#metro_user_privacy_field input,
#metro_user_privacy_field label,
#metro_user_privacy_field span.woocommerce-input-wrapper {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: text-top;
}
#metro_user_newsletters_field input,
#metro_user_privacy_field input {
	margin-top: 0.1rem;
}
#metro_user_newsletters_field label.checkbox,
#metro_user_privacy_field label.checkbox {
	font-size: 0.7em;
}
#metro_user_privacy_field abbr.required {
	color: #f60;
	font-size: 0.9rem;
	line-height: 0;
}
.woocommerce-form-register .woocommerce-form-row {
	margin-bottom: 0;
}
.woocommerce-form-register .woocommerce-form-row input {
	margin-bottom: 0.5rem;
}
.flexrow {
	display: flex;
	align-items: center;
}
.flexrow-bt {
	margin: 0;
}
.flexrow-bb {
	border-bottom: 1px solid rgba(0, 32, 92, 0.2);
	padding-bottom: 0.2em;
}
input.input-check {
	margin: 0 5px 0 0;
}
.autoriza {
	display: inline-block;
	font-size: 0.7rem;
	padding-top: 0.25rem;
	color: #212121;
	font-weight: 400;
	letter-spacing: -0.025em;
}
.autoriza span.required {
	padding-left: 0.1rem;
	color: #f60;
}
.cart-container.page-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cart-container.page-checkout .message-container.success-color {
	border-bottom: solid 1px #7a9c59;
	padding-bottom: 0.75em;
}
.metro-clear-cart-button {
	border: 2px solid #ff9c59;
	background-color: transparent;
	color: #ff9c59 !important;
}
.metro-clear-cart-button:hover {
	border: 2px solid #f40;
	color: #f40 !important;
	box-shadow: none;
}
.wpcf7 .form-metro-forms {
	padding: 0 0 0.5rem;
}
.wpcf7 .form-metro-forms label {
	color: #555;
	font-family: Montserrat-Regular;
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1.8;
}
.wpcf7 .form-metro-forms label span.asterisco {
	color: #f60;
	padding-left: 0.25rem;
	font-size: 1.2rem;
}
.wpcf7 .form-metro-forms input {
	box-shadow: none;
	border-color: #e6e6e6;
	font-family: Montserrat-Regular;
	font-weight: 300;
	font-size: 0.8rem;
	padding: 1.2rem 0.5rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.wpcf7 .form-metro-forms select {
	font-weight: 300;
	font-size: 0.8rem;
	padding: 0 0.5rem;
	min-height: 40px;
}
.wpcf7 .form-metro-forms textarea {
	box-shadow: none;
	resize: vertical;
	max-height: 12rem;
	border-color: #e6e6e6;
	font-family: Montserrat-Regular;
	font-weight: 300;
	font-size: 0.8rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.wpcf7 .form-metro-forms input::placeholder,
.wpcf7 .form-metro-forms textarea::placeholder {
	font-style: italic;
}
.wpcf7 .form-metro-forms input::-webkit-input-placeholder,
.wpcf7 .form-metro-forms textarea::-webkit-input-placeholder {
	font-style: italic;
}
.wpcf7 .form-metro-forms input::-moz-placeholder,
.wpcf7 .form-metro-forms textarea::-moz-placeholder {
	font-style: italic;
}
.wpcf7 .form-metro-forms input:-ms-input-placeholder,
.wpcf7 .form-metro-forms textarea:-ms-input-placeholder {
	font-style: italic;
}
.wpcf7 .form-metro-forms input:-moz-placeholder,
.wpcf7 .form-metro-forms textarea:-moz-placeholder {
	font-style: italic;
}
.wpcf7 .form-metro-forms .wpcf7-submit {
	font-family: Roboto, sans-serif;
	background: #f60;
	font-size: 0.9rem;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0.1rem 4rem;
	text-transform: none;
}
.wpcf7 .form-metro-forms .wpcf7-submit:hover {
	background: #00205c;
}
.metro-search-bar {
	display: flex;
	justify-content: end;
	margin-bottom: 1em;
}
.metro-search-bar .metro-search-input {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2 !important;
	padding: 0.25rem 0.5rem;
	color: #00205c;
	font-size: 13px;
	width: 100%;
	min-width: 200px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.metro-search-bar .icon-wrapper {
	position: relative;
}
.metro-search-bar .icon-wrapper::after {
	content: "\f1c3";
	font-family: Material-Design-Iconic-Font;
	font-size: 18px;
	position: absolute;
	top: 2px;
	right: 10px;
	color: #00205c;
	opacity: 0.25;
}
.metro-search-bar .metro-search-input::placeholder {
	color: #00205c;
	opacity: 0.25;
}
#footer .metro-footer-title {
	font-family: Roboto, sans-serif;
	color: #00205c;
	line-height: 1.5;
	text-transform: uppercase;
}
#footer .metro-footer-title h4 {
	font-weight: 500;
	font-size: 1rem;
}
#footer .metro-footer-title .section-title-main {
	border-bottom: none;
}
#footer p {
	font-family: Roboto, sans-serif;
	font-size: 0.8em;
	color: rgba(0, 32, 92, 0.5);
	line-height: 1.8;
}
#footer p span {
	color: rgba(0, 32, 92, 0.75);
	font-weight: 400;
}
#footer p.metro-footer-social {
	margin-top: 1.6rem;
}
.follow-us-icon,
.metro-footer-link {
	color: rgba(0, 32, 92, 0.5);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.follow-us-icon:hover,
.metro-footer-link:hover {
	color: #e65540;
}
#footer p.metro-footer-social span.follow-us-text {
	color: rgba(0, 32, 92, 0.5);
}
.follow-us-icon {
	padding-left: 0.25rem;
	font-size: 1.15rem;
}
.metrofooter .phpeverywherewidget .is-divider,
.metrofooter .phpeverywherewidget .widget-title {
	display: none;
}
ul.footer_menu_categorias_produtos,
ul.footer_menu_otherlinks {
	float: left;
	padding-left: 0;
	width: 50%;
	line-height: 1;
}
ul.footer_menu_categorias_produtos > li > a,
ul.footer_menu_otherlinks > li > a {
	font-family: Roboto, sans-serif;
	font-size: 0.8em;
	color: rgba(0, 32, 92, 0.5);
	padding: 5px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
ul.footer_menu_categorias_produtos a:hover,
ul.footer_menu_otherlinks a:hover {
	color: #e65540;
}
#nav_metro_footer {
	float: left;
	padding-left: 0;
}
#nav_metro_footer a {
	font-family: Roboto, sans-serif;
	font-size: 0.8em;
	color: rgba(0, 32, 92, 0.5);
	padding: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#nav_metro_footer a:hover {
	color: #e65540;
}
p.metro-copyright {
	color: #a5a5a5 !important;
	font-size: 0.7rem !important;
}
#footer .footer-2 .widget {
	margin-bottom: 1rem;
}
#footer .footer-2 {
	text-align: center;
}
#footer li.footer_active_link a {
	color: #f63;
}
#footer li.footer_active_link::before {
	content: "\25ca";
	position: relative;
	top: 0;
	left: 0;
	opacity: 1;
	color: #f63;
}
.jconfirm-metro-light .jconfirm-box {
	width: 380px;
	border-top: solid 10px #f60;
	margin-top: -25%;
}
.jconfirm-metro-light .jconfirm-title-c {
	text-align: center;
}
.jconfirm-metro-light .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 0;
}
.jconfirm-metro-light .jconfirm-content .container {
	width: 100%;
	overflow: hidden;
}
.jconfirm-metro-light .jconfirm-content .container .row {
	margin-left: -15px;
	margin-right: -15px;
}
.jconfirm-metro-light .jconfirm-content .container .row .col-md-6 {
	width: 50%;
	padding: 0 1em;
}
.jconfirm-metro-light .jconfirm-content .container .row .col-md-6:first-child {
	padding-right: 0.2em;
}
.jconfirm-metro-light .jconfirm-content .container .row .col-md-6:last-child {
	padding-left: 0.2em;
}
.jconfirm-metro-light .jconfirm-content .container .row .col-md-6 select {
	margin-bottom: 0;
}
.jconfirm-metro-light
	.jconfirm-content
	.container
	.row
	.col-md-6
	select
	option:disabled {
	cursor: not-allowed;
}
.jconfirm-metro-light .jconfirm-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 5px;
}
.jconfirm-metro-light .jconfirm-buttons button {
	padding: 10px 25px;
}
.jconfirm-box {
	width: 400px;
	border-top: solid 10px #0056f5;
}
.jconfirm-content {
	padding: 0.5rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jconfirm-title-c {
	color: #00205c;
}
.jconfirm-buttons button {
	font-size: 0.9rem !important;
	text-transform: none !important;
	font-family: Roboto, sans-serif;
	font-weight: 400 !important;
}
.jconfirm-btn-warning {
	background: #f1c40f;
}
.jconfirm-btn-warning:hover {
	background: #e4ca63;
}
.small-swall-m2 {
	margin-top: 2rem;
}
.swal2-popup.swal2-toast .swal2-icon {
	width: 1.5em;
	min-width: 1.5em;
	height: 1.5em;
}
.small-swall-m2.swal2-popup.swal2-toast .swal2-icon-text {
	font-size: 1.4em;
}
.swal2-icon.swal2-info {
	border-color: #ff8736;
	color: #ff8736;
}
.swal2-popup.swal2-toast .swal2-title {
	flex-grow: 1;
	justify-content: flex-start;
	margin: 0 0.6em;
	font-size: 0.8em;
}
.swal2-popup .swal2-title {
	color: #00205c;
	font-weight: 500;
}
.ttt-pnwc-container {
	max-width: 800px;
}
.ttt-pnwc-notice {
	background-color: transparent;
}
.ttt-pnwc-notice.success {
	border: none;
}
.ttt-pnwc-notice.error {
	border: none;
	color: #f60;
}
.ttt-pnwc-notice.info {
	border: none;
	color: #00205c;
}
.ttt-pnwc-notice.success i.ttt-pnwc-notice-icon {
	display: none;
}
.ttt-pnwc-notice.error .ttt-pnwc-notice-icon.default-icon::before {
	color: #f60;
}
.ttt-pnwc-notice.info i.ttt-pnwc-notice-icon {
	color: #00205c;
}
.message-container.medium-text-center {
	font-size: 0.85em;
}
button.ttt-pnwc-close {
	right: -35px !important;
	top: -20px !important;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}
.cookie-notice-container {
	padding: 15px 20px 10px;
}
.cookie-notice-container span#cn-notice-text {
	padding: 0.25rem 0.5rem;
	margin-bottom: 0.5rem;
}
.cookie-notice-container .metro-cookie-button {
	margin-bottom: 0;
	background-color: #ffb380;
	color: #00205c;
	padding: 0.4rem 1rem;
	margin: 0;
	border: 1px solid #00205c;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.cookie-notice-container .metro-cookie-button:hover {
	background-color: #ffb380;
	color: #00205c;
	border-color: #ffb380;
}
#cookie-notice .cn-button {
	margin-left: 2px;
}
.metro-vertical-blog .box-text {
	vertical-align: top !important;
}
.metro-vertical-blog .button.is-outline {
	line-height: 1em;
}
.single-post h1.entry-title {
	color: #212529;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	position: relative;
}
.single-post .is-divider {
	height: 2px;
	display: block;
	background-color: rgba(255, 102, 0, 0.5);
	margin: 0 0 1em;
	width: 100%;
	max-width: inherit;
}
.box-vertical .is-divider {
	max-width: inherit;
}
.single-post span.widget-title {
	line-height: 2.8;
}
.archive.category .archive-page-header .page-title {
	background: #f5f5f5;
	padding: 1rem 0;
}
.archive.category #post-list article .entry-title {
	color: #212529;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	font-variant: small-caps;
	position: relative;
}
.archive.category #post-list article .is-divider {
	height: 2px;
	display: block;
	background-color: rgba(255, 102, 0, 0.5);
	margin: 0 0 1em;
	width: 100%;
	max-width: inherit;
}
.archive.category .post-sidebar aside span.widget-title {
	line-height: 2.8;
}
.archive.category .post-sidebar aside .is-divider {
	height: 2px;
	display: block;
	background-color: rgba(255, 102, 0, 0.5);
	margin: 0 0 1em;
	width: 100%;
	max-width: inherit;
}

/********************** REMOVER INFORMAÇÂO DE PREÇOS EM TUDO O QUE É SITIO **********************/
.product-small .price-wrapper,
.product-container .price-wrapper,
.product-info #product_total_price,
.cart-item .header-cart-title,
.woocommerce-mini-cart__total.total,
/* sidebar */
.product_list_widget .woocommerce-Price-amount,
.product_list_widget .woocommerce-price-suffix,
/* cart */
.custom-mini-cart-message,
.cart-wrapper .product-price,
.cart-wrapper .product-subtotal,
/* tabela lado esquedo checkout */
.woocommerce-cart-form__cart-item .product-price,
.woocommerce-cart-form__cart-item .product-subtotal,
/*  tabela do checkout*/
.cart_totals table,
.cart_totals h2,
.woocommerce-checkout-review-order-table .product-total ,
.woocommerce-checkout-review-order-table .cart-subtotal,
.order-total,
.woocommerce-table--order-details tfoot,
.woocommerce-order-overview li.woocommerce-order-overview__total,
.woocommerce-shipping-totals,
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.pay,
.checkout-page-title,
.metro-payment-header,
/* my account */
.woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table__header-order-total,
p.in-stock ,
.woocommerce-variation-price {
	display: none !important;
}

.order_item .woocommerce-Price-amount {
	opacity: 0 !important;
}
@media only screen and (max-width: 1275px) {
	ul.menu_categorias_produtos > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 1230px) {
	ul.menu_categorias_produtos > li > a {
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media only screen and (max-width: 1195px) {
	ul.menu_categorias_produtos > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media only screen and (max-width: 1150px) {
	ul.menu_categorias_produtos > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media only screen and (max-width: 992px) {
	#main {
		padding-top: 200px;
	}
	.metro-header-main {
		padding: 0;
	}
	#logo {
		width: 160px;
	}
	.metro-top-bar > ul > li > div > a {
		font-size: 12px;
	}
	.metro-header-right-column {
		max-width: 45%;
	}
	.header-main .nav > li > a {
		font-size: 0.7rem;
	}
	ul.menu_categorias_produtos > li > a {
		padding: 10px 5px;
		font-size: 14px;
	}
	section.metro-section-bestsellers-products .flickity-viewport {
		max-height: auto;
	}
	.flickity-viewport {
		max-height: auto;
	}
	.slider-home .slider-text-box .text-inner h1 {
		font-size: 2.5em;
	}
	.slider-home .slider-text-box .text-inner h2 {
		font-size: 2em;
	}
	.slider-home .slider-text-box .text-inner h3 {
		font-size: 1.6em;
	}
	.top-banner-box h3 {
		letter-spacing: 2px;
		font-size: 2em;
	}
	.top-banner-box h2 {
		letter-spacing: 5px;
		font-size: 2.6em;
	}
	.middle-banner-box h1 {
		font-size: 2.2rem;
	}
	.middle-banner-box h2 {
		font-size: 1.6rem;
	}
	.col-404 {
		flex-basis: 90%;
	}
}
@media only screen and (max-width: 849px) {
	#main {
		padding-top: 135px;
	}
	.metro-header-main {
		padding: 0 2rem;
	}
	#logo {
		max-width: 160px;
	}
	#logo img {
		max-width: 160px;
	}
	.flickity-viewport {
		max-height: auto;
	}
	.nav-dark .nav > li.header-divider {
		border-color: #ee6d03;
	}
	.slider-home .slider-text-box .text-inner h1 {
		font-size: 2.4em;
	}
	.slider-home .slider-text-box .text-inner h2 {
		font-size: 1.9em;
	}
	.slider-home .slider-text-box .text-inner h3 {
		font-size: 1.55em;
	}
	.shop_table tr.shipping th {
		width: 100%;
	}
	.metro-payment-header span {
		font-size: 0.725rem !important;
	}
	.shipping__list_label {
		font-size: 1em;
	}
	p.eager-warning {
		font-size: 80%;
	}
}
@media only screen and (max-width: 48em) {
	.flickity-viewport {
		max-height: auto;
	}
}
@media only screen and (max-width: 624px) {
	.flickity-viewport {
		max-height: auto;
	}
	.pages-subtitles h1 {
		font-size: 1.6rem;
	}
	h4.pedidos-industriais {
		font-size: 1.25rem;
	}
	.error404 #main {
		padding-top: 180px !important;
	}
	.error404 .header-font {
		font-size: 6em;
	}
	.error404 h1 {
		font-size: 1.2em;
	}
	.error404 p {
		font-size: 0.85em;
	}
	.mb-404 {
		padding-bottom: 20px !important;
	}
}
@media only screen and (max-width: 549px) {
	#main {
		padding-top: 90px;
	}
	#logo {
		max-width: 120px;
	}
	#logo img {
		max-width: 120px;
	}
	.logo-left .logo {
		margin-right: 5px;
	}
	.flickity-viewport {
		max-height: auto;
	}
	.slider-home .slider-text-box .text-inner h1 {
		font-size: 2.2em;
	}
	.slider-home .slider-text-box .text-inner h2 {
		font-size: 1.7em;
	}
	.slider-home .slider-text-box .text-inner h3 {
		font-size: 1.35em;
	}
	.banner.industrial_requests {
		padding-top: 100px !important;
	}
	.banner {
		padding-top: 280px !important;
	}
	.top-banner-box h3 {
		font-size: 1.6em;
	}
	.top-banner-box h2 {
		margin: 20px 0;
		font-size: 2.9em;
	}
	.middle-banner-box h1 {
		font-size: 1.8rem;
	}
	.middle-banner-box h2:nth-child(2) {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.middle-banner-box h2:nth-child(3) {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.middle-banner-box h2 {
		font-size: 1.25rem;
		line-height: 1;
	}
	.pages-subtitles h1 {
		font-size: 1.15rem;
	}
	.box-text {
		font-size: 0.6em;
	}
	.box-text-products .title-wrapper p.product-title {
		padding: 0.5rem;
	}
	.box-text-products .price-wrapper {
		padding: 0.75rem 0.25rem;
		margin: 0 0 0.5rem;
	}
	.woocommerce-price-suffix {
		font-size: 8px;
	}
	section.metro-section-recent-products
		.products.has-equal-box-heights
		.box-image {
		padding-top: 100% !important;
	}
	.small-columns-1 .flickity-slider > .col,
	section.metro-section-recent-products .small-columns-1 > .col {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.error404 #main {
		padding-top: 140px !important;
	}
}
@media only screen and (max-width: 479px) {
	.metro-header-main {
		padding: 0 1rem;
	}
	.mobile-nav.nav-categorias-produtos {
		padding: 0.5rem 1rem;
	}
	#logo img {
		max-height: 65px !important;
	}
	.error404 #main {
		padding-top: 120px !important;
	}
}
