@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600;800&display=swap');

:root {
	--scrollbarWidth: 0px;
}

body {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 200;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	/* background: #FFF url('../image/body-bg.jpg') center top no-repeat; */
}
h1, h2, h3, h4, h5, h6 {
	color: #1b61dd;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
    /* letter-spacing: 1px; */
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 26px;
	margin-top: 0px;
	/* text-transform: uppercase; */
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	font-weight: 600;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #043cb7;
}
a:hover {
	color: #009fe3;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: 300;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	/* font-size: 12px;
	border-radius: 0; */
	/* background-color: #e5e5e5; */
}
/* .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
} */
.nav-tabs {
	text-align: center;
}
.nav-tabs>li {
	/* float: none; */
	display: inline-block;
}
.nav-tabs>li>a {
	margin-right: 20px;
	padding: 5px 0px;
    border-width: 0;
	border-bottom: 1px solid #ddd;
	font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
	font-size: 16px;
	color: #808080;
	/* text-transform: uppercase; */
    /* letter-spacing: 1px; */
}
.nav-tabs>li>a:hover {
	background-color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #fff;
    border-width: 0;
	border-bottom: 1px solid #043cb7;
	/* font-weight: 300; */
	color: #1b61dd;
}
.black-bg {
	background-color: #000!important;
}
.grey-bg {
	background-color: #043cb7!important;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* jsdelivr bootstrap fixes */
.table-responsive {
	overflow: initial;
}
.checkbox, .radio {
    padding-left: 20px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #E7E7E7;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}

/* Full width */
@media (max-width: 767px) {
	.below_menu_ful {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 768px) {
	#menu-container,
	.below_menu_ful,
	body > #menu-container ~ .container {
		width: 100%;
		max-width: 1920px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#menu-container {
		max-width: 100%;
		/* margin-bottom: 1px; */
	}
	#menu-container #menu,
	.breadcrumb,
	.alert,
	/* .below_menu_ful, */
	.above_foot_ful {
		width: 720px;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	body > #menu-container ~ .container > .row,
	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	#menu-container #menu,
	.breadcrumb,
	.alert,
	/* .below_menu_ful, */
	.above_foot_ful {
		width: 940px;
	}
	body > #menu-container ~ .container > .row,
	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	#menu-container #menu,
	.breadcrumb,
	.alert,
	/* .below_menu_ful, */
	.above_foot_ful {
		width: 1140px;
	}
	body > #menu-container ~ .container > .row,
	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns {
		width: 1170px;
	}
}
.fullwidth {
	width: calc(100vw - var(--scrollbarWidth))!important;
	margin-left: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
	margin-right: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
}
.fullwidth-content {
	width: calc(100vw - var(--scrollbarWidth))!important;
    margin-left: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
    margin-right: calc(50% - 50vw + var(--scrollbarWidth)/2)!important;
    padding-left: calc(50vw - 50% - var(--scrollbarWidth)/2)!important;
    padding-right: calc(50vw - 50% - var(--scrollbarWidth)/2)!important;
}

/* top */
#top {
	background-color: #eee;
	/* border-bottom: 1px solid #CCC; */
	padding: 5px 0px;
	margin: 0 0 0px 0;
	min-height: 0px;
	color: #4a4a49;
	text-align: center;
	/* text-transform: uppercase; */
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	display: none;
}
#top a {
	color: #4a4a49;
	/* font-weight: bold; */
}
#top a:hover {
	color: #043cb7;
}
#top-links .fa {
	font-size: 12px;
}
#top-links2 .list-inline,
#top-links .list-inline {
	margin: 0 0px 0px;
}
@media(max-width: 767px) {
	#top-links,
	#top-links2 {
		float: none!important;
	}
	#top-links2 .list-inline,
	#top-links .list-inline {
		margin: 0 0px 0px;
	}
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #000;
	background-color: #043cb7;
	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #4a4a49;
//	text-shadow: 0 0px 0 #FFF;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Red Hat Display', sans-serif;
	/* font-size: 10px; */
	/* text-transform: uppercase;
	letter-spacing: 1px; */
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
}
#top-links li .fa {
	font-size: 12px;
}
#top .telefone {
	font-size: 12px;
}
#top .btn-link:hover, #top-links a:hover, #top-links2 a:hover {
	color: #043cb7;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #302D3C;
}
#top-links .dropdown-menu a:hover {
	color: #343434;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	/* padding-top: 3px; */
}
#top-links a + a {
	margin-left: 15px;
}
#top .top-banners {
	margin: 0 auto;
}
#top .top-banners .fa {
	vertical-align: text-bottom;
}
#top .top-banners .social-links {
	display: flex;
	justify-content: space-around;
}
#top .top-banners .social-links li {
	padding: 0 10px;
}
#top .top-banners .social-links .fa {
	vertical-align: middle;
}

@media(min-width: 768px) {
	/* #top-links li:first-child,
	#top-links li:nth-child(2) {
		padding-right: 20px;
	} */
	#top-links li.header-social {
		padding-left: 0;
	}
}

@media(min-width: 992px) {
	#top .top-banners > div:first-child {
		text-align: left;
	}
	#top .top-banners > div:nth-child(2) {
		text-align: center;
	}		
	#top .top-banners > div:last-child {
		text-align: right;
	}		
}
@media(min-width: 1200px) {
	#top .top-banners > div:nth-child(2) {
		text-align: center;
	}
}

