    

body{
	background: #fafafa;
	font-family: 'Open Sans', sans-serif;
}

.btn-primary{
	background: #de8871!important;
    border-color: #de8871!important;
}

#top-header{
	padding: 6px 0;
	background: #eff0f1;
	border: none;
	color: #728298;
}

#top-header .container{
	display: flex;
	justify-content: space-between;
}

#top-header .item{
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 10px;
}

#top-header .item a{
	padding: 5px 10px;
	margin-left: 2px;
	border-radius: 3px;
	border: 1px solid #dadbdd;
	color: #728298;
}

#top-header .item a:hover{
	background: #728298;
	color: #eff0f1;
	border-color: #728298;
}

#top-header .item img{
	margin-right: 5px;
}

#top-header .left{
	width: 55%;
	display: flex;
}

#top-header .left .item{
	margin-right: 10px;
}

#top-header .right{
	width: 45%;
	display: flex;
	justify-content: flex-end;
}

#top-header .right .item{
	margin-left: 10px;
}


header{
	padding: 25px 0;
}

header #logo{
	max-width: 250px;
}

header #logo img{
	width: 100%;
	height: auto;
}

#search{
	margin-top: 20px;
	border: 1px solid #d8dbdf;
	border-radius: 10px;
}

#search .input-lg{
	border: none;
	box-shadow: none;
	background: none;
}

#search .btn-lg{
	padding: 10px 20px;
	background: none;
	border: none;
}

#search .tt-dataset-auto_produtos .rating{
	display: none!important;
}


header #cart{
	margin-top: 20px;
	border: none;
}

header #cart .btn{
	padding: 14px 20px;
	color: #728298;
	border-radius: 10px;
	background: #eff0f1;
	border: none;
	box-shadow: none;
}

header #cart .dropdown-menu{
	background: #fff;
}

/*
header #cart .dropdown-menu a{
	color: #728298;
}*/


header #cart .dropdown-menu a{
	color: #de8871;
}

/*
#menu{
	margin: 0;
	background: #de8871;
	border: none;
	border-radius: 0;
}*/

#menu{
	margin: 0;
	background: #728298;
	border: none;
	border-radius: 0;
}


#menu .nav > li > a{
	padding: 15px 12px;
	text-shadow: none;
	font-size: 15px;
}



#menu .nav>li>a:focus,
#menu .nav>li>a:hover,
#menu .nav>li>a:visited{
	border: none!important;
}

#menu .dropdown-menu{
	min-width: 200px;
	background: #728298;
	border: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
}

#menu .dropdown-inner,
#menu .dropdown-inner ul{
	width: 100%;
	display: block;
}

#menu .dropdown-inner a{
	color: #fafafa;
}

.dropdown-menu li > a:hover{
	background: #4a596c;
}

.dropdown-black{
	background-color: #E6B435;
}


#menu .see-all{
	padding: 8px 20px;
	color: #fafafa;
}

#menu .see-all:hover,
#menu .see-all:focus{
	background: #4a596c;
}




#banner{
	width: 100%;
	background: #e8e8e8;
	align-items: center;
	border-bottom: 8px solid #ebcd99;
}

#banner .item img{
	width: 100%;
	height: auto;
}



.swiper-viewport{
	margin: 0!important;
	border: none!important;
	border-radius: 0!important;
	box-shadow: none!important;
	overflow: hidden!important;
}

.swiper-viewport .swiper-slide img{
	width: 100%;
	height: auto;
}


#common-home #content #slideshow1{
	display: none;
}




#banner1, #banner3, #banner5, #banner7{
	display: none;
}




.mini-banners{
	background: #f2f2f2;
	position: relative;
	z-index: 10;
}

.mini-banners .box{
	margin-top: -40px;
	border-radius: 10px;
	overflow: hidden;
	background: #c7cdcf;
	position: relative;
}

.mini-banners .box img{
	width: 100%;
	height: auto;
}

.mini-banners .box span{
	padding: 10px 25px;
	color: #fafafa;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	left: 0;;
	bottom: 30px;
	background: rgba(114, 130, 159, 0.9);
}


.banners-quartos{
	padding: 30px 0;
	background: #f2f2f2;
}

.banners-quartos .box .image{
	max-height: 200px;
	margin-bottom: 5px;
	overflow: hidden;
}

.banners-quartos .box img{
	width: 100%;
	height: auto;
}

