
* {
	border:none;
	padding: 0;
	margin:0;
	font-size: 1em;
	font-family: "Helvetica Neue", "Roboto", Verdana, sans-serif;
	list-style-type: none;
	box-sizing: unset !important;
}

.row div {
	box-sizing: border-box !important;
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 0px !important;
}

body {
	background: #F3F3F3;
/*	height: 100%;*/
	max-width: 100vw;
	overflow-x: hidden;
}

.container {
	width: 960px !important;
	margin:0px auto;
	height: 100%;
	
}
#container-pl{
	display: flex;
	justify-content: center;
}

#mb-container{
	display: flex;
	flex-direction: column;
}


.desktop {
	display: block;
}
.mobile {
	display: none;
}

@media only screen and (max-width: 670px){
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}

.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;
	height: 84px !important;
}

.btn-hamburger-menu {
	display: none;
}
.logo {
	width: 134px;
	height: 46px;
	background: url(/static/img/favorita_logo_py_uy.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;
	width: 177px;
	height: 21px;
}

.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 0px;
		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;
		margin-bottom: 0px !important;
	}
	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;
	}


	/* ___________________________________________ 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;
	}

	#aviso_saldos {
		position: relative;
		color: red;
		margin: 4% 0;
		text-align: center;
		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 {
		position: relative;
		width: 210px;
		margin-top: 20px;
		display: inline-block;
	}
	
	.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:not(.list-group):not(.dropdown-menu) {
		padding-top: 20px;
		column-width: 960px;
	}
	.mosaico ul:not(.list-group):not(.dropdown-menu) li:not(.nav-item.dropdown) {
		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:not(.list-group):not(.dropdown-menu) li:not(.nav-item.dropdown):hover {
		box-shadow: 0 10px 50px rgba(91,21,144,0.75);
	}

	.mosaico ul:not(.list-group):not(.dropdown-menu) li.cellbig {
		width: 47%;
		background: #fff;
		/*height: 324px;   - este eh o tamanho p/ ocupar 2 linhas no desktop*/
		/*height: 500px;   - este eh o tamanho p/ ocupar 3 linhas no desktop*/
		height: 674px;   /*- este eh o tamanho p/ ocupar 4 linhas no desktop*/
		background-position: center !important;
	}
	.mosaico ul:not(.list-group):not(.dropdown-menu) li p {
		padding:15px 0 0 20px;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 26px;
	}
	.mosaico ul:not(.list-group):not(.dropdown-menu) li p span {
		font-size: 1.8em;
	}
	.mosaico ul:not(.list-group):not(.dropdown-menu) li.cellbig p {
		padding-top: 5px !important;
	}

	.boxes_mobile {
		position: relative;
		width: 99%;
		display: block;
		max-height: 247px;
		margin-bottom: 4%;
		margin-top: 5%;
		overflow: hidden;
		border-radius: 15px;
	}

	.img_blocos_mosaico {
		max-width: 596px;
		border-radius: 15px;
		position: relative;
		width: 100%;
	}

	.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: 3% 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;
	}

	.box_promo_ck {
		position: relative;
		width: 100%;
		margin-top: 3%;
	}

	.img_promo_ck {
		position: relative;
		max-width: 960px;
		width: 100%; 
	}

	/*  ------- 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;
	}

	.box_promo_pl {
		position: relative;
		width: 100%;
		margin-top: 3%;
	}

	.img_promo_pl {
		position: relative;
		max-width: 960px;
		width: 100%; 
	}


	/* ___________________________________________ MY ACCOUNT */

	.my_account_data {
		margin: 10px 0 30px 20px;
	}
	.my_account_data h1 {
		font-size: 2em;
		font-weight: normal;
	}
	.my_account_data p a {
		text-decoration: none;
		color:#F30A87;
	}
	.my_account_data p 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;
	}


	.img_boleto_modelo {
		position: relative;
		width: 100%;
		max-width: 1159px;
	}
	/*END MODAL WINDOW ACCOUNT*/

	/*Novo, Continuar e Alterar Pedido*/

	.box_new_order {
		position: relative;
		width: 30%;
		margin:0 12px 0 12px;
		float: left;
	}

	.box_new_order p {
		padding: 20px;
	}

	.box_new_order p span {
		color: #8D8D8D;
	}

	.box_new_order hr {
		border-top: 1px solid #ECECEC;
	}

	.inbox_new_order {
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 4px 6px #ddd;
		margin-bottom: 30px;
		cursor:pointer;
		height: 355px;
	}

	.inbox_altered_order {
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 4px 6px #ddd;
		margin-bottom: 30px;
		cursor:pointer;
		height: 355px;
		font-size: 14px;
	}

	.txt_new_order {
		line-height: 1.3em;
	}

	.txt_new_order strong {
		color: #70CB00;
	}

	.txt_continue_order {
		text-align: center;
		line-height: 1.3em;
	}

	.box_icon_co {
		left: 50%;
		transform: translateX(-50%);
		position: relative;
		max-width: 75px;
		width: 26%;
	}

	.icon_continue_order {
		margin-top: -10px;
		margin-bottom: 7px;
	}

	.btn_new_order {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-top: 12px;
		text-align: center;
		height: 36px;
		color: #fff;
		font-size: 1.2em;
	}	

	.btn_altered_order {
		position: absolute;
		right: 24px;
		top: 24px;
		max-width: 143px;
		width: 50%;
		font-size: 14px;
		padding: 5px;
		text-align: center;
		color: #fff;
	}

	@media only screen and (max-width: 800px){
		.box_new_order {
			width: 46%;
		}	
	}

	@media only screen and (max-width: 670px){
		.box_new_order {
			width: 100%;
			margin: 0px;
		}
	}
	
	/*Novo, Continuar e Alterar Pedido*/

	/*____________________________________________ DEBITOS PENDENTES*/

	.btn_pend {
		position: relative;
		margin-top: -30px;
		margin-bottom: 24px;
		border-radius: 12px;
		font-size: 1em;
		padding-top: 14px;
		width: 85%;
		left: 50%;
		transform: translateX(-50%);
	}

	.txt_pend {
		text-align: center;
	}



	/* ___________________________________________ 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: 35px;
			height: 35px;
		}
		.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:not(.list-group):not(.dropdown-menu) li {
			width: 29%;
		}
		.mosaico ul:not(.list-group):not(.dropdown-menu) li.cellbig {
			width: 62%;
			height: 324px;  
		}
		.desktop ul li.cellbig {
			background-image: url(/static/img/mosaico_novo/mobile/promocoes_tablet.png) !important;
		}


		.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: auto !important;
			padding: 10px;
		}

		.blocos_mobile_txt {
			position: relative;
			float: right;
			top: 50%;
			transform: translateY(-50%);
		}

		.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: 35px;
			height: 35px;
			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: 100%;
			margin:0px auto;
		}
		.pricebar li {
			height: 60px;
			font-size: .8em;
			vertical-align: top;
			text-align: left;
		}
		.pricebar li p span {
			font-size: 1em;
			line-height: 1em;
		}
		.pricebar li.math {
			padding:0 4.5px;
			font-size: 1em;			
		}
		.pricebar li:last-child {
			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:not(.list-group):not(.dropdown-menu) li {
			width: 90%;
			height: 160px
		}
		.mosaico ul:not(.list-group):not(.dropdown-menu) 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 */

	.clube_fav {
		height: 358px;
		background: #ec758e;
		color: white;
		letter-spacing: -1px;
		border-radius: 10px;
		box-shadow: 0 4px 6px #ddd;
		margin-bottom: 30px;
		cursor: pointer;
	}

	.clube_fav a {
		text-decoration: none;
	}

	.center_mid_club {
		left: 50%;
		transform: translateX(-50%);
		max-width: 243px;
		width: 85%;
		position: relative;
		text-align: center;
	}

	.icone_club {
		margin-top: 20px;
		max-width: 229px;
		width: 95%;
	}

	.txt1_club_fav{
		color: white;
		letter-spacing: -1px;
	}

	.btn1_club_fav{
		background: #f9c436;
		margin: 0px 20px;
		border-radius: 10px;
	}

	@media only screen and (max-width: 670px){
		.clube_fav_box {
			width: 100%;
			margin: 0px;
		}
	}

	@media only screen and (max-width: 800px){
		.icone_club {
			margin-top: 9%;
		}

		.clube_fav{
			height: 358px;
		}
	}

	.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;
		text-align: center;
		height: 36px;
		color: #fff;
		font-size: 1.2em;
	}

	.icones_class {
		position: relative;
		margin-top: 4%;
		margin-left: 6%;
	}

	.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 {
		width: 100%;
		height: 50%;
		margin: 12px;
	}

	.icon_tl_1{
		position: absolute;
		top: -38%;
		left: -1%;
	}

	.icon_tl_2{
		position: absolute;
		top: -38%;
		left: 23%;
	}

	.icon_tl_3{
		position: absolute;
		top: -38%;
		left: 48%;
	}

	.icon_tl_4{
		position: absolute;
		top: -38%;
		right: -1%;
	}

	@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;
		}
	}

	@media only screen and (max-width: 670px){
		.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%;
		}
	}


	/* ___________________________________________ PAGINA CLUBE FAVORITA */


	/*   ACESSAR CLUBE FAVORITA   */

	#banner_clube_minha_favorita {
		display: none;
	}

	.acessar_club_fav {
		width: 47%;
		height: 92px;
		background: #ec758e;
		display: inline-block;
		margin: 24px 14px 0 14px;
		border-radius: 10px;

	}

	.icone_acesso_club {
		max-width: 97px;
		width: 22%;
		display: inline-block;
		position: relative;
		margin: 0 4%;
		top: 50%;
		transform:translateY(-50%);

	}

	.qnt_pnts {
		max-width: 92px;
		width: 21%;
		display: inline-block;
		color: white;
		position: relative;
		bottom: 13%;
	}

	.btn_acess_club_fav{
		position: relative;
		width: 38%;
		background: #f9c436;
		margin: 21px 20px;
		border-radius: 10px;
		display: inline-block;
		float: right;
	}

	@media only screen and (max-width: 800px) {
		.acessar_club_fav {
			width: 62%;
		}
	}

	@media only screen and (max-width: 670px) {
		.acessar_club_fav {
			width: 90%;
		}
	}

	@media only screen and (max-width: 515px) {
		.qnt_pnts {
			top: 50%;
			transform:translateY(-50%);
		}

		.btn_acess_club_fav {
			padding-bottom: 12px;
			width: 35%;
			margin: 21px 15px;
		}
	}

	@media only screen and (max-width: 400px) {
		.icone_acesso_club {
			top: -6%;
			transform: translateY(0%);
		}

		.stepper {
			text-align: center;
		}

		.stepper li {
			margin-left: 1.5%;
			width: auto;
		}
	}

	/*   END ACESSAR CLUBE FAVORITA   */

	/*BOX ACESSO AO CLUBE*/

	.box_acessar_clube{
		max-width: 340px;
		float: right;
		width: 37%;
		margin-top: -24px;
	}

	.acessar_club_fav2 {
		height: 92px;
		background: #ec758e;
		margin: 24px 37px 0 14px;
		border-radius: 10px;
	}

	.icone_acesso_club2 {
		max-width: 97px;
		width: 35%;
		display: inline-block;
		position: relative;
		margin: 0 4%;
		top: 50%;
		transform: translateY(-50%);
	}

	.btn_acess_club_fav2{
		padding-bottom: 13px;
		position: relative;
		width: 44%;
		background: #f9c436;
		margin: 15px 20px;
		border-radius: 10px;
		display: inline-block;
		float: right;
	}

	@media only screen and (max-width: 800px){
		.box_acessar_clube {
			max-width: 355px;
			width: 54%;
		}

		.btn_acess_club_fav2 {
			width: 42%;
		}

		.acessar_club_fav2 {
			margin: 24px 15px 0 14px;
		}
	}

	@media only screen and (max-width: 670px){
		.box_acessar_clube {
			max-width: 355px;
			width: 100%;
		}
		.btn_acess_club_fav2 {
			width: 41%;
		}
		.acessar_club_fav2 {
			margin: 34px 0 0 0;
		}
	}

	/*END BOX ACESSO AO CLUBE*/

	/*BOTAO VISUALIZAR CATALOGO*/

	.btn_vis_cat {
		position: relative;
		display: inline-block;
		width: 26%;
		height: 41px;
		text-align: center;
		background: transparent;
		border: 1px solid #e03885;
		border-radius: 50px;
		float: right;
		z-index: 99;
	}

	.txt_vis_cat {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		font-weight: 600;
		color: #e03885;
	}

	@media only screen and (max-width: 800px){
		.btn_vis_cat {
			width: 85%;
			float: none;
			margin-top: 6%;
			left: 50%;
			transform: translateX(-50%);
		}
	}


