/*FONTES*/
@font-face {
	font-family: lato;
	src: url("../../fontes/LatoReg.eot")
}
@font-face {
	font-family: lato;
	src: url("../../fontes/LatoReg.ttf")
}

@font-face {
	font-family: latoItalic;
	src: url("../../fontes/LatoRegIta.eot")
}
@font-face {
	font-family: latoItalic;
	src: url("../../fontes/LatoRegIta.ttf")
}

@font-face {
	font-family: latoBold;
	src: url("../../fontes/LatoBol.eot")
}
@font-face {
	font-family: latoBold;
	src: url("../../fontes/LatoBol.ttf")
}

@font-face {
	font-family: latoLightItalic;
	src: url("../../fontes/LatoLigIta.eot")
}
@font-face {
	font-family: latoLightItalic;
	src: url("../../fontes/LatoLigIta.ttf")
}

@font-face {
	font-family: latoBoldItalic;
	src: url("../../fontes/LatoBolIta.eot")
}
@font-face {
	font-family: latoBoldItalic;
	src: url("../../fontes/LatoBolIta.ttf")
}

@font-face {
	font-family: latoBlack;
	src: url("../../fontes/LatoBla.eot")
}
@font-face {
	font-family: latoBlack;
	src: url("../../fontes/LatoBla.ttf")
}

/*Fonte Bitter*/
@font-face {
	font-family: bitterBold;
	src: url("../../fontes/Bitter/Bitter-Bold.ttf")
}
@font-face {
	font-family: bitterItalic;
	src: url("../../fontes/Bitter/Bitter-Italic.ttf")
}
@font-face {
	font-family: bitterRegular;
	src: url("../../fontes/Bitter/Bitter-Regular.ttf")
}