/* Header */
.navbar-header {
    text-align: center;
}
@media (max-width: 767px) {
	header ul.social-links {
		/* margin-top: 10px;
		flex-wrap: wrap; */
		margin-top: 15px; 
		justify-content: center;
		text-align: center;
		line-height: 1.4em;
		font-size: 1.1em;
	}
	header ul.social-links li {
		flex-basis: 100%;
		margin-bottom: 5px;
	}
	header ul.social-links li + li + li {
		flex-basis: initial;
		margin-bottom: 0px;
	}
}
@media (min-width: 768px) {
	header ul.social-links {
		/* margin-top: 10px; */
		margin-top: 45px; 
		margin-bottom: 0px;
		font-size: 1em;
	}
}
@media (min-width: 1200px) {
	header ul.social-links {
		margin-top: 45px;
		justify-content: space-around;
		font-size: 1.1em;
	}
}
/* Header Fixo */
@media (min-width: 768px) {
	#top {
		width: 100%;
		z-index: 1001;
	}
	header {
		position: absolute;
		top: 0px;
		min-height: 40px;
		width: 100%;
		padding: 0px;
		z-index: 1000;
		transition: padding .3s ease;
	}
	header > .container {
		padding: 0;
	}
	#menu-container {
		position: absolute;
		top: 88px;
		width: 100%;
		background: #009fe3;
		z-index: 999;
	}
	body > #menu-container ~ .container {
		padding-top: 128px;
	}
	header > .container > .row,
	#menu-container #menu {
		width: 750px;
		margin: 0 auto;
	}
	header.fixed {
		position: fixed;
		top: 0px;
		/* min-height: 62px; */
		padding: 10px 0;
		/* -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
		-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
		-o-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
		box-shadow: 0px 0px 6px rgba(0,0,0,.5); */
	}
	header #logo img {
        margin: 0;
        height: 58px;
		width: auto;
		transition: all .3s ease;
	}
	header.fixed #logo img {
		margin: 3.5px 0 0;
		height: 29px;
		width: auto;
		transition: all .3s ease;
	}
	header.fixed #search {
		margin-top: 0px;
		transition: all .3s ease;
	}
	header #search .input-lg,
	header #search .btn-lg {
		transition: all .3s ease;
	}
	header.fixed #search .input-lg,
	header.fixed #search .btn-lg {
		height: 36px;
		transition: all .3s ease;
	}
	/* header.fixed #cart, */
	header.fixed .account,
	header.fixed ul.social-links {
		/* -webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px); */
		margin-top: 3px;
		/* margin-bottom: 0px; */
		transition: all .3s ease;
	}
	header.fixed #cart > .btn {
		/* padding-top: 0px; */
	}
	header.down + .container {
/*		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
		transition: transform .3s ease, -webkit-transform .3s ease;
	}
	header.up + .container {
/*		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		transform: translateY(-50px);
		transition: transform .3s ease, -webkit-transform .3s ease;*/
	}
	header.fixed ~ #menu-container {
		position: fixed;
		top: 56px;
	}
}
@media (min-width: 992px) {
	header > .container > .row,
	#menu-container #menu {
		width: 970px;
	}
	header #logo img {
        /* margin: 0; */
        /* height: 95px; */
	}
	#menu-container {
		/* top: 180px; */
	}
	body > #menu-container ~ .container {
		/* padding-top: 224px; */
	}

}
@media (min-width: 1200px) {
	#menu-container {
		/* top: 110px; */
	}
	/* header #logo {
		margin-right: -10px;
	} */
	header.fixed #logo img {
		/* margin-top: 0px;
		height: 40px; */
		transition: all .3s ease;
	}
	header > .container > .row,
	#menu-container #menu {
		width: 1170px;
	}
	body > #menu-container ~ .container {
		/* padding-top: 224px; */
	}
}
/* logo */
#logo {
	margin: 0px 0;
}
#logo img {
	/* max-height: 120px; */
	/* margin: 0 auto; */
	position: relative;
	z-index: 100;
}
@media(max-width: 767px) {
	#logo img {
		/* max-height: 67px; */
		margin: 10px auto;
	}
}
/* search */
#search {
	margin-top: 10px;
	/* margin-bottom: 10px; */
	border-radius: 0px;
	/* -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	-o-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,.3); */
}
@media (min-width: 768px) {
	#search {
		margin-top: 9px;
		margin-bottom: 0px;
        /* width: 200px; */
	}
}
@media (min-width: 992px) {
	#search {
        /* width: 300px; */
	}
}
@media (min-width: 1200px) {
	#search {
		/* margin-right: 10px; */
		/* margin-left: -20px; */
        /* width: 400px; */
	}
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 4px 0 0 4px;
	/* border-width: 0px; */
	border-right-width: 0px;
    border-bottom: 1px solid #043cb7;
	border-color: #043cb7;
	background: #fff;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	font-size: 15px;
	/* color: #fff; */
}
#search .btn-lg {
	height: 40px;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 11px 5px 11px;
	text-shadow: 0 0px 0 #000;
	margin-left: 0px;
	background-color: #043cb7;
	/* border-width: 0px; */
	border-left-width: 0px;
    border-bottom: 1px solid #043cb7;
	border-color: #043cb7;
	border-radius: 0 4px 4px 0;
	/* color: #fff; */
	width: 40px;
}
#search .btn-lg:hover {
	background-color: #009fe3;
	border-color: #009fe3;
}
#search .btn-lg .fa {
	font-size: 16px;
	color: #fff;
}
#search ::-webkit-input-placeholder {
	color: #999;
    /* text-transform: uppercase; */
}
#search :-moz-placeholder {
	color: #999;
    /* text-transform: uppercase; */
}
#search ::-moz-placeholder {
	color: #999;
    /* text-transform: uppercase; */
}
#search :-ms-input-placeholder {
	color: #999;
    /* text-transform: uppercase; */
}

/* cart */
/* .fa-shopping-cart:before {
    content: "\f290";
} */
#cart {
	margin-top: 0px;
	/* margin-right: 15px; */
	/* margin-left: 20px; */
	width: initial;
	float: right;
}
@media (min-width: 768px) {
	#cart {
		margin-top: 0px;
	}
}
#cart > .btn {
	text-align: right;
	/* right: 15px; */
	padding: 0px 0;
	font-size: 12px;
	line-height: 18px;
	color: #043cb7;
	background: none;
	border-width: 0px;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2);
	vertical-align: middle;
}
#cart > .btn:hover > .fa,
#cart.open > .btn > .fa {
	color: #043cb7;
}
#cart > .btn > .fa {
	font-size: 23px;
	/* vertical-align: top; */
	color: #009fe3;
}
#cart > .btn #cart-total {
	/* position: absolute;
	top: -12px;
	right: -16px; */
	display: inline-block;
    color: #343434;
    /* background-color: #009fe3; */
    min-width: 22px;
    height: 22px;
    border-radius: 10px;
    border: 0px solid #DDD;
    padding: 0px 2px;
    vertical-align: -2px;
	text-align: center;
    line-height: 1.2;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	/* text-transform: uppercase; */
}
#cart > .btn #cart-total b {
	/* font-weight: 300; */
	color: #043cb7;
}
#cart > .btn #cart-total > span {
	font-weight: 800;
	color: #043cb7;
}
#cart.open > .btn {
	/* background-image: none;
	background-color: transparent; */
	border: 0px solid #E6E6E6;
	color: #343434;
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2);
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #343434;
}
#cart .dropdown-menu {
	background: #eee;
	margin-top: 0px;
	min-width: 290px;
	max-height: 400px;
	overflow: scroll;
	z-index: 1001;
	/* color: #343434; */
}
@media (max-width: 478px) {
	/* #cart {
		position: absolute;
		top: -66px;
		right: 0;
	} */
	/* #cart > .btn {
		right: 0px;
	}
	#cart > .btn #cart-total {
		position: absolute;
		top: -4px;
		right: -8px;
		background-color: #000;
		color: #fff;
		border-radius: 10px;
		padding: 2px 5px;
	} */
	#cart .dropdown-menu {
		right: -5px;
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* Header */
header {
	padding: 15px 0;
    background-color: #f37435;
	background-image: url('../image/header-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
    /* color: #fff; */
}
@media(max-width: 767px) {
	header {
		padding: 20px 0;
	}
}
header .account {
    margin-top: 16px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	float: none;
}
header .account > span > a:hover,
header .account > span > a:focus,
header .account > span > span > a:hover,
header .account > span > span > a:focus {
	color: #009fe3;
}
header .account > span > a,
header .account > span > span > a {
	color: #343434;
	font-weight: 300;
	/* text-transform: none; */
}
header .account > span > a > .fa {
    font-size: 23px;
	vertical-align: middle;
	color: #009fe3;
}
header .account > span > a:hover > .fa {
	color: #009fe3;
}
header .account .minhaConta .fa {
	color: #009fe3;
	font-weight: 400;
}
header .account .minhaConta .fa-user {
	font-weight: 800;
}
/* header .account .minhaConta > span {
	color: #343434;
} */
header .account > span {
	margin-right: 0px;
	color: #666;
	line-height: 1.1;
	/* font-weight: 600; */
	/* text-transform: uppercase; */
	vertical-align: middle;
	font-family: 'Red Hat Display', sans-serif;
}
header .account > span > span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
header .account > span > span b {
	font-weight: 800;
	color: #043cb7;
	/* text-transform: uppercase; */
}
@media(min-width:768px) {
	header .account {
		margin-top: 14px;
		/* margin-left: 30px; */
		justify-content: space-between;
	}
	/* header .account > span {
		margin-right: 20px;
	} */
}
@media(min-width: 992px) {
	/* header .account .minhaConta {
		margin-right: 5px;
	} */
}
@media(min-width: 1200px) {
	header .account {
		/* margin-left: 10px; */
		/* justify-content: space-between; */
	}
	header .account {
		margin-left: 25px;
	}
}
@media(max-width: 479px) {
	header .account > span {
		font-size: 0.9em;
	}
}

/* menu */
#menu-container {
	/* margin-bottom: 3px; */
	background-color: #043cb7;
    border-top: 0px solid #333;
    /* border-bottom: 1px solid #000; */
	font-family: 'Red Hat Display', sans-serif;
}
.container:nth-of-type(2) {
//	padding-top: 40px;
}
#menu {
//	background-color: #FFF;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
//	background-repeat: repeat-x;
//	border-color: #8f633f #8f633f #145e7a;
	border-width: 0px;
	min-height: 0px;
	margin-bottom: 0px;
}
.navbar-collapse {
	/* padding: 0px; */
}
#menu .nav > li > a {
	font-family: 'Red Hat Display', sans-serif;
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
	/* padding: 10px; */
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
	/* letter-spacing: 1px; */
	font-weight: 300;
	text-transform: uppercase;
}
#menu .nav > li > a .category-image {
	transition: all 0.3s;
	/* display: none; */
	display: inline-block;
	margin-right: 5px;
}
/* #menu .nav > li > a:hover .category-image {
	transform: translateY(-5px);
}
#menu .nav > li > a .category-name {
	display: none;
} */
@media (min-width: 768px) {
	#menu-container {
		background-color: #043cb7;
		-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,.3);
		-moz-box-shadow: 0px 3px 20px rgba(0,0,0,.3);
		-o-box-shadow: 0px 3px 20px rgba(0,0,0,.3);
		box-shadow: 0px 3px 20px rgba(0,0,0,.3);	
		/* border-top: 1px solid #043cb7; */
		/* border-bottom: 1px solid #000; */
	}
	.navbar-nav {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0px;
	}
	#menu .nav {
		-webkit-justify-content: space-around;
		justify-content: space-around;
		float: none;
		align-items: center;
	}
	#menu .nav > li {
		margin: 0 auto;
		/* flex-basis: 100px; */
	}
	#menu .nav > li:first-child {
		margin-left: 0px;
	}
	#menu .nav > li:last-child {
		margin-right: 0px;
	}
	/* #menu .nav > li:nth-last-child(2) {
		margin-left: auto;
	} */
	#menu .nav > li > a {
		/* margin-top: 7px; */
		margin-bottom: 0px;
		padding: 10px 10px;
		border-bottom: 0px solid #fff0;
		font-size: 10px;
		/* max-width: 140px; */
		text-align: center;
		color: #fff;
	}
	/* #menu .nav > li > a:hover:after, #menu .nav > li.open > a:after {
		content: "";
		position: absolute;
		bottom: 3px;
		left: 30px;
		width: calc(100% - 30px);
		height: 1px;
		background-color: #e5e5e5;
		transition: all 0.3s ease;
	} */
}
@media (min-width: 992px) {
	#menu .nav > li {
		/* margin: 0 15px; */
		/* flex-basis: 120px; */
	}
	#menu .nav > li > a {
		/* padding: 10px 18px; */
		font-size: 12px;
	}
}
@media (min-width: 1200px) {
	#menu .nav > li {
		/* margin: 0 15px; */
		/* flex-basis: initial; */
	}
	#menu .nav > li > a {
		/* padding: 10px 28px; */
		font-size: 14px;
	}
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #009fe3;
	/* color: #009fe3; */
	/* font-weight: 800; */
	border-color: #fff;
}
/* @media (max-width: 767px) {
	#menu .nav > li > a:hover, #menu .nav > li.open > a {
		color: #000;
	}
} */