/* LISTA DE ENDERECOS */

.box_lista_enderecos {
	
}	

.lista_enderecos {
	
}

.lista_enderecos li {
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;	
	margin-bottom: 16px;
}

.box_adicionar_novo_endereco {
	
}

.bloco_endereco {
	float: left;
}

.botoes_bloco_endereco {
	float: right !important;
}

.indicar-selecionado {
	width: 32px;
	height: 32px;
	border-radius: 16px;
	margin-top: 32px;
}

.botao_usar_esse_endereco {
    padding: 10px 24px;
    color: #fff;
    font-size: 1em;
    -webkit-appearance: none;
    margin-top: 32px;
    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;	
}

.botao_alterar_adicionar {
    padding: 10px 24px;
    color: #fff;
    font-size: 1em;
    -webkit-appearance: none;
    margin-top: 32px;
    background-color: #F30A87;
    cursor: pointer;
    border-radius: 50px;
    outline: none;
    width: 160px;	
}

.banners {
	margin-top: 10px;
}

.banner-img img {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}

div > .mosaico > div {
	clear: both;
}

.coluna img {
	margin: 5px 0px;
	padding:  0px;
	width:  100%;
	float: left;
}

.coluna-2 img {
	padding: 0px;
	width: 49.5%;
	float: left;
	margin: 5px 2px;
}

.coluna-3 img {
	padding: 0px;
	width: 33.1%;
	float: left;
	margin: 5px 1px;
}

.mt-2 {
	margin-top: 5px;
}

.grupo-produtos-indicados .btn-selecao {
	border: 2px solid #e32e84;
	background-color: white;
	color: #e32e84;
	margin: 5px 0;
}

.grupo-produtos-indicados .btn-selecao:hover {
	border: 2px solid #e32e84;
	background-color: #e32e84;
	color: white;
}

.btn-selecao.active {
	border: 2px solid #e32e84;
	background-color: #e32e84;
	color: white;
}
/*
	@media only screen and (max-width: 1600px){
		#mb-container{
			margin-top: 6rem;			
		}
	}
*/