*{
	border:none;
	padding: 0;
	margin:0;
	font-size: 1em;
	font-family: "Helvetica Neue", "Roboto", Verdana, sans-serif;
	list-style-type: none;
}

body {
	background: #F3F3F3;
	height: 100%;
}

.container {
	width: 960px;
	margin:0px auto;
	/*height: 100%;*/
}

.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}

.sidenav {
	display: none;
}



/* ___________________________________________ HEADER */
.top_bar {
	background: #FFF;
	box-shadow: 0 4px 6px #E3E3E3;
	padding: 16px 0 10px 0;
}
.btn-hamburger-menu {
	display: none;
}
.logo {
	width: 134px;
	height: 46px;
	background: url(/static/img/favorita_logo.png) no-repeat center center;
	background-size: contain;
	text-indent: -9000px;
	margin-top: 4px;
}
.logado {
	border-left:1px solid #E8E8E8;
	margin-left: 10px;
	padding-left: 10px;
	color: #908A8A;
	line-height: 1em;
	width: 150px;
}
.logado a {
	color: #D8127D;
	text-decoration: none;
	font-size: 0.9em;
}
.logado a:hover {
	text-decoration: underline;
}
.searchbar {
	width: 400px;
	border-radius: 50px;
	border:1px solid #C3C3C3;
	margin-top:6px;
	height: 40px;
}
.searchbar-hover {
	border:1px solid #F30A87;
}
.searchbar input {
	margin:0 0 0 20px;
	padding: 0 10px 0 0;
	font-size: 1.5em;
	font-weight: normal;
	outline: none;
	background: none;
	height: 40px;
	width: 250px;
}
.btn-clear-search {
	background: url(/static/img/icon_clear_search.png) no-repeat center center;
	background-size: 50% 50% ;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	opacity: 0.3;
}
.btn-clear-search:hover{opacity: 0.8;}
.btn-go-search {
	background: url(/static/img/icon_search.png) no-repeat center center #F30A87;
	background-size: 40% 70% ;
	height: 40px;
	width: 70px;
	border-radius: 50px;
}
.btn-go-search:hover {
	background: url(/static/img/icon_search.png) no-repeat center center #DE0068;
	background-size: 40% 70% ;
}
.btn-go-search-disabled {
	background: url(/static/img/icon_search.png) no-repeat center center #e9e9e9;
	background-size: 40% 70% ;
	height: 40px;
	width: 70px;
	border-radius: 50px;
	cursor: default;
}
.btn-checkout {
	background: url(/static/img/icon_shopping_basket.png) no-repeat #F30A87;
	background-size: 12% 66% ;
	background-position: 12px 6px;
	color: #fff;
	border-radius: 50px;
	padding:8px 14px;
	margin:-5px 0 8px 0;
	cursor: pointer;
}
.btn-checkout h4 {
	width: 70px;
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 27px;
}
.btn-checkout p {
	width: 80px;
	text-align: right;
	font-size: 0.9em;
	padding-top:3px;
	opacity: 0.8;
}
.btn-checkout:hover {
	background-color: #DE0068;
}
.btn-checkout:active {
	background: url(/static/img/icon_shopping_basket.png) no-repeat #96006E;
	color: #E817B0;
	background-size: 12% 66% ;
	background-position: 12px 6px;
}
.badge-checkout {
	display: none;
}
.goal {
	position: relative;
}
.goal-pointer {
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
	position: absolute;
	z-index: 100;
}
.goal-progressbar {
	background: #ccc;
	border-radius: 50px;
	width: 180px;
	height: 4px;
	position: absolute;
	margin-top:3px;
	margin-left: 14px;
}
.goal-progressbar div {
	border-radius: 50px;
	width: 70px;
	height: 4px;
}
.goal-progressbar div.less {background: orange;}
.goal-progressbar div.more {background: #79DA1F;}
.goal p {
	font-size: 0.7em;
	color: #636363;
	letter-spacing: 1px;
	margin-top: 10px;
}
.goal p:first-child {
	margin-left: 14px;
}
.goal p:nth-child(3) {
	margin-right: 10px;
}

/* ___________________________________________ BODY - MENU */

.menu {
	width: 28%;
	padding-top:30px;
}
.menu-item-cell {
	border-bottom: 1px solid #D3D0D0;
}
.menu div:last-child {
	border:none;
}
.menu-item-cell span {
	color: #F30A87;
	font-weight: normal;
	float: right;
}
.menu-item-cell li span {
	margin-right: 20px;
}
/* Style the buttons that are used to open
and close the accordion panel */
button.accordion {
	background-color: #f3f3f3;
	color: #444;
	cursor: pointer;
	padding: 10px 18px;
	width: 100%;
	text-align: left;
	border:none;
	outline: none;
	transition: 0s;
	border-left:5px solid #F3F3F3;
	color: #666;
	font-size: 1.2em;
}
/* Add a background color to the button if
it is clicked on (add the .active class with JS),
and when you move the mouse over it (hover) */
button.accordion:hover {
	background-color: #e7e7e7;
	border-left:5px solid #e7e7e7;
}
button.accordion.active {
	background-color: #fff;
	border-left:5px solid #F30A87;
	transition: none;
	color: #000;
	font-weight: bold;
}
button.accordion.active span {
	color:#ccc;
}

/* Style the accordion panel. Note: hidden by default */
ul.panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: 0s ease-in-out;
	opacity: 0;
	border-left:5px solid #F3F3F3;
}
ul.panel li {
	padding:3px 0 3px 12px;
}
ul.panel li a {
	text-decoration: none;
	color: #666;
}
ul.panel li a:hover {
	text-decoration: underline;
	color: #F30A87;
}
ul.panel li.active {
	background: url(/static/img/menu_active_item_icon.png) no-repeat center left;
	background-size: 6px 10px;
}
ul.panel li.active a {
	text-decoration: none;
	color: #F30A87;
}

/* The "show" class is added to the accordion panel
when the user clicks on one of the buttons. This will
show the panel content */
ul.panel.show {
	display: block;
	opacity: 1;
	max-height: 500px;
	padding: 0 0 20px 30px;
	border-left:5px solid #F30A87;
}

.btn-action {
	background: #F30A87;
	border-radius: 50px;
	outline: none;
	cursor:pointer;
	color:#fff;
}
.btn-action:hover {
	background: #DE0068;
}
.btn-action:active {
	background: #96006E;
	color: #E817B0;
}
.btn-action-indisponivel {
	background: #f30a0a !important;
}

.btn_trocar_pontos {
	cursor:pointer;
}


/* ___________________________________________ BODY - PRODUCT LIST */