#menu .dropdown-menu {
	/* padding-bottom: 0; */
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	/* min-width: 310px; */
	display: block;
	padding: 3px 15px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	/* text-transform: uppercase; */
}
#menu .dropdown-inner li a:hover {
	color: #333;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 10px;
	-webkit-border-radius: 0 0 0px 0px;
	-moz-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #333;
	background-color: #E7E7E7;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 800;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	display: none!important;
}
/* #menu .category-image {
    display: none;
} */
#menu .btn-navbar {
	margin: 0;
	font-size: 23px;
	font-stretch: expanded;
	color: #fff;
	padding: 5px 2px;
	float: none;
	background-color: #FFF0;
//	background-image: linear-gradient(to bottom, #1d1d1d, #8f633f);
//	background-repeat: repeat-x;
	border-color: #000;
	border-width: 0px;
}
#menu .btn-navbar .fa {
	font-size: 25px;
}
/* #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	background-color: #ffffff;
	color: #2d2d2d;
} */
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#menu .dropdown-inner a {
		min-width: 310px;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		/* background-color: rgba(0, 0, 0, 0.1); */
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #333;
	}
}

/* Slideshow */
.below_menu_ful .owl-carousel {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	border: 0px solid #fff!important;
	border-bottom: 0px solid #CCC!important;
	border-top-width: 0px!important;
	border-radius: 0px;
}
.owl-carousel {
	margin-bottom: 30px!important;
	/* background: #FFF!important; */
	border: 0px solid #fff!important;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
	-o-box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
	box-shadow: 0px 0px 0px rgba(0,0,0,.2)!important;
}
.owl-controls {
	height: 0;
}
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
	transform: scaleY(3);
}
.owl-controls .owl-buttons .fa-chevron-left::before {
	content: "\f0d9";
}
.owl-controls .owl-buttons .fa-chevron-right::before {
	content: "\f0da";
}
.owl-pagination {
	top: -28px!important;
	text-align: center!important;
}
.owl-pagination .owl-page span {
	border: 0px solid #AEAEAE;
}
.owl-controls .owl-page span {
	background: #EEE!important;
	width: 15px!important;
	height: 15px!important;
}
.owl-controls .owl-page.active span {
	background: #009fe3!important;
}
/* .common-home .below_menu_ful .owl-carousel:first-of-type .owl-buttons div i {
	font-size: 20px;
} */
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-controls .owl-buttons .owl-next,
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-controls .owl-buttons .owl-prev {
	top: 50%;
}
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-pagination {
	/* display: none; */
}
/* .common-home .below_menu_ful .owl-carousel:first-of-type .owl-fade-out {
	z-index: 10;
	  -webkit-animation: fadeOut 1s both ease;
	-moz-animation: fadeOut 1s both ease;
	animation: fadeOut 1s both ease;
}
.common-home .below_menu_ful .owl-carousel:first-of-type .owl-fade-in {
	-webkit-animation: fadeIn 1s both ease;
	-moz-animation: fadeIn 1s both ease;
	animation: fadeIn 1s both ease;
} */

/* Banners */
div[id^="banner"] {
	margin-bottom: 20px!important;
	border-radius: 0px;
	/* -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important;
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important;
	box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important; */
}
.modal-body div[id^="banner"] {
	margin-bottom: 0!important;
}
div[id^="banner"].shadow {
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important;
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important;
	box-shadow: 0px 0px 8px rgba(0,0,0,.5)!important;
}
div[id^="banner"].box-shadow {
	-webkit-box-shadow: 0px 5px 7px rgba(0,0,0,.2)!important;
	-moz-box-shadow: 0px 5px 7px rgba(0,0,0,.2)!important;
	-o-box-shadow: 0px 5px 7px rgba(0,0,0,.2)!important;
	box-shadow: 0px 5px 7px rgba(0,0,0,.2)!important;
}
.above_foot_ful div[id^="banner"] {
	margin-bottom: 0px!important;
}

/* Carousel */
div[id^="carousel"] img {
	/* -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5; */
	margin: 0 auto;
}
div[id^="carousel"] img:hover {
	/* -webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1; */
}
div[id^="carousel"] .owl-pagination {
	display: none;
}
div[id^="carousel"].owl-carousel .owl-buttons div i {
	width: 35px;
    height: 35px;
    border: 1px solid #666;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
	font-size: 20px!important;
}
div[id^="carousel"] .owl-controls .owl-buttons .owl-prev,
div[id^="carousel"] .owl-controls .owl-buttons .owl-next {
	transform: scaleY(1) translateY(-50%);
	line-height: 35px;
}
div[id^="carousel"].owl-carousel:hover .owl-buttons .owl-prev {
	left: 0!important;
}
div[id^="carousel"].owl-carousel:hover .owl-buttons .owl-next {
	right: 0!important;
}
div[id^="carousel"] .owl-controls .owl-buttons .fa-chevron-left::before {
	content: "\f060";
}
div[id^="carousel"] .owl-controls .owl-buttons .fa-chevron-right::before {
	content: "\f061";
}


/* content */
#content {
	min-height: 600px;
	font-size: 14px;
	/* font-weight: 300; */
	line-height: 1.7em;
}