.banners-quartos .box span{
	padding: 5px 20px;
	display: inline-block;
    color: #fafafa;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    background: rgba(114, 130, 159, 0.9);
}



#bannergrid0{
	padding: 30px 0;
}

#bannergrid0 .banner-grid{
	position: relative;
}

/*#bannergrid0 .banner-grid span{
	padding: 5px 15px;
	background: #df1e1e;
	color: #fafafa;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 30px;
}*/

#bannergrid0 .banner-grid span{
	padding: 5px 15px;
	background: #728298;
	color: #fafafa;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 30px;
}

#bannergrid0 strong{
	margin-bottom: 25px;
	display: block;
	font-size: 32px;
	text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #728298;
}



.destaques{
	padding: 40px 0;
	background: #f2f2f2;
}

#content .destaques .product-thumb{
	background: #fff;
}


#content h1{
	font-size: 28px!important;
	color: #de8871;
	font-weight: 700;
}

#content p{
	font-size: 14px;
}

#content p a{
	color: #de8871;
}

#content form legend{
	font-weight: 700;
	color: #555;
}



#content h2{
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
}

#content h2 span{
	font-size: 26px;
	display: block;
	font-weight: 300;
}

#content h2.cart-title{
	font-size: 28px!important;
	color: #de8871;
	font-weight: 700;
}

#content .panel-body h2{
	font-size: 28px!important;
	color: #de8871;
	font-weight: 700;
}



#content .products-title{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

#content .products-title h2{
	margin: 0;
	font-size: 32px;
}


#content .products-title a.link-more{
	color: #728298;
	text-decoration: underline;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}



.destaques h2{
	color: #103751;
}


/*.produtos h2{
	margin-top: 50px;
	color: #e3876f;
}*/

.produtos h2{
	margin-top: 50px;
	color: #728298;
}

/*.produtos h2{
	margin-top: 50px;
	color: #010101;
}*/


#content .product-slider{
	padding: 0 15px;
	margin-bottom: 25px;
	position: relative;
}

#content .product-slider .slick-prev,
#content .product-slider .slick-next{
	width: 15px;
	height: 25px;
	padding: 0;
	background: none;
	border: none;text-indent: -999em;
	position: absolute;
	top: -45px;
}

#content .product-slider .slick-prev{
	background: url(../image/seta-left.png);
	background-size: cover;
	right: 70px;
}

#content .product-slider .slick-next{
	background: url(../image/seta-right.png);
	background-size: cover;
	right: 30px;
}

.ad_banner .image{
	width: 100%;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ad_banner .image img{
	max-width: 100%;
	height: auto;
}


#content .product-thumb{
	position: relative;
	border-radius: 10px;
}

#content .product-thumb:hover{
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

#content .product-thumb .image{
	padding: 15px 10px;
	background: #fff;
	border-radius: 10px;
}

.product-thumb .image a:hover{
	opacity: 1;
}

.product-thumb .caption{
	min-height: 170px;
}

.product-thumb .caption p span{
	display: block;
}

.product-thumb .caption p span.price-new{
	color: #397b21;
}

#content .product-thumb h4{
	height: 35px;
	margin: 15px 0 5px;
}

#content .product-thumb h4 a{
	display: block;
	font-size: 13px;
	color: #555;
	font-weight: 400;
}

#content .product-thumb .price{
	margin-bottom: 5px;
	font-size: 22px;
	color: #0f3a55;
	font-weight: 700;
}

.product-thumb .price-old{
	padding: 0 10px;
	margin: 0 0 2px;
	display: inline-block!important;
	font-size: 13px;
	color: #fafafa;
	opacity: 0.7;
	background: #df1e1e;
	border-radius: 2px;
}

#content .product-thumb small.parcelamento{
	font-size: 13px;
	color: #555;
}


/*#content .product-thumb .tag-promo{
	padding: 5px 12px;
	background: #e28775;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-weight: 700;

	position: absolute;
	left: 0;
	top: 15px;
	font-family: 'Open Sans', sans-serif;
}*/

#content .product-thumb .tag-promo{
	padding: 5px 12px;
	background: #000;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-weight: 700;

	position: absolute;
	left: 0;
	top: 15px;
	font-family: 'Open Sans', sans-serif;
}


#content .product-slider .product-layout {
	margin: 0 5px;
}