.product-list {
	width: 68%;
}
h2 {
	font-weight: lighter;
	font-size: 2em;
	margin:20px 0 14px 0;
	letter-spacing: 1px;
	color: #aaa;
}
.product-cell {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 6px #ddd;
	margin-bottom: 30px;
	cursor:pointer;
}
.product-cell-slideshow {
	width: 52%;
	background: #fff;
	border-bottom-left-radius: 10px;
}
.swiper-container {
	margin:0px auto;
	border-bottom-left-radius: 10px;
}
.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 70%;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #F30A87 !important;
}
.product-name {
	background: #FAFAFA;
	height: 70px;
	display: table;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.product-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.product-ref {
	color: #848484;
	letter-spacing: 1px;
	text-align: right;
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	font-size: 1.1em;
}
.product-ref a {
	color: #D8127D;
	text-decoration: none;
}
.product-ref a:hover {
	text-decoration: underline;
}
.product-selector {
	font-size: 0.9em;
	letter-spacing: 1px;
	width: 46%;
	padding-top:10px;
}
.selectpicker {
	margin:0 15px;
}
.selectpicker div {
	padding: 0;
	margin: 3px 0 10px 0;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	background: url(/static/img/selector.png) no-repeat #fff;
	background-size: 20px 6px;
	background-position: center right;
	height: 30px;
}
.selectpicker div select {
	padding: 5px 8px;
	width: 110%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 1.2em;
	height: 30px;
}
.amount {
	margin:0 15px;
}
.amount table {
	background: #fff;
	width: 100%;
	margin:0;
	border: 1px solid #D9D9D9;
	border-collapse:collapse;
	border-spacing:0;
	height: 30px;
}
.amount tr {
	margin:0;
	border: none;
}
.amount td {
	margin:0;
	border: none;
}
.amount td input {
	width: 100%;
	height: 30px;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-top:none;
	border-bottom: none;
	text-align: center;
	font-size: 1.3em;
	outline: none;
	margin: 0;
}
.amount td input[type=number] {
	-moz-appearance:textfield;
}
.amount td input[type=number]::-webkit-inner-spin-button, .amount td  input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.amount-title {
	font-size: 1.2em;
	padding-left: 8px;
	padding-right: 10px;
	border-right: 1px solid #D9D9D9 !important;
}
.amount td.amount-btn {
	width: 16%;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	cursor: pointer;
}
.amount td.amount-btn:hover {
	background: #f1f1f1;
}
.product-price-addtocheckout {
	margin:10px 15px;
}
.product-price-addtocheckout input{
	padding: 10px 24px;
	color: #fff;
	font-size: 1.2em;
	-webkit-appearance: none;
	margin-top: 7%;
}
.product-price-addtocheckout p{
	text-align: left;
	font-weight: bold;
	line-height: 0.9em;
	font-size: 1.4em;
}
.product-price-addtocheckout p strike {
	font-weight: normal;
	font-size: 0.9em;
	color: #E94E4E;
}
.product-price-addtocheckout p span {
	font-weight: normal;
	font-size: 0.8em;
}

.product_description {
	display: none;
}
.product_description div.product-description-title {
	background: #eee;
	padding: 20px;
	margin:-30px -25px 20px -30px;
}
.product_description div.product-description-text {
	overflow-y: scroll;
	height: 320px;
	margin:-20px -10px 0px -10px;
}
.product-list-loading {
	width: 300px;
	margin:0px auto;
	text-align: center;
	padding-top:100px;
}
.product-list-loading p {
	margin-top:20px;
}
.product-list-empty {
	width: 300px;
	margin:0px auto;
	text-align: center;
	padding-top:50px;
}
.product-list-empty p {
	margin-top:20px;
}
.product-list-empty img {
	width: 50%;
}

#preco_promocao_negrito {
	display:none;
}

#preco_promocao_por {
	display:none;
}


/* ___________________________________________ UNAVAILABLE PRODUCT LIST */