/* Home */
.common-home #content {
	min-height: 0;
}
.common-home .below_menu {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.common-home .below_menu_3columns_wrapper {
	order: 1;
}
.common-home .below_menu_4columns_wrapper div[id^="banner"] {
	margin-bottom: 15px!important;
}
.common-home .below_menu_3columns .col-xs-1, .common-home .below_menu_3columns .col-sm-1, .common-home .below_menu_3columns .col-md-1, .common-home .below_menu_3columns .col-lg-1, .common-home .below_menu_3columns .col-xs-2, .common-home .below_menu_3columns .col-sm-2, .common-home .below_menu_3columns .col-md-2, .common-home .below_menu_3columns .col-lg-2, .common-home .below_menu_3columns .col-xs-3, .common-home .below_menu_3columns .col-sm-3, .common-home .below_menu_3columns .col-md-3, .common-home .below_menu_3columns .col-lg-3, .common-home .below_menu_3columns .col-xs-4, .common-home .below_menu_3columns .col-sm-4, .common-home .below_menu_3columns .col-md-4, .common-home .below_menu_3columns .col-lg-4, .common-home .below_menu_3columns .col-xs-5, .common-home .below_menu_3columns .col-sm-5, .common-home .below_menu_3columns .col-md-5, .common-home .below_menu_3columns .col-lg-5, .common-home .below_menu_3columns .col-xs-6, .common-home .below_menu_3columns .col-sm-6, .common-home .below_menu_3columns .col-md-6, .common-home .below_menu_3columns .col-lg-6, .common-home .below_menu_3columns .col-xs-7, .common-home .below_menu_3columns .col-sm-7, .common-home .below_menu_3columns .col-md-7, .common-home .below_menu_3columns .col-lg-7, .common-home .below_menu_3columns .col-xs-8, .common-home .below_menu_3columns .col-sm-8, .common-home .below_menu_3columns .col-md-8, .common-home .below_menu_3columns .col-lg-8, .common-home .below_menu_3columns .col-xs-9, .common-home .below_menu_3columns .col-sm-9, .common-home .below_menu_3columns .col-md-9, .common-home .below_menu_3columns .col-lg-9, .common-home .below_menu_3columns .col-xs-10, .common-home .below_menu_3columns .col-sm-10, .common-home .below_menu_3columns .col-md-10, .common-home .below_menu_3columns .col-lg-10, .common-home .below_menu_3columns .col-xs-11, .common-home .below_menu_3columns .col-sm-11, .common-home .below_menu_3columns .col-md-11, .common-home .below_menu_3columns .col-lg-11, .common-home .below_menu_3columns .col-xs-12, .common-home .below_menu_3columns .col-sm-12, .common-home .below_menu_3columns .col-md-12, .common-home .below_menu_3columns .col-lg-12 {
	padding-left: 5px;
    padding-right: 5px;
}
.common-home .below_menu div[class^="col-"] {
	min-height: 0;
}
@media(max-width: 767px) {
	.common-home .below_menu_3columns {
		margin-left: -5px;
		margin-right: -5px;
	}
}
@media (min-width: 768px) {
	/* .common-home .below_top .row {
		margin-left: -15px;
		margin-right: -15px;
	} */
	.common-home .below_menu_3columns {
		width: 730px;
	}
}
@media (min-width: 992px) {
	.common-home .below_menu_3columns {
		width: 950px;
	}
}
@media (min-width: 1200px) {
	.common-home .below_menu_3columns {
		width: 1150px;
	}
}


/* footer */
#newsletter {
	padding: 20px 0;
	background-color: #009fe3;
	text-align: center;
}
footer {
	margin-top: 50px;
	/* margin-bottom: 30px; */
	/* padding-top: 30px; */
	/* background-image: linear-gradient(to right,#343434,#343434 65%,#000 65%,#000);
	background-size: 100vw 3px;
    background-repeat: no-repeat; */
    background-color: #f37435;
    /* border-top: 2px solid #043cb7; */
	font-size: 13px;
	font-weight: 200;
	line-height: 1.8em;
	letter-spacing: 0.5px;
	color: #fff;
	-webkit-box-shadow: -6px 0px 15px rgba(0,0,0,.4);
	-moz-box-shadow: -6px 0px 15px rgba(0,0,0,.4);
	-o-box-shadow: -6px 0px 15px rgba(0,0,0,.4);
	box-shadow: -6px 0px 15px rgba(0,0,0,.4);
}
footer .container {
	background-color: transparent;
	padding: 20px 15px 0px 15px;
}
footer hr {
	margin: 10px 0;
	border-top: none;
	border-bottom: 1px solid #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #009fe3;
	/* font-weight: normal; */
}
footer a .fa {
	color: #fff;
}
footer a:hover .fa {
	color: #009fe3;
}
footer h5 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}
.footer-logo {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 220px;
}
.footer-social ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 220px;
}
.footer-social li:not(:last-child) {
	margin-right: 10px;
}
.footer-social li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding-top: 1px;
    padding-left: 1px;
	background-color: #009fe3;
    color: #fff;
	border: 1px solid #009fe3;
	border-radius: 12.5px;
	text-align: center;
	line-height: 22px;
}
.footer-social li a:hover {
	background-color: #fff;
    border: 1px solid #fff;
	color: #009fe3;
}
.footer-social li a .fa {
	line-height: 22px;
	color: #fff;
}
.footer-social li a:hover .fa {
	color: #009fe3;
}
/* footer .selos-footer {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-direction: column;
} */
footer .footer-payment {
	padding-bottom: 5px;
	/* display: inline-block; */
	align-self: center;
	margin: 20px 0;
}
/* footer .footer-payment img {
	width: 430px;
} */
footer .store-address {
	font-size: 0.8em;
}
footer .selo-site-seguro {
	/* display: inline; */
	align-self: center;
	margin: 10px 0;
}
footer .selo-site-seguro img {
	margin: 0 0 0 auto;
}
footer .powered {
	text-align: right;
	/* color: #fff; */
}
footer .powered a {
    font-weight: 800;
	color: #fff;
}
footer .powered a:hover {
	color: #043cb7;
}
.footer2-bg {
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
    padding-left: calc(50vw - 50% - var(--scrollbarWidth)/2 - 15px)!important;
    padding-right: calc(50vw - 50% - var(--scrollbarWidth)/2 - 15px)!important;
    background-color: #009fe3;
    color: #fff;
}
@media(max-width: 767px) {
	.footer-logo {
		margin: 0 auto 20px;
	}
	.footer-social ul {
		margin: 20px auto;
	}
	footer .selo-site-seguro img {
		float: none;
		margin: 5px auto;
	}
	footer,
	footer .powered,
	.store-address {
		text-align: center;
	}
	.footer-social ul {
		justify-content: center;
	}
	/* footer .footer-payment {
		width: 115px;
		overflow: hidden;
		margin: 0 auto;
	}
	.footer-payment img {
		max-width: initial;
	} */
}
/* @media(max-width: 1199px) {
	footer .selo-site-seguro img {
		float: none;
		margin: 5px auto;
	}
} */
/* @media (min-width: 481px) and (max-width: 991px) {
	footer .selos-footer {
		flex-direction: row;
	}
} */
#whatsapp-link {
    position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 999;
}
/* @media(max-width: 767px) {
	#whatsapp-link {
		bottom: 200px;
	}
} */