/*Fonte Bitter*/
@font-face {
	font-family: bitterfont;
	src: url("../../fontes/Bitter/Bitter-Bold.ttf");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: bitterfont;
	src: url("../../fontes/Bitter/Bitter-Italic.ttf");
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: bitterfont;
	src: url("../../fontes/Bitter/Bitter-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

/*Fonte Montserrat*/
@font-face {
	font-family: montBlack;
	src: url("../../fontes/Montserrat/Montserrat-Black.ttf")
}
@font-face {
	font-family: montBlackItalic;
	src: url("../../fontes/Montserrat/Montserrat-BlackItalic.ttf")
}
@font-face {
	font-family: montBold;
	src: url("../../fontes/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
	font-family: montBoldItalic;
	src: url("../../fontes/Montserrat/Montserrat-BoldItalic.ttf");

}
@font-face {
	font-family: montItalic;
	src: url("../../fontes/Montserrat/Montserrat-Italic.ttf");
}
@font-face {
	font-family: montLight;
	src: url("../../fontes/Montserrat/Montserrat-Light.ttf")
}
@font-face {
	font-family: montLightItalic;
	src: url("../../fontes/Montserrat/Montserrat-LightItalic.ttf")
}
@font-face {
	font-family: montMedium;
	src: url("../../fontes/Montserrat/Montserrat-Medium.ttf")
}
@font-face {
	font-family: montMediumItalic;
	src: url("../../fontes/Montserrat/Montserrat-MediumItalic.ttf")
}
@font-face {
	font-family: montRegular;
	src: url("../../fontes/Montserrat/Montserrat-Regular.ttf")
}
@font-face {
	font-family: montSemiBold;
	src: url("../../fontes/Montserrat/Montserrat-SemiBold.ttf")
}
@font-face {
	font-family: montSemiBoldItalic;
	src: url("../../fontes/Montserrat/Montserrat-SemiBoldItalic.ttf")
}
@font-face {
	font-family: montThin;
	src: url("../../fontes/Montserrat/Montserrat-Thin.ttf")
}
@font-face {
	font-family: montThinItalic;
	src: url("../../fontes/Montserrat/Montserrat-ThinItalic.ttf")
}

/* FONTE SILKA */
@font-face {
	font-family: silkaBold;
	src: url("../../fontes/Silka/silka-bold.ttf")
}

@font-face {
	font-family: silkaMed;
	src: url("../../fontes/Silka/silka-medium.ttf")
}

@font-face {
	font-family: silkaReg;
	src: url("../../fontes/Silka/silka-regular.ttf")
}

/*BT FECHAR MODAIS*/
#closeBut{
	background: url("../../img/close.svg") no-repeat;
	height: 20px;
	position: absolute;
	right: 30px;
	top: 25px;
	width: 27px;
}

/*LISTAGEM DE PRODUTOS HOME*/
.carouselProductsHome{
	position: relative;
	float: left;
	width: 1145px;
	height: auto;
	margin-bottom: 20px;
}
.carouselProductsHome .bx-controls.bx-has-controls-direction .bx-next,
.carouselProductsHome .bx-controls.bx-has-controls-direction .bx-prev{
	position: absolute;
	top: 45px;
	right: -15px;
}
.carouselProductsHome .bx-controls.bx-has-controls-direction .bx-prev{right: 30px;}
.carouselProductsHome .bx-controls.bx-has-controls-direction .bx-next i,
.carouselProductsHome .bx-controls.bx-has-controls-direction .bx-prev i{color:#000;font-size: 25px;}


/*LISTAGEM DE PRODUTOS*/
.listProducts{
	width: 100%;
	float: right;
	height: auto;
	position: relative;
}
.listProducts ul{margin-bottom: 20px;height: auto;}
.listProducts li{
	width: 180px;
	/* height: 390px; */
	float: left;
	background: #ffffff;
	margin-right: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}


.carouselProductsHome .listProducts li figure {
	height: 235px !important;
	vertical-align: bottom;
}

.listProducts li figure{
	background: none repeat scroll 0 0 #fff;
	display: table-cell;
	height: 200px;
	vertical-align: middle;
	width: 165px;
	position: relative;
}
.listProducts li figure img{
	border: 1px solid #ccc;
}
.listProductDesc.descProgressivo li figcaption,
.listProducts li figcaption{
	font: 18px montBold;
	color: #000;
	min-height: 48px;
	text-align: left;
	font-weight: 700;
	overflow: hidden;
	margin-top: 10px;
	width: 165px;
	margin-bottom: 5px;
}
.listProductDesc.descProgressivo li figcaption .nameAutor,
.listProducts li figcaption .actorName{
	font: 16px/28px bitterRegular;
	color: #000;
	
}
.listProducts li figcaption a {color: #000;}
.listProducts li p{
	float: left;
	margin-top: 5px;
	min-height: 36px;
	position: relative;
	/* width: 108px; */
}
.buyQuant del,
.listProductDesc.descProgressivo li p del,
.listProducts li p del{
	font: 15px montBold;
	color: #a7a7a7;
	float: left;
	display: block;
}
.listProductDesc.descProgressivo li p ins,
.listProducts li p ins{
	bottom: 10px;
	color: #000;
	clear: both;
	display: block;
	font: 19px/30px montBold;
	text-decoration: none;
	float: left;
}
.listProducts li small {
	clear: both;
	color: #e4122f;
	display: block;
	font: 18px montBold;
}
.listProducts li em {
	font: 14px lato;
	color: #000;
}
.listProducts li a.btRed {
	float: right;
	margin-top: 5px;
}
.listProducts li .added-product {
	float: right;
	margin: 15px 0 5px;
	text-transform: uppercase;
	padding: 5px 0;
	width: 150px;
	text-align: center;
	font: 10px montMedium;
}
.listProducts li a.go-to-cart {
	display: block;
	margin: 0;
	padding: 5px 0;
	width: 150px;
	text-align: center;
}
.listProducts li a.unavailable {
	background: #fff !important;
	color: #e4122f;
	width: 100%;
	font: 13px montBold !important;
	border: 1px solid #e4122f;
}
.listProducts li .priceOnRequest {
	clear: both;
	display: block;
	text-align: center;
	margin: 10px auto 0;
}
.listProductsV2 bx-wrapper {
    width: 1200px !important;
}
.listProductsV2 li {
  padding: 0px !important;
}
.listProductsV2 li figure img {margin-left: 0 !important; }
.listProductsV2 li p {
	margin-top: 0;
	/* width: 100%; */
	text-align: left;
}
.listProductsV2 li p ins {
	width: 100%;
}
.listProductsV2 li small {
	float: none;
	width: 100%;
	/* height: 55px; */
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
}
.listProductsV2 li small span{
    color: #000;
    display: block;
    font: 18px/30px montBold;
}
.listProductsV2 li a.btRed.unavailable{width: 150px;}

.progresiveProducts .buyQuant .adicionaConjuntoNoCarrinho,
.listProductsV2 li a.btRed {
	float: none;
	background: #e4122f;
	clear: both;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
	font: 13px montMedium;
	padding: 8px 5px;
	border-radius: 0px;
	letter-spacing: 0.02em;
}
.listProductsV2 li p.typeProduct {
	float: none;
	background: #000;
	color: #fff;
	width: 75px;
	font: 14px montBold;
	min-height: 10px;
	text-align: center;
	padding: 7px 0px;
	letter-spacing: 0.02em;
	clear: both;
    display: block;
}
.listProductsV2 li .msg-indisponivel {
	width: 100%;
	margin: 18px 0 5px;
	text-align: center;
}
.listProductsV2 li .priceOnRequest {	clear: both;
	display: block;
	font: 14px latoBold;
	margin: 85px auto 0;
	padding: 10px 17px;
	text-align: center;
	width: 90px;
}
.listProductsV2 li .added-product {
	float: left;
	display: block;
	margin: 5px auto;
	letter-spacing: 0.06em;
	background: #888;
}
.listProductsV2 li a.go-to-cart {
	display: block;
	float: left;
	width: 150px;
	margin-left: 0px;
}

.listProductsV2 li figcaption a {
	display: block;
	text-align: left;
	line-height: 1.6;
}
.listProductsV2 .bx-wrapper{margin: 0px !important;height: auto !important;}


.msg-indisponivel {
	width: 100px;
	float: left;
	font: 14px latoBold;
	margin-top: 5px;
	color: #666;
}
#bannerHome .bx-wrapper .bx-pager {
	bottom: 12px;
	padding-top: 0;
}

.descProgressivo li figure a img{
	display: inherit;
	vertical-align: middle;
}
/*NOTICIAS HOME*/
/*1*/
.midias {
	width: 100%;
	float: left;
	height: auto;
}
.midias .newsFirst{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	padding-top: 25px;
}
.midias .newsFirst .imgNews {float: right;}
.midias .newsFirst .textNewsFisrt {
	width: 250px;	
	float: left;
}
.midias .newsFirst .textNewsFisrt span{
	width: 100%;
	color: #e4122f;
	float: left;
	font: 14px montMedium;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.midias .newsFirst .textNewsFisrt h2{
	font: 30px/35px montBold;
	color: #000;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
.midias .newsFirst .textNewsFisrt p{font: 17px/27px bitterRegular;margin-bottom: 5px;float: left;}
.midias .newsFirst .textNewsFisrt i{
	float: left;
	font-size: 13px; 
	clear: both;
	color: #e4122f;
}
.midias .newsLast .textNewsLast .link-plus,
.midias .newsSecond .textNewsSecond .link-plus,
.midias .newsFirst .textNewsFisrt .link-plus{
	color: #e4122f;
	float: left;
	text-decoration: none;
	font-family: bitterRegular;
	clear: both;
}
/*2*/
.midias .newsSecond{
	position: relative; 
	width: 560px;
	height: 560px;
	float: left;
	clear: both;
}
.midias .newsSecond .textNewsSecond{
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,.6);
	padding: 25px;
}
.midias .newsSecond .textNewsSecond span{
	color: #fff;
	float: left;
	font: 14px montRegular;
	padding: 25px 0px 5px;
	width: 90%;
	text-transform: uppercase;
}
.midias .newsSecond .textNewsSecond h2{
    font: 29px/35px montBold;
    width: 50%;
    color: #fff;
    float: left;
}
.midias .newsSecond .textNewsSecond p{
	color: #fff;
	font: 16px/24px bitterRegular;
	float: left;
	width: 45%;
	padding: 8px 0px;
	clear: both;
}
.midias .newsSecond .textNewsSecond i{
	float: left;
    clear: both;
    color: #e4122f;
    margin: 15px 25px;
}
/*3,4*/
.midias .newsLast{
	width: 265px;
	float: left;
	margin-left: 26px;
	height: 560px;
}
.midias .newsLast figure{
	height: 265px;
	width: 265px;
}
.midias .newsLast span{
	width: 100%;
    color: #e4122f;
    float: left;
    font: 14px montMedium;
    text-transform: uppercase;
    margin: 10px auto;
}
.midias .newsLast h2{
	font: 16px/24px montBold;
    color: #000;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.midias .newsLast p{
    font: 14px/23px bitterRegular;
    margin-bottom: 5px;
    float: left;
}
.midias .newsLast i{color: #e4122f;}


/*LISTAGEM DE PRODUTOS DESTAQUE*/
.listFeatured li{width: 100%; height: 220px; overflow: hidden;}
.listFeatured li figcaption {
    font: 14px/16px latoBold;
    color: #d10018;
    height: 20px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
}
.listFeatured li figure {float: left;}
.listFeatured li p {
    float: right;
    margin-top: 5px;
    min-height: 40px;
    position: relative;
    width: 100px;
}
.listFeatured li figcaption a { padding: 25px;}
.listFeatured .descriptionProduct { 
	width: 65%;
    float: right;
    height: 105px;
    padding: 10px;
    overflow: hidden;
}
.listFeatured .descriptionProduct p {width: 100%; height: 100%;}
/*BANNER ENTRE VITRINES*/
.bannerShowcase {
	margin-bottom: 20px; 
	float: right;
}
/*DETALHE DO PRODUTO*/
em.ebookDetail {
    margin-top: 15px;
    width: 100%;
    font-size: 15px !important;
}

.ebookDetail a {
    color: #d62d00;
    float: none !important;
    margin-left: 5px;
}
.detailProduct h3 {
	width: 100%;
	font: 15px montSemiBold;
	margin-bottom: 10px;
	clear: both;
}
.detailProduct .author{
	border: 0px solid !important;
	position: relative;
	width: auto;
	float: none;
}

.detailProduct .author .topAuthors:nth-child(3){margin-right: 0;}

.detailProduct .author div img{
	border: 1px solid #b2b2b2;
	margin-right: 10px;
	float: left;
}
.detailProduct .author p strong{
    margin-top: 15px;
    float: left;
	border:none;
    display: block;
	 
    clear: both;
    font: 20px montRegular;
    color: #000;
}
.detailProduct .author p small{
	color: #595959;
	display: block;
	float: left;
	font-size: 13px;
	width: 50%;
}
#productDescription {
	/* padding-top: 5px; */
	max-width: 100%;
}
#productDescription:after {
	clear: both;
	float: none;
	display: block;
	content: "  ";
	overflow: hidden;
	height: 0;
}

.productLeft {
	width: 960px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}
.containerAuthors {
    float: right;
    position: relative;
    width: 165px;
    height: auto;
    margin-bottom: 40px;
}
.containerAuthors h3{
	padding-top: 10px;
}
.others-title-authors .bx-controls-direction a i,
.containerAuthors .bx-controls-direction a i{color: #000;}
.containerAuthors .bx-controls-direction{
	position: absolute;
	top: -10px;
	right: 7px;
}
.others-title-authors .bx-controls-direction{
    position: absolute;
    top: 24px;
    right: 10px;
}
.others-title-authors .bx-controls-direction .bx-prev{
	right: 10px;
}
.others-title-authors{
	float: right;
	width: 165px;
	height: auto;
	position: relative;
	border-top: 13px solid #e4122f;
}
.others-title-authors span{
	font: 14px/18px montSemiBold;
	float: left;
	width: 63%;
	margin: 10px auto 10px;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
}
.others-title-authors a img{
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.others-title-authors a{
	 font: 16px/30px montRegular;
	 color: #000;
	 
	 text-decoration:none;
}
.others-title-authors span a{
	 font: 20px/20px montRegular;
	 color: #000;
	 line-height: 1.1;
	 text-transform: none;
	 text-decoration:none;
}


/*CSS arquivo de vídeo youtube*/
.video-produto {
	position: absolute;
    top: 190px;
    left: 97px;
    z-index: 1;
}
/*CSS arquivo de vídeo youtube*/
/*CSS arquivo de vídeo html*/
.video-produto.video-especifico{
    top: 0px;
    height: 367px;
	width: 373px;
}
.video-produto.video-especifico video{
	width: 100%;
	height: 100%;
}
#play-video{
	display: block !important;
	width: 100%;
}
/*CSS arquivo de vídeo html*/
.imageWrapper img, .imageWrapper2 img {
	border: 1px solid #ccc;
}
.imageWrapper, .imageWrapper2 {
	float: left;
	max-height: 530px;
	width: 370px;
	position: relative;
	margin-bottom: 10px;
	margin-right: 34px;
}
.zoomPup {cursor: crosshair;}
.zoomPreload {text-indent: -999em;}
.imageWrapper a, .imageWrapper2 a {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.suggest a {
	float: left;
	clear: both;
	margin-top: 40px;
}
.productRight {
	width: 100%;
	float: right;
	border-bottom: 1px solid #000;
	margin: 0 0 30px;
	position: relative;
	padding: 25px 0;
}
.productRight .titlesSubtitles {
    float: left;
    width: 690px;
    margin-bottom: 7px;
}

.productRight .titlesSubtitles h1 {
	width: 100%;
	font: 40px montBold;
	color: #000;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
.productRight .titlesSubtitles > p.subtitleProduct {
	float: left;
	clear: both;
	font: 22px montRegular;
	width: 100%;
	margin-bottom: 24px;
}
.productRight p.subtitleAuthors {
	float: left;
	clear: both;
	font: 22px montRegular;
	width: 650px;
	margin-bottom: 24px;
}
.productRight p.subtitleAuthors a {
	margin: 0;
	float: none;
	letter-spacing: initial;
	color: #000;
}
.productRight p.subtitleAuthors > span.authorsDetail {
	font-size: 25px;
	float: left;
	clear: both;
	font-family: montRegular;
	line-height: 40px;
}
.productRight .maisInformacoes {
	font: 14px lato;
	color: #000;
	text-decoration: underline;
	position: absolute;
	top: -30px;
	right: 0;
}
.productRight dl.autor-editora {
	overflow: hidden;
	margin-bottom: 10px;
}
.productRight dl.autor-editora dt {
	float: left;
	clear: both;
	font: 14px lato;
	color: #000;
	margin-right: 5px;
	margin-bottom: 10px;
}
.productRight dl.autor-editora dd {
	float: left;
	font: 14px lato;
	color: #000;
	margin-bottom: 10px;
}
.productRight dl.autor-editora dd a {
	color: #000;
	margin-left: 5px;
}
.productRight .prices {
	width: 210px;
	float: left;
}
.productRight .prices del {
	font: 15px montBold;
	color: #a7a7a7;
	display: block;
	margin-bottom: 7px;
}
.productRight .prices ins {
	font: 24px/30px montBold;
	color: #000;
	display: block;
	text-decoration: none;
}
.productRight .prices em {
	font: 18px montBold;
	color: #e4122f;
	display: block;
	margin-bottom: 10px;
}
.productRight .prices small {
	font: 24px/30px montBold;
	color: #000;
	display: block;
}
.productRight .prices .typeProduct {
	float: left;
    background: #000;
    clear: both;
    color: #fff;
    width: 75px;
    font: 14px montMedium;
    min-height: 10px;
    text-align: center;
    padding: 8px 0px;
    margin-top: 10px;
}
.productRight a {float: left;margin-top: 0.4rem; letter-spacing: 0.02em; }
.productRight .tagsProduct{
	float: right;
	width: 205px;
}
.productRight .tagsProduct .namesTags{
	float: left;
    clear: both;
    font: 11px montRegular;
    color: #000;
    text-transform: uppercase;
    padding: 5px 8px;
    border: 1px solid #000;
    margin-bottom: 5px;
}

form.freight {
	background: #f9f9f9;
	clear: both;
	float: left;
	margin-top: 15px;
	width: 540px;
}
form.freight em {
	font: 14px lato;
	color: #d62d00;
	padding-bottom: 5px;
	display: block;
	text-indent: 12px;
	background: #fff;
}
form.freight label {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 12px;
	height: auto;
}
form.freight input[type="submit"] {
	height: 42px;
	padding: 0 24px !important;
	margin-top: 10px;
	margin-left: 12px;
}
.freightResult {
	float: left;
	clear: both;
	width: 540px;
	background: #f9f9f9;
}
.freightResult th {
	background: #eee;
	font: 12px/30px lato;
	color: #34495e;
	text-align: left;
	text-indent: 12px;
}
.freightResult td {
	text-indent: 12px;
	font: 11px tahoma;
	color: #000;
	padding-top: 10px;
}
.freightResult tr:last-child td {padding-bottom: 18px;}
.ttPlots {
	clear: both;
	color: #d62d00;
	display: block;
	float: left;
	font: 14px lato;
	margin-bottom: 8px;
	margin-top: 20px;
	text-indent: 12px;
}
div.plots {
	width: 540px;
	background: #f9f9f9;
	float: left;
	clear: both;
	padding: 10px 0;
}
div.plots ul:last-child {margin: 0;}
div.plots ul {
	float: left;
	margin-right: 55px;
}
div.plots ul li {
	font: 11px tahoma;
	color: #000;
	text-indent: 20px;
	margin-bottom: 2px;
}
.rating {
	float: left;
	clear: left;
	margin-top: 25px;
	background: none !important;
}
.rating small, .share small {
	font: 15px montSemiBold;
	color: #000;
	margin: 0 10px 15px 0;
	float: left;
	text-transform: uppercase;
	width: 95%;
}
.share {
	float: left;
	margin: 25px auto;
	width: 40%;
	clear: both;
	margin-right: 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
}
.share span span span {text-indent: -999em;}
.share .stButton {margin: 0 !important;}
.listDetail .listProducts .bx-wrapper img {display: inline !important;}
.listDetail {
	float: left;
	width: 100%;
}
.listDetail .bx-viewport {
    height: 492px !important;
}
.listDetail .buyIt .listProductsV2 .listItems.exibe-preco-de-por.exibe-parcelamento li{
		height: 450px;
}
.listDetail .buyIt .listProductsV2.listProducts li a.btRed{
	margin-top: 30px;
}
.listDetail .buyIt .listProductsV2.listProducts li a.btRed.unavailable{font-size: 10px !important;width: 115px;}
.listDetail .buyIt .bx-wrapper .bx-controls-direction a i{color: #000;font-size: 28px;}
.listDetail .buyIt .bx-wrapper .bx-controls-direction a {top: 40px;right: 15px;}
.listDetail .buyIt .bx-wrapper .bx-controls-direction a.bx-prev {right: 60px;}

.listDetail .buyIt .bx-wrapper{height: 487px !important;}
.listDetail .bx-wrapper .bx-controls-direction a {font-size: 28px;}

.productLeft .carousel.navCarousel.jsNavCarousel {
	 float: left;
    height: 70px;
    overflow: hidden;
    width: 39%;
    clear: both;
    margin-right: 30px;
}
.productLeft .bx-wrapper {
	float: none;
	position: relative;
	max-width: 375px !important;
	margin: 0 auto;
}
.productLeft .bx-controls div a i{color: #000;}
.productLeft .bx-controls{
    top: 70px;
    position: absolute;
    right: 12px;
}
.productLeft .bx-controls .bx-prev{right: 347px;}
.box-compra-detalhe h3 {
	line-height: 35px;
}
.box-compra-detalhe p {
	font: 15px montRegular;
	color: #000;
}
.box-detalhe-compra {
	width: 380px;
	margin-right: 24px;
	float: left;
	clear: both;
	margin-bottom: 25px;
}
.box-detalhe-compra.box-citacao-autor p{font: 38px montBold; color: #000;}
.box-detalhe-compra.box-citacao-autor span{font: 25px/30px montRegular; color: #000;}

.box-detalhe-compra h4{
	font: 21px bitterBold;
	color: #000;
	margin: 10px auto 15px;
}
.box-detalhe-compra.box-critica-internacional,
.box-detalhe-compra.box-trecho-autor{
	overflow: hidden;
	width: 800px;
	clear: both;
	float: right;
}
.productLeft .sideWhite{
	float: left;
}
.detailProduct .product-description {
	margin-bottom: 25px;
	padding-left: 180px;
}
.detailProduct .product-description p{
	font-family: bitterRegular !important;
	line-height: 20px !important;
}
.detailProduct .videoProduto {
	float: right;
	margin-bottom: 30px;
}
.detailProduct .videoProduto iframe{
	width: 950px;
    height: 575px;
}

.productUnavailable {
    clear: both;
    float: left;
}
.productUnavailable form {
	width: 495px;
	margin-left: 25px;
}
.productUnavailable form .news {
	margin-left: 5%;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	margin-top: 19px;
	float: left;
}
.productUnavailable form .news span {
	font: 13px/20px lato;
	float: left;
}
.productUnavailable h2 {
	font: 19px montRegular;
	color: #000000;
	margin-bottom: 15px;
	clear: left;
}
.productUnavailable p {
	color: #e4122f;
	font: 14px montRegular;
	margin-bottom: 27px;
}
.productUnavailable label {
	clear: left;
	color: #000;
	float: left;
	font: 14px/64px montBold;
	margin-right: 15px;
	text-align: right;
	margin-left: 46px;
}
.productUnavailable .news .checkboxChecked {float: left; width: 18%;}
.productUnavailable .news .checkboxChecked {float: left;width: 12px;height: 12px;background-position-x: 2px;margin-right: 10px;}
.productUnavailable .row .captha input#AviseMeCaptcha {width: 120px;}
.productUnavailable .row .captha img.captcha {width: 140px;}
.productUnavailable #ArquivoAddForm .row .captha .bindCaptcha {
	float: left;
    margin-right: 5px;
    margin-left: 0px;
    width: 140px;
    height: 35px;
}

.productUnavailable input[type="text"] {
	margin-bottom: 10px;
	width: 43%;
	border-bottom: 2px solid #000;
	border-radius: 0px;
}
.productUnavailable input[type="submit"] {
	float: right;
	clear: both;
	padding: 10px 22px !important;
	background: #e4122f;
	font-family: montbold;
	text-transform: uppercase;
}

.boxCarousel #carousel {
	float: left;
	clear: both;
}
.boxCarousel #carousel li:last-child {margin-right: 0;}
.boxCarousel #carousel li {
	box-sizing: border-box;
	float: left;
	height: 65px;
	margin: 0px 15px;
	text-align: center;
	overflow: hidden;
	width: 95px;
}
.boxCarousel #carousel li a {
	display: table-cell;
	height: 53px;
	text-align: center;
	width: 57px;
	vertical-align: middle;
}
.boxCarousel #carousel li a img {display: inline;}
.boxCarousel #carousel li .ico-video {
	cursor: pointer;
}
.negotiate h3 {
	font: 24px latoBold;
	color: #000;
	margin-bottom: 15px;
}
.negotiate p {
	color: #d62d00;
	display: block;
	font: 14px lato;
	margin-bottom: 10px;
}
.negotiate .negotiate-button {
	clear: both;
}
.negotiate .rating {
	float: left;
}
.negotiate .share {
	clear: both;
	float: left;
}
.data-lancamento {
	display: block;
	float: left;
	padding: 5px 0;
	width: 194px;
}
.data-lancamento dt , 
.data-lancamento dd {
	display:inline-block;
	font:13px lato;
	color:#7d91a3;
	padding-bottom:5px;
}
.data-lancamento dd {font-weight:bold;}

.situacao-mensagem {
	color:#D62D00;
	font-size: 13px;
	font-family: inherit;
}
.detailProduct .situacao-mensagem {
	border: 1px solid #000000;
	/* border-radius: 4px; */
	box-sizing: border-box;
	background: #FFF;
	clear: both;
	float: left;
	width: 100%;
	margin: 12px auto;
	padding: 11px;
	font-family: montLight;
	color: #000000;
	text-transform: uppercase;
}
.detailProduct .situacao-mensagem * {
	font-family: inherit;
}
.detailProduct .clear {
	clear: both;
	float: none;
	width: auto;
	display: block;
}

/*DETALHE DO PRODUTO LIVRO*/
#bookData {
	width: 93%;
    clear: both;
    overflow: hidden;
	padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
#bookData dt {
	color: #000;
	display: block;
	font: 16px/30px montRegular;
	float: left;
	clear: left;
	margin-right: 5px;
}
#bookData dd {
	color: #e4122f;
	font: 16px/30px montSemiBold;
	float: left;
}

/*CARRINHO*/
.formCart {
	float: left;
	clear: both;
	width: 100%;
}

.box-mensagem-carrinho {
    text-align: center;
    font: 15px bitterRegular;
    padding: 10px 0 0;
    margin-top: 20px;
    clear: both;
}

.box-mensagem-carrinho p {
	font: 15px bitterRegular;
}

.formCart table.products {
    margin-top: 35px;
    width: 100%;
}
.formCart table.products p.product i.productRestricted {
    font: 13px lato;
    color: #d62d00;
}
.formCart table.products th:first-child {text-align: left;}
.formCart table.products th {
	font: 16px lato;
	color: #000;
	text-align: center;
	/* min-width: 101px; */
	border-bottom: 1px solid #000;
	padding-bottom: 12px;
}
.formCart table.products td {
	border-bottom: 1px solid #bababa;
	color: #000;
	font: 15px montRegular;
	padding-bottom: 20px;
	text-align: center;
}
.formCart table.products td a.imgProduct {
	float: left;
	margin: 15px 15px 15px 0px;
	height: 100%;
}
.formCart table.products td p {
	overflow: hidden;
	margin-top: 15px;
	text-align: left;
	max-width: 266px;
}
.formCart table.products td p a {
	font: 15px lato;
	color: #000;
}
.formCart table.products td p small {
	font: 12px bitterRegular;
	color: #000000;
	display: block;
	margin-top: 5px;
}
.formCart table.products td input.gift {
	border-radius: 0;
	float: none;
	height: 10px;
	margin-bottom: 20px;
	padding: 10px;
	width: 10px;
}
.formCart table.products td small.valueGift {
	clear: both;
	color: #7d91a3;
	display: block;
	font: 12px lato;
	text-align: center;
	width: 100%;
}
.formCart table.products td input.productQuantity {
	height: 23px;
	padding: 10px;
	float: none;
	width: 20px;
	font-family: montMedium;
	color: #000 !important;
	text-align: center;
	font-size: 18px;
}
.formCart table.products td .removeItem {
	color: #000000;
	font-size: 18px;
	font-family: montLight;
	text-transform: uppercase; 
	text-decoration: none; 
}
.formCart table.products td strong {
	font: 18px montRegular;
	color: #000000;
	display: block;
}
.formCart table.products td del{
	display: block;
	color: #000000;
	font: 13px lato;
}
.formCart .one-step-checkout.checkout-right .resume {
	padding: 0;
}
.calcCart {
	clear: both;
}
.calcCart.freight {margin-top: 15px;}
.contentCalc {
	min-height: 80px;
	font-family: lato, sans-serif;
	position: relative;
}
.contentCalc * {
	font-family: inherit;
}
.contentCalc > label {
    height: 80px;
}
.contentCalc > span {
	color: #34495e;
	display: block;
	float: right;
	font-size: 15px;
	height: 30px;
	width: 59%;
}
.contentCalc > span.alert {
	color: #d62d00;
	font: 13px/27px lato;
}
.contentCalc .freightOptionsGroup {
	clear: both;
    float: left;
    margin-left: 25px;
}
.calcCart p {
	padding: 5px 0px;
	font: 16px montbold;
	color: #000;
	clear: both;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.calcCart > label {
	float: left;
	clear: both;
	height: 65px;
}
.calcCart label span {
	font: 15px lato;
	color: #000;
	float: left;
	padding: 25px;
}
.calcCart label input {
	border-bottom: 2px solid #000;
	border-radius: 0px;
	width: 100%;
	font-size: 30px;
	margin-top: 15px;
	padding: 0;
	padding-bottom: 7px;
}

.contentCalc .freightOptionsGroup > span{
	clear: both;
	color: #000;
	font-size: 15px;
	margin: 10px 0;
	display: none;
}
.contentCalc div.radioStyle {margin-top: 0;}
.contentCalc ul {
    width: 890px;
    float: right;
}
.contentCalc ul li {
	float: left;
	clear: left;
	width: 100%;
}
.contentCalc .thead {
	clear: both;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #34495e;
    margin: 0 25px 10px;
}
.contentCalc .thead span {
	display: block;
	width: 16%;
	text-align: left;
	float: left;
}
.contentCalc .thead span:first-child {
	width: 29%;
}
.contentCalc .thead span:last-child {
	width: 39%;
}
.contentCalc ul li span:nth-child(2) {width: 26%;}
.contentCalc ul li span:last-child {width: 39%;}
.contentCalc ul li span {
	padding: 0;
	width: 16%;
	font: 14px/22px lato;
	color: #808080;
}
.contentCalc ul li input {
	float: left;
	margin-top: 2px;
}
.contentCalc ul li label {height: 30px;}
.contentCalc label .remove {
	float: right;
	font: 13px/27px montBold;
	color: #d62d00;
	margin-top: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
.contentCalc label .remove i {
	font-size: 28px;
	margin-right: 8px;
	float: left;
}
.contentCalc > small {
	font: 12px lato;
	color: #7d91a3;
	width: 59%;
	float: right;
	margin-bottom: 15px;
}
.infoCart {
	float: left;
	margin-top: 20px;
	width: 350px;
}
.infoCart p {
	background: url("../../img/infoCarrinho.png") no-repeat;
	padding-left: 65px;
	font: 12px lato;
	color: #7d91a3;
	min-height: 45px;
}
.resultCart {
	width: 340px;
	margin-top: 20px;
	float: right;
}
.resultCart li {
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}
.resultCart li p {
	float: left;
	font: 15px lato;
	color: #34495e;
}
.resultCart li p:first-child {
	text-align: right;
	font: 15px lato;
	color: #808080;
	margin-right: 20px;
	width: 210px;
}
.groupButtons {
	clear: both;
	float: right;
	height: 66px;
	margin-top: 30px;
	position: relative;
	width: 695px;
	margin-bottom: 60px;
}
.groupButtons a {
	position: absolute;
	bottom: 0;
	left: 0;
}
.groupButtons a#resetCart {
	bottom: 0;
	left: 33.5%;
	position: absolute;
}
.groupButtons input.btRed {
	right: 0;
	position: absolute;
}
p.emptyCart{
	color: #000;
	font: 15px lato;
	padding: 20px 0;
	text-align: center;
}

/*LOGIN*/
.contentLogin {
	margin:50px auto;
	overflow: hidden;
	clear: both;
}
.formLogin {
	padding-top: 10px;
	padding-bottom: 42px;
	width: 45%;
	float: left;
}
.formLogin:last-child {
	float: right;
	width: 480px;
}

.formLogin fieldset {
	position: relative;
	width: 465px;
	margin-top: 30px;
	height: 320px;
}
.formLogin p.mensagem-erro {
	display: block;
	margin-bottom: 8px;
	float: none;
	width: auto;
}

.contentModal p.mensagem-erro, .contentModal p.mensagem-sucesso {
    width: 70%;
    text-align: center;
    margin: 10px auto !important;
}

input#ProdutoIndiqueCaptcha {
    width: 195px !important;
}

.formLogin fieldset h3{
	color: #000;
	border: none;
	font: 20px montSemiBold;
	display: block;
	float: left;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.formLogin fieldset.registered h3 {color: #000;}
.formLogin fieldset.registered span {color: #000;}
.formLogin fieldset.registered a {
	font: 15px montRegular;
    color: #000;
	text-decoration: none;
}
.formLogin fieldset label {
	display: block;
	clear: both;
	float: none;
	border-bottom: 3px #4e4848 solid;
	margin:0;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.formLogin fieldset label span {
	display: block;
	font: 15px lato;
	margin: 0 0 7px 4px;
}
.formLogin fieldset button {
	display: inline-block;
	margin:0;
	text-transform: uppercase;
	float: right;
	margin-top: 25px;
	font: 27px montBold;
	background: #e4122f;
}
.formLogin input[type="text"],
.formLogin input[type="password"] {
	float: none;
	width: 100%;
	font-size: 30px;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formLogin fieldset.registered button{
	padding: 10px 30px;
}

/*CADASTRO*/
.contentRegister form label a {
    margin-top: 12px;
    float: left;
    color: #d62d00;
    font-size: 14px;
    font-weight: bold;
}
.contentRegister p {
	font: 15px lato;
	color: #000;
}
.contentRegister p.info {
	font-weight: bold;
	padding:6px;
	margin-top: 12px;
}
.contentRegister form {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 30px;
}
.contentRegister form fieldset{
	float: left;
	width: 48%;
}
fieldset.cadastro-fieldset {
    width: 100% !important;
    margin-bottom: 30px;
}
.last-fieldset{margin-left: 4%;}
#TrabalheCandidatosForm {width: 100%;}
#dffieldSetDados {width: 566px;}
.contentRegister.clientAddress form fieldset:nth-child(2n){margin-left: 0px; margin-right: 48px;}

.contentRegister form label {
	width: 100%;
	height: 70px;
	border-bottom: 2px solid #000;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.contentRegister form label > span,
.typePerson em,
.contentRegister .sexo em {
	width: 97%;
	float: left;
	text-transform: uppercase;
	text-align: left;
	font: 15px/23px montSemiBold;
	color: #000;
	margin-right: 13px;
	clear: left;
	letter-spacing: 0.1em;
}
.contentRegister form label[for="telcom1"] > span,
.contentRegister form label[for="telcom2"] > span{
	width: 205px;
}
.contentRegister form .news em {
	font-family: inherit;
	font-size: 13px;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;	
	font-family: lato, sans-serif;
}
.contentRegister form .news .checkboxStyle {
	display: inline-block;
	float: none;
	vertical-align: middle;
	margin-right: 5px;
}
.contentRegister .ramal input{width: 182px;}
.contentRegister .small{
	clear: none;
	float: left;
	width: 60px;
}
.contentRegister input#ClienteInscricaoEstadual {
	width: 238px;
	margin-right: 20px;
}
.contentRegister form label.inscricao div {margin-top: 11px;margin-right: 10px;}

.contentRegister form label.inscricao div input{
	/* height: 20px; */
	margin-bottom: 0;
	width: 12px;
	border: 1px solid;
	background: #000;
	height: 12px;
}

.contentRegister form label.inscricao em{
	color: #000;
	float: left;
	font: 14px lato;
	margin-top: 10px;
}
.contentRegister .ramal input:last-child{
	padding: 0 10px;
	width: 68px;
}
.contentRegister .sexo input {
	width: 20px;
}

.typePerson span {
	color: #000;
	float: left;
	font: 20px/23px montSemiBold;
	margin: 0;
	text-align: left;
	clear: none;
	width: 150px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.typePerson.contribuinte span {width: 100px;}
.typePerson label {
	font: 14px/40px lato;
	color: #000;
	float: left;
	width: 150px;
}
.contentRegister form input {
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
}
.contentRegister form img {
	float: right;
	margin-top: 12px;
	display: none;
}
.contentRegister form .selectStyle {
	float: left;
	height: 40px;
	margin-bottom: 10px;
	width: 100%;
}
.contentRegister form .selectStyle select {height: 40px;}
.contentRegister form .selectStyle span small {top: 20px;}
.typePerson {width: 100%;float: left;padding-bottom: 25px;margin-bottom: 20px;border-bottom: 4px solid #000;}
.typePerson.contribuinte{
	border: none;
    width: 100%;
    padding-bottom: 0px;
    height: 70px;
    float: left;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}
.typePerson input,
.contentRegister form .news input {
	width: 20px !important;
	height:20px;
}
.typePerson > h2{
	font: 22px montSemiBold;
	color: #000;
    text-transform: uppercase;
}
.contentRegister form .phone span {
	clear: none;
	width: auto !important;
	margin-left: 8px;
}
.contentRegister form .phone label:first-child span {
	width: 208px !important;
	margin-left: 0;
}
/*.contentRegister form #ClienteInscricaoEstadual{width: 225px;}*/
.contentRegister form span.isento {
	clear: none;
	width: 40px;
	color: #808080;
}
.contentRegister form label.isento {float: right;}
.contentRegister form label.isento div {margin-top: 10px;}
.contentRegister form .phone #tel,
.contentRegister form .phone #ClienteTel2 {width: 160px;}
.contentRegister form .phone #ramal,
.contentRegister form .phone #ClienteRamal2 {width: 70px;}
.contentRegister form h2 {
	font: 20px/23px montSemiBold;
	color: #000;
	text-transform: uppercase;
	margin: 30px 0;
	clear: both;
	padding-bottom: 25px;
	border-bottom: 3px solid #000;
	float: left;
	width: 100%;
	letter-spacing: 0.05em;
}
.contentRegister form button {
	float: right;
	width: auto;
	text-transform: uppercase;
    float: right;
    font: 22px montBold;
    background: #e4122f
}
#ClienteAddForm > p.mensagem-erro {
	float: none;
	margin-bottom: 30px;
	text-align: center;
	width: 688px;
}

form div.error-message {
	/*border: 1px solid;
		border-radius: 3px;
		clear: both;
		color: #d62d00;
		float: left;
		font: 12px lato;
		margin-bottom: 15px;
		margin-top: 5px;
		overflow: hidden;
		padding: 5px;
		text-align: center;
	width: 97%;*/
	display: none;
}
.ui-helper-hidden-accessible {
	display: none;
}
.disable {
	pointer-events:none;
    outline:none;
    background-color: #CCC;
}
/*CONTEÚDOS*/
.txtDefault {
	font-family: bitterRegular;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 5%;
}
.txtDefault * {
	font-family: inherit !important;
}
.txtDefault p,
.txtDefault ul,
.txtDefault ol {
	display: block;
}
.txtDefault p {
	line-height: 1.5em;
	margin-bottom: .5em;
	margin-top: 1em;
}
.txtDefault ol {
	margin-bottom: .5em;
	list-style: decimal inside;
	padding-left: 1em;
}
.txtDefault ul {
	margin-bottom: .5em;
	list-style: disc inside;
	padding-left: 1em;
}
.txtDefault li {
	display: list-item;
	margin-bottom: .5em;
}
.txtDefault ul li ul {
	list-style: circle inside;
	margin-bottom: .5em;
	padding-left: 1em;
}
.txtDefault a {
	color: #d62d00;
}
.txtDefault strong,
.txtDefault b {
	font-weight: bold;
}
.txtDefault em,
.txtDefault i {
	font-style: italic;
}

/*DOWNLOAD EBOOK*/
.txtDefault .imgEbook,
.txtDefault .dataEbook{float: left; margin: 10px; width: auto;}
.txtDefault .dataEbook{margin-left: 20px;}
.txtDefault .dataEbook .nameProduct{
    font: 16px lato;
    color: #666;
    margin: 0px;
    width: 100%;
    display: block;
    float: left;
}
.txtDefault .dataEbook .codProduct{
    margin: 1px auto;
    font: 12px lato;
    color: #000;
    display: block;
    float: left;
}
.txtDefault .dataEbook .btGray{
    clear: both;
    float: left;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
/*DOWNLOAD EBOOK*/

textarea.form-error {
	width: 291px !important;
}

#TrabalheCandidatosCarta {
	float: left;
	width: 320px !important;
	height: 300px;
}

.contentRegister .curriculo input{margin-bottom: 25px;}
.contentRegister .curriculo em {
    color: red;
    font: 12px lato;
    margin-left: 50%;
    margin-bottom: 10px;
    float: left;
}

#TrabalheCandidatosEstado, #TrabalheCandidatosEscolaridade, #TrabalheCandidatosVagaId {
	float: left;
    width: 109% !important;
    padding: 10px;
    margin-bottom: 10px;
}

.escolaridade .form-error, .estado .form-error, .vaga_id .form-error {
	border: 1px solid #d62d00 !important;
}

.form-error span {
	background-color: #d62d00 !important;
}

.form-error small.triangle {
	border-left: 5px solid #d62d00 !important;
    border-right: 5px solid #d62d00 !important;
}

.escolaridade .form-error select, .estado .form-error select, .vaga_id .form-error select{
	border: none !important;
}

/*FALE CONOSCO*/
.formContact {
	/* width: 560px; */
	float: left;
	clear: both;
}
.formContact p {
	font: 22px montregular;
	color: #000;
	/* margin-left: 15px; */
	margin-bottom: 20px;
	width: 73%;
	overflow: hidden;
	padding-bottom: 30px;
}
.formContact form {
	margin-top: 15px;
	margin-bottom: 200px;
	float: left;
	width: 50%;
	overflow: hidden;
	padding-left: 21%;
}
.formContact form img {
	float: right;
	margin-top: 10px;
	display: none;
}
.formContact form .upload-file > span {margin-top: 11px;}
.formContact form label {
	height: auto;
	overflow: hidden;
}
.formContact form label > span {
	clear: left;
	color: #000;
	float: left;
	font: 14px/40px lato;
	margin-right: 13px;
	text-align: right;
	width: 170px;
}
.formContact .uploads label p{
	font: 15px lato;
    color: #000;
    margin-bottom: 20px;
    width: 64%;
    float: right;
}

.formContact div#upload-2 {width: 510px;}
.formContact input.FaleConoscoUpload {
    margin-top: -27px;
    max-width: 63%;
    border-radius: 2px;
    float: right;
    opacity: 0;
    cursor: pointer;
    margin-bottom: 15px;
}

.formContact form textarea {
	float: left;
	width: 100%;
	border: 0px;
	border-radius: 0px;
	color: #808080 !important;
	padding: 12px 0px;
	font: 25px montregular;
	padding: 12px 0px;
	border-bottom: 2px solid #000;
}
.formContact form input[type="text"] {
	float: left;
    font-size: 25px;
    height: 40px;
    margin-bottom: 15px;
	padding-left: 0px;
}
.formContact form .checkboxStyle {
	margin-top: 10px;
}
.formContact form div.selectStyle {
	float: left;
	height: 45px;
	margin-bottom: 10px;
	width: 576px;
	border-bottom: 2px solid;
	border-radius: 0px;
}
.formContact form div.selectStyle select {
	height: 45px;
	color: #808080;
	font-size: 25px;	
}
.formContact form div.selectStyle span small {top: 25px;}
.formContact form div.selectStyle span {float: right;}
.formContact form .news {
	clear: both;
	margin-left: 36.5%;
	width: 280px;
}
.formContact form .news input {width: 20px;}
.formContact form .news span {
	clear: none;
	color: #808080 !important;
	float: left;
	line-height: 0 !important;
	margin-top: 20px;
}
.formContact form input[type="submit"] {
	float: right;
	width: auto;
	background: #e4122f;
	font-family: montbold;
	text-transform: uppercase;
	border: 0px;
	font-size: 27px;
	letter-spacing: 0.07em;
	padding: 10px 15px 10px 15px;
}
.msgFormContact {
	margin-bottom: 10px;
	margin-left: 15px;
	/* overflow: hidden; */
}
.contactData {
	width: 264px;
	float: right;
	border-top: 13px solid #e4122f;
	padding-top: 25px;
	margin-top: 25px;
	margin-right: 41px;
}
.contactData h2 {
	font: 18px latoItalic;
	color: #e4122f;
	margin-bottom: 10px;
	margin-top: 20px;
}
.contactData li, .contactData li.email a {
	font: 15px montRegular;
	color: #000;
}
.contactData li.address span, .contactData li.email, .contactData li.saturday {margin-bottom: 20px;font-family: montRegular;}
.contactData small {
	font: 14px lato;
	color: #808080;
	margin: 10px 0;
}

/*LISTAGEM DE CATEGORIA*/
.listProducts .selectStyle {
	position: absolute;
	top: 5px;
	right: 15px;
}

/*HISTÓRICO DE PEDIDOS*/
table.history td .btRed {
    background: #e4122f;
    color: #fff !important;
    font: 14px montBold;
    border-radius: 0px !important;
}
.searchCol.dateSearch label span, span.searchTittle, .totalPedidos {
	color: #000;
}
.history {
	width: 100%;
	margin-bottom: 5%;
	margin-top: 30px;
}
.history th:first-child,
.history td:first-child {padding-left: 10px;}
.history th {
	text-align: left;
	padding-bottom: 15px;
	font: 14px lato;
	color: #000000;
}
.history td {
	font: 14px lato;
	color: #000;
	padding: 17px 0;
	background: #fff !important;
	border-bottom: 1px solid;
}

.history td a.seeDetails {color: #7f8c8c;}
.history td p{
	text-align: center;
	color: #000;
	font: 14px lato;
}

.showDetails .exibirPedidos {
	border: 1px solid #000;
	background: #fff;
}
.showDetails .exibirPedidos dl dt {
	font: 14px montBold;
	color: #e4122f;
	margin-bottom: 5px;
	float: left;
	clear: left;
}
.showDetails .exibirPedidos dl dd {
	font: 15px montRegular;
	color: #000;
	margin-bottom: 15px;
	float: left;
	clear: left;
}
.showDetails .exibirPedidos dl dd a {
	font: 15px lato;
	color: #000;
}
.showDetails .exibirPedidos dl dd a.btRed {
	float: left;
	color: #FFF;
}

/*PÁGINA DE 404*/
.content404 {text-align: center;}
.content404 .logo {
	background: url("../../img/logoTop.png") no-repeat 0 0;
	width: 265px;
	height: 110px;
	display: block;
	text-indent: -999em;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
.content404 div {
	width: 100%;
	background: #ffffff;
	min-height: 225px;
	margin-bottom: 50px;
}
.content404 div .contentCenter {
	width: 925px;
	margin: 0 auto;
	text-align: left;
}
.content404 div .contentCenter h1 {
	float: left;
	color: #e4122f;
	font: 160px montRegular;
	width: 295px;
}
.content404 div .contentCenter h2 {
	width: 550px;
	margin-top: 15px;
	float: right;
	color: #e4122f;
	font: 25px montRegular;
	margin-bottom: 15px;
}
.content404 div .contentCenter ul {
	width: 550px;
	float: right;
	color: #000;
}
.content404 div .contentCenter ul li {font: 15px/25px montRegular;}
footer#notfound-rodape {margin: 60px 0;}
footer#notfound-rodape a {text-decoration: none;}

/*PERGUNTAS FREQUENTES*/
.contentFAQ .questions {padding: 10px 20px 20px;}
.contentFAQ .questions dd p strong,
.contentFAQ .questions dd p{
	font-family: arial;
	font-size: 14px;
	line-height: 29px;
	color: #404040;
}
.contentFAQ .questions dd ul li{
	list-style: disc;
	color: #404040;
    margin-left: 45px;
	margin-bottom: 10px;
}
.contentFAQ .questions dt {
	color: #e5122f;
	cursor: pointer;
	font: 16px/25px montMedium;
	margin-bottom: 10px;
}
.contentFAQ .questions dd {
	font: 15px montRegular;
	color: #000;
	margin-bottom: 25px;
}
/*ENTREGA*/
.txtDelivery {
	padding: 20px;
	width: 900px;
	color: #000;
	font: 15px lato;
	margin: 0;
	border-bottom: 1px solid #000;
}
.deliveryAddress {
	overflow: hidden;
	padding: 0;
}
.deliveryAddress > li {
	list-style: none;
	float: left;
	padding: 15px;
	width: 282px;
}
.deliveryAddress > li ul {padding: 0; margin-bottom: 30px;}
.deliveryAddress > li ul li {
	list-style: none;
	font: 15px lato;
	color: #000;
}
.deliveryAddress > li ul li a {margin-top: 20px;}
.newAddressLink {
	margin: 40px 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	padding: 25px 0;
	text-indent: 20px;
	font: 20px lato;
	color: #d62d00;
}
.newAddressLink a {margin-left: 40px;}
.warningDelivery {
	margin-top: 40px;
	margin-left: 20px;
	width: 725px;
	background: url("../../img/infoCarrinho.png") no-repeat;
	padding-left: 50px;
	color: #7d91a3;
	font: 12px lato;
	height: 100px;
}

/*PAGAMENTO*/
.formPayment {
	float: left;
	width: 940px;
	margin-bottom: 5%;
}
.formPayment h2 {
	background: #f8f8f8;
	font: 18px latoItalic;
	color: #d62d00;
	padding: 10px 28px;
	float: left;
	margin-bottom: 0;
	margin-top: 20px;
}
.formPayment ul {
	background: #f8f8f8;
	float: left;
	clear: left;
	padding: 15px 80px 30px 25px;
	margin: 0;
}
.formPayment ul li {
	list-style: none;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
.formPayment ul li img {
	float: left;
	margin-right: 10px;
}
.formPayment ul li div {margin-top: 10px;}
.formPayment ul li span {
	margin-left: 10px;
	font: 14px/40px lato;
	color: #808080;
}
.formPayment fieldset {
	width: 560px;
	float: right;
}
.formPayment fieldset.lojafisica p{
	background: #f8f8f8;
    clear: both;
    color: #000;
    float: left;
    font: 15px lato;
    padding: 30px 30px 0;
    width: 500px;
}
.formPayment fieldset.lojafisica div{
	background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 540px;
}
.formPayment fieldset.lojafisica div input{float: right;}
.formPayment .options {float: left;}
.formPayment .billet p,
.formPayment .specialMethod p {
	padding: 30px 30px 0;
	float: left;
	clear: both;
	background: #f8f8f8;
	width: 500px;
	font: 15px lato;
	color: #000;
}
.formPayment .billet p.warningBillet,
.formPayment .specialMethod p.warningSpecialMethod {
	background: url("../../img/infoCarrinho.png") no-repeat 30px 35px #f8f8f8;
	padding-bottom: 40px;
	padding-left: 80px;
	width: 450px;
	font: 12px lato;
	color: #7d91a3;
}
.formPayment .billet input,
.formPayment .specialMethod input {
	float: right;
}
.formPayment .billet div,
.formPayment .specialMethod div {
	background: #f8f8f8;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 540px;
}

.formPayment .cart label:nth-child(2) {padding-top: 30px;}
.formPayment .cart label {
	float: left;
	clear: both;
	width: 100%;
	height: 42px;
	padding-top: 10px;
	background: #f8f8f8;
}
.formPayment .cart label > span {
	clear: left;
    color: #000;
    float: left;
    font: 14px/40px lato;
    margin-right: 10px;
    text-align: right;
    width: 170px;
}
.formPayment .cart input {
	float: left;
	margin-bottom: 10px;
	width: 315px;
}
.formPayment .cart select {float: left;}
.formPayment .cart h3 {
	font: 18px latoItalic;
	clear: both;
	width: 100%;
	background: #f8f8f8;
	text-indent: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
}
.formPayment .cart #mes span small,
.formPayment .cart #ano span small {top: 20px;}
.formPayment .cart #mes select,
.formPayment .cart #ano select {
	width: 111%;
	height: 40px;
}
.formPayment .cart #mes,
.formPayment .cart #ano {
	width: 159px;
	float: left;
	height: 40px;
}
.formPayment .cart #ano {margin-left: 18px;}
.formPayment .warningCart {
	background: url("../../img/infoCarrinho.png") no-repeat 30px 62px #f8f8f8;
	clear: both;
	color: #7d91a3;
	font: 12px lato;
	padding-bottom: 40px;
	padding-left: 80px;
	padding-top: 60px;
	width: 480px;
}
.formPayment .cart > div input {
	float: right;
	width: auto;
}
.formPayment .cart > div {
	background: #f8f8f8;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 540px;
}

/*ESCOLHER ENTREGA*/
.freightOptionsAgain {
	background:#f8f8f8;
	overflow:hidden;
	margin-bottom: 5%;
	padding:12px 22px;
}
.freightOptionsAgain span {
	font: 16px lato;
	color:#7F8992;
	width: 27%;
	float: left;
}
.freightOptionsAgain label span:nth-child(3) {
	width: 15%;
}
.freightOptionsAgain > span {
	float: left;
	clear: both;
	color:#234257;
	margin: 10px 0;
}
.freightOptionsAgain li {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.freightOptionsAgain li label div {margin-top: 0;}
.freightOptionsAgain .freightOptions {
	clear: both;
	float: left;    
	width: 100%;
}

/*FINALIZAÇÃO DO PEDIDO*/
.finalLeft{
	width: 320px;
	float: left;
}
.dataPurchase{margin-top: 30px;}
.dataPurchase h6{
	padding: 10px 20px;
	float: left;
	color: #d62d00;
	font: 18px latoItalic;
	background: #f8f8f8;
}
.dataPurchase strong{
	background: #f8f8f8;
	clear: both;
	float: left;
	padding-bottom: 25px;
	padding-top: 40px;
	width: 100%;
	text-align: center;
	font: 48px lato;
	color: #000;
}
.dataPurchase p{
	padding: 0 40px;
	font: 13px lato;
	color: #000;
	clear: both;
	float: left;
	text-align: center;
	background: #f8f8f8;
	padding-bottom: 15px;
}
.dataDelivery{
	clear: both;
	float: left;
	margin: 60px 0;
}
.dataDelivery h3{
	font: 18px latoItalic;
	color: #000;
	margin-bottom: 15px;
}
.dataDelivery dt{
	font: 14px lato;
	color: #d62d00;
	margin-bottom: 5px;
}
.dataDelivery dd{
	font: 15px lato;
	color: #000;
	margin-bottom: 20px;
}
.deliveryForm{
	clear: both;
	float: left;
}
.deliveryForm h3{
	font: 18px latoItalic;
	color: #000;
	margin-bottom: 15px;
}
.deliveryForm em{
	color: #6e6e6e;
	margin-left: 10px;
	font: 15px lato;
	margin-bottom: 10px;
}
.deliveryForm p{
	margin-top: 15px;
	font: 13px latoItalic;
	color: #d62d00;
	width: 250px;
}
.finalRight{
	width: 565px;
	float: right;
	margin-top: 65px;
}
.paymentForm h3{
	font: 18px latoItalic;
	color: #000;
	margin-bottom: 15px;
}
.paymentForm a{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
.paymentForm img{
	float: left;
	margin-left: 10%;
	margin-right: 120px;
}
.paymentForm img.loja{margin: 0 10px;}
.paymentForm > span{
	color: #000;
    font: 14px/25px lato;
    float: left;
}
.paymentForm p{
    text-align: center;
	margin-bottom: 30px;
	clear: both;
	font: 13px latoItalic;
	color: #d62d00
}
.paymentForm p.billetIf{width: 480px;}
.paymentForm img.ebit{margin-left: 80px;}
.resumo_compra{
	clear: both;
	float: left;
	margin-top: 25px;
	width: 100%;
}
.resumo_compra h3{
	background: #fff;
	color: #000;
	float: left;
	font: 18px montBold;
	padding: 10px 0px;
}
.resumo_compra table{
	padding: 20px 10px;
	background: #f8f8f8;
	float: left;
	clear: both;
	width: 100%;
}
.resumo_compra th{
	font: 14px lato;
	color: #d62d00;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}
.resumo_compra th:nth-child(3){width: 100px;}
.resumo_compra th:first-child{text-align: left;}
.resumo_compra th:first-child,
.resumo_compra td:first-child {padding-left: 27px;}
.resumo_compra td{
	padding: 10px 0;
	text-align: center;
	font: 13px lato;
	color: #000;
	vertical-align:middle;
}
.resumo_compra td img{float: left;}
.resumo_compra td a{
	float: left;
	color: #000;
	max-width: 150px;
	text-align: left;
	margin-left: 10px;
}
.resumo_compra td .quantity{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 70%;
	text-align: left;
	font-family: montRegular;
}
.resumo_compra ul{
	padding: 10px 12px;
	background: #000;
	clear: both;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.resumo_compra ul li{
	float: left;
	margin-right: 30px;
}
.resumo_compra ul li strong,
.resumo_compra ul li span{
	font: 13px lato;
	color: #fff;
	display: block;
}
.finalBack{
	width: 100%;
	height: 40px;
	margin: 60px 0;
	float: right;
	clear: both;
	text-align: right
}

.finalBack a {
	color: #fff;
	background: #e4122f;
	font-family: montBold;
	font-size: 27px;
	text-transform: uppercase;
}

.resumo_compra_v2 {
	background: #ffffff;
}
.resumo_compra_v2 h3 {
	width: 100%;
	box-sizing: border-box;
	color: #e4122f;
}
.resumo_compra_v2 table {
	width: 65%;
	min-height: 120px;
}
.resumo_compra_v2 table tr td {
	border-top: 1px dotted #666666;
}
.resumo_compra_v2 table tr:first-child td {
	border-top: none;
}
.resumo_compra_v2 .orderValue {
	float: left;
    margin-top: 15px;
    padding-right: 20px;
    width: 32%;
}
.resumo_compra_v2 .orderValue p {
	font: 14px lato;
	color: #000;
	overflow: hidden;
	margin-left: 20px;
	min-width: 220px;
	float: right;
}
.resumo_compra_v2 .orderValue p.totalValue {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
}
.resumo_compra_v2 .orderValue p.totalValue strong {
	margin-bottom: 10px;
	display: block;
}
.resumo_compra_v2 .orderValue p.totalValue strong:last-child{
	text-align: center;
	text-indent: 105px;
} 
.resumo_compra_v2 .orderValue p span {
	font: 14px montRegular;
	color: #000;
	float: left;
	min-width: 110px;
	padding-right: 2%;
	text-align: left;
}
.resumo_compra_v2 .orderValue p strong {
	font: 14px montBold;
	color: #000;
}
.resumo_final .resumo_compra_v2 .orderValue{
	float: right;
	width: 26%;
	padding-right: 0;
}
.resumo_final .resumo_compra_v2 .orderValue p{
	min-width: 190px;
}

.finalItau .imgPayment{
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    position: relative;
}
.finalItau .imgPayment img{
	float: none;
	margin-left: -50px;
}
.finalItau .imgPayment span{
	font: 15px lato;
	color: #000;
    margin-left: 20px;
    position: absolute;
    top: 14px;
}
.finalItau form{text-align: center;}
.finalItau form p.itau{
	font: 15px lato;
	color: #000;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}
.finalItau form input{
	margin: 10px auto;
}

/*BUSCA NÃO ENCONTRADA*/
.youSearchedFor{
	margin-bottom: 15px;
	margin-left: 18px;
	font: 18px montRegular;
}
.youSearchedFor p{
	margin-left: 18px;
	font: 18px lato;
	color: #d62d00;
	margin-top: 10px;
}
.youSearchedFor strong{
	margin-left: 10px;
	font: 18px montSemiBold;
	color: #e4122f;
}
.contentSearch{
	width: 100%;
	float: right;
	margin-bottom: 80px;
}
.contentSearch .txtSearch{
	width: 615px;
	margin: 0 auto;
	margin-top: 5%;
	overflow: hidden;
}
.contentSearch .txtSearch strong{
	font: 130px montSemiBold;
	color: #e4122f;
	float: left;
}
.contentSearch .txtSearch span{
	color: #000;
	float: right;
	font: 25px/35px montRegular;
	margin-bottom: 30px;
	margin-top: 25px;
	width: 250px;
}
.contentSearch .txtSearch ul{
	float: right;
	width: 245px;
}
.contentSearch .txtSearch li{
	list-style: disc;
	font: 15px montRegular;
	color: #000;
	margin-left: 18px;
}
.searchAgain label {
	border: 1px solid #bababa;
	border-radius: 2px;
	margin: 10% auto 0;
	width: 380px;
}
.searchAgain input[type="text"] {
	border: medium none;
	width: 315px;
	border-radius: 3px;
	color: #808080 !important;
	float: left;
	font: 14px lato;
	height: 16px;
	padding: 12px;
}
.searchAgain input[type="submit"] {
	background: url("../../img/searchAgain.png") no-repeat center center;
	text-indent: -999em;
	height: 100%;
	width: 40px;
}

.video-produto {
	position: absolute;
	top: 57px;
	left: 2px;
	z-index: 1000;
}

/* BOX POPUP (banner_normal_popup) */
#popUnder {
	background: url(../../img/bg-gradientPopUp.png) repeat 0 0;
	background-color: rgba(0,0,0,.2);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#popUnder.show {
	display: block;
}
#popUnder .boxpopUnder {
	position: absolute;
	width: 600px;
	height: 400px;
}
.link-under {
	display: block;
	height: 400px;
	overflow: hidden;
}
#popUnder .close {
	/*    background: url("../../img/ico-fechar.png") no-repeat center;*/
	background:#000;
	text-decoration:none;
	text-indent:0;
	text-align:center;
	font-weight: bold;
	font-size: 15px;
	font-family: inherit;
	color:#fff;
	display: block;
	padding:2px 8px;
	position: absolute;
	top: 7px;
	right: 10px;
}
#popUnder .close:hover {
	color:#ccc;
	text-decoration:none;
}

/* ALTERAR SENHA */
.mensagemSaudacao {
	padding:20px 0 0 17px;
	font:14px lato;
}
.alterarSenha .mensagem {
	font:14px lato;
	padding:0 0 10px 17px;
}

.box-recuperar-senha {
	overflow:hidden;
	width:564px;	
	margin:0 0 10px 0;
}

.box-recuperar-senha label {
	text-align:right;
	padding: 0 10px 0 0;
	float:left;
	font:15px/30px lato;
	width:35%;
}
.box-recuperar-senha input[type="password"] {
	float: left;
	margin-right: 1%;
	width: 54%;
}
.box-recuperar-senha .error-message {
	float: left;
	margin: 10px 0;
	display: none;
}

.js-medidas{
	display: none;
}

.productMedidaImage,
.productLabelImage {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
.bt-recuperar .btRed {
	float: right;
	margin-right: 27px;
}

.lineThrough {
	text-decoration: line-through;
}

/* banner ebit */
#bannerEbit img {
    width: 320px !important;
}
#boxLight {
	position: fixed !important;
}
#dark {
	position: fixed !important;
}

/*GARANTIA ESTENDIDA*/
.box-garantia {
	overflow: hidden;
	width: 530px;
}
#garantia-estendida {
	background: url(../../img/bg-topo-garantia.jpg) no-repeat center 0;
	width: 211px;
	float: right;
	display: none;
}
#garantia-estendida h4 {
	color:#fff;
	font:bold 12px/62px lato;
	margin:0 auto;
	text-align: left;
	text-indent: 63px;
	width: 200px;
}
.box-garantia-estendida {
	background:#eff4ff;
	width: 195px;
	margin:2px 0 0 11px;
	float: left;
	overflow: hidden;
}

.box-garantia-estendida .inner-garantia {
	margin:0 auto;
	width: 178px;
}
.inner-garantia p {
	color: #1f1c00;
	font: 11px lato;
	float: left;
}
.inner-garantia .comprar-garantia {
	float: right;
	margin: 0 10px 0;
	overflow: hidden;
	font: 10px/16px lato;
	text-align: center;
	text-decoration: none;
	background: url(../../img/lk-garantia.jpg) no-repeat;
	width:128px;
	height:16px;
	color: #fff;
	text-transform: uppercase;
	margin:6px 0 9px;
}
.extendedWarranty,
.extendedWarrantyReoption {
	float: left;
	margin-top: 15px;
	font-size: 11px;
	color: #008aff;
}
.extendedWarranty a,
.extendedWarrantyReoption a {
	font-size: 12px!important;
	color: #d62d00 !important;
}
.loadingRemoveWarranty {
	display: none;
	float: left;
	margin-top: 18px;
	margin-left: 15px;
}
.removeExtendedWarranty {
	background: url("../../img/img-removerGarantiaEstendida.png") no-repeat scroll 0 0 transparent;
	float: left !important;
	width: 16px !important;
	height: 16px;
	margin-top: 15px;
	margin-left: 10px;
}
.extended-warranty{
	clear: both;
	position: relative;
}
.extended-warranty table{
	clear: both;
	width: 100%;
	position: relative;
	top: -15px;
}
.extended-warranty tr th{
	border: 10px solid #ffffff;
	background-color: #eee;
	vertical-align: top;
	min-width: 110px;
	padding: 15px;
}
.extended-warranty tr th label{
	position: relative;
	cursor: pointer;
}
.extended-warranty tr th big{
	float: left;
	font: 18px/38px latoItalic;
	color: #d62d00;
}
.extended-warranty tr th small{
	color: #737373;
	float: left;
	font: 11px/12px latoItalic;
	text-align: center;
	width: 100%;
}
.extended-warranty tr th .product-image{
	float: left;
	margin-right: 10px;
}
.extended-warranty tr th .style-combobox{
	background: url("../../img/bg-radio-garantia-estendida.png") no-repeat scroll 0 -63px transparent;
	float: left;
	width: 28px;
	height: 28px;
	position: relative;
}
.extended-warranty tr th .style-combobox.radioChecked{
	background-position: 0 0;
}
.extended-warranty tr th .style-combobox input[type="radio"]{
	display: block;
	width: 28px;
	height: 28px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.extended-warranty tr th .product-name{
	font: 13px/16px lato;
	color: #303030;
	width: 175px;
	float: left;
	text-align: left;
}
.extended-warranty tr th .product-code{
	float: left;
	font: 11px lato;
	color: #999;
	width: 175px;
	margin-top: 5px;
	text-align: left;
}
.extended-warranty tr th .medium{
	clear: both;
	float: left;
	font-size: 12px;
	margin-left: 35px;
}
.extended-warranty tr td{
	border: 10px solid #ffffff;
	background-color: #eeeeee;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding-left: 15px;
}
.extended-warranty tr th:first-child,
.extended-warranty tr td:first-child{
	border-left: 0;
}
.extended-warranty tr th:last-child,
.extended-warranty tr td:last-child{
	border-right: 0;
}
.extended-warranty tr td:first-child{text-align: left;}
.extended-warranty tr td .advantage{
	color: #464646;
	font: 18px latoItalic;
}
.extended-warranty tr td .price{
	color: #737373;
	font: 18px latoItalic;
}
.extended-warranty .recommended{
	background: url("../../img/bg-recomendado.png") repeat-x scroll 0 0 transparent;
	display: none;
	font: 22px/38px lato;
	color: #275da3;
	height: 505px;
	min-width: 100px;
	text-indent: 45px;
	position: absolute;
	top: -28px;
}
.extended-warranty .total{
	display: block;
	float: left;
	font: 20px lato;
	text-align: right;
	width: 680px;
	color: #303030;
}
.extended-warranty .total strong{
	font: 20px latoBold;
}
.extended-warranty .conditions{
	color: #303030;
	display: block;
	float: left;
	font: 14px lato;
	margin-top: 10px;
	text-align: right;
	width: 680px;
}
.extended-warranty .conditions .conditionItem{
	float: right;
	margin-left: 25px;
}
.extended-warranty .conditions span{font: 14px lato;}
.extended-warranty .conditions a{
	font: 14px latoBold;
	text-decoration: underline;
	color: #303030;
}
.extended-warranty .conditions .error-message {
	float: none;
	font-size: 16px;
	color: red;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
}
.extended-warranty .continuar{
	background-color: #29ba2f;
	border: medium none;
	color: #ffffff;
	float: right;
	font: bold 24px lato;
	height: 60px;
	text-transform: uppercase;
	width: 220px;
}
.extended-warranty .continueGrey{
	background-color: #CCCCCC;
	border: medium none;
	color: #ffffff;
	float: right;
	font: 30px LatoBol;
	height: 60px;
	margin-right: 10px;
	text-transform: uppercase;
	width: 220px;
}
.warning-extended-warranty{
	clear: both;
	display: block;
}
.warning-extended-warranty *{
	clear: both;
	color: #303030;
	display: block;
	font: 13px/16px lato;
	padding: 30px 0;
}

/* TOPO DO PROCESSO DE COMPRA (LOGO E CAMINHO DA COMPRA) */
.topPurchase .processPurchase{
	float: right;
	height: 70px;
	margin: 0 auto 25px;
	padding-top: 25px;
	width: 685px;
	clear: none;
}

.topPurchase .processPurchase li{width: 160px;}

.topPurchase .processPurchase li:last-child{width: 45px;}

.topPurchase img.security{float: right;}

/* BOX POPUP (banner_normal_popup) */
#popUnder {
	background: url(../../img/bg-gradientPopUp.png) repeat 0 0;
	background-color: rgba(0,0,0,.2);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#popUnder.show {
	display: block;
}
#popUnder .boxpopUnder {
	position: absolute;
	width: 600px;
	height: 400px;
}
.link-under {
	display: block;
	height: 400px;
	overflow: hidden;
}
#popUnder .close {
	/*    background: url("../../img/ico-fechar.png") no-repeat center;*/
	background:#000;
	text-decoration:none;
	text-indent:0;
	text-align:center;
	font-weight: bold;
	font-size: 15px;
	font-family: inherit;
	color:#fff;
	display: block;
	padding:2px 8px;
	position: absolute;
	top: 7px;
	right: 10px;
}
#popUnder .close:hover {
	color:#ccc;
	text-decoration:none;
}

/* POPUP */
.boxpopUnder {
    position: absolute;
    background: #fff;
}
#popUnder {
    background: url(../../img/bg-gradientPopUp.png) repeat 0 0 rgba(0,0,0,.25);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.link-under {
    display: block;
    height: 400px;
    overflow: hidden;
}
.close {
    /*    background: url("../../img/ico-fechar.png") no-repeat center;*/
    background:#000;
    text-decoration:none;
    text-indent:0;
    text-align:center;
    font:bold 15px Tahoma;
    color:#fff;
    display: block;
    padding:2px 8px;
    position: absolute;
    top: 7px;
    right: 10px;
	z-index: 999;
}
.close:hover {
    color:#ccc;
    text-decoration:none;
}

/* NEWS POPUP */
.newsletter.newsletterPopUp{
	height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.newsletter.newsletterPopUp p{
	color: #808080;
    display: block;
    font-size: 16px;
    height: 95px;
    margin-bottom: 30px;
    margin-left: 10%;
    margin-top: 8%;
    overflow: hidden;
    width: 85%;
    word-break: break-all;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.newsletter.newsletterPopUp p{height: 89px;}
}
.newsletter.newsletterPopUp p:not(*:root) {height: 89px;}
.newsletter.newsletterPopUp label{
	clear: both;
    height: 42px;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 340px;
}
.newsletter.newsletterPopUp button{
    margin-left: 10px;
    margin-top: 0;
    padding: 11px 20px;
}
.newsletter.newsletterPopUp label input.name{width: 295px;}

.newsletter.newsletterPopUp label input.email{width: 168px;}


.grade-propriedades {
    clear: both;
    float: left;
    margin-top: 15px;
}
.grade-propriedades .nome-propriedade {
	display: block;
	margin-bottom: 8px;
	font: bold 14px lato;
	color: #000;
}
.grade-propriedades .grade-opcoes {
	display: block;
	overflow: hidden;
}
.grade-propriedades .grade-opcoes li {
	float: left;
}
.grade-propriedades .grade-opcoes li img {
	display: block;
	margin-right: 10px;
	border: 2px solid #FFF;
	cursor: pointer;
}
.grade-propriedades .grade-opcoes li .js-prop-indisponivel .nome-opcao {
	color: #808080;
}
.grade-propriedades .grade-opcoes li .js-prop-checked img {
	border: 2px solid #d62d00;
}
.grade-propriedades label {
	float: left;
}
.grade-propriedades label .radioStyle {
	float: left;
	margin: 0;
}
.grade-propriedades label .nome-opcao {
	float: left;
	font: 14px/20px lato;
	color: #000;
	margin-right: 25px;
}

.variation {
	margin-bottom: 10px;
	overflow: hidden;
}
.variation ul li {
	overflow: hidden;
	background: #F8F8F8;
	margin-bottom: 15px;
	padding: 15px;
}
.variation ul li .variation-name {
	float: left;
	font: 15px lato;
	color: #d62d00;
	width: 80%;
	text-transform: uppercase;
}
.variation ul li .variation-details {
	float: left;
	width: 80%;
}
.variation ul li .variation-details strong {
	display: block;
	font: bold 15px lato;
	color: #000;
}
.variation ul li .variation-details small {
	display: block;
	font: 12px lato;
	color: #000;
}
.variation ul li .btBuy {
	float: right;
}

.model-variation {
    margin-top: 25px;
    clear: both;
    float: left;
	overflow: hidden;
}
.model-variation .selectStyle {
	float: left;
	width: 320px;
	height: 32px;
    margin: 0;
}


.formCart table.products td i.fa-gift{
	display: block;
    font-size: 25px;
    margin: 0 auto;
}
.formCart table.products td .gift {
    clear: none;
    display: block;
    /* height: 70px; */
    /* overflow: hidden; */
    width: 44px;
    height: 50px;
}
.formCart table.products td div{
	/* clear: both; */
	float: none;
	margin: 0px auto;
	width: 14px;
	height: 14px;
}
.formCart table.products td .gift span{
	color: #7d91a3;
    font: 12px lato;
}

.formCart table.products td .valorUnitario,
.formCart table.products td del{
    font: 15px montMedium;
    color: #898989;
}
.formCart table.products td div.checkboxStyle{/* width: 13px; */margin-top: 3px;background-position-x: 3px;}
.checkboxStyle.small input{
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 13px;
    width: 13px;
}
.checkboxStyle.small {
	cursor: pointer;
	height: 13px;
    width: 13px;
	float: left;
	background: url("../../img/checkboxPeq.png") no-repeat 0 0;
}
.checkboxChecked.small {
	background: url("../../img/checkboxPeq.png") no-repeat 0 -29px;
	float: left;
}

/* Captcha */

#ArquivoAddForm .row .captha .bindCaptcha {
	float: left;
    margin-left: 10px;
    margin-right: 4px;
    width: 175px;
    height: 50px;
}

#FaleConoscoCaptcha {
	/*background: url(../../img/bg-input-duvidas.jpg) repeat-x 0 0;*/
    /* height: 29px; */
    /* line-height: 29px; */
    /* padding: 0 7px; */
    width: 200px;
    /* border: 1px solid #e7e7e7; */
    /* color: #666666; */
    float: left;
    margin: 10px 0 0 9px;
    overflow: hidden;
}
img.captcha {
	display: block !important;
    float: left !important;
    width: 174px;
}

#newCaptcha{
	background: url(../../img/bt-captcha.jpg) no-repeat 0 0;
	display: block;
	float: left;
	height: 25px;
	margin-left: 10px;
	text-indent: -90000em;
	width: 31px;
	margin: 12px 0 0 10px;
	overflow: hidden;
	cursor: pointer;
}

/* Filiais */
.conteutoFiliais {
	float: left;
	margin-top: 10px;
}
.conteutoFiliais h1 {
	float: left;
    width: 100%;
    font-size: 25px;
    color: #1d1d1d;
    margin-bottom: 20px;
    margin-top: -55px;
}
.conteutoFiliais p {
	float: left;
	font: 20px montregular;
	line-height: 28px;
	width: 68%;
	margin-bottom: 25px;
}
.conteutoFiliais p .email {
	color: #e4122f;
	font-family: montregular;
}
.selectsFiliais {
	/* float: left; */
	margin-top: 30px;
	/* margin-bottom: 60px; */
	/* margin-left: 130px; */
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.selectsFiliais span {
	font-size: 16px;
	color: #1d1d1d;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.selectsFiliais label {
	float: left;
}
.selectsFiliais .selectStyle select {
	text-align: left;
	margin-left: 0px;
	left: 0;
	top: 3px;
	font-size: 26px;
	height: 44px;
}
.selectsFiliais .selectStyle span {
	top: 10px;
	right: -5px;
}
.selectsFiliais .selectStyle {
	width: 100%;
    height: 48px;
    border-radius: 0px;
    border-bottom: 2px solid #000;
}
.box-filiais {
	width: 98%;
	float: left;
	border-top: 1px solid #000;
	padding: 10px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.box-filiais span {
	float: left;
    color: #1D1D1D;
    margin-left: 5px;
    width: 332px;
    font-size: 14px;
}
.box-filiais figure {
	float: left;
	width: 234px;
	height: 100px;
}
.box-filiais a {
	color: #1D1D1D;
	text-decoration: none;
}
.box-filiais a:hover {
	text-decoration: underline;
}

/*--- LISTAGEM CARRINHOS DESCONTO PROGRESSIVO ---*/
.progresiveProducts {
	clear: both;
	width: 99%;
	float: left
}
.progresiveProducts .carousel {
	float: left;
	margin-bottom: 35px;
}
.progresiveProducts .bx-wrapper {float: left;}
.progresiveProducts .bx-controls {position: relative;}
.progresiveProducts .bx-controls a {margin-top: -130px;}
.progresiveProducts .bx-controls a.bx-next {right: 0;}
.buyQuant {
	width: 180px;
	float: right;
	margin-top: 30px;
}
.buyQuant > span {
	width: 75%;
	font: 20px/30px montBold;
	text-align: left;
	float: left;
}
.buyQuant > .priceD {
	font: 18px montBold;
	color: #a7a7a7;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
.buyQuant > .priceD span{
	display: block;
	float: left;
	font: 18px/25px montLight;
	width: 100%;
	clear: both;
}
.buyQuant > .pricePor {
	font: 18px/25px montLight;
}
.buyQuant ins {
	text-decoration: none;
	text-align: left;
	float: left;
	margin-bottom: 5px;
	width: 100%;
	color: #e4122f;
	display: block;
	font: 25px montBold;
}
.buyQuant .plotsDescProgressivo {
	 color: #000;
	 font: 12px montBold;
	 margin-bottom: 10px;
	 clear: both;
}
.buyQuant small {
	width: 100%;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-top: 5px;
}
.listProductDesc ul {
	float: left;
	width: 700px;
}
.listProductDesc li {
	float: left;
	margin-right: 20px;
	width: 155px;
	padding: 5px;
	min-height: 325px;
}
.listProductDesc .fa.fa-plus {
	float: left;
	margin-top: 24%;
	margin-right: 20px;
}
.listProductDesc li figure{
	padding: 10px;
	text-align: center;
}

/* DEPOIMENTOS */
.callCenterMenu li {
    margin-bottom: 15px;
    display: block;
}
.callCenterMenu li a {
    font: 14px lato;
    color: #000;
}
.callCenterMenu li.active a {
    background: url("../../img/setaCallCenterMenu.png") no-repeat right center;
    font: 14px lato;
    color: #D62D00;
    padding-right: 18px;
}
.contactDataTestimonials{
	float: left;
    margin-bottom: 80px;
    width: 200px;
}
.boxList{
	float: right;
    margin-bottom: 100px;
    width: 740px;
}
.listTestimonials {
    clear: both;
}
.listTestimonials ul {
    clear: both;
    overflow: hidden;
}
.listTestimonials ul li {
    background: #FFF;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.listTestimonials ul li .triangle {
    background: url("../../img/ico-triangulo.png") no-repeat scroll 0px 0px transparent;
    width: 12px;
    height: 22px;
    display: block;
    position: absolute;
    top: 65px;
    left: 136px;
}
.listTestimonials ul li img {
    float: left;
    margin-right: 25px;
}
.listTestimonials ul li em {
    float: left;
    width: 550px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font: 16px latoBoldItalic;
    color: #696969;
}
.listTestimonials ul li strong {
    color: #696969;
    float: right;
    font: 16px latoBold;
    width: 565px;
}
.listTestimonials ul li small {
    float: right;
    width: 565px;
    font: 12px lato;
    color: #696969;
}
.listTestimonials h2 {
    margin-bottom: 15px;
}

/* DEPOIMENTOS NA HOME */
.homeTestimonials {
	clear: both;
    padding-bottom: 3%;
    width: 100%;
}
.homeTestimonials .left{
	width: 48%;
	float: left;
}
.homeTestimonials .right{
	width: 48%;
	float: right;
}
.homeTestimonials .right .group{
	float: right;
	margin-right: 0;
}
.homeTestimonials .right p{
	margin-right: 10px;
	margin-left: 0;
}
.homeTestimonials .group{
	position: relative;
	float: left;
}
.homeTestimonials .group p{float: left;}
.homeTestimonials .group figcaption{
	position: absolute;
	left: 0;
	top: 69%;
}
.homeTestimonials h3{
	color: #000;
    font: 20px lato;
    margin-bottom: 20px;
}
.homeTestimonials figcaption{
	margin: 20px 0 10px;
	font-family: lato;
}
.homeTestimonials span{
	font-family: lato;
	display: block;
}

.homeTestimonials figcaption strong{
	font: 14px latoBold;
	display: block;
}
.homeTestimonials p{
	color: #696969;
    display: block;
    float: right;
    font: 14px latoBoldItalic;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
    width: 49%;
}
.homeTestimonials .listSeeMore {
    clear: both;
    float: right;
    margin: 3% 0;
}

.authors-by-name {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}
.authors-by-name > div {
    float: left;
    width: 19.2%;
    margin: 0 1% 25px 0;
    box-sizing: border-box;
}
.authors-by-name > div:nth-child(5n) {
	margin-right: 0;
}
.authors-by-name > div:nth-child(5n+1) {
	clear: both;
}
.authors-by-name > div > strong {
	font-size: 25px;
    color: #1d1d1d;
}
.authors-by-name > div > ul {
    border: 1px solid #A0A0A0;
	background: #F8F8F8;
	padding: 10px;
}
.authors-by-name > div > ul > li {
	display: block;
	margin-bottom: 5px;
}
.authors-by-name > div > ul > li > a {
	display: block;
	font-size: 12px;
    color: #1D1D1D;
}
/*AUTORES DA HOME*/
.authorsHome{
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 25px;
	overflow: hidden;
}
.authorsHome li img{cursor: pointer;}
.authorsHome li:nth-child(4n){margin-right: 0px;}
.authorsHome li .SeeAll,
.authorsHome li{
	float: left;
	margin-right: 28px;
	position: relative;
	/* margin-left: 10px; */
	width: 265px;
	height: 265px;
	margin-bottom: 25px;
}
.authorsHome li p{
	position: absolute;
	width: 100%;
	background: rgba(255, 255, 255, .8);
	bottom: 0px;
	padding: 18px 0px;
}

.authorsHome li .footer{
	position: absolute;
    width: 100%;
	padding: 18px 0px;
    background: rgba(255, 255, 255, .8);
    bottom: 0px;
}


.authorsHome li p span{
    width: 100%;
    text-transform: uppercase;
    font: 13px montSemiBold;
    color: #000;
    display: block;
    text-indent: 12px;
    letter-spacing: 0.04em;
    margin-top: 12px;
}
.authorsHome li strong{
    font: 19px montBold;
    width: 100%;
    display: block;
    margin-top: 3px;
    text-indent: 12px;
}
.authorsHome li p strong a{
	color: #000;
    text-decoration: none;
    
    text-overflow: ellipsis;
    display: block;
    height: 32px;
    white-space: nowrap;
    width: 97%;
    overflow: hidden;
}
/*VIDEOS HOME*/
.playerVideo{
	background: #e4122f;
	/* float: left; */
	padding: 30px 30px 15px 30px;
	clear: both;
	overflow: hidden;
	width: 1085px;
	margin: 0 auto;
}	

.playerVideo iframe{
	padding-bottom: 30px;
}

.playerVideo h3{
	text-transform: uppercase;
	font: 20px montSemiBold;
	color: #fff;
	padding-bottom: 25px;
	padding-top: 5px;
	letter-spacing: 0.07em;
}
.playerVideo h3 span{
	font: 20px montSemiBold;
	color: #000;
	padding-left: 8px;
}
.playerVideo .textPlayer{
	float: right;
	width: 235px;
}
.playerVideo .textPlayer p{
	font: 16px/25px montRegular;
	color: #fff;
}
.playerVideo .linkSubscribe{
	float: left;
	display: block;
	text-align: right;
	margin-top: 50px;
	width: 155px;
	background: url(../../img/youtube.png) no-repeat;
	height: 40px;
	background-size: 35%;
	padding-right: 20px;
}
.playerVideo .linkSubscribe span{
	background: #fff;
	font: 15px/38px montSemiBold;
	display: block;
	width: 59%;
	height: 98%;
	color: #e4122f;
	float: right;
	padding-right: 5px;
}
.playerVideo .linkSubscribe:hover{background: url(../../img/youtube_black.png) no-repeat; background-size: 35%;}
.playerVideo .linkSubscribe:hover span{background: #333; color: #fff;}

.playerVideo__footer{
	border-top: 2px solid white;
	padding-top: 25px;
}

.playerVideo__list{
	max-width: 350px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.playerVideo__item{
	width: 55px;
}

.listLinks.livro-acessivel img{
	max-width: 150px;
}


.playerVideo__item img{
	width: 100%;
	height: 36px;
}

/*LOJAS ESPECIAS NA HOME*/
.listsShops{
    width: 100%;
    clear: both;
    min-height: 200px;
    padding: 10px 0px 25px;
}
.listsShops li:nth-child(3n){margin: 0px;}
.listsShops li{
    float: left;
    width: 32%;
    margin-right: 19px;
}
.listsShops li p{
    background: rgb(236, 236, 236);
    height: 60px;
    margin: 10px 0px;
    margin-left: 50px;
    width: 85%;
    padding: 10px 0px 0px;
    border-radius: 25px;
}
.listsShops .logoShop{
    border-radius: 60px;
    background-color: #fff;
    float: left;
    border: 4px solid #fff;
    width: 85px;
    position: relative;
    height: 85px;
    overflow: hidden;
}
.listsShops li p span{ 
    float: left;
    text-align: center;
    font: 18px lato;
    width: 75%;
    overflow: hidden;
    line-height: 21px;
    margin-top: 3px;
}
.listsShops li p span.authorList{ 
    font-size: 12px;
}


/* TRABALHE CONOSCO */
#dffieldSet {
	margin-bottom:30px;
	margin-top: 20px;
}

#dffieldSet label {
	margin-bottom: 20px;
}

#dffieldSet label span {
	width:40px;
}

.vaga_descricao, .vaga_tipo {
	display: none;
}

.fileButton {
	background-color: #bababa;
	color: #000;
	font: 12px lato;
	border-radius: 3px;
	padding: 10px;
	float: left;
	cursor: pointer;
	margin-top: 15px;
}
.curriculo:hover .fileButton {
	background-color: #ABABAB;
}
.fileName {
	float: left;
	width: 165px;
	border: 1px solid #fbfbfb;
	margin-left: 3px;
	padding: 10px;
	font: 11px lato;
	margin-top: 15px;
	cursor: pointer;
}
.curriculo {
	cursor: pointer;
}
.curriculo input {
    position: absolute;
    left: 243px;
    border: 1px solid;
    cursor: pointer;
    opacity: 0;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*TERMO ACEITE*/
.termAccept .txtDelivery {
	width: 850px !important;
	margin: 0 auto;
}
.termAcceptButtons .checkboxChecked{text-align: center; font: 15px arial; }
.termAcceptButtons .checkAccept {text-align: left;font: 15px arial;width: 379px;margin: 0 auto;}
.termAcceptButtons .buttonsAccept {text-align: center; padding: 10px;}
.termAcceptButtons input.btAccept {
    background: #f9b911;
    padding: 10px 20px 10px 20px;
    font: 15px arial;
    color: #fff;
    border-radius: 10px;
}
.termAccept{
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(246,246,246,1) 77%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(255,255,255,1)), color-stop(77%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(246,246,246,1) 77%, rgba(237,237,237,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(246,246,246,1) 77%, rgba(237,237,237,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(246,246,246,1) 77%, rgba(237,237,237,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(246,246,246,1) 77%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
	border: 1px double #d9d9d9;
	margin-bottom: 20px;
}
.termAcceptText {
    height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px;
    overflow-x: hidden;
}
.termAcceptButtons {margin-bottom: 25px;}
.listProductDesc.descProgressivo li figcaption a{color: #000;}

/* one step checkout */

.one-step-checkout * {
	font: 13px/25px montRegular;
	color: #000;
}

.one-step-checkout .delivery, .one-step-checkout .payments,
.one-step-checkout .freight, .one-step-checkout .terms,
.one-step-checkout .order {
	overflow: hidden;
}

.one-step-checkout .delivery {
	border-bottom: 3px solid;
}

.one-step-checkout .delivery-right {
	float: left;
	width: 50%;
	min-height: 250px;
}
.one-step-checkout .resume {
	float: right;
	width: 45%;
	padding-top: 40px;
}

.one-step-checkout .freight {
	padding-top: 40px;
}

.one-step-checkout .resume table {
	width: 100%;
	float: right;
}

.one-step-checkout .freight {
    float: left;
	width: 45%;
}

.one-step-checkout ul.list-addresses {
	float: left;
	width: 50%;
	min-height: 250px;
}

.one-step-checkout .freightOptionsGroup.freight {
    width: 100%;
    overflow: hidden;
    float: left;
}

.one-step-checkout .freight table {
	width: 100%;
}
.one-step-checkout .freight table thead {
	border-bottom: 2px solid;
	text-transform: uppercase;
}

.one-step-checkout .freight table th {
	padding-bottom: 20px;
	font-family: montBold;
	letter-spacing: 0.1em;
	font-size: 16px;
}

.one-step-checkout .freight table th:nth-child(1) {
	text-align: left;
}

.one-step-checkout .freight table td:nth-child(2) {
	width: 47%;
}

.one-step-checkout .freight table td:nth-child(1) {
	width: 6%;
	overflow: hidden;
	padding: 10px 0px;
}

.one-step-checkout .delivery ul ul {
	margin-bottom: 20px;
	overflow: hidden;
}

.one-step-checkout .delivery .dest span {
	font-size: 22px;
	color: #000;
}

.one-step-checkout li {
	font-size: 18px;
	color: #000;
}

.order h2,
.delivery h2 {
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: 3px solid;
    padding-bottom: 17px;
    overflow: hidden;
    font-family: montBold;
    text-transform: uppercase;
    padding-top: 30px;
    letter-spacing: 0.05em;
}

.one-step-checkout ul.list-addresses > li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.one-step-checkout input[type=radio] {
    height: 15px;
    margin-top: 0px;
    width: 15px;
}

.delivery .dest .radioStyle {
    margin-top: 5px;
    width: 16px;
    height: 16px;
}

.delivery .dest {
    margin-bottom: 17px;
}

.one-step-checkout .edit, .one-step-checkout .red {
	padding: 3px 18px;
	font-family: montBold;
	text-transform: uppercase;
}
.order del {
    display: block;
    color: #898989;
    font: 15px montMedium;
}
.one-step-checkout .edit {
	background: #000;
	color: #fff;
}
.one-step-checkout .delivery-right button {
    background: #e4122f;
    color: #fff;
    font-size: 12px;
}
.one-step-checkout .delivery-right p.register {
    margin-top: 95px;
    text-align: justify;
    font-size: 16px;
}

.one-step-checkout .delivery-right p.register strong {
    font-family: montBold;
    font-size: 16px;
}

.one-step-checkout .payments {
    width: 100%;
}

.one-step-checkout .freight-message {
	margin-top: 35px;
	width: 500px;
	font-size: 16px;
}

.one-step-checkout .disable {
	opacity: 0.3;
	background: #fff;
}

.one-step-checkout section.order table {
    width: 100%;
}

.one-step-checkout section.order table thead {
    border-bottom: 3px solid;
}

.one-step-checkout section.order table th {
    padding-bottom: 10px;
    font-size: 14px;
    font-family: montBold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.one-step-checkout section.order table td:last-child,
.one-step-checkout section.order table th:last-child {
    text-align: right;
    padding: 15px 0px;
}

.one-step-checkout section.order table td:last-child strong {
	font-family: montBold;
	font-size: 22px;
	letter-spacing: 0.02em;
}

.one-step-checkout .order thead th:first-child,
.one-step-checkout .order tbody td:first-child {
    text-align: left;
}

.one-step-checkout .order thead th,
.one-step-checkout .order tbody td {
    text-align: center;
}

.one-step-checkout .order tbody td:first-child,
.one-step-checkout .order tbody td {
	font-size: 16px;
}

.one-step-checkout .order tbody td:first-child {
	width: 40%;
}

.one-step-checkout .order tbody td:first-child a {
	font-family: montBold;
	color: #000;
	font-size: 20px;
}

.one-step-checkout .subname {
    font-family: bitterRegular;
}

.one-step-checkout .resume thead {
    border-bottom: 2px solid;
    text-align: right;
}

.one-step-checkout .resume thead th:first-child {
	width: 53%;
}
.one-step-checkout .resume thead tr:first-child th:nth-child(2) span{font-family: montBold;}

.one-step-checkout .resume thead th {
    text-align: right;
    padding-bottom: 20px;
    font-family: montBold;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.02em;
}

.one-step-checkout .resume tbody td {
	text-align: right;
	text-transform: uppercase;
	padding: 15px 10px;
	font-size: 20px;
}

.one-step-checkout .resume tbody td span{
	text-align: right;
	text-transform: uppercase;
	padding: 15px 10px;
	font-size: 20px;
}


.one-step-checkout .resume tbody tr.total-value-row {
    border-top: 2px solid;
	padding: 5px 0px;
}

.one-step-checkout .resume tbody tr.total-value-row td {
    font-family: montBold;
    padding-top: 40px;
    font-size: 26px;
    letter-spacing: 0.1em;
}

.one-step-checkout .resume tfoot tr td {
    font-family: montBold;
    padding-top: 40px;
    font-size: 26px;
    text-align: right;
    border-top: 2px solid;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.one-step-checkout .resume tfoot tr td span {
    font-family: montBold;
	font-size: 26px;
}

.one-step-checkout #desconto {
    color: #e4122f;
    font-size: 21px;
}

.one-step-checkout .order table tbody tr {
    border-bottom: 1px solid #000;
}

.one-step-checkout .order table tbody tr:last-child {
    border-bottom: 3px solid;
}
.one-step-checkout .order table tbody td {
	padding: 10px 0px;
	font-family: montmedium;
	color: #000;
	vertical-align: middle;
	font-size: 18px;
}

.one-step-checkout section.payments.disable {
	float: left;
	width: 100%;
	margin-top: 50px;
	border-top: 3px solid;
	overflow: hidden;
}

section.freight, section.resume {
    margin-top: 30px;
}

.one-step-checkout .payments {
	margin-top: 40px;
	border-top: 3px solid #000;
	float: left;
}

.one-step-checkout .payments .left {
    width: 100%;
    overflow: hidden;
}

.one-step-checkout .payments .left ul li {
    float: left;
    padding: 10px;
    width: 20%;
    margin-top: 35px;
}

.one-step-checkout .payments .left ul li.active .radioStyle {
    background: url(../../img/iconeCheck.png) no-repeat 0;
    background-position: center center;
}

.one-step-checkout .payments .left span {
	font-size: 18px;
}

.one-step-checkout .payments .left ul li span {
    font-family: montBold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.payments-left, .payments-right {
    width: 49%;
    overflow: hidden;
    float: left;
    margin-top: 30px;
}


.payments-right {
	float: right;
}

.payments-right label,
.payments-left label {
    width: 100%;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
    display: block;
}

.payments-right label strong,
.payments-left label strong {
	font: 14px/25px montBold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.payments-left label select,
.payments-right label select,
.payments-right label input,
.payments-left label input {
    width: 105%;
    height: 45px;
    float: none;
    font-size: 24px;
    color: #898989;
}

.payments-right .security-code .fa {
	color: #e4122f;
}

.payments-right .osc-validade {
    width: 49%;
    float: left;
}
.payments-right .osc-validade:nth-child(2) {
    float: right;
}
.payments .selectStyle, .payments input {
	width: 100%;
	height: 44px;
	border-radius: 0px;
	border-bottom: 2px solid;
	margin-bottom: 5px;
}
.payments input:disabled  {
	border: 0px;
	border-bottom: 2px solid ;
	border-radius: 0px;
	background: #fff;
}

.payments .selectStyle select, 
.payments input  {
	border: 0px;
}

.payments .navmethods {
	margin-bottom: 50px;
	overflow: hidden;
}

.payments .box {
	display: none;
}

.boxleft {
	width: 50%;
	float: left;
	overflow: hidden;
	margin-bottom: 100px;
}

.boxright {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 200px;
}

.boxright button {
	background: #e4122f;
	color: #fff;
	font-family: montBold;
	text-transform: uppercase;
	padding: 20px 26px;
	font-size: 27px;
	letter-spacing: 0.07em;
}


.one-step-checkout .radioStyle,
.one-step-checkout .radioChecked {
	width: 16px;
	height: 16px;
	background-position: 2px;
}

.one-step-checkout .freightOptionsGroup.freight .radioStyle,
.one-step-checkout .freightOptionsGroup.freight .radioChecked {
	width: 12px;
	height: 12px;
	background-position: 2px;
}

.one-step-checkout .payments .radioStyle,
.one-step-checkout .payments .radioChecked {
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.one-step-checkout .payments .radioFocus,
.one-step-checkout .payments .radioChecked {
	background-position: center;
}

.one-step-checkout .modal h2 {
	margin: 0px;
	background: #e4122f;
	color: #fff;
	padding: 10px 30px;
	border: none;
	font: 17px/50px montBold;
	text-transform: uppercase;
	clear: both;
}

.one-step-checkout .modal-header {
	background: #e4122f;
	border: none;
	padding: 0;
}

.one-step-checkout .modal-footer .green {
	width: 235px;
	padding: 20px 20px;
	background: #e4122f;
	text-transform: uppercase;
	font-size: 23px;
	font-family: montBold;
	color: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
}

.one-step-checkout .control-label {
	font-family: montBold;
	text-transform: uppercase;
	text-align: left !important;
	height: 32px;
}

.one-step-checkout .control-label em {
	font-size: 20px;
	color: #e4122f;
	line-height: 20px;
	position: relative;
	top: 3px;
	left: 3px;
}

.one-step-checkout .modal input[type="text"] {
	border-bottom: 2px solid #000;
	border-radius: 0px;
	width: 100%;
	padding: 0 3px;
	font: 22px montRegular;
	color: #898989 !important;
}

.one-step-checkout .modal select {
    width: 105%;
    height: 38px;
    padding: 0;
    border: none;
    border-bottom: 2px solid;
    font: 22px montRegular;
    color: #898989;
}

.one-step-checkout .modal select.form-error {
	background: url(../../img/inputAlert.png) no-repeat scroll 95% top #fff;
	border: 1px solid #e4122f !important;
}

.one-step-checkout .order .radioStyle {
    margin: 0 auto;
    float: none;
    width: 16px;
    height: 16px;
}

.one-step-checkout .payments input[type="text"] {
    border-bottom: 2px solid #000;
    border-radius: 0px;
	padding: 0 5px;
}

.one-step-checkout button[disabled] {
	opacity: 0.5;
}

.one-step-checkout .modal .selectStyle {
    width: 100%;
    height: 38px;
    border-radius: 0px;
}

.one-step-checkout .modal .close {
	background: url(../../img/btClose.png) no-repeat;
	height: 27px;
	position: absolute;
	right: 30px;
	top: 25px;
	width: 27px;
	opacity: 1;
}

.one-step-checkout .modal .modal-content {
	border-radius: 0;
	box-shadow: none;
}

.one-step-checkout .modal .modal-body {
	overflow: hidden;
}

.one-step-checkout .modal .modal-footer {
	border: none;
	padding-top: 0;
}

.purchase.order-confirmation {
	clear: both;
	padding-top: 40px;
}

.purchase p {
	font-family: montRegular;
	font-size: 18px;
}

.purchase p.number {
	font-size: 36px;
	font-family: montBold;
	color: #e4122f;
	margin: 10px 0px;
	letter-spacing: 0.02em;
}

.purchase h1 {
    font-size: 22px;
}

.purchase-delivery-info .box h2 {
	font-size: 22px;
}

.purchase h1, .purchase-delivery-info .box h2 {
    font-family: montBold;
    text-transform: uppercase;
    border-bottom: 3px solid;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 0.05em;
}

.purchase-delivery-info {
	padding-top: 50px;
    width: 100%;
	overflow: hidden;
}

.purchase-delivery-info .box {
    width: 32%;
	margin-right: 2%;
    float: left;
}
.purchase-delivery-info .box:last-child {
	margin-right: 0px
}

.purchase-delivery-info .delivery dt {
	font-family: montBold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.purchase-delivery-info .delivery dd {
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: montRegular;
    font-size: 18px;
}

.purchase-delivery-info .box .description {
    font-family: montRegular;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

p.description.warning {
    color: #e4122f;
}

section.purchase-delivery-info .box h3 {
    font-size: 20px;
    font-family: montBold;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
    letter-spacing: 0.05em;
}

section.purchase-delivery-info .box .green {
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
    padding: 7px 13px;
    width: 27%;
    background: #e4122f;
    color: #fff;
    font-family: montBold;
    letter-spacing: 0.02em;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

.one-step-checkout .order.cart tbody td:first-child {
    width: 25%
}

.gift i {
    float: left;
    font-size: 22px;
    margin: 2px;
}

.gift {
    overflow: hidden;
    padding-top: 24px;
}

.gift input {
    margin: 0px;
    float: left;
    width: 25px;
    height: 25px;
}

.contentContact .ttDefault {
    font-size: 17px;
    font-family: montRegular;
    border-bottom: 1px solid;
    letter-spacing: 2px;
}

.contentContact .formContact h2 {
    font-size: 47px;
    font-family: montBold;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #000;
}

.box-description {
    border-bottom: 1px solid;
}

fieldset.fieldset-contactme {
    width: 100%;
	margin-top: 10px;
}

fieldset.fieldset-contactme label {
    margin-bottom: 10px;
}

fieldset.fieldset-contactme input {
    border-bottom: 2px solid;
    width: 100%;
    border-color: #000;
    border-radius: 0px;
    padding: 0px;
}

fieldset.fieldset-contactme h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: montbold;
	font-size: 19px;
}
fieldset.fieldset-contactme .tema-fale-conosco {margin-top: 35px;}

.contactData li {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: montBold;
}

.contactData li a {
    color: #000;
}

.contentFilais h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: montregular;
    margin-bottom: 10px;
    letter-spacing: 0.12em;
}

.conteutoFiliais > h2 {
    margin-bottom: 20px;
    font-size: 47px;
    font-family: montBold;
    width: 52%;
}

.selectsFiliais label {
    width: 49%;
    float: left;
    height:  50px;
}

.selectsFiliais label:last-child {
    margin-left: 2%;
}

.block-filial {
	width: 30%;
}
.block-address {
	width: 45%;
}

.block-address * {
	font-family: bitterregular;
}

.block-filial, .block-address {
	float: left;
}

span.filial-name {
    font-size: 25px;
    font-family: montbold;
}

.box-filiais span.city {
    font-family: montregular;
    margin-top: 10px;
}
#map {
	height: 450px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#floating-panel {
	position: absolute;
	top: 10px;
	left: 25%;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	font-family: 'Roboto','sans-serif';
	line-height: 30px;
	padding-left: 10px;
}
#floating-panel {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -180px;
	width: 350px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
}
#latlng {
	width: 225px;
}

.google-api-address {
	display: none
}

.filial-name {
	cursor: pointer
}

.box-filiais:hover * {
	color: #e4122f;
}

.checkout-right,
.checkout-left {
    float: left;
    width: 38%;
    overflow: hidden;
    margin-top: 25px;
}
.checkout-left .search-zipcode a {
	color: #000;
	text-transform: none;
	font: 16px montregular;
}
.checkout-right {
    float: right;
}

.checkout-right .btBig {
	background: #e4122f;
	padding: 10px 20px;
	border-radius: 0px;
	font: 27px montBold;
	text-transform: uppercase;
}

.calcCart label .btGray {
    position: absolute;
    right: 0px;
    width: 39px;
    text-align: center;
    top: 24px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #e4122f;
    font-family: montbold;
    text-transform: uppercase;
    font-size: 22px;
}

.checkout-bottom {
    margin-top: 25px;
    overflow: hidden;
    width: 56%;
    float: left;
    margin-bottom: 100px;
}

.checkout-info {
    float: left;
    margin-top: 31px;
    width: 500px;
}

table.freightOptions td:nth-child(2) span {
    text-align: left;
}

table.freightOptions span {
    display: block;
    text-align: center;
}

.one-step-checkout.checkout-right .resume {
    width: 100%;
    float: none;
	padding: 40px 0px;
}

.authorsPage {
	padding-top: 30px;
	height: auto;
	clear: both;
	overflow: hidden;
}
.authorsPage strong{
	color: #000;
    text-decoration: none;
    
    text-overflow: ellipsis;
    display: block;
    height: 32px;
    white-space: nowrap;
    width: 96%;
    overflow: hidden;
}

nav.nav-alphabet {
    display: block;
    font: 15px montbold;
}

nav.nav-alphabet span {
    display: block;
    margin-bottom: 20px;
    font: inherit;
    text-transform: uppercase;
	letter-spacing: 0.1em;
}

.nav-alphabet ul {
    padding-top: 10px;
    border-top: 3px solid #000;
    width: 100%;
    overflow: hidden;
    font: inherit;
    font-size: 17px;
    text-transform: uppercase;
}
nav.nav-alphabet li {
    width: 3.46%;
    float: left;
    text-align: center;
    font: inherit;
}

nav.nav-alphabet li span {
    opacity: 0.5;
}

nav.nav-alphabet li a {
    font: inherit;
    color: #000;
    display: block;
}

nav.nav-alphabet li a:hover {
    color: #e4122f;
}

nav.nav-alphabet li:last-child a {
	color: #e4122f;
	border-left: 3px solid;
	padding-left: 10px;
}

ul.list-authors {
    overflow: hidden;
    width: 100%;
}

section.author-profile ul.list-authors li {
    float: left;
    width: 100%;
    padding: 25px 0;
    font-family: montregular;
    border: 0;
}

ul.list-authors li {
    float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #000;
    font-family: montregular;
}

section.author-profile ul.list-authors li figure {
	/* A imagem do autor na página dele deve ser 264x264*/
    width: 18%;
    float: left;
    font: inherit;
    height: 250px;
    margin-right: 25px;
    overflow: hidden;
}

ul.list-authors li figure {
	/* A imagem dos autores na listagem deve ser 196x196*/
    width: 196px;
    float: left;
    font: inherit;
    height: 196px;
    margin-right: 25px;
    overflow: hidden;
}

section.author-profile ul.list-authors .about {
    float: left;
    font: inherit;
    width: 30%;
}

ul.list-authors .about {
    float: left;
    font: inherit;
    width: 21%;
}

ul.list-authors .about a:hover { text-decoration: none }

section.author-profile ul.list-authors .about .name {
    font: 40px montbold;
    letter-spacing: -0.01em;
}

ul.list-authors .about .name {
    font: 20px montbold;
}

ul.list-authors .about .type {
	font: 16px montregular;
	text-transform: lowercase;
}

ul.list-authors .about span {
    display: block;
    margin-bottom: 10px;
}

section.author-profile ul.list-authors .description {
    float: left;
    display: block;
    font: 19px bitterRegular;
    width: 48%;
    padding-left: 0;
}

ul.list-authors .description {
    padding-left: 100px;
    float: left;
    display: block;
    font: 19px bitterRegular;
    width: 46%;
}

ul.list-authors .description p {
	font: inherit;
	font-size: 14px;
	line-height: 25px;
}

ul.list-authors .description span {
	font: inherit;
	font-size: 14px;
	font-family: bitterRegular !important;
	letter-spacing: 1px;
}

.authors-header {
    border-bottom: 1px solid #000;
    overflow: hidden;
}

.authors-header .selectStyle {
    float: right;
    width: 25%;
}

.authors-header .selectStyle select {
	color: black;
	text-transform: uppercase;
	font-size: 14px;
	width: 105%;
	font-family: montbold;
	letter-spacing: 0.1em;
}

.authors-header .paginator {
    float: left;
    margin: 0px;
}

.authors-header .paginator li {
    margin: 0px;
    padding: 0px;
    width: 3.1%;
    color: black;
}

.authors-header .paginator li:hover {
	background: #fff;
	color: #e4122f;
	cursor: pointer;
}
.ordenation-search{
	width: 100%;
	float: left;
	clear: both;
}
.ordenation-search .title-page span{
    color: #e4122f;
    font: 16px/50px montBold;
}
.ordenation-search .title-page {
    font: 16px/50px montMedium;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    padding: 15px 0px;
    letter-spacing: 0.12em;
}
.ordenation-search .authors-header {padding: 10px 0px;}
.ordenation-search .download-catalogo-completo {
	float: right;
	font: 14px/50px montBold;
	color: #e4122f;
}
.authors-header.footer{border-bottom: none;}
.content-authors .authorsHome li {
    margin-bottom: 30px;
}

.search-author {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}
.search-author input[type="text"] {
	border-bottom: 2px solid #000 !important;
	border-radius: 0px !important;
	font-size: 30px !important;
	width: 100%;
	padding: 0;
	padding-bottom: 7px;
}

.search-author button {
	position: absolute;
	right: 0;
	padding: 11px;
	font-family: montbold;
	color: #e4122f;
	background: transparent;
	font-size: 22px;
}

ul.book-list figure, ul.book-list div {
    float: left;
    overflow: hidden;
}

ul.book-list .description {
    width: 40%;
}
ul.book-list .description p{font-family: bitterregular !important;line-height: 25px !important;}
.book-list .sale {
    width: 20%;
    margin-right: 1%;
}

.autor-list {
    overflow: hidden;
    width: 100%;
}

ul.book-list, ul.book-list li {
    width: 100%;
    overflow: hidden;
}

ul.book-list li {
	padding: 20px 0px;
	border-bottom: 1px solid #000;
}

.book-list figure {
    margin-right: 1%;
	border: 1px solid #ccc;
}

.book-list .about {
    width: 25%;
    margin-right: 4%;
}

.about span, .sale span {
    display: block;
    margin-bottom: 5px;
}

.about .title {
    font: 20px montbold;
}

.about .title a {
	color: #000;
}

.about .subtitle {
    font: 16px montregular;
    margin-bottom: 11px;
}

.about .author {
	 
	font: 15px bitterRegular;
}


.sale .price {
	font-family: montMedium;
	font-size: 26px;
	font-weight: 500;
}

.sale button, .sale .type {
	padding: 7px 11px;
	color: #fff;
	background: #e4122f;
	font-family: montbold;
	font-size: 14px;
	letter-spacing: 0.02em;
	/* text-transform: uppercase; */
	margin-bottom: 10px;
}

.sale .type {
	font-size: 14px;
	background: #000;
	float: left;
	clear:both;
	letter-spacing: 0.02em;
}

.book-list .description {
	overflow: hidden;
}

.book-list .paragraph {
	margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 22px;
}
.book-list .description * {
	font-family: bitterregular;
	font-size: 14px !important;
	line-height: 25px !important;
}

p.publish {
    margin-top: 20px;
}

p.publish span {
    color: #e4122f;
}

section.author-profile {
    margin-bottom: 200px;
}
section.author-profile ul.list-authors li figure{width: 225px; height: 225px;}
span.sob-consulta {
    background: #000;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 0px
}

span.sob-consulta a {
    font-family: montbold;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

span.price-de {
    text-decoration: line-through;
    font-family: montregular;
    font-size: 15px;
}

small.parcelamento-listagem-produtos {
    font-family: montbold;
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

small.parcelamento-listagem-produtos span {
    font-family: bitterregular
}

span.download-ebook {
    margin: 10px 0px;
    background: #e4122f;
    text-align: center;
    padding: 6px 0;
}

span.download-ebook a {
    color: #fff;
    font-family: montbold;
    text-transform: uppercase;
    font-size: 13px;
}

span.button-sale {
    float: left;
    padding: 7px 11px;
    margin: 10px 0;
    background: #e4122f;
    letter-spacing: 0.02em;
}

.button-sale-signature {
	background-color: #FFC235 !important;
}

span.button-sale a {
    font-size: 14px;
    font-family: montbold;
    color: #fff;
    text-transform: uppercase;
}
span.button-sale.navaible {
	text-align: center;
	padding: 7px 10px;
	margin: 0;
	background: #fff;
	border: 1px solid #e4122f;
}
span.button-sale.navaible a {
	font-size: 13px;
}

span.added-product {
    border: 1px solid;
    padding: 5px 5px;
    text-align: center;
    font-size: 12px;
    margin: 8px 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    width: 70%;
    font-family: montbold;
    background: #888;
    overflow: hidden;
}

span.go-to-cart {
    background: #e4122f;
    padding: 5px 0px;
    width: 66%;
    text-transform: uppercase;
    text-align: center;
}

span.go-to-cart a {
    font: 13px montbold;
    color: #fff;
}

span.button-sale.navaible a {
    color: #e4122f;
    font-size: 11px;
}

.sale .book_unavailable, .book_unavailable {
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: montBold;
    text-align: center;
    float: left;
    padding: 7px 11px;
    margin: 10px 0 20px;
    letter-spacing: 0.02em;
}

.sumIcons, .subtractsIcons {
	cursor: pointer;
}

.checkout-right section.resume {
    border-top: 0px;
    margin: 0px;
    /* padding: 40px 0px; */
}

.formCart h1.ttDefault {
    border: 0px;
}

.response-cupom span {
    display: block;
    margin-bottom: 10px;
    font-family: bitterregular;
    font-size: 15px;
}

p.installment {
    width: 100%;
    float: left;
    text-align: right;
}

span.result-value {
    font-size: 22px;
}

span.result-value.total {
	font-family: montbold;
	font-size: 25px !important;
	letter-spacing: 0.02em;
}

.teachers a {
    color: #fff;
}

nav.authorsHome a {
    color: #000;
    text-decoration: none;
}

nav.authorsHome a:hover {
    text-decoration: none;
}

.about a {
    color: #000;
}

h1.news-title {
    font-size: 47px;
    font-family: montBold;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    margin-bottom: 20px;
    text-transform: normal;
    margin-top: 20px;
    float: left;
    width: 100%;
}

ul.news-list {
    margin-bottom: 25px;
}

span.formCashValue {
    font-family: montRegular;
}

.content-default * {
    overflow: hidden;
}

.news-description {
    overflow: hidden;
    margin-bottom: 50px;
}

.notes {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.notes span {
    display: block;
	color: #d10018;
	font-family: montRegular;
}

.notes strong {
	color: #000;
}

.text-event-description {
    float: left;
    width: 61%;
    margin-top: 10px;
}

span.resume, .text-event-description p {
	font-family: montRegular;
}

.news-description h1 {
	font-family: montRegular;
	margin-bottom: 20px;
	font-size: 26px;
}

.paginator li a:hover {
    color: #9a9384;
}

.detailProduct.notavaliable .titlesSubtitles {
    width: 450px;
    margin-right: 0px;
    float: left;
}

.detailProduct.notavaliable .productRight .prices {
	width: 205px;
	float: left;
	margin-left: 10px;
}

.detailProduct.notavaliable .productUnavailable {
    float: left;
    overflow: hidden;
}

.detailProduct.notavaliable .productRight .tagsProduct{
	float: left;
	width: 146px;
}

.modal-header-navaliable {
	background: #e4122f;
}

.modal-header {
	position: relative;
	border: 1px solid #000;
}
.modal-newsletter,
.modal-navaliable{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -148px;
	z-index: 999;
	background: #fff;
}

.modal-newsletter {
	background: #e4122f;
	position: absolute;
	width: 950px;
	padding: 150px 0px;
	top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -195px;
	z-index: 999;
}

.modal-newsletter p {
	color: #fff;
	font-size: 21px;
	font-family: montBold;
	text-align: center;
	margin-bottom: 20px;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 26px;
	line-height: 20px;
	overflow: hidden;
	text-indent: 900px;
	width: 30px;
	height: 31px;
	background: url('../../img/close.svg') no-repeat;	
}

.modal-navaliable {
    width: 610px;
    height: 377px;
}

.modal-content-navaliable {
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
    margin-top: 16px;
}

.modal-header-navaliable h1 {
    color: #fff !important;
    text-indent: 20px;
}

.txtTellMe {
    clear: both;
    font: 18px montRegular !important;
    margin-left: 40px;
}

.topAuthors a {
	color: #000;
}

.topAuthors a img {
	margin: 0;
}

table.products img {
    width: 98px;
    height: 142px;
	border: 1px solid #ccc;
}

.boitempo-title {
	font: 47px montBold;
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
	float: left;
}

.searchPedidosBox {
    border: 1px solid #fff;
    overflow: hidden;
}

.searchPedidosBox p {
	font-family: montRegular;
	text-transform: uppercase;
}

.searchPedidosBox span, .totalPedidos {
	font-family: montRegular;
}

.searchPedidosBox input {
	box-sizing: border-box;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	height: 44px !important;
}

.history td {
	font-family: bitterRegular;
}

.history thead th {
	font-family: montBold;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.history table td {
    border: none ;
}

.history table td {
    border: none ;
}

.searchCol.dateSearch input {
    width: 95%;
}

.product-description * {
	font-family: bitterfont !important;
	font-size: 21px !important;
}

.history del {
	font-family: bitterRegular !important;
}

.history a.btYellow {
    padding: 10px 10px;
    float: left;
    color: #fff !important;
    background: #e4122f;
    font-family: montBold !important;
}

td.box-quantidade {
    position: relative;
}

td.box-quantidade input {
    position: absolute;
    /* border: 1px solid; */
    border-radius: 0px;
    top: -4px;
    left: 50%;
    margin-left: -13px;
    padding: 0px !important;
}
span.subtractsIcons.seta-esquerda  {
	background: url('../../img/seta-esquerda.svg') no-repeat;
	left: 50%;
	margin-left: -38px;
}
span.sumIcons.seta-direita {
    background: url('../../img/seta-direita.svg') no-repeat;
	right: 50%;
	margin-right: -38px;
}
span.subtractsIcons.seta-esquerda,
span.sumIcons.seta-direita {
    position: absolute;
    top: 0;
    height: 16px;
    width: 16px;
    margin-right: -38px;
}


.buyIt.carouselProducts h2 {
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

ul.book-list li img {
    width: 98px;
}

.boitempo-content-header {
	font-family: montRegular !important;
	width: 675px;
	padding-bottom: 10px;
}

.boitempo-content-header p {
	font-family: montRegular !important;
}

.author-profile .list-authors .about .type {
	font-size: 20px;
}

.boitempo-content-box {
	width: 895px;
	padding-left: 250px;
	border-top: 1px solid #000;
	margin-top: 20px;
}

.mini-busca-ordenacao .selectStyle {
    margin-bottom: 10px;
}

select:active {
 color: #000;
}

.one-step-checkout .freight table th:nth-child(3), 
.one-step-checkout .freight table td:nth-child(4) span {
    text-align: right;
}

.one-step-checkout .freight table td:nth-child(3){
    text-align: center;
}

.firstPurchase button {
    margin-top: 47px !important;
    float: right;
    display: block;
}

section.freight table th:nth-child(2),
section.freight table td:nth-child(3) {
	text-align: center;
}

section.freight table td:nth-child(4) {
    text-align: right;
}

section.freight table * {
    font-size: 15px;
}

.boxleft p {
    font-size: 18px;
}

span.news-date {
    display: block;
    margin-top: 10px;
    color: #e4122f;
    font-family: montRegular;
}
a.saiba-mais-description {
    color: #000;
	font-family: bitterregular;
	line-height: 25px;
}
a.saiba-mais {
    color: #e4122f;
	font-family: montBold;
	font-size: 20px;
}

a.saiba-mais-description:hover, 
a.saiba-mais:hover {
    text-decoration: none;
}

h1.event-title {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 17px;
    font-size: 47px;
    font-family: montBold;
}


.events-block .notes strong {
	color: #000;
	display: block;
	margin-top: 6px;
}

table.freightOptions td:nth-child(4) {
    text-align: right;
}

.buyIt.carouselProducts {
    margin-bottom: 53px;
    width: 100%;
    float: left;
}

.bannerTopo .bx-wrapper .bx-viewport {
	min-height: 415px;
}

ul.paginator li a {
    width: 100%;
}

.contentSearch ul li {
    border: none;
}

.contentSearch .txtSearch li a {
	color: #000 !important;
}

/* Pagamento Cartão Salvo */
.one-step-checkout .card_save {
    padding-top: 40px;
    overflow: hidden;
}
.one-step-checkout .card_save table th {
	padding-bottom: 20px;
	font-family: montBold;
	letter-spacing: 0.1em;
	font-size: 16px;
}
.one-step-checkout .card_save table thead {
    border-bottom: 2px solid;
    text-transform: uppercase;
}

section.card_save table * {
    font-size: 15px;
}
.one-step-checkout .card_save table td:nth-child(1) {
    width: 1%;
    overflow: hidden;
    padding: 10px 0px;
}
.one-step-checkout .card_save table td:nth-child(2) {
    width: 47%;
}

.card_save .edit {
    margin-top: 20px;
}

/* CHECKOUT ASSINATURA */

#main-assinatura {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  font-family: silkaReg;
}

#main-assinatura #content {
  width: 100%;
}

/* BACKGROUND */

#main-assinatura .background-assinatura {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
}

#main-assinatura .background-assinatura > img {
  position: absolute;
  width: 85%;
  left: 240px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  pointer-events: none;
}

/* TOPO */
#main-assinatura .topGray {
  height: 61px;
  background-color: transparent;
}
#main-assinatura .loginAndCart {
  float: right;
  margin-right: 7px;
}

#main-assinatura .loginAndCart ul > li {
  background: none;
  display: inline;
  text-transform: uppercase;
  font: 9pt silkaReg;
  letter-spacing: 1px;
  color:#828282;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

#main-assinatura .loginAndCart ul > li:hover {
  color: black;
}

#main-assinatura .loginAndCart ul > li a {
  border: none;
  padding: 0;
  color:#828282;
  font: 9pt silkaReg;
  display: inline;
}

#main-assinatura .loginAndCart ul > li a:hover {
  color: black;
}

#main-assinatura .loginAndCart ul > li:not(:last-child):after {
  content: "I";
  margin: 0 0 0 5px;
  color:#828282;
}

#main-assinatura .topContent .logo {
  height: 61px;
  display: block;
  margin: 0 auto;
}

#main-assinatura .topContent .subtitle {
  font-size: 15pt;
  text-transform: uppercase;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: silkaReg;
}

#main-assinatura .topContent .subtitle > span {
  font-weight: 600;
  font-family: silkaBold;
}

#main-assinatura .menuTop {
  width: 735px;
  float: none;
  margin: 52px auto 60px auto;
  background-color: transparent;
}

#main-assinatura .menuTop > ul {
  width: 662px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#main-assinatura .menuTop > ul > li {
 padding: 0;
 height: auto;
 vertical-align: none;
}

