#bar-notification{
z-index: 10000;
}


.item-box .picture a img:hover {
	transform: scale(1.1);
}

.item-box .product-item .details h4{
height:150px;
}

.product-selectors{
	display: none;
	visibility: hidden;
}
.product-filters{
	display: none;
	visibility: hidden;
}

body{
	font-family: 'Oswald'!important;
}
.home-page-product-grid-target .title
{
	font-size:50px;

}


.home-page-product-grid-target .details
{
	font-size:22px;
	color:#555;
}


.home-page-product-grid-target .details a
{
	font-size:22px;
	color:#555!important;
}

.home-page-product-grid-target .details h4
{
	color: gray;
	text-align: center;
}


.home-page-product-grid-target .details p
{
	text-align: center;
}

.breadcrumb{
	margin-top: 10px;
}

/* .item-box input[type="button"]:hover {
	background-color: transparent!important;

} */

.item-box input[type="button"]:visited {
	background-color: transparent!important;

}

a:visited {
	background-color: transparent!important;

}

a {
	color: #A87F39 !important;
	text-decoration: none !important;
}
a:active { text-decoration: underline!important; color:#A87F39!important;}
a:hover{

	color:#A87F39!important;
	text-decoration: underline;
	background-color: transparent!important;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #343434;
	font: normal normal normal 18px/22px Roboto;
}


/*Header css*/

.header {
	background-color: #fff;
	transition: all 0.2s ease;
}

.header .navbar-default {
	background-color: transparent;
	border: 0 none;
	font-size: 16px;
	margin-bottom: 0px;
}
.header .navbar-default .navbar-toggle{
	float: left !important;
}
.header .navbar-default .navbar-toggle:focus, .header .navbar-default .navbar-toggle:hover{
	    background-color: transparent;
}
.header .navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-nav {
	float: none!important;
	margin: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.header .right-wrap {
	padding-right: 0px !important;
}

.header .left-wrap {
	padding-left: 0px !important;
}

.header .navbar-nav>li {
	font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-300) 20px/var(--unnamed-line-spacing-119) var(--unnamed-font-family-oswald);
	letter-spacing: var(--unnamed-character-spacing-0);
	text-align: left;
	font: normal normal 300 20px/119px Oswald;
	letter-spacing: 0px;
	color: #454545;
	text-transform: uppercase;
	opacity: 1;
	padding: 0px 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #454545 !important;
}

.slider {
	position: relative;
}

.slider h5 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #F8F8F5;
	font-size: 16px;
}

.slider img {
	margin: 0 auto;
}

.slider ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.slider .article {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
}


/* .slider ul li { z-index:999; color:#000;  } */


/* .slider ul li:hover h5  { color:#000;  }
.slider ul li:hover img  { color:#000;  } */

.slider ul li:hover li::after {
	display: block;
}

.slider ul li::after {
	content: "";
	background-color: #fff;
	height: 230px;
	width: 230px;
	border-radius: 50%;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0px;
	display: none;
}

.slider .container {
	max-width: 1350px;
	width: 100%;
}

.about h2 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	letter-spacing: 0px;
	color: #A87F39;
	opacity: 1;
	margin-top: 80px;
}

.about h3 {
	text-align: left;
	font: normal normal 300 30px/24px Oswald;
	letter-spacing: 0px;
	color: #A87F39;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 40px;
	margin-bottom: 60px;
}

.about h4 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	letter-spacing: 0px;
	color: #454545;
	opacity: 1;
	padding: 50px 0px 20px 0px;
}

.about li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #343434;
}

.about ul {
	margin-bottom: 50px;
}
.o-marques_img{
	padding-bottom: 60px;
}
.historia-img-content {
	padding:35px 0;
}

.about .page-title {
	text-align: center;
	font: normal normal 300 30px/24px Oswald;
	letter-spacing: 0px;
	color: #A87F39;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 10px;
	margin-bottom: 10px;
}

#História p {
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.header .navbar-nav>li {
		display: block;
		width: 100%;
		text-align: left;
	}
	.header-logo{display: none; visibility: hidden;}
}

