h1,h2,h3,h4,h5,h6{ font-weight: lighter !important;}
h1{ text-transform:uppercase;}
.page-header {
    background-color: #F2F2F2;
    border: none;
    padding: 5px 0;
	min-height:auto;
}
/*
*	ESTILOS ADICIONALES DEL MENU DEL FOOTER
*	POR DANIEL VILLARREAL
*/
.menufooter{ font-size: 16px; color:#FFF;}
.menufooter .submenufooter { font-size: 14px;}
.menufooter ul{ list-style: none; display: block;text-align: center; padding-left: 0; }
.menufooter ul li { text-align: right; float: none;display: inline;}
.menufooter ul li span{ margin-right: 3px; margin-left: 3px;}
.menufooter a{color:#FFF;text-decoration: none; text-align: center; text-transform: uppercase;;}
.menufooter a:hover{ text-decoration: underline;}
.menufooter p{text-align:center; clear:both; display: block;}
/*
*	TERMINAN LOS ESTILOS ADICIONALES DEL MENU DEL FOOTER
*/
/*
*	ESTILOS ADICIONALES DEL MENU DEL HEADER USER
*	POR DANIEL VILLARREAL
*/
.menuheaderuser a{ text-decoration: none; color:#FFF; font-size: 10px;}
.menuheaderuser a span { margin-right: 5px; margin-left: 6px;}
#header .header-body {background: #E2E2E2 none repeat scroll 0% 0%;}
#header .header-logo img {margin:0px;height: 90px;}
/*
*	TERMINAN LOS ESTILOS ADICIONALES DEL MENU DEL HEADER
*/
#header .header-body {
    border-top: 0;
}
#header .header-top.header-top-colored {
    margin: 0px;
    border-top: 0px;
    color: #FFF;
    padding: 0;
}
#mainNav i{ color:#000 !important;}
/*
*	ESTILOS ADICIONALES DEL MENU PRINCIPAL
*	POR DANIEL VILLARREAL
*/
#header .header-nav-main nav > ul > li > a {
    color:#000;
}
#header .header-nav-main {
}
/*
*	TERMINAN LOS ESTILOS DEL MENU PRINCIPAL
*/
/*
*	ESTILOS ADICIONALES DEL SLIDER
*	POR DANIEL VILLARREAL
*/
html .slider-container .tp-caption-overlay-primary {
    background: none !important;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
/*
*	TERMINAN LOS ESTILOS DEL SLIDER
*/
/*
*   ESTILO PARALAX INDEX
*/
.thumb-info .thumb-info-type {background-color: #f6a840; font-size: 1.1em; padding: 15px; border-radius: 6px;}
.thumb-info.thumb-info-centered-info .thumb-info-title {top: 38%;}
/*
*   TERMINA
*/
/*
*   ESTILO PARALAX INDEX
*/
.btn-full-width{
	width:100%;	
	}
/*
*   TERMINA
*/
/**
 *  ESTILOS PRODUCTOS GRID
 *
 */
 .productosgrid a { color:#000;}
 .productosgrid a:hover{ text-decoration: none;}
 .productosgrid p{ text-align: center; color:#000; font-size: 15px;}
 .preciotachado .preciotachado{}
 .preciotachado .precio{}

 /**
 * TERMINA
 */
 /**
  * PRECIO PRODUCTO AL VERLO
  */
  .precioproductover del{ font-size: 9px; text-decoration: line-through; }
  .precioproductover ins{ font-weight: bold; text-decoration: none; }
  /**
  * TERMINA
  */
.menuvertical{ list-style: none; margin-left: 0; padding-left: 0;}
.menuvertical li{padding: 10px;}
.menuvertical li a{ display: block;}
.menuvertical .active{ font-weight: bold;}

.products .product {
    position: relative;
    margin-bottom: 30px;
}
.products {
    margin: 0;
    padding: 25px 0;
    list-style: none;
}
.products .product .onsale {
    background-color: red;
    border-bottom-color: red;
}
.products .product .onsale {
    position: absolute;
    background-image: none;
    border-radius: 100%;
    left: auto;
    right: 0;
    top: -15px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    box-shadow: none;
    font-size: 0.9em;
    color: #FFF;
    border-bottom: 2px solid transparent;
}

.products .product a {
    text-decoration: none;
}
.product-thumb-info a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.products .product .price {
    display: block;
    min-height: 28px;
}
.products .product .price del {
    color: rgba(145, 145, 145, 0.5);
    font-size: 0.7em;
    margin: -2px 0 0;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.products .product .price del .amount {
    font-size: 1.3em;
    font-weight: lighter;
    color:gray;
    text-decoration: line-through
}

.products .product .price .amount {
    font-size: 1.3em;
    font-weight: bold;
    color:red;
}
.products .product .price ins {
    text-decoration: none;
}


.owl-carousel .owl-item .imgverproducto img {
    height: 100px !important;
    width: auto;
}


.errorSummary,.errorMessage{ color:red;}


.cart .quantity {
    top: 10px;
    position: relative;
}
.quantity {
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 35px;
    margin: 0 auto;
}
.quantity .minus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
}
.quantity .qty {
    border: 1px solid #CCC;
    box-shadow: none;
    float: left;
    height: 35px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
    font-size: 1em;
}
.quantity .plus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
    right: 0;
    top: 0;
}
a.minus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 33px !important;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
}
a.plus {
    background: #f4f4f4;
    border: 1px solid #C8BFC6;
    border-radius: 2px;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 33px !important;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: text-top;
    width: 35px;
    right: 0;
    top: 0;
}

.amount {
    font-size: 2em;
    display: block;
    padding-top: 10px;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: #efefef;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #e7e7e7;
}
.product-thumb-info-image{
    background-color: #FFF;
    }

/**/
#header .header-search .form-control {
    border-radius: 0px;
    height: 28px;
}
#header .header-top .header-search {
    margin-top: 0px;
}
#header .header-top p {
    line-height: 28px;
}
#header .header-search .btn-default {
    padding-top:4px;
}

.ui-autocomplete { max-height: 200px; max-width: 300px; overflow-y: scroll; overflow-x: hidden;}
.ui-menu-item{ font-size: 10px;}
/**
 *  ESTILOS BUSCADOR MOVIL
 **/
#searchFormmovil{
    float: left;
}
#buscador2{
    margin-bottom: 8px;
    padding-right: 0px;
    border-right: 0;
    margin-right: 0;
}
#header .header-nav-bar .header-btn-collapse-nav {
    margin-top: 8px;
}


.ofertab{ background-color:#ffd500;}
.ofertab a{ color: #000 !important;}

#descripcion img{
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.product-thumb-info {
    border: none;
}
.product-thumb-info .product-thumb-info-image:before {
    background: transparent !important;
}
#header .header-search .form-control {
    width: 270px;
}

.product-thumb-info-act{
    display: none !important;
}

.product-thumb-info img {
    height: 200px;
    width: auto;
    margin:0 auto;
}
.owl-carousel .owl-item img {
     width: auto !important; 
}

img.mfp-img {
    background: #cacaca;
}
.mfp-title {
    color: #000;
}