#main-assinatura .menuTop > ul > li > a {
  font: 13pt silkaReg;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 3px;
}

/* CHECKOUT */

#main-assinatura .checkout-container {
  width: 839px;
  margin: 0 auto;
}

#main-assinatura .checkout-container > .minhas-compras {
  font-size: 32pt;
  margin-bottom: 50px;
  font-family: silkaBold;
}

#main-assinatura .formCart table.products {
  margin-top: 0;
}

#main-assinatura .one-step-checkout section.order table th {
  padding-bottom: 15px;
  font-size: 16pt;
  font-family: silkaMed;
  letter-spacing: 2px;
  text-transform: none;
  border: none;
}

#main-assinatura .one-step-checkout section.order table th:first-child {
  padding-left: 15px;
}

#main-assinatura .one-step-checkout section.order table th:last-child {
  padding-right: 15px;
}

#main-assinatura .one-step-checkout section.order table thead {
  border-bottom: none;
}

#main-assinatura .one-step-checkout .order table tbody tr:last-child {
  border-bottom: none;
}

#main-assinatura .one-step-checkout section.order table td:last-child strong {
  font-family: silkaMed;
}

#main-assinatura .one-step-checkout .order table tbody {
  border-collapse: separate;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

#main-assinatura .one-step-checkout .order.cart tbody td {
  width: 33%;
  height: 120px;
  background-color: #ffffff;
  padding: 0;
  border: none;
  font-family: silkaMed;
}

