.footerMobile-menu {
	display: none;
}

/* MOBILE GERAL 768px */
@media( max-width: 768px ) {

	input[type='text'], input[type='submit'], input[type='password']{
		-webkit-appearance: none;
		border-radius: 0;
	}
	select{
		background:#ffffff url("/temas/mediabooks_v2/img/arrowDown.png") no-repeat scroll 98% center!important;
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	input:disabled {
		background:#fff;
		opacity:1;
	}

	.wrapper {
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
	}

	:-moz-placeholder {
		color: #999999
	}
	::-moz-placeholder {
		color: #999999;
	}
	:-ms-input-placeholder {
		color: #999999;
	}
	::-webkit-input-placeholder {
		color: #999999;
	}

	/* ------- PROJECTO ------- */

	#header {
		width: 100%;
		min-width: 287px;
	}

	#header > .wrapper > .top {
		display: none;
	}


	#header > .wrapper > .mobileTopo {
		display: table;
		float: left;
		height: 68px;
		width: 100%;
	}

	#header .wrapper > .bottom {
		display:none;
	}


	#header > .wrapper > .mobileTopo .leftMobile {
		display: table-cell;
		height: 46px;
		padding-left: 15px;
		width: 44px;
		vertical-align: middle;
	}
	#header > .wrapper > .mobileTopo .leftMobile .menuBtn {
		color: #373D4B;
		cursor: pointer;
		display:block;
		float: left;
		font-size: 23px;
		padding: 5px 12px;
	}
	#header > .wrapper > .mobileTopo .leftMobile .menuBtn:hover,
	#header > .wrapper > .mobileTopo .leftMobile .menuBtn.active {
		color: #E50D05;
	}
	

	#header > .wrapper > .mobileTopo .middleMobile {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	#header > .wrapper > .mobileTopo .middleMobile #logoMobile {
		display: inline-block;
	}

	#header > .wrapper > .mobileTopo .rightMobile {
		display: table-cell;
		padding-right: 15px;
		text-align: right;
		vertical-align: middle;
		width: 55px;
	}
	#header > .wrapper > .mobileTopo .rightMobile #openShop-mobile{
		display:block;
		float:left;
	}

	#header > .wrapper > .mobileTopo .rightMobile span.totalCarrinho {
		border: 1px solid #f52b00;
		color: #f52b00;
		display: inline-block;
		font: 700 13px "PT-Sans",sans-serif;
		height: 19px;
		margin-right: 5px;
		text-align: center;
		width: 19px;
	}
	#header > .wrapper > .mobileTopo .rightMobile .fa-shopping-cart{
		color: #373d4b;
		font-size: 23px;
		position: relative;
		top: 3px;
	}

	#header > .wrapper > .mobileTopo .rightMobile .active  .fa-shopping-cart,
	#header > .wrapper > .mobileTopo .rightMobile .fa-shopping-cart:hover{
		color: #E50D05;
	}
	
	#header > .topMenu {
		text-align: center;
	}

	#header > .topMenu a.backMobile {
		display: block;
		color: #FFFFFF;
		text-transform: uppercase;
	}
	#header > .topMenu a.backMobile:hover {
		color: #CCCCCC;
	}

	#header > .topMenu ul {
		display: none;
	}

	#wrapperSite {
		width: 100%;
		margin-top: 8px;
		padding-top: 70px;
	}

	#left, #right {
		width: 100%;
		display: block;
		float: none;
		margin: 0;
	}
	#searchMobile {
		background-color: #ffffff;
		display: block;
		float: left;
		margin:6px;
		width: calc(100% - 12px);
		position:relative;
	}
	#searchMobile input[type="text"] {
		border: medium none;
		color: #878787;
		float: left;
		font: 700 15px "PT-Sans",sans-serif;
		height: 46px;
		margin-left: 10px;
		outline: medium none;
		width: 86%;
		padding: 0px;
	}
	#searchMobile input[type="submit"] {
		float: right;
		background: none;
		border: none;
		font-size: 0;
		width: 100%;
		height: 32px;
		position: absolute;
		left: 0;
		top: 0;
		cursor: pointer;
		outline: none;
	}

	#searchMobile .submitBtn {
		color: #373d4b;
		cursor: pointer;
		float: right;
		font-size: 18px;
		height: 34px;
		padding-top: 12px;
		position: relative;
		text-align: center;
		width: 10%;
	}
	#searchMobile .submitBtn:hover {
		color: #E50D05;
	}


	#searchMobile #limparPesquisa {
		background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/loja_deleteItem.png") no-repeat scroll center center;
		height: 46px;
		position: absolute;
		right: 10%;
		width: 25px;
	}

	#menuMobile {
		display: none;
		position: absolute;
		left: 0;
		top: 105px;
		width: 100%;
		border-top: 1px solid #EAE9E9;
		border-bottom: 1px solid #EAE9E9;
		background-color: #F4F4F4;
		z-index: 9996;
		box-shadow: 0 4px 2px -2px gray;
	}

	#menuMobile-ul,
	#menuMobile-ul ul {
		width:100%;
		float:left;
		margin: 0;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
	}

	#menuMobile-ul > li > a {
		border-bottom: 1px solid #e9e9e9;
		display: block;
		float: left;
		font: 400 14px "Aprex-New-Bold",sans-serif;
		padding: 16px 5%;
		width: 90%;
	}
	#menuMobile-ul > li a {
		color: #000000;
	}
	#menuMobile-ul > li a:hover {
		color: #666666;
	}
	#menuMobile-ul > li.active a {
		color: #E01A25;
	}
	#menuMobile-ul > li.iconTexto a{
		color:#999999;
	}
	#menuMobile-ul > li.iconTexto a:hover{
		color:#666666;
	}
	#menuMobile-ul > li.iconTexto a .fa-user{
		font-size: 18px;
		margin-right: 14px;
		color:#E80200;
	}
	#menuMobile-ul > li.iconTexto a .fa-question{
		font-size: 20px;
		margin-right: 14px;
		color:#E80200;
	}
	#menuMobile-ul > li.iconTexto a span{
		color:#444444;
		font:400 12px "Aprex-New-Bold",sans-serif
	}

	/* SUBMENU */

	#menuMobile-ul ul {
		display: none;
	}

	#menuMobile-ul > li > ul > li {
		border-bottom: 1px solid #EDEDED;
	}

	#menuMobile-ul > li > ul > li a {
		background-color: #ffffff;
		color: #000000;
		display: inline-block;
		font: 400 14px "PT-Sans",sans-serif;
		padding: 16px 7%;
		width: calc(100% - 14%);
	}
	#menuMobile-ul > li.active > ul > li a {
		color: #000000;
	}

	#menuMobile-ul > li.active > ul > li a:hover,
	#menuMobile-ul > li.active > ul > li.active a {
		color: #E01A25;
	}
	#closeShop-mobile {
		right: 7%;
		position: absolute;
		top: 8px;
	}

	#shop-carrinho-mobile {
		left: 0;
		top: 105px;
		z-index: 9999;
		position: absolute;
		width: 100%;
		box-shadow: 0 4px 2px -2px gray;
	}

	#shop-carrinho-mobile.hide {
		display: none;
	}

	#shop-carrinho-mobile .content-hover {
		z-index: 9998;
		margin-top: -1px;
		width: 100%;
		background-color: #F8F8F8;
		text-align: left;
	}

	#shop-carrinho-mobile .content-hover .totalPrice {
		padding: 25px 0;
		width: 100%;
		text-align: left;
		background-color: #FFFFFF;
	}

	#shop-carrinho-mobile .content-hover .btnOptions {
		border-top: 1px solid #DDDDDD;
		padding: 7px 0;
		width: 86%;
		margin: 0 auto;
		display: block;
	}

	#shop-carrinho-mobile .content-hover .btnOptions a {
		width: 83px;
		display: inline-block;
		color: #FFFFFF;
		text-align: center;
		text-transform: uppercase;
	}

	#shop-carrinho-mobile .content-hover .btnOptions a.detalhe {
		padding: 6px 0;
		float: left;
		font-weight: 700;
		background: #373D4B url('/img/detalheWhite.png') no-repeat 20px center;
		padding-left: 22px;
	}
	#shop-carrinho-mobile .content-hover .btnOptions a.checkout {
		padding: 6px 0;
		float: right;
		font-weight: 700;
		background: #E2151A url('/img/icon_shop-white.png') no-repeat 14px center;
		padding-left: 22px;
	}

	#shop-carrinho-mobile .content-hover .totalPrice .wrapperTotalPrice {
		width: 86%;
		padding: 0 7%;
		margin: 0 auto;
		text-transform: uppercase;
		color: #373D4B;
		font-size: 18px;
	}
	#shop-carrinho-mobile .content-hover .totalPrice .wrapperTotalPrice .info {
		display: inline-block;

		padding-left: 3px;
		font-size: 14px;
		color: #999999;
		text-transform: initial;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	#shop-carrinho-mobile .content-hover .totalPrice .wrapperTotalPrice .red {
		color: #E3141A;    letter-spacing: -2px;    
		font: 700 23px/100% 'PT-Sans', Arial, Helvetica, sans-serif;

		display: inline-block;
		padding-left: 10px;
	}

	#shop-carrinho-mobile .content-hover #closeShop {
		right: 15px;
		position: absolute;
		top: 45px;
	}

	#shop-carrinho-mobile .content-hover table {
		width: 100%;
		padding: 15px;
		padding-bottom: 0;
	}
	#shop-carrinho-mobile .content-hover table tr:first-of-type td {
		padding-top: 5px;
	}
	#shop-carrinho-mobile .content-hover table tr td {
		padding: 10px 0;
		border-bottom: 1px solid #E3E3E3;
	}

	#shop-carrinho-mobile .content-hover .removeShop {
		width: 30px;
	}

	#shop-carrinho-mobile .content-hover .imgShop .prod-img-ribbon-wrapper  {
		width: 72px;
		max-height: 108px;
		position: relative;
		vertical-align: top;
	}
	#shop-carrinho-mobile .content-hover .imgShop img {
		vertical-align: bottom;
		width: 72px;
	}
	#shop-carrinho-mobile .content-hover .imgShop .book-ribbon {
		position: absolute;
		top: auto;
		bottom: -5px;
		left: auto;
		right: -5px;
	}

	#shop-carrinho-mobile .content-hover .qtdShop {
		color: #919191;
		font-size: 18px;
		font-weight: 700;
		padding-bottom: 5px;
	}
	#shop-carrinho-mobile .content-hover .bookContainer{
		padding-left: 10px;
		width: 70%;
	}
	#shop-carrinho-mobile .content-hover .titleShop{
		padding-bottom: 10px;		
	}
	#shop-carrinho-mobile .content-hover .titleShop a{
		color: #373D4B;
		font: 700 21px 'PT-Sans', sans-serif;
	}
	#shop-carrinho-mobile .content-hover .priceShop {
		color: #E3141A;
		letter-spacing: -2px;
		font: 700 24px/100% 'PT-Sans', Arial, Helvetica, sans-serif;
	}
	#shop-carrinho-mobile .content-hover .table-prom td {
		border:none;
	}
	#shop-carrinho-mobile .content-hover .prom {
		font-weight: 700;
		color: #363C4A;
		font-size: 17px;
		width:70%;
		padding-right: 10px;
	}
	
	#shop-carrinho-mobile .content-hover .table-prom .priceShop{
		width:30%;
		text-align: right;
	}
	#shop-carrinho-mobile .content-hover .prom a {
		display: block;
		padding: 0;
		margin: 0;
		border: none;
		color: #363C4A;
	}

	#shop-carrinho-mobile .content-hover .prom a:hover {
		color: #999999;
	}

	#shop-carrinho-mobile .leftShop {
		float: left;
		width: 50%;
	}

	#shop-carrinho-mobile .leftShop .letrasInfo {
		border-top: 1px solid #dddddd;
		margin: 10px 17px 0;
		padding: 10px 0;
		text-align: left;
	}
	
	#shop-carrinho-mobile .rightShop {
		float: left;
		width: 43%;
		text-align: right;
		margin-right: 7%;
		text-align: right;
	}

	#shop-carrinho-mobile .content-hover a.goto-detalhe {
		background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/visualisar_Lista.png") no-repeat scroll 21px center;
		color: #373d4b;
		float: right;
		font-size: 13px;
		font-weight: 700;
		line-height: 11px;
		margin-bottom: 15px;
		padding-left: 12px;
		text-align: center;
		text-transform: uppercase;
		width: 110px;
	}

	#shop-carrinho-mobile .content-hover a.checkoutMobile {
		background: #e2151a url("/temas/mediabooks_v2/img/icon_shop-white.png") no-repeat scroll 21px center;
		color: #ffffff;
		display: inline-block;
		font-weight: 700;
		padding: 6px 0 6px 22px;
		text-align: center;
		text-transform: uppercase;
		width: 100px;
	}

	#openShop {
		cursor: pointer;
	}

	/* FOOTER */
	.hideMobile {
		display: none;
	}

	#sub-footer {
		display:none;
		width: 80%;
		padding: 30px 10%;
		min-width: 1px;
		font: 400 18px 'PT-Sans', sans-serif;
	}

	#sub-footer .goTop {
		top: 211px;
		right: 5%;
	}

	#sub-footer span {
		letter-spacing: -2px;
	}

	#sub-footer .more {
		margin-top: 20px;
	}

	#footer {
		min-width: 1px;
		width: 86%;
		padding: 7%;
	}

	#footer .top .right .col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#footer .top .right .col ul {
		width: 100%;
	}

	#footer .top .left {
		width: 100%;
		margin-right: 0;
	}

	#footer .top .right .col:last-of-type {
		width: 100%;
		margin-bottom: 15px;
	}

	#footer .bottom{
		padding-bottom: 20px;
		border-bottom: 1px solid #FFFFFF;
	}

	#footer .bottom .left {
		width: 100%;
		float: none;
		padding-bottom: 40px;
		border-bottom: 1px solid #FFFFFF;
	}

	#footer .bottom .left .email {
		width: 89%;
		padding: 7px 5%;
		border-right: 1px solid #6E6E6E;
	}

	#footer .bottom .left .submit {
		width: 45%;
		margin-top: 15px;
	}

	#footer .bottom .right {
		display: block;
		float: none;
		width: 100%;
		margin-top: 5px;
		clear: both;
		text-align: center;
	}

	#footer .bottom .right a {
		display: inline-block;
		float: none;
	}

	#footer .bottom .left form {
		max-height: 300px;
	}

	#footer .footer .left {
		font-size: 12px;
	}

	#footer .footer .right a {
		padding-top: 6px;
	}

	.footerMobile-menu {
		display: block;
	}

	.footerMobile-menu .col {
		margin-bottom: 10px !important;
	}

	.footerMobile-menu .col .title {
		cursor: pointer;

	}
	#footer .top .right .col .title{
		height: auto !important;
	}
	#footer .top .left img{
		padding-bottom:0px;
	}
	#footer .fraseRodape{
		display:none;
	}
	#footer .top .right .colContactos span{
		margin:0px;
	}

	.tabsCarrosselGrande{
		margin: 55px auto 55px;
		position: relative;
		width: 86%;
	}

	.tabsCarrosselGrande .title,
	.tabsCarrosselGrande .titleActive{
		font-size: 26px;
	}
	.tabsCarrosselGrande .title span {
		font-size: 12px;
	}
	
	.tabsCarrosselGrande .bookBullets{
		position: relative;
		text-align: center;
		width: 100%;
	}
	.tabsCarrosselGrande .wrapper{
		width: 100%;
	}
	.tabsCarrosselGrande ul {
		margin-left:0px !important;
	}
	
	#realTime {
		width: 100%;
		margin-top: 25px;
	}

	#realTime ul li {
		margin: 0 auto;
		width: 269px;
		position: relative;
	}

	#realTime ul li .img {
		background: none;
		width: 269px;
	}

	#realTime ul li .text {
		width: 269px;
	}
	
	#containerTops{
		width:100%;
		margin:55px auto 0
	}

	#containerTops .arrowLeft{
		left:46%;
	}
	#containerTops .arrowRight{
		left:54%;
	}
	#containerTops .livro .img {
		width: 70px;
	}
	#containerTops ul li .livro .img img {
		max-width: 70px;
	}
	#containerTops ul li .livro .info {
		width: 50%;
	}


	#faceApps{
		margin-bottom: 55px;
	}
	
	/* CARROCEL GERAL */

	.carousel {
		margin: 50px 7%;
		min-width: 250px;
		width: 86%;
	}
	.carousel .arrow{
		cursor: pointer;
		height: 27px;
		position: absolute;
		top: 46%;
		width: 16px;
	}
	.carousel .arrowLeft{
		background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/seta_Lista_Livros.png") no-repeat scroll left top;
		left: 0;
	}

	.carousel .arrowRight{
		background: rgba(0, 0, 0, 0) url("/temas/mediabooks_v2/img/seta_Lista_Livros.png") no-repeat scroll right top;
		right: 0;
		left:auto;
	}

	.backToTopContainer{
		margin: 0 5px 0 0;
	}

	
	.sugestoesLeyaContainer {
		display:none;
		bottom: 0;
		height: 99px;
		margin: 0 auto;
		top: auto;
		width: 100%;
	}
	.sugestoesLeyaContainer:hover{
		height: 99px;
		top: auto;
		width: 100%;
	}
	.sugestoesLeyaContainer #sugestoesLeyaMobile{
		display:block;
		height: 99px;
		width: 100%;
	}
	.sugestoesLeyaContainer #sugestoesLeyaDesktop,
	.sugestoesLeyaContainer #sugestoesLeyaDesktop.activo{
		display:none;
	}

	
	.sugestoesLeyaContainer #fecharSugestoes {
		background: transparent url("/temas/mediabooks_v2/img/fancybox/fancy_close.png") no-repeat scroll 0 0;
		display: block;
		height: 30px;
		position: absolute;
		right: 14%;
		top: 25px;
		width: 30px;
	}
	.item_carrinho{
		position: fixed;
	}
	.banner img{
		width:100%;
	}
	
	.portalCarrossel .tabsCarrosselGrande .leftArrow {
		left: 0px;
	}
	.portalCarrossel .tabsCarrosselGrande .rightArrow {
		right: 0px;
	}
	
}