.unavailable-product-name {
	background: #FFB2B2;
	height: 70px;
	display: table;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.product-title span {
	color:#B90F0F;
}



/* ___________________________________________ BODY - KIT LIST */

.kit-cell-indisponivel {
	border: 5px solid #fbabab !important;
}

.kit-cell {
	border: 5px solid #fdc9e5;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 6px #ddd;
	margin-bottom: 30px;
	width:100%;
}
.product-kit-cell {
}
.kit-name-indisponivel {
	background: #fbabab !important;
}
.kit-name {
	background: #fdc9e5;
	height: 70px;
	display: table;
	width: 100%;
	padding-right:1px;
}
.kit-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.kit-ref {
	color: #848484;
	letter-spacing: 1px;
	text-align: right;
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	font-size: 1.1em;
}
.kit-cell .amount {
	width: 50%;
}

.kit-selectpicker {
	height: 25px;
	margin-left:25px;
}


.showmore {
	text-align: center;
}
.showmore input {
	padding: 10px 24px;
	color: #fff;
	font-size: 1.2em;
	-webkit-appearance: none;
}

.magazine-edition {
	width: 200px;
	margin:0px auto;
	margin-top: 20px;
	padding:10px;
}
.magazine-edition-change {
	border: 1px solid #ccc;
	border-radius: 10px;
	background: url(/static/img/selector.png) no-repeat;
	background-position: 99% 54%;
	background-size: 10%;
	width: 240px !important;
}
.magazine-edition-change:hover {
	border:1px solid #666;
	cursor: pointer;
	background: url(/static/img/selector.png) no-repeat #fff;
	background-position: 99% 54%;
	background-size: 10%;
}
.magazine-edition img {
	float: left;
}
.magazine-edition p {
	float: left;
	margin-left: 14px;
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 0.9em;
	letter-spacing: 1px;
}
.magazine-edition p strong {
	font-size: 0.6em;
}
.magazine-edition p a {
	font-size: 0.7em;
	text-decoration: none;
	font-weight: normal;
}

.mosaico ul {
	padding-top: 20px;
	column-width: 960px;
}
.mosaico ul li {
	width: 22%;
	display: inline-block;
	column-break-inside: avoid;
	margin: 0 14px 25px;
	height: 150px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top left !important;
	float: left;
	border-radius: 10px;
	cursor: pointer;
	background: blue;
	box-shadow: 0;
	transition: box-shadow 0.4s;
}
.mosaico ul li:hover {
	box-shadow: 0 10px 50px rgba(91,21,144,0.75);
}
.mosaico ul li.cellbig {
	width: 47%;
	background: #fff;
	/*height: 324px;   - este é o tamanho p/ ocupar 2 linhas no desktop*/
	height: 500px;   /*- este é o tamanho p/ ocupar 3 linhas no desktop*/
	background-position: top left !important;
}
.mosaico ul li p {
	padding:15px 0 0 20px;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 26px;
}
.mosaico ul li p span {
	font-size: 1.8em;
}
.mosaico ul li.cellbig p {
	padding-top: 5px !important;
}
.change-edition {
	display: none;
	padding:0 20px 20px 20px;
	text-align: center;
}
.change-edition h3 {
	font-weight: normal;
	font-size: 1.8em;
	margin:-10px 0 20px 0;
}
.change-edition img {
	float: left;
	width: 50%;
	padding:25px;
	cursor: pointer;
}

.error {
	display: none;
	text-align: center;
}
.error img {
	width: 150px;
	margin-bottom: 20px;
}
.error h3{
	font-size: 1.6em;
	margin-bottom: 20px;
}

.footer {
	border-top:1px solid #ccc;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 60px;
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #666;
}
.footer a {
	text-decoration: none;
	color: #F30A87;
}
.footer a:hover {
	text-decoration: underline;
}
.footer strong {
	font-size: 1.3em;
}
.logobottom {
	width: 120px;
}
.logobottom img {
	width: 100%;
	margin-top:10px;
}


/* ___________________________________________ CHECKOUT */

.stepper {
	width: 50%;
	margin:0px auto;
}
.stepper hr {
	border-top:1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	position: absolute;
	width: 350px;
	margin-left: 50px;
	margin-top: 25px;
}
.stepper li {
	display: inline-block;
	width: 20%;
	background: #fff;
	text-align: center;
	margin-left: 3%;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}
.stepper li span {
	width: 40px;
	height: 33px;
	background: #C3BFC2;
	display: block;
	margin:0px auto;
	border-radius: 100px;
	font-size: 1.4em;
	color: #fff;
	padding-top: 7px;
}
.stepper li p {
	margin-top: 5px;
	color: #9F9F9F;
}
.stepper li.active span {
	background: #F30A90;
}
.stepper li.active p {
	color: #333;
	font-weight: bold;
}
.stepper li.done span {
	background: url(/static/img/icon_done.png) no-repeat center center #9ADC00;
	background-size: 60%;
	text-indent: -9000px;
}
.stepper li.done p {
	color: #BABABA;
	font-weight: normal;
}

.checkout-back-title {
	margin:30px 0;
}
.checkout-back-title div {
	background: url(/static/img/slideshow_arrow_left.png) no-repeat left center;
	background-size: 10% 80%;
	width: 12%;
	float: left;
	font-size: 1.5em;
	padding-left: 25px;
	color: #F30A90;
	margin-top: 4px;
	font-weight: normal;
	cursor: pointer;
}
.checkout-back-title h2 {
	width: 40%;
	margin:0px auto;
	text-align: center;
}

/*  ------- CHECKOUT ITEMS LIST */
.checkout-product-list-head {
	display: table;
	width: 100%;
	height: 70px;
}
.checkout-product-list-head li {
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
	font-weight: bold;
}
.checkout-product-list-head li:nth-child(1) {width: 30%; padding-left: 20px}
.checkout-product-list-head li:nth-child(2) {width: 23%;}
.checkout-product-list-head li:nth-child(3) {width: 10%;}
.checkout-product-list-head li:nth-child(4) {width: 10%;}
.checkout-product-list-head li:nth-child(5) {width: 12%;}
.checkout-product-list-head li:nth-child(6) {width: 10%;}

.checkout-product-list-line {
	border-top:1px solid #E3E3E3;
	width: 100%;
	display: table;
}
.checkout-product-list-line li {
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
}
.checkout-product-list-line li:nth-child(1) {width: 10%;}
.checkout-product-list-line li:nth-child(2) {width: 20%;}
.checkout-product-list-line li:nth-child(3) {width: 23%;}
.checkout-product-list-line li:nth-child(4) {width: 10%;}
.checkout-product-list-line li:nth-child(5) {width: 10%;}
.checkout-product-list-line li:nth-child(6) {width: 12%;}
.checkout-product-list-line li:nth-child(7) {width: 10%;}
.checkout-product-list-line li:nth-child(8) {width: 6%;}

.checkout-product-list-line li img {
	width: 60px;
	margin-left: 16px;
}
.checkout-product-list-line li p span {
	color: #9D9D9D;
}

.checkout-product-list-line li p span.menor {
	font-size:0.65em;
}

.checkout-product-list-line li input[type=text] {
	width: 60px;
	padding:10px 5px;
	text-align: center;
	border: 1px solid #E2E2E2;
	outline: none;
}
.checkout-product-list-line li input[type=button] {
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #E2E2E2;
	border-radius: 50px;
	color: #979797;
	background: #fff;
	font-size: 1.4em;
	padding:0 0 2px 0;
	margin-left: 10px;
	outline: none;
	cursor: pointer;
}
.checkout-product-list-line li input[type=button]:hover {
	background: #F3003A;
	border: 1px solid #fff;
	color: #fff;
}
.checkout-product-list-line li input[type=button]:active {
	background: #BD1039;
	color: #D29F9F;
}

/*  ------- CHECKOUT WISH LIST */

#wishlist {
	margin-top :10px;
	margin-bottom: 10px;
	font-size: 2em;
	color: #aaa;
	text-align: center;
	font-weight: lighter;
}

.checkout-wish-list-head {
	display: table;
	width: 100%;
	height: 70px;
}
.checkout-wish-list-head li {
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
	font-weight: bold;
}
.checkout-wish-list-head li:nth-child(1) {width: 40%; padding-left: 20px}
.checkout-wish-list-head li:nth-child(2) {width: 23%;}
.checkout-wish-list-head li:nth-child(3) {width: 10%;}

.checkout-wish-list-line {
	border-top:1px solid #E3E3E3;
	width: 100%;
	display: table;
}
.checkout-wish-list-line li {
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
}
.checkout-wish-list-line li:nth-child(1) {width: 10%;}
.checkout-wish-list-line li:nth-child(2) {width: 30%;}
.checkout-wish-list-line li:nth-child(3) {width: 23%;}
.checkout-wish-list-line li:nth-child(4) {width: 10%;}
.checkout-wish-list-line li:nth-child(5) {width: 10%;}

.checkout-wish-list-line li img {
	width: 60px;
	margin-left: 16px;
}
.checkout-wish-list-line li p span {
	color: #9D9D9D;
}

.checkout-wish-list-line li p span.menor {
	font-size:0.65em;
}

.checkout-wish-list-line li input[type=text] {
	width: 60px;
	padding:10px 5px;
	text-align: center;
	border: 1px solid #E2E2E2;
	outline: none;
}
.checkout-wish-list-line li input[type=button] {
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #E2E2E2;
	border-radius: 50px;
	color: #979797;
	background: #fff;
	font-size: 1.4em;
	padding:0 0 2px 0;
	margin-left: 10px;
	outline: none;
	cursor: pointer;
}
.checkout-wish-list-line li input[type=button]:hover {
	background: #F3003A;
	border: 1px solid #fff;
	color: #fff;
}
.checkout-wish-list-line li input[type=button]:active {
	background: #BD1039;
	color: #D29F9F;
}

/*  ------- CHECKOUT GIFT LIST */