#main-assinatura .one-step-checkout .order tbody td a {
  font-family: silkaMed;
  color: #000;
  font-size: 16pt;
}

/* CHECKBOX */

#main-assinatura .one-step-checkout .order.cart tbody td:first-child {
  padding-left: 15px;
}
#main-assinatura .one-step-checkout .order.cart tbody td:last-child {
  padding-right: 15px;
}

#main-assinatura .gift .round {
  position: relative;
}

#main-assinatura .checkboxStyle {
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
	height: 30px;
}

#main-assinatura .checkboxChecked {
	background: url("../../img/EllipseCheck.png") no-repeat 0;
	background-position-x: 8px;
}

/* INPUTS */

#main-assinatura .checkout-left {
  width: 53.1%;
  height: 435px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: 60px;
}

#main-assinatura .contentCalc {
  position: relative;
  font-family: silkaReg;
}

#main-assinatura .calcCart > .contentCalc {
  z-index: 4;
}

#main-assinatura .calcCart.freight {
  position: relative;
  margin-top: 5px;
  z-index: 0;
  pointer-events: none;
}

#main-assinatura .checkout-left .button-bg-image {
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

#main-assinatura .contentCalc label .remove {
    font: 13px/27px silkaBold;
    color: black;
    text-transform: uppercase;
    position: absolute;
    top: 59px;
    right: 0;
    width: fit-content;
    margin: 0;
}

