/* ESTILOS PARA MOVIL */

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

	.noo-header.header-2 .menu-position {
		padding-left: 30px;
		padding-right: 15px;
	}

	#compraAhora{
		display: none;
	}

	.hide-on-desktop{
		display: none !important;
	}

	.navbar-wrapper, .noo-topbar {
		display: none;
	}

	.mob-nav-menu{
		height: 100px;
		background: turquoise;
	}

	.mob-nav-menu ul{
		padding: 0;
		margin: 0;
		font-size: 0.75em;
		font-weight: 300;
		border-radius: 0;
		text-transform: uppercase;
	}

	.mob-nav-menu ul li{
		display: inline;
		margin: 0 5px 0 0;
	}

	.infoCarrito a{
		color: #fff;
	}

	.skin-metro #u-topbar .title {
		background-color: orangered !important;
		margin-left: 0;
		position: absolute;
	}

	.right-true #u-topbar {
		left: auto;
		right: 0;
		z-index: 999;
		border-top: 1px solid;
	}

	.right-true #u-left-panel {
		right: 0px;
		left: auto;
		z-index: 998;
	}

	.right-true #u-topbar .title {
		/* float: right; */
		display: block;
		height: 100%;
	}

	.mobile-menu-logo{
		display: block;
		margin: 0 auto;
	}

	#u-topbar .title {
		padding: 5%;
		/* margin: 0 auto; */
		width: 80px;
	}

	.skin-metro .left-menu-link-info {
		/* position: absolute; */
		bottom: 5px;
		/* right: 10px; */
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	span.left-menu-link-info.recolocar {
		display: block !important;
		margin-top: -30% !important;
		font-size: 1em !important;
		/* margin: 0 auto; */
	}

	button.btn.btn-primary a {
		color: white !important;
	}

	#lblCartCount {
		font-size: 12px;
		background: black;
		color: #fff;
		padding: 0 5px;
		vertical-align: top;
	}

}

@media only screen and (min-width: 1024px){
	.hideondesktop{
		display: none !important;
	}
}