#giftlist {
	margin-top :10px;
	margin-bottom: 10px;
	font-size: 2em;
	color: #aaa;
	text-align: center;
	font-weight: lighter;
}

.checkout-gift-list-head {
	display: table;
	width: 100%;
	height: 70px;
}
.checkout-gift-list-head li {
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
	font-weight: bold;
}
.checkout-gift-list-head li:nth-child(1) {width: 40%; padding-left: 20px}
.checkout-gift-list-head li:nth-child(2) {width: 23%;}
.checkout-gift-list-head li:nth-child(3) {width: 10%;}

.checkout-gift-list-line {
	border-top:1px solid #E3E3E3;
	width: 100%;
	display: table;
}
.checkout-gift-list-line li {
	display: table-cell;
	vertical-align: middle;
	padding:10px 0;
}
.checkout-gift-list-line li:nth-child(1) {width: 10%;}
.checkout-gift-list-line li:nth-child(2) {width: 30%;}
.checkout-gift-list-line li:nth-child(3) {width: 23%;}
.checkout-gift-list-line li:nth-child(4) {width: 10%;}
.checkout-gift-list-line li:nth-child(5) {width: 10%;}

.checkout-gift-list-line li img {
	width: 60px;
	margin-left: 16px;
}
.checkout-gift-list-line li p span {
	color: #9D9D9D;
}

.checkout-gift-list-line li p span.menor {
	font-size:0.65em;
}

.checkout-gift-list-line li input[type=text] {
	width: 60px;
	padding:10px 5px;
	text-align: center;
	border: 1px solid #E2E2E2;
	outline: none;
}
.checkout-gift-list-line li input[type=button] {
	width: 36px;
	height: 36px;
	text-align: center;
	border: 1px solid #E2E2E2;
	border-radius: 50px;
	color: #979797;
	background: #fff;
	font-size: 1.4em;
	padding:0 0 2px 0;
	margin-left: 10px;
	outline: none;
	cursor: pointer;
}
.checkout-gift-list-line li input[type=button]:hover {
	background: #F3003A;
	border: 1px solid #fff;
	color: #fff;
}
.checkout-gift-list-line li input[type=button]:active {
	background: #BD1039;
	color: #D29F9F;
}

.checkout-card {
	cursor: pointer;
}
.checkout-card-open {
	border: 1px solid #333;
	cursor: default;
}
.checkout-card div:nth-child(1) {
	padding:15px 20px;
}
.checkout-card div:nth-child(1) div.check-mark {
	background: #E7E7E7;
	border:1px solid #909090;
	width: 40px;
	height:40px;
	border-radius: 50px;
	padding:0;
}
.check-mark-checked {
	background: url(/static/img/icon_done.png) no-repeat center center #9ADC00 !important;
	background-size: 60% !important;
	border:1px solid #9ADC00 !important;
}
.checkout-card div:nth-child(1) h3 {
	font-size: 1.3em;
	padding:5px 20px;
	line-height: 18px;
	float: left;
}
.checkout-card div:nth-child(1) h3 span {
	font-size: 0.8em;
	font-weight: normal;
}

.checkout-card div:nth-child(2) {
	padding:5px 20px 20px 80px;
}
.checkout-card div:nth-child(2) div {
	padding:0;
	float: left;
	margin-right:20px;
	margin-bottom: 20px;
}
.checkout-card div:nth-child(2) div input {
	border: 1px solid #D9D9D9;
	padding:0px 8px;
	outline: none;
	margin-top:3px;
	font-size: 1.4em;
	height: 40px;
}
.checkout-card div:nth-child(2) div input[type=number] {
	-moz-appearance:textfield;
}
.checkout-card div:nth-child(2) div input[type=number]::-webkit-inner-spin-button, .checkout-card div:nth-child(2) div input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.selectpicker-creditcard {
	margin:0 !important;
}
.selectpicker-creditcard div {
	height: 40px;
}
.selectpicker-creditcard div select {
	padding: 5px 8px;
	font-size: 1.4em;
	height: 40px;
}
.checkout-card .input-small { width: 40px; }
.checkout-card .input-normal { width: 80px; }
.checkout-card .input-medium { width: 130px; }
.checkout-card .input-big { width: 225px; }
.checkout-card .input-huge { width: 320px; }

.checkout-warning {
	background: #FFF6C8;
	padding:14px 20px !important;
	border-radius: 10px;
	color:#CD6601;
}

.creditcard-help {
	width: 100%;
	float: left;
	margin-top: 20px;
	color:#F30A87;
}
.creditcard-help:hover {
	text-decoration: underline;
}
.creditcard-alert-help {
	display: none;
	text-align: center;
}
.creditcard-alert-help h3 {
	color: #F30A87;
	margin:20px 0;
	font-size: 1.4em;
}
.creditcard-alert-help p {
	width: 50%;
	text-align: left;
	margin:0px auto;
	padding-bottom: 40px;
}


.payment h3 {
	margin-top: 8px;
}
.payment abbr {
	margin-left:20px;
	padding: 0 5px;
	cursor: pointer;
	color:#F30A87;
}
.pointsbar {
	background: #9ADC00;
	border-radius: 10px;
	margin-bottom: 30px;
	padding:10px;
}
.pointsbar div {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	border:1px solid #000;
	float: left;
	margin:2px 0 0 16px;
}
.pointsbar p {
	float: left;
	margin: 8px 0 0 16px;
}
.pointsbar input {
	float: right;
	background: #619E02;
	color:#fff;
	font-weight: normal;
	font-size: 1.2em;
	box-shadow: 0 2px 0 #3D5800;
	padding:8px 20px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
}
.pointsbar input:active {
	box-shadow: inset 0 1px 0 #000;
	background: #4E8200;
	color: #AFD377;
}
.pointsbar-used div {
	border:1px solid #fff;
	background: url(/static/img/icon_done.png) no-repeat center center;
	background-size: 60%;
}
.pointsbar-used input {
	background: #EC1111;
}
.pointsbar-used input:active {
	background: #B90F0F;
	color:#D97777;
}


.voucherbar {
	background: #F4C5E0;
	border-radius: 10px;
	margin-bottom: 30px;
	padding:10px;
}
.voucherbar div {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	border:1px solid #000;
	float: left;
	margin:2px 0 0 16px;
}
.voucherbar p {
	float: left;
	margin: 8px 0 0 16px;
}
.voucherbar input {
	float: right;
	background: #FF85CB;
	color:#fff;
	font-weight: normal;
	font-size: 1.2em;
	box-shadow: 0 2px 0 #3D5800;
	padding:8px 20px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
	width: 33%;
	text-transform: uppercase;
}
.voucherbar input.active {
	box-shadow: inset 0 1px 0 #000;
	background: #B90F0F;
	color: #f3f3f3;
}