#main-assinatura .calcCart label input[type=text] {
  border-bottom: none;
  border-radius: 0px;
  font: 16pt silkaReg;
  margin-top: 10px;
  margin-left: 30px;
  padding: 0;
  padding-bottom: 0;
  width: 76%;
  font-weight: bold;
  color: black !important;
}

#main-assinatura .calcCart label input[type=text]::placeholder, #main-assinatura .calcCart label input[type=number]::placeholder {
  color: black !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: silkaReg;
  font-size: 12pt;
}

#main-assinatura .calcCart label input[type=text]:disabled, #main-assinatura .calcCart label input[type=number]:disabled {
  color: black !important;
  background-color: white;
}

#main-assinatura .calcCart label .btGray {
  position: absolute;
  width: 69px;
  height: 60px;
  text-align: center;
  top: 0px;
  right: 1px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-family: montbold;
  text-transform: uppercase;
  font-size: 22px;
  cursor: pointer;
}

#main-assinatura .checkout-right  {
  margin-top: 60px;
}

#main-assinatura .checkout-right .groupButtons {
  clear: both;
  float: right;
  margin: 0px;
  position: relative;
  width: 268px;
  height: 80px;
}

#main-assinatura .checkout-right .groupButtons > .prosseguir-bg-image {
  height: 80px;
  position: absolute;
}

