/***********************************************
********************  INFO  ********************
Descripción: Página de Shambala
Autor: nv diseño gráfico
Autor Web: http://www.nvdg.com.ar/
 
*******************  COLORES  ******************

Violeta: #BB2766
Violeta oscuro: #89627B
Amarillo: #FDD74E
Naranja: #FB953D
Naranja claro: #FEEAD8

***********************************************/

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

/***********************************************
*******************  HEADER  *******************
***********************************************/


/***********************************************
*******************  BODY  *********************
***********************************************/

#back {
  display: none;
}


#container {
  margin: 1.5rem auto 0px auto;
  width: 100%;
}

.input-search {
	width: 100%;
}

.search-field,
.search-option {
  width: 86%;
}

.search-clean-button {
  background: url(../img/search-clean-button-big.png) no-repeat right #FEEAD8;
  width: 60px;
}

.search-button {
  background: url(../img/search-button-big.jpg) no-repeat right #FEEAD8;
  width: 60px;
}

select {
  background: url(../img/select-button-big.jpg) no-repeat right #FEEAD8;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.catalogo,
.catalogo-novedad {
  height: 5rem;
  width: 100%;
  max-width: none;
  margin: 0 0 1rem 0;
  display: inline-block;
  text-align: left;
}

.catalogo-img,
.catalogo-img img {
  max-width: 6.5rem;
}

.catalogo-img {
  height: 100%;
  width: 6.5rem;
  float: left;
  margin-right: -6.5rem;
}

.catalogo-img img {
  max-height: 100%;
}

.catalogo-desc {
  height: 100%;
  overflow: hidden;
  padding: .3rem 1rem;
  float: left;
  margin-left: 6.5rem;
}

.boton_articulo {
  height: 5rem !important;
  width: 100% !important;
	top: 0 !important;
  position: relative !important;
  display: block !important;
}

/* catalogo pop up */

.pop {
  top: 1%;
}

.catalogo-pop {
  height: 20rem;
}

.catalogo-pop .catalogo-img {
  height: 50%;
  max-width: initial;
  width: 100%;  
}

.catalogo-desc-pop {
  height: 50%;
  width: 100%;
  margin: 0;
  max-width: initial;
}

/***********************************************
*******************  FOOTER  *********************
***********************************************/

#footer {
  height: 100%;
}

.footer-content-img-cel {
  display: inherit;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.footer-content {
  width: 100%;
}

.footer-content p {
  text-align: center;
}

.footer-content-img {
  display: none;
}

.nv {
  text-align: center;
  width: 100%;
  float: left;
}

/***********************************************
*******************  menu  *********************
***********************************************/

/* javi (todo lo voy a poner con !important para que sobreescriva)*/
ul#menu_uno {
	position: fixed;
	left: 0 !important;
	width: 100% !important;
	top: 3.5rem !important;
	height: 100%;
	overflow: auto;
}

ul#menu_uno li input{
	width: 100% !important;
}

ul#menu_uno li.parent {
	display: block !important;
}

ul#menu_dos {
	width: 100% !important;
	min-height: 0px !important;
}

ul#menu_dos li {
	margin-left: 50px !important;
	display: block !important;
}

ul#menu_dos.sub-menu {
	position: relative !important;
}

ul.sub-menu ul.sub-menu {
	left: 0 !important;
}
/* fin javi */

}