/* Menu and Filter Module */
.menu-module-heading,
.filter-module .panel-heading {
    margin-bottom: 15px;
	background-color: #009fe3;
	/* background-image: linear-gradient(135deg,#000 70%,#000 20%); */
	border-bottom: 0px solid #302D3C;
	color: #fff;
	padding: 3px 8px;
	text-transform: uppercase;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	border-radius: 0px;
	line-height: 25px;
	font-size: 14px;
}
.filter-module {
	border-width: 0px;
}
.filter-module .list-group > a.list-group-item {
	text-transform: uppercase;
}
.filter-module .list-group-item {
	padding: 0;
	border-color: #666;
	border-bottom: 0px;
}
.filter-module .list-group-item:last-child {
	border-bottom: 1px solid #666;
}
.filter-module .panel-footer.text-right {
	padding-right: 0;
	background-color: #fff;
	/* text-align: left; */
}
.filter-module #button-filter {
	padding: 2px 16px;
	background-color: #009fe3;
	border-color: #009fe3;
	line-height: 16px;
	color: #fff;
	font-weight: 300;
	border-radius: 0px;
	text-transform: uppercase;
}
.filter-module #button-filter:hover {
	background-color: #043cb7!important;
	border-color: #043cb7!important;
	color: #fff!important;
}

/* Modules */
.no-title {
	margin-top: 30px;
}
.module-heading.no-title,
.no-title .module-heading {
	display: none;
}
.no-title hr {
	border-color: #ccc;
}
.no-title h3 {
	margin-bottom: 30px;
	font-size: 25px;
	color: #343434;
}
.module-heading,
.related-title {
	/* position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%); */
	background-color: #fff0;
	/* background-image: linear-gradient(135deg,#000 50%,#000 20%); */
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 800;
	font-size: 22px;
	text-align: center;
	/* border-bottom: 1px solid #ccc; */
	padding: 0px 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #1b61dd;
	/* text-transform: uppercase; */
	/* letter-spacing: 2px; */
	line-height: 25px;
	z-index: 1;
}
.related-title {
	font-weight: 400;
	color: #043cb7;
}
/* .module-heading + .row,
.related-title + .row {
	position: relative;
    margin-top: -29px;
    padding-top: 20px;
	border-top: 1px solid #ddd;
} */
/* .module-heading:after,
.related-title:after {
	content: "";
	display: block;
	margin: 25px calc(50% - 100px) 0;
	width: 200px;
	height: 2px;
	background-color: #009fe3;
} */
.title2 .module-heading:after {
	background-color: #043cb7;
}
.carousel-heading {
	margin-bottom: 20px;
	border-width: 0;
	/* display: none; */
}
.common-home .below_top_3columns div[id^='banner'].owl-carousel {
	margin-bottom: 10px!important;
}
.common-home .above_bott {
	padding-top: 0!important;
}
/* Hide 4th featured product in medium screen */
@media (min-width: 991px) and (max-width: 1199px) {
	.common-home .module-heading + .row > div:nth-child(4n+3) {
		display: none;
	}
}
.btgrid h2 {
	display: inline-block;
	color: #4a4a49;
	font-size: 30px;
	font-weight: 200;
}
.btgrid h2:after {
	content: "";
	margin: 20px 0 30px;
	display: block;
	width: 80%;
	height: 2px;
	background-color: #009fe3;
}
.align-center .btgrid .row {
	line-height: 1.8;
}
.align-center .btgrid h2 {
	font-weight: 600;
}

@media(min-width: 768px) {
	.align-center .btgrid .row {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		line-height: 2;
		font-size: 16px;
	}
	.align-center .btgrid h2 {
		font-size: 30px;
	}
}
.button-link a {
	padding: 15px 30px;
	background-color: #043cb7;
	border: 1px solid #043cb7;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	/* letter-spacing: 3px; */
}
.button-link a:hover {
	background-color: #009fe3;
	border-color: #009fe3;
	color: #fff;
}
@media(min-width: 768px) {
	.featured-image-left .col-sm-6,
	.featured-image-right .col-sm-6 {
		width: 100%!important;
	}
	.featured-image-left .product-thumb,
	.featured-image-right .product-thumb {
		border-width: 0;
		margin-bottom: 50px;
	}
	.featured-image-left .product-thumb:hover,
	.featured-image-right .product-thumb:hover {
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		-o-box-shadow: 0px 0px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}
	.featured-image-left .product-thumb .image {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	.featured-image-right .product-thumb .image {
		float: right;
		width: 49%;
		margin-left: 2%;
	}
	.featured-image-left .product-thumb .caption,
	.featured-image-right .product-thumb .caption {
		/* display: block; */
		padding: 0;
		padding-top: 8%;
		height: initial;
	}
	.featured-image-right .product-thumb .caption {
		width: 49%;
	}
	.featured-image-right .product-thumb .caption,
	.featured-image-right .product-thumb .caption h4 {
		text-align: right;
	}
	.featured-image-left .product-thumb h4,
	.featured-image-right .product-thumb h4 {
		display: inline-block;
		height: initial;
		color: #009fe3;
		font-family: 'Red Hat Display', sans-serif;
		font-size: 30px;
		font-weight: 300;
		text-align: initial;
		text-transform: none;
	}
	.featured-image-left .product-thumb h4 a,
	.featured-image-right .product-thumb h4 a {
		color: #043cb7;
	}
	/* .featured-image-left .product-thumb h4:after,
	.featured-image-right .product-thumb h4:after {
		content: "";
		margin: 20px 0 15px;
		display: block;
		width: 80%;
		height: 2px;
		background-color: #009fe3;
	} */
	.featured-image-right .product-thumb h4:after {
		margin-left: 20%;
	}
	.featured-image-left .product-thumb .caption h4 + p,
	.featured-image-right .product-thumb .caption h4 + p {
		display: block;
	}
	.featured-image-left .product-thumb .price,
	.featured-image-right .product-thumb .price {
		justify-content: left;
		height: initial;
		margin-bottom: 5px;
		font-size: 22px;
		font-weight: 600;
	}
	.featured-image-right .product-thumb .price {
		justify-content: right;
	}
	.featured-image-left .product-thumb .price .discount-tag {
		right: calc(50% + 25px)!important;
	}
	.featured-image-left .product-thumb .button-group {
		text-align: left;
	}
	.featured-image-right .product-thumb .button-group {
		text-align: right;
	}
	.featured-image-left .product-thumb .button-group button,
	.featured-image-right .product-thumb .button-group button {
		margin-top: 10px;
		padding: 10px 30px;
		width: 200px;
	}
	.featured-image-left .product-thumb .parcelamento > div,
	.featured-image-right .product-thumb .parcelamento > div {
		height: 22px;
		font-size: 12px!important;
		text-align: left!important;
	}
	.featured-image-right .product-thumb .parcelamento > div {
		text-align: right!important;
	}
}

@media(min-width: 1200px) {
	.text-center {
		margin: 0 auto;
		max-width: 800px;
	}
}
@media(max-width: 480px) {
	.module-heading,
	.related-title {
		font-size: 20px;
	}
	.module-heading:after, .related-title:after {
		margin: 15px calc(50% - 50px) 0;
		width: 100px;
	}
	.btgrid h2 {
		font-size: 20px;
	}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 10px 0;
	padding: 8px 0;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	background: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	/* text-transform: uppercase; */
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '>';
	display: inline-block;
	position: absolute;
	/* top: -3px; */
	right: -5px;
	/* width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); */
}
.breadcrumb > li:last-child:after {
	content: "";
}
.breadcrumb > li a {
	color: #4a4a49;
	text-transform: uppercase;
}
.pagination {
	margin: 0;
}
.pagination>li>a, .pagination>li>span {
	color: #666;
	background-color: #fff;
	border-radius: 3px!important;
	border-color: #999;
	margin-right: 5px;
	padding: 0px 6px;
	font-size: 0.9em;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #666;
	border-color: #666;
	color: #fff;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	/* font-weight: 300; */
	border: 1px solid #cccccc;
	/* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
	border-radius: 6px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FFF;
//	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	background-color: #043cb7;
	/* background-image: linear-gradient(to bottom, #1d1d1d, #8f633f); */
	/* background-repeat: repeat-x; */
	border-color: #043cb7;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #009fe3!important;
	//	background-position: 0 -15px; /* remove bootstrap butto active color */
	border-color: #009fe3!important;
	color: #fff;
	/* border-radius: 0; */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	background-color: #8f233d;
//	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
//	background-repeat: repeat-x;
	border-color: #8f233d;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
//	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #000;
//	background-image: linear-gradient(to bottom, #62c462, #51a351);
//	background-repeat: repeat-x;
	border-color: #000;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
//	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	filter: saturate(150%);
	background-color: #000;
	border-color: #000;
}
.btn-success.disabled, .btn-success[disabled] {
	filter: saturate(100%);
	opacity: 1;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #1d1d1d;
	border-radius: 4px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
//	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.has-error .btn-default {
	border-color: #a94442;
}

/* list group */
.list-group a {
	border: 1px solid #DDD;
	background-color: #EEE;
	color: #333;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #000;
	background: #2d2d2d;
	border: 1px solid #DDDDDD;
	text-shadow: 0 0px 0 #FFF;
	/* font-weight: bold; */
}
#column-right .list-group a,
#column-left .list-group a {
	border-width: 0px;
	background-color: transparent;
	padding: 5px 0;
	/* font-weight: 800; */
	font-size: 14px;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* Category */
.category-title {
	/* display: inline-block; */
	margin-top: 0px;
	/* padding: 10px; */
	/* background-color: #eee; */
	/* color: #000; */
	/* text-transform: uppercase; */
}
.category-title + .row img {
	width: 100%!important;
	height: auto!important;
}
body[class^="product-category"] #content .category-title + .row img {
	max-width: 100%;
	height: auto;
}
body[class^="product-category"] .below_menu_ful div[id^="banner"] {
	margin-bottom: 0px!important;
}
body[class^="product-category"] #content .below_top + .row > .col-sm-6:first-child .img-thumbnail {
	padding: 0;
	border-radius: 6px;
}
	