#main-assinatura .checkout-right .groupButtons > input.btRed {
  width: 110%;
  height: 110%;
  padding: 0;
  border-radius: 0px;
  font: 20pt silkaBold;
  color: black;
  text-transform: none;
  background: url('../../img/prosseguir-bg.png');
  background-size: cover;
  background-position: center;
}

#main-assinatura .checkout-right > h3 {
  display: block;
  margin: 94px 0 0 49px;
  font: 10pt silkaMed;
  width: 79%;
}

/* TEXTO POR CIMA DO INPUT */
#main-assinatura .checkout-left > img {
  width: 70%;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

#main-assinatura .checkout-left > h1 {
  color: #ffffff;
  font: 20pt silkaBold;
  right: 22px;
  top: 143px;
  position: absolute;
  z-index: 2;
}

/* FOOTER */
#main-assinatura .rodape-assinatura {
  width: 100%;
  margin-top: 80px;
  display: block;
  overflow: hidden; 
}

#main-assinatura .rodape-assinatura > .logo-small {
  display: block;
  height: 160px;
  margin: 0 auto;

}

#main-assinatura .rodape-assinatura > .footer-info {
  margin-top: 105px
}

#main-assinatura .rodape-assinatura > .footer-info > div {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

#main-assinatura .rodape-assinatura > .footer-info > div:nth-child(4) {
  margin-top: 90px;
}