#content .product-slider .product-thumb{
	margin-bottom: 0;
}


/*
#content .product-thumb .tag-promo{
	padding: 5px 12px;
	background: #010101;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-weight: 700;

	position: absolute;
	left: 0;
	top: 15px;
	font-family: 'Open Sans', sans-serif;
}
*/
#content .product-thumb .tag-pre-venda{
	padding: 5px 12px;
	background: #A7ACD6;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;

	position: absolute;
	right: 0;
	bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

#content .product-thumb .tag-envio{
	padding: 5px 12px;
	background: #728296;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;

	position: absolute;
	right: 0;
	bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

#content .product-thumb .tag-esgotado{
	padding: 5px 12px;
	background: #E9C280;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;

	position: absolute;
	right: 0;
	bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}


#compre_junto{
	padding: 25px;
	margin: 25px 0;
	background: #fafafa;
	border-radius: 20px;
	border: 1px dashed #103751;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

#compre_junto .panel-heading{
	padding: 12px 0;
	margin-bottom: 20px;
	background: #f2f2f2;
}

#compre_junto .panel-heading strong{
	width: 100%;
	display: block;
	font-size: 20px;
	color: #738399;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}


#compre_junto .panel-body{
	min-height: 350px;
	padding: 0;
}


#compre_junto .item-principal{
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
}


.joseanmatias_compre_junto .plus-container{
	margin-top: 150px;
}


.joseanmatias_compre_junto .fa-plus{
	color: #738497!important;
	margin: 0!important;
	font-size: 38px!important;
}


.joseanmatias_compre_junto .nano{
	min-height: 400px!important;
}


.nano > .nano-content{
	padding: 0;
	right: 0;
}

#compre_junto .item{
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	display: flex;
	align-items: center;
}

#compre_junto .item strong{
	color: #103751;
}

#compre_junto label.compre_junto_checkbox_container{
	margin: 0;
}

#compre_junto hr{
	display: none;
}

#compre_junto .panel-footer{
	padding: 15px 20px;
	background: none;
	border: none;
	background: #103751;
	color: #fafafa;
	border-radius: 5px;
}

#compre_junto .panel-footer .row{
	display: flex;
	align-items: center;
}

#compre_junto .panel-footer .box-content{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}


#compre_junto #compre-junto-button{
	background: none;
	border: none;
	box-shadow: none;
	color: #fafafa;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 60px;
	border: 1px solid #fafafa;
	font-weight: 700;
}

#compre_junto #compre-junto-button:hover{
	background: #fafafa;
	color: #103751;
}



#account-forgotten .form-horizontal{
	padding: 25px;
	border-radius: 20px;
	border: 1px solid #e3e3e3;
}

#validar-cadastro-loja h4{
	font-size: 18px;
	font-weight: 700;
}



.well{
	background: #de8871;
	color: #fafafa;
}

.well h2{
	color: #fafafa;
	font-size: 28px!important;
}

.well a{
	color: #fafafa;
}

.well .btn.go{
	background: #728298;
	color: #fafafa;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	text-shadow: none;
}

.buttons .btn-primary{
	padding: 10px 25px;
	background: #de8871;
	border: none;
	box-shadow: none;
	font-weight: 700;
	color: #fafafa;
	font-size: 16px;
	text-shadow: none;
}


.categories-home{
	margin: 80px auto;
}