/* product list */
.product-thumb {
	position: relative;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: auto;
	/* -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	box-shadow: 0px 1px 4px rgba(0,0,0,.2); */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb:hover {
	/* border-color: #000; */
    /* -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03); */
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	box-shadow: 0px 0px 6px rgba(0,0,0,.4);
	/* border-bottom: 1px solid #343434; */
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
//	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
//	border-bottom: 1px solid #ddd;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 13px;
	height: 2.4em; /* Fixed name height */
	overflow: hidden; /* Fixed name height */
	font-family: 'Red Hat Display', sans-serif;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #009fe3;
}
.product-thumb h4 a {
	color: #231f20;
}
.product-thumb h4 a:hover {
	color: #009fe3;
}
.product-thumb .caption {
	padding: 0 10px;
	height: 135px;
	/* min-height: 180px; Hiding product grid description */
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	/* justify-content: center; */
}
.product-list .product-thumb .caption {
	margin-left: 230px;
	min-height: 150px;
}
@media (max-width: 478px) {
	/* .product-thumb h4 {
		height: 54px;
	}
	.product-thumb .caption {
		height: 130px;
	} */
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
//	min-height: 210px; Hiding product grid description
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
/* Hiding product grid description */
.product-grid .product-thumb .caption h4 + p, .product-thumb .caption h4 + p {
	display: none;
}
.product-list .product-thumb .caption h4 + p {
	display: block;
}

.product-thumb .rating {
	padding-bottom: 10px;
	text-align: center;
	order: 3;
	/* display: none; */
}
.rating .fa-stack {
	font-size: 8px;
	width: 1.5em;
}
.rating .fa-stack:last-of-type {
	margin-right: 5px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.product-thumb .attributes {
	text-align: center;
}
.product-thumb .attributes h5,
.product-thumb .attributes .attribute-name {
	display: none;
}
.product-thumb .attributes .attribute-local .attribute-value:before {
	content: "\f3c5";
	display: inline;
	margin-right: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
}
h2.price {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 5px 0;
	color: #043cb7;
}
/* h2.price:before {
	content: "ou";
	margin-right: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #e5e5e5;
} */
.product-thumb .price {
	margin-bottom: 0px;
	color: #043cb7;
	display: -webkit-flex; /* Re-order prices */
	display: flex; /* Re-order prices */
	/* flex-direction: column; */
	align-items: center;
	line-height: 1.2;
	height: 22px;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: 'Red Hat Display', sans-serif;
	/* text-align: center; */
	font-size: 16px;
	font-weight: 800;
	order: 1;
}
/* .product-thumb .price:before {
	margin-right: 5px;
	content: "ou";
	font-weight: 400;
	font-size: 0.85em;
} */

/* .product-thumb .price-new {
	font-weight: 800;
} */
.price-old {
	color: #999;
}
.product-thumb .price-old {
	text-decoration: line-through;
	margin-right: 10px;
	-webkit-order: -1;
	order: -1;
	font-weight: 300;
	font-size: 0.7em;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-grid .boleto-discount,
.product-thumb .boleto-discount {
	margin-top: 5px;
	margin-bottom: 5px!important;
	text-align: center;
	/* flex-basis: 100%; */
	line-height: 1.2;
	color: #3AB44D;
}
.product-grid .boleto-discount span,
.product-thumb .boleto-discount span {
	font-weight: 800;
	font-size: 18px;
	color: #4a4a49;
}
.product-grid .boleto-discount + p,
.product-thumb .boleto-discount + p {
	display: none;
}
.product-thumb .parcelamento {
	font-size: 0.9em;
	text-align: center;
	font-weight: 300!important;
	color: #4a4a49;
	order: 2;
}
.product-thumb .parcelamento > div {
	/* text-align: left!important; */
}
.product-thumb .parcelamento span {
	/* color: #043cb7; */
	/* font-size: 1.2em; */
	font-weight: 300;
}
.product-thumb .parcelamento + p {
	display: none;
}
.discount-tag {
	top: 10px!important;
	right: 10px!important;
	/* right: initial!important; */
	/* height: 30px!important;
	width: 70px!important;
	border-radius: 0px!important; */
}

.product-thumb .button-group {
	/* border-top: 1px solid #ddd; */
	/* background-color: #343434; */
	overflow: auto;
	text-align: center;
	/* padding: 5px; */
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
@media (min-width: 768px) {
	/* .product-thumb .button-group {
		position: absolute;
		width: 100%;
		bottom: 70px;
		left: 0;
		visibility: hidden;
		opacity: 0;
		background-color: #DDDDDD66;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}	
	.product-thumb:hover .button-group {
		visibility: visible;
		opacity: 1;
	} */
	
}
.product-thumb .button-group button,
.product-thumb .button-group .qbutton + button {
	width: calc(100% - 20px);
	/* margin-left: 10px; */
	margin-bottom: 10px;
	display: inline-block;
	/* float: left; */
	background-color: #009fe3;
	color: #fff;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	/* border-left-width: 1px; */
	border-radius: 0px;
	padding: 10px 10px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb:hover .button-group button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb .button-group button + button {
	position: absolute;
	top: 15px;
	right: 10px;
	padding: 3px;
	width: calc(20% - 20px);
	border-left: 1px solid #000;
	border-width: 0;
	background-color: #fff0;
	/* color: #FFF; */
	border-radius: 4px;
	display: none;
	visibility: hidden;
	opacity: 0;
}
.product-thumb .button-group button + button .fa {
	font-size: 24px;
	font-weight: 400;
	color: #e5e5e5;
}
.product-thumb:hover .button-group button + button {
	/* border-radius: 0px; */
	visibility: visible;
	opacity: 1;
}
.product-thumb .button-group button + button + button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	/* display: inline-block; */
	display: none;
}
.product-thumb:hover .button-group button + button + button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #ff9f06;
	/* border-color: #043cb7; */
	/* filter: saturate(150%); */
	font-family: 'Red Hat Display', sans-serif;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button + button:hover {
	background-color: #fff0;
}
.product-thumb .button-group button + button:hover i {
	font-weight: 800;
}
.product-thumb .button-group button .fa-shopping-cart {
    display: none;
	font-size: 16px;
}
.product-thumb .button-group button span.hidden-xs.hidden-sm.hidden-md {
    display: inline!important;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/* width: 33.33%; */
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		/* width: 33.33%; */
	}
}

/* Single Product */

.thumbnail {
	padding: 0;
	border-radius: 0;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 10px;
}
.thumbnails {
	margin-left: -10px;
	padding-bottom: 20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	/* padding: 5px; */
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 74px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 10px;
	/* margin-bottom: 20px; */
}

.product-title {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	color: #231f20;
	/* text-transform: uppercase; */
}

body[class^="product-product"] .thumbnails .discount-tag {
	/* right: 20px!important;
	padding: 10px 0!important;
    height: 40px!important;
    width: 90px!important;
    font-weight: 500!important; */
}
body[class^="product-product"] .attribute.local {
	margin-bottom: 10px;
}
body[class^="product-product"] .attribute.local:before {
	content: "\f3c5";
	display: inline;
	margin-right: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 800;
}
body[class^="product-product"] .list-unstyled.price {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
	/* justify-content: center; */
    align-items: baseline;
	font-family: 'Red Hat Display', sans-serif;
    letter-spacing: normal;
}
/* body[class^="product-product"] .list-unstyled.price li:nth-child(2) {
    order: -1;
	margin-right: 10px;
} */
/* body[class^="product-product"] .list-unstyled.price li:last-child {
	order: -1;
} */
body[class^="product-product"] .list-unstyled.price li .price-old {
    margin-right: 10px;
	font-size: 15px;
	font-weight: 400;
	/* color: #043cb7; */
}
body[class^="product-product"] .list-unstyled.price li.parcelamento {
	/* margin: 10px 0;
	display: block; */
	font-weight: 300;
	font-size: 0.9em;
	order: 0;
	flex-basis: 100%;
	/* color: #043cb7; */
}
body[class^="product-product"] .list-unstyled.price li.parcelamento span {
	/* color: #043cb7; */
	font-size: 1.2em;
	font-weight: 800;
}
body[class^="product-product"] .list-unstyled.price .boleto-discount {
	/* line-height: 2.5em; */
	font-size: 100%;
	order: -2;
	flex-basis: 100%;
	color: #3AB44D;
}
body[class^="product-product"] .list-unstyled.price .boleto-discount span:first-child {
	font-size: 2em;
	font-weight: 800;
	/* color: #043cb7; */
}
body[class^="product-product"] #product h3 {
	font-weight: 300;
	font-size: 16px;
	color: #4a4a49;
}
body[class^="product-product"] #content .btn-group:first-of-type {
	display: none;
}
/* body[class^="product-product"] #content .btn-group:first-of-type .btn:first-child {
	display: none;
}
body[class^="product-product"] #content .btn-group:first-of-type .btn:nth-child(2) {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
} */
body[class^="product-product"] #content hr {
	border-color: #ccc;
}

/* Radio boxes */
body[class^="product-product"] div[id^="input-option"] .radio {
	display: inline-block;
	padding-left: 5px;
}
body[class^="product-product"] div[id^="input-option"] .radio label {
	display: inline-block;
	min-width: 25px;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #999;
	color: #302D3C;
}
body[class^="product-product"] div[id^="input-option"] .radio.checked label {
	background-color: #343434;
	border-color: #343434;
	color: #fff;
}
body[class^="product-product"] div[id^="input-option"] .radio input {
	width: 0;
}

body[class^="product-product"] label[for="input-quantity"] {
	width: 88px;
}
body[class^="product-product"] #input-quantity {
	max-width: 50px;
    display: inline-block;
    height: 30px;
    margin-left: 13px;
	border: 1px solid #999;
	border-radius: 0px;
    text-align: center;
}
body[class^="product-product"] input[name=product_id] + br {
    display: none;
}
body[class^="product-product"] #button-cart,
body[class^="product-product"] #button-quote {
	position: relative;
    max-width: 182px;
	/* height: fit-content; */
	line-height: 0px;
	height: 30px;
    display: inline-block;
	margin: 7px 0 9px 5px;
	padding: 5px 15px;
	background-color: #009fe3;
	border-radius: 0px;
	border: 1px solid #009fe3;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
}
/* body[class^="product-product"] #button-cart:before,
body[class^="product-product"] #button-quote:before {
	font-family: 'FontAwesome';
	content: "\f07a";
	margin-right: 5px;
} */
body[class^="product-product"] #button-cart:hover,
body[class^="product-product"] #button-quote:hover {
	background-color: #043cb7!important;
	border-color: #043cb7!important;
	color: #fff;
	/* max-width: 220px; */
	/* border-radius: 0 20px 0 20px; */
}
/* #button-cart {
	text-transform: uppercase;
	font-family: 'Red Hat Display', sans-serif;
	background-color: #000;
	border-color: #000;
}
#button-cart:hover {
	color: #FFF;
	background-color: #00ea9a!important;
	border-color: #00ea9a!important;
} */
body[class^="product-product"] #button-cart + hr + h4 {
    display: none;
	height: 0;
}
body[class^="product-product"] #button-cart + hr + h4 strong {
	font-weight: 400;
	font-size: 0px;
	color: #88817e;
}
body[class^="product-product"] #button-cart + hr + h4 .fa {
    display: none;
}
body[class^="product-product"] #button-cart + hr + h4 + .form-group .input-group {
	display: flex;
    /* justify-content: center; */
}
body[class^="product-product"] #button-cart + hr + h4 + .form-group .input-group:before {
	content: "Estimar frete";
	display: inline;
	float: left;
	width: 95px;
    line-height: 26px;
    margin-right: 10px;
    font-size: 12px;
    /* font-weight: 400; */
	/* color: #444; */
}
body[class^="product-product"] #button-cart + hr + h4 + .form-group .input-group + p {
	margin-bottom: 0;
	padding-left: 110px!important;
}
body[class^="product-product"] #input-postcode {
	/* margin-right: 0px!important; */
	height: 26px;
	width: 149px!important;
	border-radius: 0px;
	border-color: #999;
}
body[class^="product-product"] #simular {
    margin-left: 5px;
	padding: 5px 10px;
	height: 26px;
	background-color: #666;
	border-radius: 0px;
	border: 1px solid #666;
	color: #fff;
}
body[class^="product-product"] #simular:hover {
	background-color: #043cb7!important;
	border-color: #043cb7!important;
	color: #fff;
}
body[class^="product-product"] #simular .fa-list-alt:before {
	content: "\f0d1";
}
body[class^="product-product"] #simular .fa-truck:after {
	content: "Calcular";
	font-family: 'Red Hat Display', sans-serif;
	font-size: 12px;
	font-weight: 600;
}
body[class^="product-product"] .button-wishlist {
	margin-bottom: 10px;
	padding: 0;
	border-width: 0;
}
body[class^="product-product"] .button-wishlist:hover {
	background-color: #fff;
	color: #043cb7;
}
body[class^="product-product"] .button-wishlist .fa-heart {
	margin-right: 5px;
}
.fa-heart {
	font-weight: 400;
}
/* body[class^="product-product"] #product + hr + .rating {
	text-align: center;
} */
.addthis_sharing_toolbox:before {
	content: "Compartilhe este produto em sua rede:";
	display: block;
	font-size: 12px;
}
.addthis_sharing_toolbox .at-icon-wrapper {
	transform: scale(0.9, 0.9);
	/* border-radius: 50%!important; */
}
.addthis_sharing_toolbox .at-share-btn-elements a {
	background-color: #4a4a49!important;
    border-radius: 50%!important;
}
/* .addthis_sharing_toolbox .at-share-btn-elements .at-icon {
	fill: #043cb7!important;
} */
@media(max-width:767px) {
	#tab-description img {
		max-width: 100%!important;
		height: auto!important;
	}
	body[class^="product-product"] #button-cart,
	body[class^="product-product"] #button-quote {
		max-width: 150px;
	}
	body[class^="product-product"] #button-cart + hr + h4 + .form-group .input-group {
		flex-wrap: wrap;
	}
	body[class^="product-product"] #button-cart + hr + h4 + .form-group .input-group:before {
		flex-basis: 100%;
	}
	body[class^="product-product"] #button-cart + hr + h4 + .form-group .input-group + p {
		padding-left: 0!important;
	}
}

