
/* ---------------------------- */ 

body{
	padding-top:0px;
	overflow-x: hidden;
}

#header{
	margin:auto;
}


.navbar .logo-market{
	margin: -6px 0;
	height: 32px;
	width: auto !important;
	max-width: none;
	vertical-align: top;
}

.affix{
	top:0;
}


.carrito-usuario.affix {
	/*background: black;
	margin: 0 -20px;
	*/
	left: 0;
	right: 0;
}



/* --------------------- */
#content-container{
	width: 100%;
	margin:auto;

	border-top: 1px solid transparent;
	/*margin-top: -1px;*/
	padding-top: 40px;

	padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
	margin-right: -20px;


}


#content{
	padding: 0px 0 40px 0;
	padding-top: 0px;
}



/* -------------------- */
.navbar.main-navbar{
	width: inherit;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	top: auto;
}


/* --------------------------- */

.navbar.main-navbar.affix{
	margin-top: 0;
	position: fixed;
	top: 0;
}


/* ------------------------ */
#header{
	display: none;
	padding: 20px;
}


/* --------------- sticky ---------------- */
html, body { height: 100%; }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.push { height: 120px; } /* Just some arbitrary space to add between footer and rest of the content, when they are close */

/* not required for sticky footer; just makes some space for navigation bar */
.wrapper > .container-fluid {
	padding-top: 60px;
}


/* -------------- sidebar ---------------- */
.sidebar{
	word-wrap: break-word;
	overflow: hidden;
}



/* --------------------------------------- */
#_ventana-apariencia {
  position: fixed;
  top: 0px;
  bottom: 0;
  width: 1070px;
  -webkit-transform: translate(-1060px, 0);
  -moz-transform: translate(-1060px, 0);
  -ms-transform: translate(-1060px, 0);
  -o-transform: translate(-1060px, 0);
  transform: translate(-1060px, 0);

  -webkit-transition: all .5s 1s;
  -moz-transition: all .5s 1s;
  -ms-transition: all .5s 1s;
  -o-transition: all .5s 1s;
  transition: all .5s 1s;

  z-index: 1000;
  
  overflow: auto;
}
#_ventana-apariencia:hover {
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  transform: translate(0px, 0);
  
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;

}

#_ventana-apariencia .modal-footer{
}


/* ------------------------- */
.container .site-header,
.container .site-body,
.container .site-footer{
	padding: 0;
	margin-left: -40px;
	margin-right: -40px;
}

.site-footer{
	padding: 20px 0;
	min-height: 120px;
	border-radius: 0;
}