.categories-home .box{
	padding: 32px 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.categories-home .box.one{
	height: 170px;
	padding-left: 200px;
	background: #fff url(../image/papel.png) no-repeat left center;
}

.categories-home .box.two{
	background: #fff url(../image/cama.png) no-repeat right center;
}

.categories-home .box h5{
	color: #728298;
	font-size: 32px;
	font-weight: 700;
}

.categories-home .box p{
	max-width: 60%;
	color: #728298;
	font-size: 16px;
	font-weight: 400;
}



.banner-grid-wrap{
	width: 100%;
}

.banner-grid-wrap ul{
	max-width: 1170px;
	margin: 0 auto;
}

.banner-grid-wrap li{
	position: relative;
	overflow: hidden;
}

.banner-grid-wrap li a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.banner-grid-wrap li img{
	width: 100%;
	max-width: 100%;
	height: auto;
}







footer{
	background: #728298;
	color: #fafafa;
	font-size: 16px;
}

footer h5{
	color: #fafafa;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

footer a{
	padding: 5px;
	display: block;
	color: #fafafa;
	font-size: 13px;
}

footer .social{
	display: flex;
}

footer .social i{
	font-size: 32px;
}

footer .selos{
	padding: 30px 0;
	border-top: 1px solid #61738c;
	display: flex;
	flex-wrap: wrap;
}

footer .selos .item{
	margin-right: 50px;
}

footer .selos span{
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
	color: #3e4f65;
}

footer .selos .images{
	padding: 10px 15px;
	display: flex;
	background: #fafafa;
	border-radius: 5px;
}

footer .selos .images img{
	width: 100%;
	height: auto;
	margin-right: 10px;
}

footer .selos .images.ssl img{
	width: auto;
	max-height: 35px;
}




.sign{
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	color: #bebebe;
}


.whats-btn{
	padding: 15px 25px;
	background: #239a0b;
	color: #fafafa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transform: rotate(-90deg);
	position: fixed;
	z-index: 9999;
	right: -90px;
	bottom: 200px;
	font-size: 13px;
}

.whats-btn:hover{
	color: #fafafa;
	background: #21810d;
}


.whats-mobile{
	width: 70px;
	height: 70px;
	background: #239a0b;
	color: #fafafa;
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 10px;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.whats-mobile i{
	font-size: 48px;
}



/* INTERNAS */

#banner-interna{
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom: 8px solid #ebcd99;
	position: relative;

	overflow: hidden;
}

#banner-interna img{
	width: 100%;
	height: auto;
	z-index: -1;
}

#banner-interna h2{
	width: 100%;
	font-size: 62px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 25%;
}

#banner-interna span{
	max-width: 600px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}


.breadcrumb{
	margin: 20px 0 40px;
	background: none;
	border: none;
}

.breadcrumb > li{
	color: #b5c0cf;
}

.breadcrumb > li a{
	color: #b5c0cf;
}

.breadcrumb > li a:hover{
	color: #de8871;
}


.search-page h2{
	font-size: 24px!important;
	color: #de8871;
}


h3.categories{
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: 700;
	color: #de8871;
	text-transform: uppercase;
}

h3.categories span{
	display: block;
	font-weight: 400;
	font-size: 22px;
}


.row.related{
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 30px;
	border-top: 1px dashed #e8e8e8;
}

.related h3{
	width: 100%;
	text-align: center;
	font-size: 24px!important;
	color: #de8871;
	text-transform: uppercase;
	font-weight: 700;
}


.list-group a{
	border: none;
	border-bottom: 1px solid #de8871;
	background: none;
	color: #728298;
	text-shadow: none;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover{
	border: none;
	border-bottom: 1px solid #de8871;
	background: #de8871;
	color: #fff;
}

.buttons .continue{
	border: 1px solid #de8871;
	color: #de8871;
}



.thumbnails li a,
.thumbnails li a:hover,
.thumbnails li a:focus{
	border: 1px solid #eff0f1;
}

.product-infos{
	padding: 30px 25px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.product-infos .tag-promo{
	padding: 8px 12px;
	margin-bottom: 10px;
	display: inline-block;
	background: #e28775;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	font-weight: 700;
	border-radius: 3px;

	font-family: 'Open Sans', sans-serif;
}

.product-infos .tag-pre-venda{
	padding: 8px 12px;
	margin-bottom: 10px;
	display: inline-block;
	background: #A7ACD6;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-radius: 3px;

	font-family: 'Open Sans', sans-serif;
}

.product-infos .tag-envio{
	padding: 8px 12px;
	margin-bottom: 10px;
	display: inline-block;
	background: #728296;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-radius: 3px;

	font-family: 'Open Sans', sans-serif;
}

.product-infos .tag-esgotado{
	padding: 8px 12px;
	margin-bottom: 10px;
	display: inline-block;
	background: #E9C280;
	font-size: 12px;
	line-height: 12px;
	color: #fafafa;
	border-radius: 3px;

	font-family: 'Open Sans', sans-serif;
}

.product-infos h2{
	margin: 0 0 30px;
	color: #738399;
	font-size: 24px!important;
	font-weight: 700;
}

.product-infos h3{
	margin: 20px 0 10px;
	color: #738399;
	font-size: 18px!important;
	font-weight: 700;
}

.product-infos p{
	color: #777;
	font-size: 15px;
}

.product-infos .price{
	line-height: 32px;
}


.product-infos .price #preco-normal-parcelamento p:nth-of-type(1) span:nth-of-type(2){
	display: block;
}


.product-infos .price strong{
	color: #103751;
	font-size: 42px;
	font-weight: 700;
}

.product-infos .price del{
	margin: 0 0 2px;
    display: block;
    font-size: 15px;
    color: #0f3a55;
    opacity: 0.7;
    font-weight: 700;
}

.product-infos .payment{
	margin: 5px 0;
	display: block;
	font-size: 22px;
	color: #728298;
}

.product-infos .payment span{
	color: #de8871;
}

.product-infos .avista{
	width: 100%;
	padding: 10px;
	margin: 20px 0 30px;
	display: block;
	color: #738399;
	font-size: 13px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}


.product-infos .opcoes select#input-option227{
	width: 100%;
	max-width: 250px;
}


