
/* ************ LIVROS ELEMENT ***************/
.livros {
	text-align:center;
	margin-top:25px;
}
.livros h3 {
	font-weight:300;
	font-size: 33px;
	line-height: 44px;
	letter-spacing: -0.08px;
}
.livros p {
	margin: 15px 0;
	font-weight: 300;
	color: rgba(44, 44, 44, 0.7);
}
.livrorow {
	display:block;
	margin:auto 30px;
}
.livro {
	float:left;
	width:25%;
	box-sizing:border-box;
	/*margin:0 1% 30px 1%;*/
	display: block;
	text-align:center;
	padding: 15px 5px;
	margin-bottom:30px;
}
.livrorow .livro:nth-child(4n+5) {
	clear:both;
}
.livro:hover {
	background:url('/img/grey-linen-texture-background_1053-253.jpg') top center repeat;
	background-size:100% auto;
}
.livro h6 {
	color: #2c2c2c;
	font-size: 14px;
	font-weight:600;
	letter-spacing: 0.03em;
	text-align:center;
}
.livro h7 {
	color: #b9b9b9;
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 0.03em;
	text-align:center;
}
.livro h2 {
	display: inline-block;
	margin: 0px;
	font-size: 25px;
	line-height: 40px;
	font-weight: 400;
	color: #2c2c2c;
}
.livro a.btn {
	font-weight: normal;
	letter-spacing: 0.01em;
	border: 1px solid #cecece;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background-image: none!important;
	color: #626262;
	background-color: #ffffff;
	line-height: 5px;
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
	margin: -6px 0 0 10px;
	transition: color 0.1s linear 0s,background-color 0.1s linear 0s,border 0.2s linear 0s!important;
	-ms-transition: color 0.1s linear 0s,background-color 0.1s linear 0s,border 0.2s linear 0s!important;
	-webkit-transition: color 0.1s linear 0s,background-color 0.1s linear 0s,border 0.2s linear 0s!important;
	-o-transition: color 0.1s linear 0s,background-color 0.1s linear 0s,border 0.2s linear 0s!important;
	-moz-transition: color 0.1s linear 0s,background-color 0.1s linear 0s,border 0.2s linear 0s!important;
}
.livro a.btn:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	background-color: #DB1037;
	border: 1px solid #BDBDBD;
	color: #fff;
}
.book-images {
	perspective: 2000px;
	-moz-perspective: 2000px;
	-o-perspective: 2000px;
	-ms-perspective: 2000px;
	-webkit-perspective: 2000px;
	width: 200px;
	max-width:95%;
	margin: 20px auto;
}
.book-images .book {
	width: 100%;
	position: relative;
	margin: 0 auto;
	transition: transform .6s ease;
	-ms-transition: -ms-transform .6s ease;
	-webkit-transition: -webkit-transform .6s ease;
	-moz-transition: -moz-transform .6s ease;
	-o-transition: -o-transform .6s ease;
	transform: rotateY(0);
	-ms-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
.book-images .book img {
	display: block;
	vertical-align: middle;
	border: 0;
	text-align: center;
	width:100%;
	min-height: 300px;
	height: auto;
}
.book-images .book .placeholder {
	visibility: hidden;
	display: block;
	height: auto;
}
.book-images .book__page {
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: 0;
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	-o-transform-origin: 0;
	-moz-transform-origin: 0;
	will-change: transform;
	-moz-will-change: transform;
	-o-will-change: transform;
	-ms-will-change: transform;
	-webkit-will-change: transform;
	background-image: linear-gradient(45deg, white, #fafafa);
	transition: transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	width:100%;
}
.book-images .book__page--front {
	background-color: #333;
	transform: rotateY(-2deg);
	-ms-transform: rotateY(-2deg);
	-webkit-transform: rotateY(-2deg);
	-o-transform: rotateY(-2deg);
	-moz-transform: rotateY(-2deg);
}
.book-images .book__page--front:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 15px, transparent, 16px, transparent);
}
.book-images .book__page--back {
	background: url(/img/pattern.png) !important;
	transform: translateZ(-50px) rotateY(180deg);
	-ms-transform: translateZ(-50px) rotateY(180deg);
	-webkit-transform: translateZ(-50px) rotateY(180deg);
	-moz-transform: translateZ(-50px) rotateY(180deg);
	-o-transform: translateZ(-50px) rotateY(180deg);
	transform-origin: center;
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	-o-transform-origin: center;
	-moz-transform-origin: center;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
}
.book-images .book__page--back:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.5) 15px, transparent, 16px, transparent);
}
.book-images .book__page--first-page {
	transform: rotateY(-1deg);
	-ms-transform: rotateY(-1deg);
	-webkit-transform: rotateY(-1deg);
	-moz-transform: rotateY(-1deg);
	-o-transform: rotateY(-1deg);
	background-image: linear-gradient(75deg, #aaa, #ccc);
}
.book-images .book__page--first-page, .book-images .book__page--second-page {
	width: 100%;
	height: 100%;
	background-color: white;
}
.book-images .book__page--second-page {
	background-color: #fafafa;
	background-image: linear-gradient(45deg, #f3f3f3, #fafafa);
}
.book-images .book__page--first-page, .book-images .book__page--second-page {
	width: 100%;
	height: 100%;
	background-color: white;
}
.book-images .book__page--side {
	width: 50px;
	bottom: 0;
	background-color: #333;
	transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	background-image: linear-gradient(45deg, #333, #111);
}
.book-images .book__page--side-paper {
	width: 50px;
	bottom: 0;
	left: 100%;
	background-color: white;
	transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	background-color: #f3f3f3;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…B5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
	background-image: -webkit-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
	background-image: repeating-linear-gradient(to right, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
	background-image: -ms-repeating-linear-gradient(left, white 0%, #ebebeb 1.3%, white 2%, #e2e2e2 3.2%);
}

.book-images .book:not(.back-view):hover {
	transform: rotateY(-30deg);
	-ms-transform: rotateY(-30deg);
	-webkit-transform: rotateY(-30deg);
	-moz-transform: rotateY(-30deg);
	-o-transform: rotateY(-30deg);
}
.book-images .book:not(.back-view):hover .book__page--front {
	transform: rotateY(-20deg);
	-ms-transform: rotateY(-20deg);
	-webkit-transform: rotateY(-20deg);
	-moz-transform: rotateY(-20deg);
	-o-transform: rotateY(-20deg);
}
.book-images .book:not(.back-view):hover .book__page--first-page {
	transform: rotateY(-10deg);
	-ms-transform: rotateY(-10deg);
	-webkit-transform: rotateY(-10deg);
	-moz-transform: rotateY(-10deg);
	-o-transform: rotateY(-10deg);
}

.book-images .book__action {
	text-align: center;
	padding-top: 25px;
}
.book__action .see-inside,.book__action button {
	background-color: transparent;
	border: none;
	padding: 5px 15px;
	color: #999999;
	border: 2px solid #BDBDBD;
	border-radius: 50px;
	font-size: 12px;
	cursor: pointer;
	line-height: 1;
	display: inline-block;
	margin: 0 5px;
}
.book__action .fa {
	color: #DB1037;
}
.book__action .fa {
	margin-right: 10px;
	vertical-align: middle;
	color: #DB1037;
	line-height: 1;
	font-size: 13px;
	width: 13px;
	height: 13px;
	display: inline-block;
}
.book-images .book.back-view {
	transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
}
.more-fotos {
	margin:4px 0 10px 0 !important;
}
.group1 {
	display:block;
	float:left;
	height:75px;
	padding:5px;
	border:1px solid transparent;
}
.group1:hover {
	border:1px solid #ccc;
}



/************************************************************/
/*                        LIVROS                            */
/************************************************************/
/*  PÁGINA DE LIVROS *************************/
.plivros {
	/* background-color:#f6f6f6; */
	/* padding: 100px 0 50px 0; */
	position: relative;
}
.plivros:after {
	content: " ";
	clear: both;
	display: block;
}
.plivros-produto {
	float: left;
	width: 40%;
	display: block;
}
.plivros-produto .book-images {
	width: 50%;
	max-width:65%;
}
.plivros-resumo {
	float: left;
	width: 60%;
	position: relative;
	display: block;
	text-shadow: 0px 0px 1px #374d69;
}
.plivros-resumo .titulo {
	clear:both;
	font-size: 48px;
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0;
	color: #2B2B2B;
	word-break: break-word;
}
.plivros-resumo .autor {
	clear:both;
	font-style: italic;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	color: #616161;
	word-break: break-word;
}
.plivros-resumo .descricao {
	clear:both;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	color: #616161;
	margin:16px 0;
}
.plivros-resumo .acao .preco {
	display: block;
	color: #DB1037;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
}
.plivros-resumo .acao .carrinho {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 0;
}
.plivros-resumo .acao .carrinho .quantidade {
	display: flex;
}
.plivros-resumo .acao .carrinho .quantidade input[type="number"],
.plivros-resumo .acao .carrinho .quantidade input[type="text"],
.cart .quantity input[type="text"],
.cart .quantity input[type="number"],
.shipping input[type="text"]{
	margin: 0 20px 0 0;
	padding: 8px 20px;
	border: 3px solid #BDBDBD;
	border-radius: 50px;
	font-size: inherit;
	font-family: inherit;
	background-color: transparent;
	line-height: normal;
	-webkit-appearance: none;
	display: inline-block;
	color:#000;
}
.plivros-resumo .acao .carrinho .button,.cart .actions .button,.cart_resumo .button{ 
	margin: 0;
	border-color: #2678c0;
	border: 3px solid #2678c0;
	padding: 10px 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	color: #616161;
	font-size: inherit;
	display: inline-block;
	background-color: transparent;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
}
.plivros-resumo .acao .carrinho .button:hover,.cart .actions .button:hover,.cart_resumo .button:hover {
	color: #fff;
	background-color: #2678c0;
	border-color: #BDBDBD;
}
.plivros2 {
	/* background-color: white; */
	text-align: center;
}
.plivros2:after {
	content: " ";
	clear: both;
	display: block;
}
.plivros-detalhes {
	margin:auto;
}
.plivros-detalhes ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.plivros-detalhes ul li {
	display: inline-block;
}
.plivros-detalhes ul li a {
	display: block;
	padding: 20px 40px;
	border-bottom: 2px solid #c3c3c3;
	text-decoration: none;
	font-size: 16px;
	color: #616161;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	cursor:pointer;
	height:5px;
	line-height:0;
}
.plivros-detalhes ul li a:hover,.plivros-detalhes ul li.active a {
	color: #DB1037;
	border-color: #DB1037;
}
.plivros-detalhes ul li.active a:after {
	content: ' ';
	display: block;
	width: 1px;
	height: 1px;
	position: relative;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	left: 40%;
	border: 5px solid #DB1037;
	border-top-color: transparent;
	border-left-color: transparent;
	z-index: 1;
}
.plivros3 {
	/* background-color:#f6f6f6; */
	background-color:#fff;
	position: relative;
	padding-bottom:50px;
}
.plivros3 .detalhes {
	padding: 50px 0 100px;
	clear: both;
	width: 80%;
	display:none;
	margin:auto;
	visibility: visible;
	animation-duration: 1s;
	animation-name: fadeIn;
}
.plivros3 .detalhes p {
	margin:16px 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	/* background-color: #f6f6f6; */
	color: #616161;
	word-break: break-word;
}
.plivros3 .detalhes table {
	width:60%;
	margin: 0 auto;
	border-collapse: collapse;
	background: transparent;
	display:table;
}
.plivros3 .detalhes tbody {
	display: table-row-group;
	vertical-align: middle;
}
.plivros3 .detalhes tbody tr {
	border-bottom: 1px solid #e3e3e3;
	display: table-row;
}
.plivros3 .detalhes tbody th {
	text-align: left;
	padding: 5px;
	font-weight: bold;
	display: table-cell;
	font-size: 16px;
	line-height: 1.8;
	color: #616161;
}
.plivros3 .detalhes tbody td {
	text-align: left;
	padding: 5px;
	display: table-cell;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.8;
	color: #616161;
}
.plivros3 .active {
	display:block;
}
.plivros3:after {
	content: " ";
	clear: both;
	display: block;
}