@media screen and (min-width: 1199px) and (max-width: 1500px) {
	.header .navbar-nav>li {
		padding: 0px 0px;
		font-size: 16px;
	}
	.header-logo{display: block; visibility: visible;}
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
	.header .navbar-nav>li {
		padding: 0px 0px;
		font-size: 13px;
	}
	.logo img {
		max-width: 148px;
		width: 110px;
	}
	.header .col-xs-12 {
		padding: 0px;
	}
	.navbar-default .navbar-nav>li>a {
		color: #454545 !important;
		padding: 6px;
	}
	.header-logo{display: block;; visibility: visible;}
}


/* st */

.slider ul.list-inline {
	margin-bottom: 0;
	overflow: hidden;
}

.slider ul.list-inline li {
	z-index: 999;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 200px;
	height: 200px;
	padding-top: 24px;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	position: relative;
	top: 90px;
	background: transparent;
	border: 6px solid transparent;
	box-shadow: 0px 0px 0px 2px transparent inset;
}
#mytab.nav-tabs>li.active>a{
	background: #fff !important;
	border: 6px solid #fff !important;
	box-shadow: 0px 0px 0px 2px #7c7c7b inset !important;
}
#mytab.nav-tabs>li>a {
    margin-right: 0px !important; 
   line-height: 28px !important;
    border:0 !important;
   border-radius: none !important;
}
#mytab.nav>li>a{
	padding:0px !important;
}
.slider ul.list-inline li.active {
	background: #fff;
	border: 6px solid #fff;
	box-shadow: 0px 0px 0px 2px #7c7c7b inset;
	cursor: pointer;
}
.slider_img .nav-tabs{
	    border-bottom: 0 !important;
}
/*.slider_img .nav-tabs>li.active>a, #mytab.nav-tabs>li.active>a:focus, #mytab.nav-tabs>li.active>a:hover{
	color: #555;
    cursor: default;
    background: #fff !important;
    border: 6px solid #fff !important;
    box-shadow: 0px 0px 0px 2px #7c7c7b inset !important;
}*/
.slider_img .nav>li>a {
    position: relative;
    display: block;
    padding: 0px !important;
    cursor: pointer;
}
.slider_img .nav-tabs>li>a {
    margin-right: 0px !important;
    line-height: 1.42857143 !important;
    border: 0px solid transparent !important;
    border-radius: 0 !important;
   background-color: transparent !important;
   cursor: pointer !important;
}

.slider ul.list-inline li.active img {
	filter: brightness(0.5);
}

.slider ul.list-inline li.active h5 {
	color: #7c7c7b;
}

.slider ul.list-inline li img {
	height: 40px;
	width: auto;
	object-fit: contain;
}

.about .about-bx {
	max-width: 920px;
	width: 100%;
	margin: 0px auto;
}

.footer-outer {
	background: #454545;
	color: #fff;
	/* margin-top: 180px; */
	min-height: 180px;
	/* padding-top: 20px;
	padding-bottom: 60px; */
}

.footer-outer h3 {
	font-size: 30px;
	color: #fff;
	font-family: 'Oswald';
	line-height: 1.5;
}

.footer-outer ul.social-net {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0;
}

.footer-outer ul.social-net li {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 40px;
	/* margin-top: 20px; */
}

.footer-outer ul.social-net li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-outer ul.social-net li img {
	width: auto;
	vertical-align: bottom;
	height: 24px;
	object-fit: contain;
}
a.logo-m{
	display: none;
}
a.logo {
    margin: 0px;
    padding: 5px !important;
}
.navbar-default .menu .navbar-nav>li.nav-item>a{
	border-bottom: 2px solid transparent;
}
.navbar-default .menu .navbar-nav>a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none!important;
}
.navbar-default .menu .navbar-nav>li.nav-item>a:hover,
.navbar-default .menu .navbar-nav>li.nav-item>a:focus,
.navbar-default .menu .navbar-nav>li.nav-item.active>a{
	border-bottom: 2px solid #a87f39;
	background: transparent;
	text-decoration: none;
	
}

.navbar-default .menu .navbar-nav>li.nav-item.selected>a{
	border-bottom: 2px solid #a87f39;
	background: transparent;
	text-decoration: none;
	
}