#main-assinatura .rodape-assinatura > .footer-info > div:last-child {
  margin-bottom: 100px;
}

#main-assinatura .rodape-assinatura > .footer-info > div > a {
  text-align: center;
  text-decoration: none;
  color: black;
  margin: 0 8px; 
  font-size: 14pt;
  font-family: silkaReg;
}

#main-assinatura .rodape-assinatura > .footer-info > div > p {
  text-align: center;
  color: black;
  margin: 0 8px; 
  font-size: 14pt;
  font-family: silkaReg;
}

#main-assinatura .rodape-assinatura > .footer-info > div strong {
  font-family: silkaBold;
}

/* Botão Pré Venda */
.pre_venda{
    background-image: url(../../img/pre_venda.png);
    padding: 10px;
    border-radius: 0px;
    height: 38px;
    width: 97px;
    background-repeat: no-repeat;
}

/* popUp Pré venda */
#popUnderPrevenda {
    background: url(../../img/bg-gradientPopUp.png) repeat 0 0;
    background-color: rgba(0,0,0,.2);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#popUnderPrevenda.show {
    display: block;
}
#popUnderPrevenda .boxpopUnderPrevenda {
    position: absolute;
    width: 600px;
    height: 400px;
}
#popUnderPrevenda .close {
    background:#000;
    text-decoration:none;
    text-indent:0;
    text-align:center;
    font-weight: bold;
    font-size: 15px;
    font-family: inherit;
    color:#fff;
    display: block;
    padding:2px 8px;
    position: absolute;
    top: 7px;
    right: 10px;
}
#popUnderPrevenda .close:hover {
    color:#ccc;
    text-decoration:none;
}