.product-infos .qtd{
	display: flex;
}

.product-infos label.qtd-label{
	width: 100%;
	font-size: 14px;
	color: #777;
}

.product-infos #input-quantity{
	width: 120px;
	height: 46px;
	padding: 10px;
	border: 1px solid #e3e3e3;
	color: #103751;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.product-infos #button-cart{
	padding: 6px 50px;
	background: #103751;
	color: #fafafa;
	text-transform: uppercase;
	font-size: 24px;
	border-radius: 5px;
	border: none;
	font-weight: 700;
}


.product-infos .qtd .quantidade{
	margin-right: 15px;
}

.product-infos .box.panel{
	max-width: 100%!important;
	padding: 20px;
	margin: 15px 0;
	border: none;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
}

.product-infos .box.panel .panel-heading{
	padding: 12px 0;
    margin-bottom: 20px;
    background: #f2f2f2;
    border: none;
}

.product-infos .box.panel .panel-heading span{
	width: 100%;
	display: block;
	text-align: center;
	color: #738399;
	font-weight: 700;
	font-size: 14px;
}

.product-infos .corpo-simulador .input-group{
	padding: 5px;
    border: 1px solid #e3e3e3;
    color: #103751;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
}

.product-infos .corpo-simulador .input-group input{
	border: none;
	box-shadow: none;
}

.product-infos .corpo-simulador .input-group-btn button.btn-primary{
	background: none!important;
	box-shadow: none;
	color: #103751;
	font-weight: 700;
	text-shadow: none;
	border: none;
	font-size: 14px;
}


.product-infos .panel .input-group,
.product-infos .panel .input-group input{
	max-width: initial!important;
}


#preco-especial-parcelamento p a,
#preco-normal-parcelamento p a{
	padding: 5px 20px;
	border-radius: 20px;
	border: 1px solid #085294;

	cursor: pointer;
}

#bloco-3d p a{
	padding: 5px 20px;
	border-radius: 20px;
	border: 1px solid #085294;

	cursor: pointer;
}

.informacoes .wrap{
	padding: 25px 30px 50px;
	border-radius: 20px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.nav-tabs{
	margin: 0 0 25px;
	border: none;
}

.nav-tabs a{
	margin-right: 15px;
	color: #b1b8c3;
	font-size: 18px;
	font-weight: 700;
	border: none;
	background: none;
	cursor: pointer!important;
}

.nav-tabs .active a{
	color: #738399;
	border: none!important;
	border-bottom: 2px solid #738399!important;
	background: none!important;
	color: #738399!important;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li>a:visited{
	background: none!important;
	border: none!important;
	border-bottom: 2px solid #738399!important;
}


#tab-description{
	font-size: 13px;
	line-height: 24px;
}

#tab-specification td{
	font-size: 13px;
	line-height: 24px;
}

#tab-specification td:first-child{
	width: 20%;
	font-weight: 700;
}

#tab-review h2{
	font-size: 20px;
}


.informacoes .wrap table thead tr{
	text-transform: uppercase;
}

.informacoes .wrap table tbody tr:nth-child(odd){
	background: #f9f9f9;
}



.paginacao{
	margin: 50px 0 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.paginacao ul{
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
}

.pagination > li.active > span{
	background: #de8871;
	border-color: #de8871;
}

.pagination > li > a{
	color: #de8871;
}

.paginacao small{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
}




/*ACCOUNT*/

#account-account #content h2{
	margin: 0 0 10px;
	font-size: 20px;
}