.simple-box.content-box  h2 {
	text-align: center;
	margin: 0 0 20px;
}
.content-box h2 {
	margin: 0;
}

.left-image {
    overflow: hidden;
}

.left-image img {
	width: 100%;
	transition: transform .2s;
}

.left-image img:hover {
	transform: scale(1.1);
}

.content-box {
	margin: 80px 0; 
}

.color-box h2 ,
.color-box h3 {
	color: #FFFFFF;
}

.color-box h3 {
	margin: 18px 0;
}

.color-box p {
	font-size: 16px;
}

.color-box.right .link-text {
	text-align: right;
}

.link-text {
	padding: 35px 0 0;
}

.link-text a {
	color: #FFFFFF !important;
}

.color-box {
	background: rgba(160,112,27,0.7);
	padding: 20px 30px;
	box-sizing: border-box;
	max-width: 680px;
}

.color-box.right {
	position: relative;
	left: -25px;
	overflow: hidden;
}

.color-box.left {
	position: relative;
	right: -25px;
	margin-left: auto;
	z-index: 1;
}

.box-main {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-main .col {
	width: 50%;
}

.img-container img {
	max-width: 100%;
}

.img-container {
	text-align: center;
	margin: 40px 0;
}

.tab-pane h3 {
	margin: 30px 0 40px;
}

.tab-pane h4 {
	margin: 0;
    padding: 0;
}

.circle-box {
    display: flex;
	align-items: center;
	padding: 50px 0 40px;
}

.circle-box .circle {
	width: 356px;
	height: 356px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.right-content {
    max-width: 750px;
    box-sizing: border-box;
    padding: 0 20px;
	font-size: 16px;
}
.circle:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	width: 334px;
	height: 334px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
}
/* sticky */
.navbar-default .navbar-nav>li>a.logo img {
    transition: all 0.2s ease;
}
.header.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
    z-index: 9999;
	transition: all 0.2s ease;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 0.4);
}

.header.fixed .navbar-default .navbar-nav>li>a.logo img {
    width: 100px;
    height: auto;
    transition: all 0.2s ease;
}
.header.fixed .navbar-default .menu .navbar-nav>li.nav-item>a:hover, 
.header.fixed .navbar-default .menu .navbar-nav>li.nav-item>a:focus, 
.header.fixed .navbar-default .menu .navbar-nav>li.nav-item.active>a{
	border-bottom: 2px solid #ffffff;
}


.product-list img {
	max-width: 100%;
}

.product-list h2 {
	font-size: 40px;
	line-height: 50px;
}

.product-list h3 {
	font-size: 30px;
	line-height: 40px;
	margin: 20px 0 15px;
}

.product-list p {
	font-size: 18px;
	line-height: 25px;
	margin: 15px 0;
	color: #343434;
}

.product-list .quantity {
	display: flex;
	margin: 50px 0 0 0;
}

.product-list input {
	/* width: 40px; */
	height: 40px;
	border: none;
	margin: 0 10px;
	text-align: center;
	color: #454545;
	font-size: 30px;
}

.product-list input.check-buton {
	border: 2px solid #A87F39 ;
	padding: 5px 53px ;
	color: #A87F39 ;
	height: 41px ;
	font-size: 18px ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	text-decoration: none !important;
	display: inline-block ;
	background-color: white;
}

.product-list input.check-buton:hover {
	border: 2px solid #A87F39 ;
	padding: 5px 53px ;
	color: #ffffff ;
	height: 41px ;
	font-size: 18px ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	text-decoration: none !important;
	display: inline-block ;
	background-color:  #A87F39;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.quan-btn {
	width: 40px;
	height: 40px;
	border: 2px solid #A87F39;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.quan-btn .glyphicon {
	color: #A87F39;
}

.quantity .check-buton {
	margin: 0 0 0 40px;
}

.check-buton.margin-top {
	margin-top: 50px;
}

.check-buton {
	border: 2px solid #A87F39 ;
	padding: 5px 53px ;
	color: #A87F39 ;
	height: 41px ;
	font-size: 18px ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	text-decoration: none !important;
	display: inline-block ;
	background-color: white;
}