.voucherbar input.add_voucher_button {
	width: 36px;
	height: 36px;
	border: 1px solid #E2E2E2;
	border-radius: 50px;
	box-shadow: none;
	background:#FFFFFF;
	color:#979797;
	padding:0 0 2px 2px;
	margin:2px 0px 0 5px;
}

.voucherbar input.add_voucher_button:hover {
	background:#619e02;
	color:#FFF;
	padding:0 0 2px 2px;
	margin:2px 0px 0 5px;
}

.voucherbar-used div {
	border:1px solid #fff;
	background: url(/static/img/icon_done.png) no-repeat center center;
	background-size: 60%;
	background-color: #D97777;
}
.voucherbar-used input {
	background: #B90F0F;
}
.voucherbar-used input:active {
	background: #B90F0F;
	color:#f3f3f3;
}


.pricebar {
	/*border-top:1px solid #CDCDCD;*/
	padding: 10px 20px 50px 20px;
}
.pricebar ul {
	float: left;
}
.pricebar li {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	color: #9A9A9A;
	font-size:1.1em;
}
.pricebar li p span {
	color: #2F2F2F;
	font-size: 1.4em;
	line-height: 1em;
}
.pricebar li.math {
	padding:0 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #F30A90;
}
.pricebar input.btn-action {
	padding: 10px 24px;
	color: #fff;
	font-size: 1.2em;
	-webkit-appearance: none;
	margin-top: 16px;
	background: url(/static/img/btn_action_continue.png) no-repeat #F30A87;
	background-size: 6% 40%;
	background-position: 92% 50%;
	cursor:pointer;
	border-radius: 50px;
	outline: none;
	width: 160px;
}
.pricebar input.btn-action:hover {
	background: url(/static/img/btn_action_continue.png) no-repeat right center #DE0068;
	background-size: 6% 40%;
	background-position: 92% 50%;
}
.pricebar input.btn-action:active {
	background: url(/static/img/btn_action_continue.png) no-repeat right center #96006E;
	color: #E817B0;
	background-size: 6% 40%;
	background-position: 92% 50%;
}