/* Cart page */
body.checkout-cart input[name^='quantity'],
body.checkout-cart .input-quantity {
	min-width: 45px;
    padding: 0;
    text-align: center;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3{
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* Information banner */
body.information-information #content img:first-of-type {
	max-width: 100%;
	height: auto!important;
}

/* Modal */
/* .modal-dialog.modal-lg {
	width: 600px;
}
.modal-content {
	border-radius: 0px;
}
.modal-body {
	padding: 0px;
}
.modal-body p {
	margin: 0px;
}
.modal-body .module-heading {
	display: none;
}
.modal-footer {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
.modal-footer button.btn.btn-default {
    color: rgba(0, 0, 0, 0);
    border-width: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px;
    top: -17px;
    right: -25px;
}
.modal-footer button.btn.btn-default::after {
    content: "x";
    color: #000;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 0px 5px 1px;
    height: 30px;
    background: #FFF;
    font-weight: bold;
} */

/* CKEditor Bootstrap */
.btgrid .row .col img {
	max-width: 100%;
	height: auto!important;
}

/* Blog */
.summary .blog_title {
	font-size: 16px!important;
	height: 44px;
}
.blog_stats {
	display: none;
}

/* Size Chart */
.button-sizechart {
	display: inline-block;
    margin-bottom: 15px;
	padding: 5px 30px;
    max-width: 200px;
    background: #fff;
    border-color: #999;
    border-radius: 4px;
    color: #302D3C;
	text-transform: uppercase;
}
.chart-header-bg th {
	text-align: center;
}

/* 88 Modifications */
.alert {
	max-width: 100%;
}
/* Adjust Breadcrumb for mobile */
.breadcrumb {
	padding: 0;
}
.breadcrumb > li {
	line-height: 35px;
	white-space: normal;
}
/* .breadcrumb > li:after {
	top: 5px;
} */
.breadcrumb > li:last-of-type:after {
	border-width: 0px;
}
/* Below_menu positions above breadcrumb */
body:not(.common-home) > .container:nth-of-type(2) {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.below_menu {
	order: -1;
}
/* Remove List View */
#list-view, #grid-view {
	display: none;
}
/* Colunas abaixo do conteúdo no mobile */
@media (max-width: 767px) {
	body > .container > .row {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	#column-left + #content {
		order: -1;
	}
}
/* Imagens responsivas */
#content img {
	max-width: 100%;
	height: auto!important;
}
/* CKEditor Bootstrap */
.btgrid .row .col img {
	max-width: 100%;
	height: auto!important;
}
/* Esconder subcategorias */
body[class^='product-category'] .subcategories-title,
body[class^='product-category'] .subcategories-title + div {
	display: none;
}
/* Youtube */
.youtube-embed-wrapper {
	margin: 0 auto;
	max-width: 800px;
	padding-bottom: min(56,25%, 450px);
}
/* Conta */
body.account-login #input-password + a {
	font-size: 12px;
}