.cart-options .cart-buttons .check-button {
	text-align: right;
	border: 2px solid #A87F39;
	padding: 5px 53px ;
	color: #A87F39 ;
	height: 41px ;
	font-size: 18px ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	text-decoration: none !important;
	display: inline-block ;
	background-color: white;
}

.cart-options .cart-buttons .check-button:hover,
.check-buton:focus {
	background: #A87F39;
	color: #fff !important;
}
.shopping-cart-page .cart-buttons {
	margin: 0 0 60px;
	background-color: #ffffff;
	padding: 20px;
	font-size: 0;
	text-align: right;
}

.shopping-cart-page .cart-buttons input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
	border: none;
    padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.shopping-cart-page .cart-buttons input:hover {
	background: #A87F39;
	color: #fff;
}
.shopping-cart-page .cart-buttons input:first-child {
	background:#fff;
	color:  #A87F39;
}
.shopping-cart-page .cart-buttons input:first-child:hover {
	background:#A87F39;
	color:  #fff;}

.check-buton:hover,
.check-buton:focus {
	background: #A87F39;
	color: #fff;
}

.check-buton[aria-expanded="true"] {
	font-size: 0px;
}

.check-buton[aria-expanded="true"]:before{
  content: "Fechar Ficha Técnica";
  font-size: 18px;
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
	box-shadow: none;
}

.content-group {
	padding: 0 0 20px;
}

.content-group p  strong {
	font-size: 20px;
}

.content-group p {
	margin: 0;
	font-size: 18px;
}

.cart-total .order-total {
	font-size: 20px;
	color: #A87F39 !important;
}

.terms-of-service a {
	margin: 0 0 0 3px;
	color: #A87F39 !important;
}

.product-grid .title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
	color: #A87F39 !important;
	text-align: center !important;
}



.details .buttons input {
	text-align: right;
	border: 2px solid #A87F39 !important;
	padding: 5px 53px ;
	color: #A87F39 ;
	height: 41px ;
	font-size: 18px ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	text-decoration: none !important;
	display: inline-block ;
	background-color: #ffffff;
}

.details .buttons input:hover {
	background: #A87F39;
	color: #fff;
}


.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 80px;
	text-align: center !important;
}

.item-box .buttons {
	text-align: center !important;
}

.details a {
	color: #A87F39;
}

.news-options .news-buttons{
	text-align: center;
}

.news-options .news-buttons .check-button {
	text-align: center;
	border: 2px solid #A87F39;
	padding: 5px 53px ;
	color: #A87F39 ;
	height: 41px ;
	font-size: 18px ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	text-decoration: none !important;
	display: inline-block ;
}

.news-options .news-buttons .check-button:hover,
.check-buton:focus {
	background: #A87F39;
	color: #fff !important;
}


.language-selector select{
	border: none;
	padding-bottom: 15px;
	height: auto;
	vertical-align: bottom;	
}

.buttons .emailButton {
	text-align: center;
	border: 2px solid #A87F39;
	padding: 5px 53px ;
	color: #A87F39 ;
	height: 41px ;
	font-size: 18px ;
	display: flex ;
	justify-content: center ;
	align-items: center ;
	text-decoration: none !important;
	display: inline-block ;
}

.buttons .emailButton:hover,
.email-buton:focus {
	background: #A87F39;
	color: #fff !important;
}

.opc .allow .step-title .number {
	color: #fff;
	cursor: pointer;
}
.opc .allow .step-title .titlePay {
	color: #fff;
	cursor: pointer;
	margin-top:20px;
	font-size: 16px;
	margin-left:50px;
}

.opc .step-title {
	margin: 0 0 1px;
	overflow: hidden;
	background-color: #ffffff;
	height: 60px;
}
.opc .allow .step-title {
	background-color:  #A87F39 !important;
	cursor: pointer;
}

.opc .allow .step-title .number {
	background-color: #735116 !important;
}

.about .allow .step-title h2 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 1;	
}

.about .step-title h2 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	letter-spacing: 0px;
	color: #A87F39;
	opacity: 1;	
	margin-top: 20px;
}

#map {
	height:500px;
}