.checkout-success {
	width: 400px;
	margin:0px auto;
	padding:60px 0 50px 0;
	text-align: center;
}
.checkout-success img {
	width: 50%;
	margin-bottom:-26px;
	margin-top: -20px;
}
.checkout-success h1 {
	font-size: 2em;
	color:#F30A87;
	font-weight: normal;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	margin:0px auto;
}
.checkout-success ul {
	text-align: left;
	margin:0 30px;
}
.checkout-success ul li:nth-child(1) {
	text-transform: uppercase;
	color:#B8B8B8;
}
.checkout-success ul li:last-child {
	padding-bottom: 30px;
}
.show-boleto {
	background: #9ADC00;
	padding:16px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.show-boleto input {
	padding: 10px 0 10px 30px;
	font-size: 1.2em;
	color:#fff;
	border-radius: 6px;
	cursor: pointer;
	width: 54%;
	background: url(/static/img/icon_boleto.png) no-repeat #619E02;
	background-size: 12%;
	background-position: 13px 13px;
	font-weight: normal;
	font-size: 1.2em;
	box-shadow: 0 2px 0 #3D5800;
	outline: none;
	letter-spacing: 1px;
}
.show-boleto input:active {
	box-shadow: inset 0 1px 0 #000;
	background: url(/static/img/icon_boleto.png) no-repeat #4E8200;
	background-size: 12%;
	background-position: 13px 13px;
	color: #AFD377;
}
.back-to-beginning {
	width: 50%;
	padding:14px;
	margin:0px auto;
}
.back-to-beginning strong {
	font-size: 1.4em;
}


/* ___________________________________________ MY ACCOUNT */

.my_account_data {
	margin: 10px 0 10px 20px;
}
.my_account_data h1 {
	font-size: 2em;
	font-weight: normal;
	display: inline;
}
.my_account_data a {
	text-decoration: none;
	color:#F30A87;
}
.my_account_data a:hover {
	text-decoration: underline;
}


.my_account_order_box {
	width: 30%;
	margin:0 12px 0 12px;
}
.my_account_order_box p {
	padding:20px;
}
.my_account_order_box p span {
	color:#8D8D8D;
}
.my_account_order_box p a {
	color: #F30A87;
	text-decoration: none;
}
.my_account_order_box p a:hover {
	text-decoration: underline;
}
.my_account_order_box hr {
	border-top:1px solid #ECECEC;
}
.my_account_order_details {
	line-height: 1.5em;
}
.my_account_order_details strong {
	color: #70CB00;
}
.my_account_order_status {
	padding-top: 12px;
	text-align: center;
	height: 36px;
	color: #fff;
	font-size: 1.2em;
}
.my_account_finantial_status {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 12px;
	text-align: center;
	height: 36px;
	color: #fff;
	font-size: 1.2em;
}
.order_canceled {
	background: #FF0000;
}
.order_waiting {
	background: #FF8B00;
}
.order_paid {
	background: #9ADC00;
}
.order_sent {
	background: #26AA00;
}
.order_delivered {
	background: #268FFF;
}
.my_account_order_empty {
	border: 1px solid #D3D3D3;
	height:284px;
	border-radius: 10px;
}
.my_account_edit {
	display: none;
	padding:20px;
	text-align: center;
}
.my_account_edit h3 {
	font-weight: normal;
	font-size: 1.8em;
	text-align: left;
}
.my_account_edit p {
	text-align: left;
}
.my_account_edit input[type=password] {
	border:1px solid #ccc;
	padding:10px;
	outline: none;
	font-size: 1.2em;
	font-weight: normal;
	width: 100%;
	margin-top:5px;
}
.my_account_edit input[type=button] {
	padding:10px 30px;
	font-size: 1.2em;
	width: 200px;
	margin:0px auto;
}



/* ___________________________________________ TABLETS */

@media only screen and (max-width: 800px) {

	body {overflow-x: hidden;}
	.container {
		width: 700px;
	}
	.top_bar {
		padding: 6px 0 12px 0;
	}
	.btn-hamburger-menu {
		display: inline;
		margin:-10px 10px -10px -12px;
		padding: 14px 10px 6px 10px;
		cursor: pointer;
	}
	.btn-hamburger-menu img {
		background: #F30A87;
		padding: 10px;
		border-radius: 50px;
		width: 26px;
		height: 26px;
	}
	.logo {
		margin-right: 20px;
		margin-top: 8px;
		width: 110px;
		height: 40px;
	}
	.logado {
		display: none;
	}
	.searchbar {
		width: 320px;
	}
	.searchbar input {
		font-size: 1.2em;
		width: 160px;
	}
	.selectpicker div {
		height: 40px;
	}
	.selectpicker div select {
		height: 40px;
	}
	.amount table {
		height: 40px;
	}
	.amount td input {
		height: 40px;
	}
	.btn-checkout {
		margin:6px 0 0 0;
		padding:12px 16px;
	}
	.btn-checkout {
		background-size: 18% 60% ;
		background-position: 12px 7px;
	}
	.btn-checkout h4 {
		display: none;
	}
	.btn-checkout p {
		width: 110px;
		padding-top:0;
	}
	.btn-checkout:active {
		background-size: 18% 60% ;
		background-position: 12px 7px;
	}
	.goal {
		display: none;
	}
	.menu {
		display: none;
	}
	.product-list {
		width: 100%;
	}


	/* The side navigation menu */
	.sidenav {
		display: inline;
		height: 100%; /* 100% Full-height */
		width: 0; /* 0 width - change this with JavaScript */
		position: fixed; /* Stay in place */
		z-index: 2000; /* Stay on top */
		top: 0;
		left: 0;
		background-color: none; /* Black*/
		overflow-x: hidden; /* Disable horizontal scroll */
		-webkit-transition:background 0.4s;
		transition: background 0.4s;
	}
	.sidenav div.menu-mobile-drawer {
		background: #fafafa;
		height: 100%;
	}
	.sidenav .closebtn {
		position: absolute;
		top: 8px;
		left: 250px;
		font-size: 36px;
		background: #F30A87;
		border-radius: 50px;
		width: 50px;
		height: 50px;
		text-decoration: none;
		color: #fff;
		text-align: center;
		box-shadow: 0 4px 8px rgba(0,0,0,0.50);
	}
	.menu-mobile-drawer-navigation {
		background: #fafafa;
		height: 89%;
		overflow-y: scroll;
	}
	.menu-mobile-item-cell {
		border-bottom: 1px solid #D3D0D0;
	}
	.menu-mobile-item-cell button.accordion {
		background-color: #f9f9f9;
	}
	.menu-mobile-item-cell button.accordion.active {
		background-color: #fff;
	}
	.menu-mobile-drawer-bottom {
		background: #F30A87;
		height: 11%;
	}
	p.drawer-minhaconta {
		margin:20px 20px 0 10px;
	}
	p.drawer-minhaconta a {
		border-radius: 50px;
		border:1px solid #fff;
		padding: 10px 24px;
		color: #fff;
		text-decoration: none;
		font-size: 1.2em;
	}
	p.drawer-minhaconta a:active {
		border:1px solid #fff;
		background: #fff;
		color: #F30A87;
	}
	p.drawer-sair {
		margin:20px 0 0 0;
	}
	p.drawer-sair a {
		text-decoration: none;
		padding: 10px 16px;
		font-size: 1.2em;
		color: #fff;
	}

	.product_description div {
		padding: 20px;
		margin:-30px -25px 20px -30px;
		height: 70px;
	}
	.product_description div h3 {
		width: 70%;
		margin:16px 0 0 20px;
	}


	.stepper {
		width: 60%;
	}
	.stepper hr {
		margin-top: 17px;
	}
	.stepper li {
		width: 21%;
		margin-bottom: 0px;
	}
	.stepper li span {
		width: 30px;
		height: 26px;
		font-size: 1.1em;
		padding-top: 4px;
	}
	.stepper li p {
		font-size: 0.9em;
	}

	.checkout-back-title {
		margin:30px 0;
	}
	.checkout-back-title div {
		font-size: 1.3em;
		margin-top: 0;
	}
	.checkout-back-title h2 {
		font-size: 1.5em;
	}

	.checkout-product-list-head li:nth-child(1) {width: 28%; padding-left: 20px}
	.checkout-product-list-head li:nth-child(2) {width: 25%;}
	.checkout-product-list-head li:nth-child(3) {width: 12%;}
	.checkout-product-list-head li:nth-child(4) {width: 14%;}
	.checkout-product-list-head li:nth-child(5) {width: 12%;}

	.checkout-product-list-line li:nth-child(1) {width: 3%;}
	.checkout-product-list-line li:nth-child(2) {width: 25%;}
	.checkout-product-list-line li:nth-child(3) {width: 25%;}
	.checkout-product-list-line li:nth-child(4) {width: 12%;}
	.checkout-product-list-line li:nth-child(5) {width: 14%;}
	.checkout-product-list-line li:nth-child(6) {width: 13%;}
	.checkout-product-list-line li:nth-child(7) {width: 4%;}

	.checkout-product-list-line li img {
		display: none;
	}

	.pointsbar p {
		width: 50%;
		margin: 0px 0 0 16px;
	}

	.pricebar {
		padding: 0 0 20px 0;
	}
	.pricebar ul {
		width: 73%;
	}
	.pricebar li {
		height: 70px;
		font-size:1em;
	}
	.pricebar li p span {
		font-size: 1.1em;
	}
	.pricebar li.math {
		font-size: 1.5em;
	}

	.my_account_order_box {
		width: 46%;
	}

	.mosaico ul li {
		width: 29%;
	}
	.mosaico ul li.cellbig {
		width: 62%;
		height: 324px;
	}


	.change-edition h3 {
		font-weight: normal;
		font-size: 1.8em;
		margin:0;
	}
	.change-edition img {
		float: left;
		width: 50%;
		padding:25px;
	}


}

/* ___________________________________________ PHONES */

@media only screen and (max-width: 670px) {
	.container {
		width: 90%;
		padding: 10px;
	}
	.top_bar {
		padding: 6px 0 12px 0;
	}
	.btn-hamburger-menu {
		display: inline;
		margin:-20px 10px -10px -12px;
		padding: 14px 10px 6px 10px;
		cursor: pointer;
	}
	.btn-checkout {
		background: url(/static/img/icon_shopping_basket.png) no-repeat #F30A87;
		background-size: 46% 50% ;
		background-position: center center;
		color: #fff;
		border-radius: 50px;
		width: 16px;
		height: 24px;
		position: absolute;
		top: 5px;
		right: 12px;
	}
	.btn-checkout p {
		display: none;
	}
	.btn-checkout:hover {
		background-color: #F30A87;
	}
	.btn-checkout:active {
		background: url(/static/img/icon_shopping_basket.png) no-repeat #96006E;
		background-size: 46% 50% ;
		background-position: center center;
	}
	.badge-checkout {
		display: block;
		background: red;
		position: absolute;
		font-size: 0.8em;
		border-radius: 50px;
		border:2px solid #fff;
		box-shadow: 0 2px 4px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
		top:-6px;
		right: 36px;
		min-width: 10px;
		height: 17px;
		padding:2px 5px 0 5px;
		text-align: center;

	}
	.logo {
		margin-right: 20px;
		margin-top: -2px;
		width: 58%;
		background-position: 60% 50%;
	}
	.searchbar {
		width: 100%;
		margin-top: 20px;
		margin-bottom: -10px;
	}
	.searchbar input {
		font-size: 1.2em;
		width: 56%;
	}
	.btn-go-search {
		background-size: 55% 70% ;
		width: 50px;
	}
	.btn-go-search:hover , .btn-go-search:active {
		background-size: 55% 70% ;
	}
	.btn-go-search-disabled {
		background-size: 55% 70% ;
		width: 50px;
	}

	.product-list {
		padding-top:10px;
	}
	.product-list h2 {
		display: none;
	}
	.product-cell-slideshow {
		width: 100%;
		border-radius: 0px;
		margin-top: 10px;
	}
	.swiper-container {
		margin:0px auto;
		border-bottom-left-radius: 0px;
		height: 150px;
	}
	.swiper-slide img {
		width: 55%;
	}
	.product-name {
		background: #FAFAFA;
		height: 70px;
		display: table;
		width: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: center;
		padding-bottom: 10px;
	}
	.product-title {
		width: 90%;
		display:block;
		margin:0px auto;
		padding-bottom: 10px;
		padding-top: 15px;
		font-size: 1em;
	}
	.product-ref {
		text-align: center;
		width: 100%;
		display: inline;
		font-size: 1em;
		padding:0px;
	}
	.product-ref br {
		display: none;
	}
	.product-ref a {
		color: #D8127D;
		text-decoration: none;
		margin-left: 15%;
		margin-right: 0px;
	}

	.product-selector {
		width:100%;
	}
	.selectpicker div {
		height: 44px;
	}
	.selectpicker div select {
		width: 107%;
		height: 44px;
	}
	.amount table {
		height: 44px;
	}
	.amount td input {
		height: 44px;
	}

	.logo-checkout {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: -2px;
		background-position: center center;
	}
	.stepper {
		width: 100%;
		margin-top:20px;
	}
	.stepper hr {
		width: 230px;
	}
	.stepper li {
		margin-left: 8px;
	}
	.stepper li p {
		font-size: 0.8em;
	}

	.checkout-back-title {
		margin:5px 0 20px 0;
	}
	.checkout-back-title div {
		background-size: 15% 80%;
		width: 16%;
		font-size: 1.2em;
		padding-left: 16px;
		margin-top: 0;
	}
	.checkout-back-title h2 {
		width: 55%;
		font-size: 1.2em;
		color: #666;
	}

	.checkout-product-list-head li:nth-child(1) {width: 45%; padding-left: 10px}
	.checkout-product-list-head li:nth-child(2) {width: 0%; display: none;}
	.checkout-product-list-head li:nth-child(3) {width: 18%;}
	.checkout-product-list-head li:nth-child(4) {width: 0%; display: none;}
	.checkout-product-list-head li:nth-child(5) {width: 10%;}


	.checkout-product-list-line li:nth-child(1) {width: 3%;}
	.checkout-product-list-line li:nth-child(2) {width: 42%;}
	.checkout-product-list-line li:nth-child(3) {width: 0%; display: none;}
	.checkout-product-list-line li:nth-child(4) {width: 18%;}
	.checkout-product-list-line li:nth-child(5) {width: 0%; display: none;}
	.checkout-product-list-line li:nth-child(6) {width: 24%; padding:0 5px 0 5px;}
	.checkout-product-list-line li:nth-child(7) {width: 5%;}

	.checkout-product-list-line li p {
		font-size: 0.9em;
	}
	.checkout-product-list-line li input[type=text] {
		width: 40px;
		font-size: 0.9em;
	}
	.checkout-product-list-line li input[type=button] {
		margin-left: 0px;
	}


	.checkout-card div:nth-child(1) div.check-mark {
		width: 30px;
		height:30px;
		margin-top:10px;
	}
	.checkout-card div:nth-child(1) h3 {
		font-size: 1.2em;
		width: 70%;
	}



	.checkout-card div:nth-child(2) {
		padding:5px 20px 20px 20px;
	}

	.checkout-card .input-small { width: 100%; }
	.checkout-card .input-normal { width: 100%; }
	.checkout-card .input-medium { width: 100%; }
	.checkout-card .input-big { width: 100%; }
	.checkout-card .input-huge { width: 100%; }
	.selectpicker .input-medium {width: 244px;}
	.selectpicker .input-big { width: 244px;}
	.selectpicker .input-huge {width: 244px;}

	.payment h3 {
		margin-top: 12px;
	}

	.pointsbar {
		text-align: center;
	}
	.pointsbar div {
		display: none;
	}
	.pointsbar p {
		float: none;
		margin: 0 0 16px 0;
		text-align: center;
		width: 100%;
	}
	.pointsbar input {
		float: none;
	}

	.pricebar {
		padding:0;
		text-align: center;
	}
	.pricebar ul {
		float: none;
		width: 74%;
		margin:0px auto;
	}
	.pricebar li {
		height: 60px;
		font-size:1em;
		vertical-align: top;
		text-align: left;
	}
	.pricebar li p span {
		font-size: 1em;
		line-height: 1em;
	}
	.pricebar li.math {
		padding:0 7px;
		font-size: 1.2em;
	}
	.pricebar li:last-child {
		width: 230px;
		float: none;
		display: block;
		text-align: center;
		font-size: 1.3em;
	}
	.pricebar input.btn-action {
		-webkit-appearance: none;
		margin-top: 16px;
		width: 160px;
		float: none;
	}

	.checkout-success {
		width: 300px;
		margin:0px auto;
		padding:60px 0 50px 0;
		text-align: center;
	}
	.checkout-success h1 {
		font-size: 1.4em;
		line-height: 20px;
	}
	.show-boleto input {
		width: 70%;
	}
	.back-to-beginning {
		width: 70%;
		padding:14px;
		margin:0px auto;
	}

	.footer {
		padding: 20px 40px;
	}
	.footer div {
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.logobottom img {
		width: 40%;
		margin:40px 0;
	}

	.my_account_order_box {
		width: 100%;
		margin:0px;
	}

	.mosaico ul li {
		width: 90%;
		height: 160px
	}
	.mosaico ul li.cellbig {
		width: 90%;
		height: 380px;
	}
	.change-edition h3 {
		font-weight: normal;
		font-size: 1.6em;
		margin:10px 0 0 0;
	}
	.change-edition img {
		float: left;
		width: 50%;
		padding:10px;
	}

}

/* ___________________________________________ PAGINA CLUBE FAVORITA */
.icon_club_1{
	max-width: 41px;
	width: 10%;
	margin-bottom: -1%;
	position: relative;
	display: inline;
}

.my_account_data p {
	display: inline;
	font-size: 20px;
}

.btn_trocar_pontos {
	background: #ec758e;
	width: 218px;
	margin-top: 2%;
	border-radius: 10px;
	padding-top: 12px;
	text-align: center;
	height: 33px;
	color: #fff;
	font-size: 16px;
}

.tl_pontos {
	position: relative;
	width: 100%;
	height: 13%;
	margin-bottom: 4%;
}

.tl_branco {
	position: absolute;
	background: #d4d4d4;
	height: 35px;
	width: 93%;
	top: 50%;
	transform: translateY(-50%);
	margin: 21px;
}

.tl_roxo {
	position: relative;
	background: #c8337c;
	border-radius: 15px;
	height: 35px;
	width: 15%;
	text-align: right;
}

.class_perc {
	padding-top: 7%;
	color: white;
	font-size: 15px;
	padding-right: 2px;
}

.btn_box_painel {
	background: #f9c436;
	margin: 20px 20px 0;
	border-radius: 10px;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 36px;
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
}

.icones_class {
	cursor: pointer;
	position: relative;
	margin-top: 4%;
	margin-left: 6%;
}

.box_clubes{
	max-width: 256px;
	width: 96%;
	position: relative;
	margin: 33px 0;
	padding-bottom: 33px;
}

.icon_class {
	max-width: 50px;
	width: 100%;
}

.icones_class p {
	display: inline-block;
	position: relative;
	padding: 0;
	top: -14px;
}

.como_conquistar_det {
	line-height: 1.5em;
	padding: 20px;
	font-size: 15px;
}

.class_video {
	height: 50%;
	margin: 12px;
}

.icon_tl_1{
	position: absolute;
	top: -38%;
	left: -1%;
}

.icon_tl_2{
	position: absolute;
	top: -38%;
	left: 30%;
}

.icon_tl_3{
	position: absolute;
	top: -38%;
	left: 63%;
}

.icon_tl_4{
	position: absolute;
	top: -38%;
	right: -1%;
}



/* ___________________________________________ PAGINA CLUBE FAVORITA */

input#control-nav {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	opacity: 0;
}

/* content */
section {
	padding: 80px 20px 50px;
	border-top: 1px solid #ccc;
	font-size: 20px;
	line-height: 24px;
}

section:after {
	content: "";
	display: block;
	clear: both;
}


/* init modal */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s 0.5s ease-in-out;
	transition: all 0.5s 0.5s ease-in-out;
}