/* Cart Alert */
.alert.flash {
	position: fixed;
	z-index: 1001;
	width: initial;
	box-shadow: 0 0 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.alert.flash button.close {
	padding-left: 10px;
}

/* small gutter */
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
footer .container {
	padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
	body > #menu-container ~ .container > .row,
	header > .container > .row,
	#menu-container #menu	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns,
	.container {
		margin-left: auto;
		margin-right: auto;
		width: 740px;
	}
}
@media (min-width: 992px) {
	body > #menu-container ~ .container > .row,
	header > .container > .row,
	#menu-container #menu	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns,
	.container {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	body > #menu-container ~ .container > .row,
	header > .container > .row,
	#menu-container #menu	.below_menu_2columns,
	.below_menu_3columns,
	.below_menu_4columns,
	.above_foot_4columns,
	.above_foot_3columns,
	.above_foot_2columns,
	.container {
		width: 1160px;
	}
}

.common-home .below_menu_4columns .row {
    margin-left: -2px;
    margin-right: -2px;
}
.common-home .below_menu_4columns .col-xs-1, .common-home .below_menu_4columns .col-sm-1, .common-home .below_menu_4columns .col-md-1, .common-home .below_menu_4columns .col-lg-1, .common-home .below_menu_4columns .col-xs-2, .common-home .below_menu_4columns .col-sm-2, .common-home .below_menu_4columns .col-md-2, .common-home .below_menu_4columns .col-lg-2, .common-home .below_menu_4columns .col-xs-3, .common-home .below_menu_4columns .col-sm-3, .common-home .below_menu_4columns .col-md-3, .common-home .below_menu_4columns .col-lg-3, .common-home .below_menu_4columns .col-xs-4, .common-home .below_menu_4columns .col-sm-4, .common-home .below_menu_4columns .col-md-4, .common-home .below_menu_4columns .col-lg-4, .common-home .below_menu_4columns .col-xs-5, .common-home .below_menu_4columns .col-sm-5, .common-home .below_menu_4columns .col-md-5, .common-home .below_menu_4columns .col-lg-5, .common-home .below_menu_4columns .col-xs-6, .common-home .below_menu_4columns .col-sm-6, .common-home .below_menu_4columns .col-md-6, .common-home .below_menu_4columns .col-lg-6, .common-home .below_menu_4columns .col-xs-7, .common-home .below_menu_4columns .col-sm-7, .common-home .below_menu_4columns .col-md-7, .common-home .below_menu_4columns .col-lg-7, .common-home .below_menu_4columns .col-xs-8, .common-home .below_menu_4columns .col-sm-8, .common-home .below_menu_4columns .col-md-8, .common-home .below_menu_4columns .col-lg-8, .common-home .below_menu_4columns .col-xs-9, .common-home .below_menu_4columns .col-sm-9, .common-home .below_menu_4columns .col-md-9, .common-home .below_menu_4columns .col-lg-9, .common-home .below_menu_4columns .col-xs-10, .common-home .below_menu_4columns .col-sm-10, .common-home .below_menu_4columns .col-md-10, .common-home .below_menu_4columns .col-lg-10, .common-home .below_menu_4columns .col-xs-11, .common-home .below_menu_4columns .col-sm-11, .common-home .below_menu_4columns .col-md-11, .common-home .below_menu_4columns .col-lg-11, .common-home .below_menu_4columns .col-xs-12, .common-home .below_menu_4columns .col-sm-12, .common-home .below_menu_4columns .col-md-12, .common-home .below_menu_4columns .col-lg-12 {
	padding-left: 2px;
    padding-right: 2px;
}

@media (max-width: 767px) {
	.common-home .below_menu_4columns .col-sm-3 {
		width: 50%;
		float: left;
	}
	.common-home .below_menu_4columns_wrapper div[id^="banner"] {
		margin-bottom: 4px!important;
	}
}
@media (min-width: 768px) {
	.common-home .below_menu_4columns {
		width: 724px;
	}
}
@media (min-width: 992px) {
	.common-home .below_menu_4columns {
		width: 944px;
	}
}
@media (min-width: 1200px) {
	.common-home .below_menu_4columns {
		width: 1144px;
	}
}
/* Featured Categories */
.featured-category-title {
	text-align: center;
	color: #043cb7;
}
.featcat .caption h4 {
	font-weight: 400;
	/* display: none; */
}
.featcat .image img {
	border-radius: 50%;
}

/* Mercado Pago */#MP-Checkout-dialog {  z-index: 1200!important;}

.fp_carousel-controls .fp_carousel-left {
	left: -7px!important;
}
.fp_carousel-controls .fp_carousel-right {
	right: -7px!important;
}
.fp_carousel .fp_carousel-left, .fp_carousel .fp_carousel-right {
	background-color: #000000!important;
	line-height: 40px!important;
	color: #fff!important;
}
.fp_carousel .fp_carousel-left .fa, .fp_carousel .fp_carousel-right .fa {
	font-size: 20px;
	-webkit-font-smoothing: auto;
}