#account-account #content .list-unstyled{
	padding: 15px;
	margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #fff;
}

#account-account #content .list-unstyled li{
	border-bottom: 1px dotted #e8e8e8;
}

#account-account #content .list-unstyled li:last-child{
	border: none;
}

#account-account #content .list-unstyled li a{
	padding: 8px 10px;
	display: block;
	color: #728298;
}

#account-account #content .list-unstyled li a:hover{
	background: #f2f2f2;
}



/*SUCCESS COMPRA*/

#common-success #content{
	min-height: auto;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}


/*COMPRA EXPRESS*/
.tela_full_compraexpress #html-compraexpress{
	margin: 0 auto;
}

.tela_full_compraexpress #html-compraexpress .centralizado{
	position: initial;
	margin: none!important;
	float: none!important;
}

.tela_full_compraexpress #html-compraexpress .centralizado .panel{
	margin-top: 50px;
}

















#menu .btn-navbar{
	background: #728296!important;
	border-color: #728296;
}




/* RESPONSIVO */

@media (max-width: 1199px) and (min-width: 992px) {

	#top-header .item{
		line-height: 15px;
	}


	.mini-banners .box{
		margin-top: -20px;
	}

	.mini-banners .box span{
		bottom: 10px;
	}

	.banners-quartos .box .image{
		max-height: 150px;
	}

	.categories-home .box p{
		max-width: 100%;
	}

	
	.banners-quartos .box span{
		font-size: 13px;
	}



	.categories-home .box{
		height: 170px;
	}

	.categories-home .box h5{
		font-size: 24px;
	}

	.categories-home .box.one{
		padding-left: 210px;
	}

	.categories-home .box.two{
		padding-right: 240px;
	}



}


@media (max-width: 991px) and (min-width: 768px) {

	#top-header .container{
		flex-direction: column;
	}

	#top-header .left,
	#top-header .right{
		width: 100%;
	}

	#top-header .right{
		margin-top: 5px;
		justify-content: flex-start;
	}

	#top-header .right .item{
		margin-left: 0;
		margin-right: 15px;
	}


	#menu .navbar-nav {
		width: 100%;
		float: none;
		text-align: center;
	}

	#menu .navbar-nav li{
		float: none;
		display: inline-block;
	}

	#menu .nav > li > a{
		padding: 10px;
	}


	.mini-banners{
		padding-top: 30px;
	}

	.mini-banners .box{
		margin: 0 0 30px;
	}



	#banner0, #banner2, #banner4, #banner6{
		display: none;
	}

	#banner1, #banner3, #banner5, #banner7{
		display: block;
	}


	
	.banners-quartos .box{
		margin-bottom: 30px;
	}

	.banners-quartos .box .image{
		max-height: none;
		height: auto;
	}

	.banners-quartos .box span{
		font-size: 24px;
	}

	.categories-home .box{
		margin-bottom: 15px;
	}


	.categories-home .box.one{
		padding-left: 230px;
	}

	.categories-home .box.two{
		padding-right: 240px;
	}


	footer .selos span{
		margin-bottom: 5px;
	}

	footer .selos .item{
		margin-bottom: 30px;
	}


	.product-infos .qtd{
		flex-wrap: wrap;
	}

	.product-infos .qtd .quantidade{
		margin-bottom: 15px;
	}

	.product-infos #button-cart{
		padding: 6px 20px;
		height: 46px;
	}


}