.modal-content {
	padding: 15px;
	max-width: 600px;
	min-width: 360px;
	max-height: 85%;
	overflow: auto;
	position: absolute;
	top: 5%;
	left: 50%;
	z-index: 2;
	opacity: 0;
	border-radius: 3px;
	background: #fff;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);

	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

.modal-close:after {
	position: relative;
	z-index: 3;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	box-shadow: 0 0 3px #000;
}

.modal_header .modal-close{
	width: 30px;
	height: 30px;
	margin-left: 96%;
	background-color: rgba(0,0,0,0);
}

.modal_header .modal-close:after {
	content: "X";
	float: right;
	margin: 5px 5px 0 0;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 3;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	border-radius: 20px;
}


input[id*="modal_"] {
	position: fixed;
	left: -9999px;
	top: 50%;
	opacity: 0;
}
input[id*="modal_"]:checked + div.modal {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

input[id*="modal_"]:checked + div.modal .modal-content {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}



.modal_window {
	width: 35%;
	position: relative;
}
.modal_window_ex {
	width: 87%;
	max-width: 560px;
}

.modal_window p {
	padding: 0;
}

.modal_header {
	width: 100%;
	position: relative;

}

.icon_class_modal {
	display: inline-block;
	max-width: 58px;
	width: 100%;
}

.txt1_modal {
	padding: 0;
	font-size: 13px;
	display: inline-block;
	width: 77%;
}

.txt2_modal {
	position: absolute;
	padding: 0;
	font-size: 13px;
	display: inline-block;
	width: 52%;
}

.txt3_modal {
	position: relative;
	padding: 0;
	font-size: 20px;
	text-align: left;
	width: 32%;
	margin-left: 20px;
	margin-top: 20px;
}

.modal_mid {
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
}

.modal_mid table tr td {
	padding-right: 15px;
	font-size: 12px;
}


.modal_mid table tr th {
	text-align: left;
	padding-right: 22%;
}

.descr:active {

}

.btn_modal {
	max-width: 168px;
	width: 43%;
	margin: 0px 20px 0;
	border-radius: 10px;
	padding-top: 12px;
	text-align: center;
	height: 36px;
	color: #fff;
	font-size: 1.2em;

	display: inline-block;
}

.beneficios_clube {
	width: 90%;
	margin: 20px 0 20px 15px;
}

.icon_beneficios {
	display: inline-block;
	max-width: 36px;
	width: 100%;
}

.beneficios {
	position: relative;
	padding: 0;
	top: -19px;
	left: 40px;
}

.tj_beneficios {
	position: relative;
	border: 1px solid #f9c436;
	width: 77%;
	padding: 10px 20px;
	margin-bottom: 10px;
	margin-left: 12px;
	border-radius: 5px;
}

#descricao_pontos_1 {
	display: block;
}

#descricao_pontos_2 {
	display: none;
}