/* POPUP */
.boxpopUnderPrevenda {
    position: absolute;
    background: #fff;
}

#partners-links {
  float: right;
  width: 435px;
}
.sale-for-partner.p-digital.ebook-icon {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}
.sale-for-partner.p-digital .list-parteners {
	margin-top: 0.4rem;
	overflow: hidden;
  max-height: 38px;
  width: 40%;
	transition: max-height 0.50s ease-out;
}
.preco_parceiros {
  margin-top: 23px;
  font: 24px/30px montBold;
}
.sale-for-partner.p-digital .list-parteners:hover {
	max-height: 615px;
	transition: max-height 0.50s;
}
.sale-for-partner.p-digital .list-parteners:hover {
	max-height: 615px;
	transition: max-height 0.50s;
}
.sale-for-partner.p-digital ul {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
	margin-top: 5px;
	overflow: hidden;
	border: 1px solid #000;
}
.sale-for-partner.p-digital ul li {
	text-align: center;
	float: left;
	border-top: 1px solid #eaeaea;
	width: 100%;
	padding: 5px 0px;
}
.sale-for-partner.p-digital ul li:first-child {
	border: none;
}
.sale-for-partner.p-digital ul a:hover {
	color: #e4122f;
}
.sale-for-partner.p-digital ul a {
  margin-top: 0px;
  float: none;
	color: #000;
	text-transform: capitalize;
	font-family: montMedium;
	font-size: 14px;
	display: initial;
	padding: 6px;
}
#partners-links .btn-red {
  background-color:  #000;
}
#partners-links .btn-block {
  width: 96px;
  display: block;
  padding: 10px;
}
#partners-links .btn-comprar {
  font-size: 14px;
  font-family: montBold;
  color: white;
}
.carousel-list-small.produtos-similares{
	float:left;
	width:100%;
	padding-top:30px;
}