@media (max-width: 767px) {

	#top-header .container{
		flex-direction: column;
	}

	#top-header .left,
	#top-header .right{
		width: 100%;
		justify-content: center;
	}

	#top-header .right{
		margin-top: 5px;
	}

	#top-header .right .item{
		margin-left: 0;
		margin-right: 15px;
	}


	header{
		border-top: 5px solid #e9c280;
	}


	header .brand{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	header #logo{
		max-width: 200px;
	}



	#search{
		width: 90%;
	}

	#menu{
		margin-top: -78px;
		background: none;
	}

	#menu .navbar-header{
		margin-bottom: 15px;
	}

	#menu #category{
		display: none!important;
	}

	#menu .navbar-nav{
		padding: 10px 0 10px;
		margin: 0 -15px;
		background: #de8871;
	}

	#menu .nav > li > a{
		text-align: right;
	}



	#menu .nav > li > a{
		padding: 10px 15px;
	}




	#common-home #content #slideshow0{
		display: none;
	}

	#common-home #content #slideshow1{
		display: block;
	}


	.chamadas-mobile{
		padding: 40px 0 20px;
		display: flex;
		justify-content: space-between;
	}

	.chamadas-mobile .item{
		width: 30%;
		padding: 10px 5px;
		margin: 0 5px;
		text-align: center;
		border: 1px solid #c7cdcf;
		border-radius: 15px;
		color: #5b6d87;
	}

	.chamadas-mobile .item i,
	.chamadas-mobile .item span{
		display: block;
	}

	.chamadas-mobile .item i{
		font-size: 32px;
	}

	.chamadas-mobile .item span{
		margin-top: 5px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		line-height: 16px;
	}



	.mini-banners{
		padding-top: 30px;
	}

	.mini-banners .box{
		margin: 0 0 30px;
	}

	


	#banner0, #banner2, #banner4, #banner6{
		display: none;
	}

	#banner1, #banner3, #banner5, #banner7{
		display: block;
	}
	


	
	.banners-quartos .box{
		margin-bottom: 30px;
	}

	.banners-quartos .box .image{
		max-height: none;
		height: auto;
	}

	.banners-quartos .box span{
		font-size: 24px;
	}

	.categories-home .box{
		margin-bottom: 15px;
	}


	.categories-home .box.one{
		padding-left: 230px;
	}

	.categories-home .box.two{
		padding-right: 240px;
	}



	header .login-mobile{
		margin-left: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header .login-mobile a{
		width: 42px;
		height: 42px;
		margin: 0 3px;
		display: inline-block;
		color: #728298;
		border-radius: 60px;
		border: 1px solid #d8dbdf;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header .login-mobile a i{
		font-size: 20px;
	}

	header .login-mobile a:hover{
		background: #728298;
		color: #fafafa;
	}



	footer .list-unstyled,
	footer .social{
		margin-bottom: 35px;
	}

	footer .selos span{
		margin-bottom: 5px;
	}

	footer .selos .item{
		margin-bottom: 30px;
	}



	.joseanmatias_compre_junto .plus-container{
		margin: 50px auto;
	}



	.whats-btn{
		padding: 5px 25px;
		right: -100px;
	}


}



@media (max-width: 600px){

	.products-title{
		max-width: 80%;
	}

}




@media (max-width: 480px) {

	#top-header .left, #top-header .right{
		flex-direction: column;
		justify-content: center;
	}

	#top-header .item{
		padding: 3px 0;
		line-height: 15px;
		text-align: center;
		justify-content: center;
	}

	#top-header .left .item:first-child,
	#top-header .left .item:nth-child(3),
	#top-header .right{
		display: none;
	}



	header #logo{}


	#search{
		width: 85%;
	}


	.categories-home .box{
		height: auto;
		padding: 15px 30px;
		background-size: auto 100%;
	}

	.categories-home .box h5{
		margin: 0 0 10px;
		font-size: 24px;
	}

	.categories-home .box p{
		max-width: 100%;
	}

	.categories-home .box.one{
		height: auto;
		padding-left: 130px;
		background-position: -90px center;
	}


	.categories-home .box.two{
		height: auto;
		padding-right: 170px;
		background-position: 60% center;
	}



	.products-title h2{
		font-size: 24px;
		line-height: 28px;
	}



	.product-infos .qtd{
		flex-wrap: wrap;
	}

	.product-infos .qtd .quantidade{
		margin-bottom: 15px;
	}

	.product-infos #button-cart{
		padding: 6px 20px;
		height: 46px;
	}


	.row.related .col-xs-6{
		width: 100%;
	}


	#compre_junto{
		padding: 10px;
	}

	#compre_junto .item{
		display: block;
	}

	#compre_junto label.compre_junto_checkbox_container{
		padding: 2px 5px;
		border-radius: 3px;
		margin-bottom: 5px;
		background: #728296;
	}

	#compre_junto .panel-footer .row{
		display: block;
		text-align: center;
	}

	#compre_junto .panel-footer .row .col-sm-6,
	#compre_junto .panel-footer .row .col-sm-3{
		margin-bottom: 15px;
	}


	#banner-interna h2{
		font-size: 32px;
		top: 10%;
	}


}


@media (max-width: 375px) {

	#search{
		width: 80%;
	}

}


@media (max-width: 320px){



}