@media(max-width:767px){

	.site-header,
	.site-body,
	.site-footer
	{
		margin-left: -20px !important;
		margin-right: -20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.width-extend-full > div > div > div > .container {
		margin-left: 20px;
		margin-right: 20px;
	}
}


/* ------------------------- */


.container-fluid > .site-body{
	margin: 0 -20px;	
}

.navbar-static-top{
	position: relative;
}

.site-header.modal-header {
	padding: 0;
}

/* ----------------------------------------------- */
.banner-demo{
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 !important;
	bottom: 0;
	background: black !important;
	background: rgba(0,0,0,.8) !important;
	color: white !important;
	border: none !important;
}



/* ----------------------------------------------- */
.CodeMirror{
	background: #fff;
}


/* metodo-pago
---------------------------------------------- */
.ordencompra-metodos-pago{
	
}

.ordencompra-metodos-pago-item,
.ordencompra-metodos-envio-item {
	display: block !important;
	overflow: hidden !important;
	margin-bottom: 5px !important;
}

.ordencompra-metodos-pago-item ul,
.ordencompra-metodos-envio-item ul {
	margin-bottom:0;
}

.ordencompra-metodos-pago-item ,
.ordencompra-metodos-envio-item a {
	overflow:hidden;
}

.sucompra-items tr > td {
	border: none;
}

/* ------------------------------------------- */
.ordencompra_confirmar .page-body {
    margin: 10vh 0;
}

.ordencompra_confirmar .page-body h4 {
    margin-bottom: 40px;
}

.ordencompra_confirmar .resumen-lateral {
    margin-top: 40px;
}

@media (min-width: 769px){
	.ordencompra_confirmar .resumen-lateral {
	    margin-top: 0;
	    -webkit-transform: scale(.9);
	    -o-transform: scale(.9);
	    -ms-transform: scale(.9);
	    transform: scale(.9);
	    -webkit-transform-origin: top left;
	    -moz-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	}
}



/* ------------------------------------------- */
@media(max-width:479px){
	body.nav-collapse-expanded {
		padding: 0;
		border: 0;
		margin: 0;
	}
	
	body.nav-collapse-expanded .wrapper{
		height: 100% !important;
	}
	
	body.nav-collapse-expanded .wrapper + div{
		display: none;
	}
	
	body.nav-collapse-expanded .affix,
	body.nav-collapse-expanded .affix-top{
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100% !important;
	}
	
	body.nav-collapse-expanded .container .site-header, .container .site-body, .container .site-footer {
		padding: 0;
		margin: 0 !important;
	}
	
	body.nav-collapse-expanded .site-page-content {
		display: none;
	}
}


/* ---------------------------- */
.highlighted{
	outline: 2px dotted #000000;
	box-shadow: 0 0 2px 2px #ffffff, 0 0 4px 4px #000000;
}

/* ICOMOON */

.icomoon-large {
	font-size: 72px;
}

.icomoon-medium {
	font-size: 52px;
}

.icomoon-small {
	font-size: 32px;
}

/* ------------------DETALLE CATALOGO-------------------- */

.categorias-y-productos .detalle .galeria-detalle-producto {
    margin-bottom: 30px;
}

.categorias-y-productos .detalle .galeria-detalle-producto ul.thumbnails li {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .categorias-y-productos .detalle .galeria-detalle-producto ul.thumbnails li.span3 {
        float: left;
        width: 24.999999999999996%;
    }
    .categorias-y-productos .detalle .galeria-detalle-producto ul.thumbnails li.span6 {
        float: left;
        width: 49.99999999999999%;
    }
}

.categorias-y-productos .detalle .galeria-detalle-producto .thumbnail {
    margin: 2px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

.categorias-y-productos .detalle .galeria-detalle-producto .thumbnail .thumbnail-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: url(/img/snippets/ver-imagen.png) center center no-repeat #000;
    opacity:0;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.categorias-y-productos .detalle .galeria-detalle-producto .thumbnail a:HOVER > .thumbnail-hover {
    opacity:0.7;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-detalle-producto-scrollable .thumbnails-container {
    white-space: nowrap;
    overflow: auto;
    margin: 2px;
    -webkit-overflow-scrolling: touch;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-detalle-producto-scrollable ul.thumbnails {
    margin-bottom: 0;
}

.categorias-y-productos .detalle .galeria-detalle-producto.galeria-detalle-producto-scrollable ul.thumbnails li {
    float: none;
    display: inline-block;
}

.categorias-y-productos .detalle .detalles {
    margin-top: 30px;
}

.categorias-y-productos .detalle .detalles-video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
    height: 0;
}
.categorias-y-productos .detalle .detalles-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.alert.alert-info.alert-block.politica-cookies {
	margin: 0;
	padding: 10px 0 20px 0;
	border: none;
	border-radius: 0;
}

.alert.alert-info.alert-block.politica-cookies h3{
	margin-top: 0;
}

/* AGREGADO 2015-07-09 SEGÚN DISEÑO DE CLARA, VER SI VA O NO*/
.galeria-detalle-producto .thumbnail {
	background-color: rgba(0,0,0,.04);
}

.categorias-y-productos .detalle .producto-descripcion-parcial{
	margin-bottom: 30px;
}

.categorias-y-productos .detalle .producto-descripcion-parcial .producto-descripcion-corta{
	display: block;
}



.producto-agregar-al-carro .form-horizontal .control-label{
	width: 70px;
	text-transform: capitalize;
}

.producto-agregar-al-carro .form-horizontal .controls{
	margin-left: 80px;
}

.producto-agregar-al-carro .precio-completo{
	margin-bottom: 20px;
}

.producto-agregar-al-carro .precio-completo .subtotal{
	text-transform: uppercase;
}

.producto-agregar-al-carro .precio-final {
	font-size: 350%;
	font-weight: bold;
}

.producto-agregar-al-carro .precio-tachado {
	display: block;
	line-height: 100%;
	font-size: 150%;
}

.producto-agregar-al-carro .precio-sin-descuento{
	display: inline-block;
	text-align: center;
}

.producto-agregar-al-carro .precio-sin-descuento-antes {
	text-transform: uppercase;
	display: block;
	line-height: 100%;
}

small.precio-moneda-simbolo {
	font-size: 60%;
	font-weight: normal;
}

small.precio-importe-decimal {
	font-size: 60%;
	vertical-align: super;
}


/* FIX para el template	140
/* 04/05/2015 este fix rompe templates que tienen el site-header bajo el navbar con margen negativo para que el logo quede sobre el navbar 
----------------------------- */
/*
.navbar.navbar-static-top:not(.affix) {
  position: relative;
}

.navbar.navbar-static-top:not(.affix) + .container > .site-header.modal-header{
	position: relative;
}
*/
/* FIN FIX */


/* FIX ALE: todos los navbar que deben ocupar el ancho de la pantalla necesitan width: 100% para que funcione en safari con transiciones. */
@media (min-width: 767px) {
	[rel="affix-anchor"] + .navbar {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}

.bigImageFixed.__FIX__bigImageFixed {
  background-attachment: initial;
}


/* FIX PARA MENÚES CON MUCHOS ITEMS
----------------------------------- */
.dropdown-menu {
  max-height: 50vh;
  overflow-y: auto;
}





ul.servicios-pago li img {
    width: 30px
}

.metodospago .metodopago {
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .3s all;
    border: 1px solid #eee;
    padding: 0 10px
}

.metodospago.active .metodopago {
    opacity: .5
}

.metodospago.active .metodopago.active {
    margin-bottom: 20px;
    border-color: #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    opacity: 1
}

.metodospago .metodopago .metodopago-logo {
    transition: .3s all;
    transform: scale(.6);
    margin: 0 -10px
}

.metodospago.active .metodopago .metodopago-logo {
    opacity: .5;
    -webkit-filter: grayscale(100%);
    transform: scale(.5)
}

@media (max-width: 767px) {
    .metodospago.active .metodopago .metodopago-logo {
        margin:0 -15px
    }
}

.metodospago.active .metodopago.active .metodopago-logo {
    opacity: 1;
    -webkit-filter: grayscale(0);
    transform: scale(.6)
}

@media (max-width: 767px) {
    .metodospago.active .metodopago.active .metodopago-logo {
        transform:scale(.5)
    }
}

.metodopago label {
    min-height: 70px
}

.metodopago .metodopago-info {
    margin-left: 180px;
    position: relative;
    margin-top: -50px;
    clear: both;
    display: block;
    min-height: 50px;
    overflow: hidden
}

.metodopago .metodopago-info-condiciones {
    overflow: hidden;
    transition: .2s all;
    margin-left: 70px;
    max-height: 0;
    opacity: 0
}

@media (max-width: 767px) {
    .metodopago .metodopago-info-condiciones {
        margin-left:60px
    }
}

.metodopago.active .metodopago-info-condiciones {
    max-height: 500px;
    opacity: 1;
    margin-top: -20px;
    margin-bottom: 10px
}

.metodopago .metodopago-info-resumen-servicios-pago {
    -webkit-filter: grayscale(100%);
    transition: .5s all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: right center;
    max-width: 129px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5
}

.metodopago.active .metodopago-info-resumen-servicios-pago {
    opacity: 0
}

.metodopago .metodopago-info-servicios-pago {
    overflow: hidden;
    text-align: right;
    transition: .3s all;
    max-height: 0;
    opacity: 0
}

.metodopago.active .metodopago-info-servicios-pago {
    max-height: 300px;
    opacity: 1;
    margin-bottom: 20px
}



/* material loader
----------------------- */

.material-loader {
  height: 4px;
  width: 100%;
  position: fixed;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: 0;
  white-space: normal;
  display: block;
  border-radius: 0;
  
  top: 0;
  left: 0;
  right: 0;
  
  z-index: 9999999;
}

.label-info.material-loader-bar{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  animation: material-loader-loading 2s linear infinite;
  -webkit-animation: material-loader-loading 2s linear infinite;
}

@-webkit-keyframes material-loader-loading {
    from {left: -70%; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

@keyframes material-loader-loading {
    from {left: -70%; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


/*
LISTADO PRODUCTOS
-------------------------------- */
/*
.listado-productos .precio {
	line-height: .1em;
	display: block;
	white-space: pre-wrap;
}*/

.listado-productos .precio {
	line-height: 0.1em;
	display: block;
	white-space: pre-wrap;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
}


.listado-productos .precio.pull-right {
	text-align: right;
}


.listado-productos .precio > *,
.agregar-a-carro .precio > * {
	line-height: 1em;
	white-space: nowrap;
}

/* MI CUENTA */

#mi-cuenta .nav.nav-tabs {
	margin-top: 20px;
}

/* --------------------- */
.modal .modal-body{
	max-height: calc(100vh - 140px);
}

.modal.fade.in {
	top: 30%;
	transform: translateY(-30%);
}

/* ---------------------------- */
.site-copyright {
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
	font-family: "Open Sans", Arial;
	opacity: .6;
	padding: 20px 0 0 0 ;
	text-align: center;
}








/* ----------------------------- */
body.nav-collapse-expanded .site-page-content {
	display: inherit;
	visibility: hidden;
}

@media (max-width: 767px){
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-right: -20px;
		margin-left: -20px;
	}
}

@media (max-width: 767px){
	body.nav-collapse-expanded .navbar-fixed-top,
	body.nav-collapse-expanded .navbar-fixed-bottom,
	body.nav-collapse-expanded .navbar-static-top {
		position: fixed;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 100vw;
		max-height: 100vh;
		overflow: auto;

		margin-left: inherit;
		margin-right: inherit;
	}
}