.modal_footer {
	position: relative;
	text-align: right;
	margin-top: 20px;
}

.qnts_pnts{
	width: 100%
	max-width:100%;
}

.qnts_pnts p {
	display: inline-block;
}

@media only screen and (max-width: 800px){
	.icon_tl_1, .icon_tl_2, .icon_tl_3, .icon_tl_4 {
		width: 7%;
	}

	.class_perc{
		padding-top: 9%;
		font-size: 9px;
	}

	.tl_branco, .tl_roxo {
		height: 25px;
	}

	.control-nav { /* label icon */
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
		width: 30px;
		padding: 5px 0;
		border: solid #333;
		border-width: 3px 0;
		z-index: 2;
		cursor: pointer;
	}

	.control-nav:before {
		content: "";
		display: block;
		height: 3px;
		background: #333;
	}

	.control-nav-close {
		position: fixed; /* label layer */
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 1;
		background: rgba(0,0,0,0.4);
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	/* checked nav */
	input#control-nav {
		display: block;
	}

	input#control-nav:focus ~ .control-nav {
		border-color: #000;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
	}

	input#control-nav:focus ~ .control-nav:before {
		background: #000;
	}

	input#control-nav:checked ~ nav,
	input#control-nav:checked ~ .control-nav-close {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	header+section {
		padding-top: 80px;
	}

	section {
		padding: 30px 15px 10px;
	}

	.modal-content {
		padding: 10px 5%;
		min-width: 88%;
	}

}

@media only screen and (max-width: 670px){
	.btn_modal {
		margin: 0 10px 0;
	}

	.modal_mid {
		width: 90%;
		left: 0;
		transform: translateX(0);
	}

	.my_account_data h1 {
		display: block;
	}

	.tl_branco{
		margin: 0;
		width: 100%;
	}

	.tl_roxo {
		width: 17%;
	}

	.class_perc {
		padding-top: 7%;
	}

	.icon_tl_1, .icon_tl_2, .icon_tl_3, .icon_tl_4 {
		max-width: 42px;
		width: 15%;
	}
}
