@charset "utf-8";


body{
  background:#EEE;
}
.bodymain {
  max-width: 1400px;
  margin: 30px auto !important;
  border: 1px solid #DDD;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  background: #FFF;
  border-radius: 20.3px;
  overflow: hidden;
}
body > .page-container > .header {
    border-bottom: 1px solid #dadada;
    background: #FFF;
    padding: 9px;
}
body > .page-container, .wfix {
    max-width: 1400px;
    margin: auto;
    position: relative;
}
body > .page-container .main{
    /* margin-top: 2em; */
}
.table-cell {
    display: table-cell;
    vertical-align: top;
}
.table {
    display: table;
    table-layout: fixed;
}
header {
/*    background: #0000ca;*/
    background: #0000b7;
    background: #234c82;
    background: #fff;
    position: relative;
    height:140px;
    padding: 0 2em;
}
.header-fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 10px 10px rgba(0,0,0,0.15);
}
.toppage .floatright a {
    text-transform: uppercase;
    font-size: 12px;
    color: #DDD;
}
header .toppage > span, header .toppage .floatright > span {
    margin-left: 10px;
}
header .wfix .logo {
    display: inline-block;
}
header .wfix .logo img {
  display: block;
  /* position: absolute; */
  z-index: 80;
  margin-top: 20px;
  height: 89px;
}
.homeicon {
  display: table-cell;
  width:13.985%;
  height: 120px;
  vertical-align: top;
  text-align: center;
  padding:29px 18px;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  margin: 0;
  text-decoration: none !important;
  transition:all .2s;
}
.homeicon:hover{
  background-color:#f5f5f5;
}
.homeicon:hover .icontext, .homeicon:hover .lnr {
    color: #d9534f;
}
.homeicon .lnr {
  display: block;
  font-size: 2em;
  margin: 0 0 10px 0;
  color: #1451a0;
  font-weight: lighter;
}
.homeicon .icontext {
    color: #014296;
}
span.input-group, div.form-group {
    width: 100%;
}
input {
    outline: none !important;
}
.width300 {
    width: 300px;
}
.logo-fixed {
    height: 25px;
    transition: all .2s;
    margin-bottom: 2px;
    margin-right:5px;
}
ul.navlinks {
    list-style: none;
    padding: 0;
    margin:0;
    text-align: center;
}
.navlink_productos:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 5px;
}
ul.navlinks > li {
    display: inline-block;
    text-transform: uppercase;
}
ul.navlinks li:not(.clicked):hover > div, .child li:not(.clicked):hover .lnr {
    color:#d9534f !important;
    transition: all .2s;
}
.child li.clicked .lnr {
    color: #FFF;
}
 ul.navlinks li.clicked > div {
   color: #FFF;
 }
.navlinks > li > div, .navlinks > li > a {
  color: #2e4f79;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 15px;
  display: block;
  line-height: 52px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

.navlinks > li:hover {
  background-color: #efefef;
}

.navlinks > li > ul.child > div > li a{
    padding:2px;
    display: block;
    font-family:"roboto condensed", sans-serif;
}
.navlinks > li > ul.child > div > li a:hover {
    text-decoration: underline;
}
.navlinks > li > ul.child > div > li h3 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    width: 60%;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1451a0;
    font-family: roboto condensed;
}
.navlinks > li > ul.child > div > li:first-child {
  padding-top:1em;
  border-top: 1px solid #eee;
}
.navlinks > li > ul.child > div > li {
  display: block;
  width: 200px;
  min-width: 130px;
  vertical-align: top;
  padding: 0.5em 1em;
  font-size: 1.05em;
    transition: all .2s;
    border-top: 1px solid #ddd;
    cursor: pointer;
    background: #EEE;
}
.navlinks > li > ul.child > div > li {
    /* background: #FFF; */
}
ul.navlinks ul {
    list-style: none;
    padding: 0;
}
ul.navlinks > li > ul.child > div > h2 {
    float: right;
    margin: 0;
    display: block;
}
ul.navlinks > li > ul.child {
    display: none;
    position: absolute;
    background:#fff;
    width: 100%;
    max-width: 980px;
    left: 0;
    top: 52px;
    left: 0;
    right: 0;
    margin: auto;
    /* border: 1px solid #EEE; */
    text-align: left;
    min-height: 250px;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.2);
}

ul.navlinks li:hover ul.child ul.child_cerrado, ul.navlinks li.clicked ul.child ul.child_cerrado {
      position: absolute;
      left: 200px;
      top: 0;
      width: calc(100% - 200px);
      height: 506px;
      overflow: auto;
      display: none;
      padding-left: 2em;
      padding-bottom: 2em;
      border-top: 1px solid #efefef;
      background: #FFF;
}
.child_cerrado > div > li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 2em;
    margin-right:1em;
}
.navlinks > li > ul.child > div > li:hover {
   background:#fff;
    padding-left: 25px;
}
.navlinks > li > ul.child > div > li.clicked {
  background:#00b6ff;
  padding-left: 25px;
}
ul.navlinks > li:hover > ul.child {
  /* background:#efefef; */
}
ul.navlinks li:hover > ul.child_cerrado {
  background:#fff;
}
ul.navlinks > li:hover > ul.child, ul.navlinks.onhover li:hover > ul.child_cerrado {
    display: block !important;
    font-family: "Raleway", sans-serif;
    height: 507px;
}
.toppage {
  background: #444;
  padding: 5px;
  color: #CCC;
}
.navlinks a {
/*
    display: inline-block;
    padding:15px;
    font-size: 1.2em;
    color: #00183e;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
*/
}
.navlinks a:not(.activo):hover, .navlinks a:active, .navlinks a:focus {
    text-decoration: none;
    color:#f70000;
}
.navlinks a.hover {
    color: #000;
}
.navlinks a.activo {
    background: #efefef;
    color:#1451a0;
}
/*
    ESTADOS MercadoPago
*/
.label-approved {
  background-color: #5cb85c;
}
.label-pending {
  background-color: #f0ad4e;
}
.label-in_process {
  background-color: #337ab7;
}
.label-in_mediation {
  background-color: #5cb85c;
}
.label-rejected {
  background-color: #c9302c;
}
.label-cancelled {
  background-color: #c9302c;
}
.label-refunded {
  background-color: #31b0d5;
}
.label-charged_back {
  background-color: #5e5e5e;
}

/*
    SKT CAPTCHA
*/

.sktcaptcha{
    display: none !important;
}

/*
  BOOT
*/

.table.border{
    border: 1px solid #ddd;
    border-radius: 2px;
}
.table.no-margin{
    margin: auto !important;
}
.relative {
    position: relative;
}

.fa-1-5x{
    font-size: 1.5em !important;
}
.input-group-addon{
    max-width: 39px;
    min-width: 39px;
}
.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    /*font-weight: bold;*/
}
.title2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    /*font-weight: bold;*/
}
.title3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /*font-weight: bold;*/
}

.title4, .p12 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
}
.float-left {
    float: left !important;
}
.no-padding{
    padding: 0 !important;
}
.label.label-default.grey{
    background: #EDEDED !important;
    color: #999 !important;
}

.input-group-addon.auto-width{
    max-width: none !important;
}

.rojo{
    color: #F00;
}
.naranja {
    color: #F80;
}
.verde{
    color: #7AAF33;
}
.gris{
    color: #AAA;
}
/*
    CENTER BOX
*/

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.absolute-center.responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 10px;
}
.auto-center {
  margin: auto !important;
  max-width: 300px;
  position: relative;
}

.auto-center.responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 10px;
}

/*
    FORM
*/

form .formErrorMessage{
    display: none;
}
form .formErrorMessage.show{
    display: block;
}
.alert.sm{
    padding: 6px;
    font-size: 0.9em;
    line-height: 1;
}


form .error_messages{

}
form .error_messages .input-error-message{
    color: #C00;
    font-size: 11px;
    padding: 2px;
}

label .text{
    font-weight: normal;
}

.container_show_more{
    display: none;
}

.container_show_more.show{
    display: block;
}

/*
    HEADER
*/

.header > .container-fluid {
    max-width: 1400px;
    position: relative;
}




/*PC*/
@media (min-width: 767px){
    .header-logo img.lg{
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .header-logo img.sm{
        display: none;
    }
    .header .buscador{
        display: block;
    }

}
/*Smart*/
@media (max-width: 768px){
    .header-logo{
        width: auto;
        position: relative;
        display: inline-block;
        margin: 5px 5px;
    }
    .header-logo img.lg{
        display: none;
    }

    .header-logo img.sm{
        height: 45px;
        width: auto;
        margin: -4px 0;
    }
    .header .buscador{

    }
}


.btn-header{
    padding: 10px 10px !important;
    width: 40px;
    margin: 0 15px 0 0 !important;
}
/*Smart*/
@media (max-width: 768px){
    .btn_cart{
        display: none;
    }
    .user-menu{
        width: 100%;
    }
    .user-menu .btn_cart{
        display: none !important;
    }
}
/*PC*/
@media (min-width: 767px){
    .btn_cart{
        display: block;
    }
    .user-menu .btn_cart{

    }
}
.btn_cart .badge.up{
    position: absolute;
    left: 30px;
    top: 5px;
    margin: auto;
    font-size: 11px;
}

.header .text-buscar{
    border-radius: 3px 0 0 3px !important;
    border-right: none !important;
}

.header .btn-buscar{
    background: #369c5f;
    border: #369c5f 1px solid !important;
    position: relative;
    border-radius: 0px 3px 3px 0px;

}
.header .btn-buscar:hover{
    color: #DDD;
    background: #7AAF33;
}
.header .btn-buscar:focus,
.header .btn-buscar:active{
    background: #7AAF33 !important;

}




/*
    DRAWER
*/


.drawer{
    display: inline-block;
    margin: 0;
    padding: 0!important;
    width: 300px !important;
    z-index: 145;
    overflow: visible;
}


@media (max-width: 768px){
    /* para usar como fixed en pc y cel */
    .drawer.fixed{
        position: fixed !important;
        top:10% !important;
    }
    /* para usar dentro de un contenedor donde haya elementos inline-block */
    .drawer.inline-block{
        position: fixed;
        left: -100%;
    }
    /* para usar dentro de un .row .col */
    .drawer-table-cell{
        position: fixed;
    }
    .to-top{
        top: 65px !important;
        height: calc(100% - 65px);
        border-bottom: #106BB1 2px solid;
    }
}
@media (min-width: 767px){
    /* para usar como fixed en pc y cel */
    .drawer.fixed{
        position: fixed !important;
        top: 65px !important;
    }
    /* para usar dentro de un contenedor donde haya elementos inline-block */
    .drawer.inline-block{
        position: relative;
    }
    /* para usar dentro de un .row .col */
    .drawer-table-cell{
        position: relative;
        display: table-cell;
        left: auto !important;
    }
}

.drawer-left{
    left: -100%;
}
.drawer-left.show{
    left: 0 !important;
    position: fixed!important;
}
.drawer-right{
    right: -100%;
}
.drawer-right.show{
    right: 0 !important;
    position: fixed!important;

}
.drawer.show{
    display: block!important;
    margin: 0!important;
    padding: 0!important;
    overflow: auto;
    max-width: 300px;
    width: 100%;
    z-index: 1020;
    box-shadow:0 0 15px rgba(0,0,0,.5);
    transition: all .5s;
    background: #FFF;
}

.drawer-header{
    display: block;
    position: relative;
    padding:12px 10px 12px 10px;
    font-size: 1.2em;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    border-bottom: #106bb1 2px solid;
}

/*
    Nav Categorias
*/

nav.categorias .cat-header{
    display: block;
    position: relative;
    padding: 10px;
    font-size: 1.2em;
    background-color:#369c5f;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.categoria-nav {
    margin: 0;
    padding: 0;
    list-style: none;

}

.categoria-nav > li{
    padding: 0;
    margin:0;
    border-bottom:1px solid #DEDEDE;
    background-color: #FFF;
}
.categoria-nav > li:not(:first-child){
    margin-top: 15px;
}
.categoria-nav .titcat_container{
    display: block;
    padding: 0;

}
.categoria-nav .titcat_container .link{
    display: block;
    padding: 10px;
    background: #369c5f;
    color: #FFF;
}
.categoria-nav .titcat_container .link.active{
    color: #fff;
    background-color: #337ab7;
}
.categoria-nav .pin{
    padding: 10px;
    position: relative;
    display: inline-flex;
    float: right;
    cursor: pointer;
    text-decoration: none !important;
}
.categoria-nav > * > a{
    font-weight: bold;

}

.titcat_container{
    display: block

}

.subcategoria-nav {
    box-sizing: border-box;
    display: none;
}
.subcategoria-nav.open{
    display: block;
}
.subcategoria-nav > * > a{
    font-weight: normal;
}
.subcategoria-nav li{
    border-top: 1px solid #DDD;
}




/*
    HOME
*/
.top-cat-container{
    margin-top: 10px;
    margin-bottom: 10px;
}

/*PC*/
@media (min-width: 767px){
    .top-cat{
        box-sizing: border-box;
    }
}
/*Smart*/
@media (max-width: 768px){
    .top-cat{
        box-sizing: border-box;
        padding-bottom: 10px;
    }
}

.top-cat .inner{
    border: #DEDEDE 1px solid;
    margin-top: 0;
    box-shadow: #CCC 0 0 0;
    transition: .5s all;
    padding-bottom: 10px;
}
.top-cat .inner:hover{
    margin-top: -5px;
    box-shadow: #CCC 0 3px 3px;
    padding-bottom: 10px;
    transition: .5s all;
}
.top-cat .top-cat-img{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 39%;
    height: 130px;
    /*border: #0F0 1px solid;*/
    overflow: hidden;
    box-sizing: border-box;
}
.top-cat .top-cat-img .img-container{
    max-width: 130px;
}
.top-cat .top-cat-img .img-container img{
    width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;

}
.top-cat .top-cat-data{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 59%;
    overflow: hidden;
    /*border: #00F 1px solid;*/
    box-sizing: border-box;
}
.top-cat h2{
    font-size: 1.2em;
    margin: 10px 0 0 0;
    min-height: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.top-cat-data ul{
    padding-left: 23px;
    list-style-type: disc;
}
.top-cat-data ul li{
    width: 100%;
    display: list-item;
    margin: 0;
    margin-bottom: 3px;
}

.home-cat-card .nombre{
    min-height: 40px;
}
.home-cat-card .ver-mas{
    position: absolute;
    bottom: 0;
    right: 0;
}








/*

    xxxx????

*/




.box {
    margin-left: 0px ;
    margin-right: 0px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    min-height: 180px;
}
.row.slider{
    max-height: 370px !important;
    overflow: hidden !important;
    list-style: none;
    margin: 0;
}
.slick-slider{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.slider-marcas li img{
    margin: 15px;
}



/*

    Producto

*/
.producto .thumbnail{
    overflow: hidden;
}
.producto .btn-add-to-cart{
    /*display: none;*/
}
.producto:hover .btn-add-to-cart{

}

.producto .btn-more-info{
    /*display: none;*/
}
.producto:hover .btn-more-info{

}

.producto .btn-more-cat{
    /*display: none;*/
}
.producto:hover .btn-more-cat{
}
.producto .nombre-container{
    margin: 0;
}
.producto .nombre{
  display: block;
  font-size: 16px;
  overflow: hidden;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.3;
  height: 42px;
}
.producto .botones .btn-primary {
    transition: width .2s;
}
.producto .botones .btn-primary:hover {
    background:#d9534f;
}
.producto .botones .btn-primary.cart-add:hover {
    background:#1451a0;
    color:#FFF;
}
.producto .botones .btn-primary i {
  color: #000;
}
.producto .botones .btn-primary:hover i, .producto .botones .btn-primary span {
  color: #FFF;
}
.producto .botones .btn-primary:hover {
    width: 120px;
}
.producto .botones .btn-primary:hover span {
    display: inline-block;
    transition: all 0;
}
.producto .botones .btn-primary span {
  display: none;
    transition:all .5s;
}
.producto .botones .btn-primary {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 40px !important;
    background: rgba(0,0,0,.2);
    border: none;
    margin: 10px;
    color: #000;
}
.producto .precio-container{
    margin-top: 5px;
    display: inline-block;
    padding: 4px 6px;
    background:#1451a0;
}
.precio-container > span {
    display: inline-block !important;
}
.producto .precio-container .precio{
    display: block;
    color: #fff;
    height: 20px;
    font-size: 1.2em;
}
.producto .precio-container .precio.tachado{
    display: block;
    color: #999;
    height: 20px;
    font-size: 1em;
}
.producto .precio-container .precio .suprice{

}

.producto .botones {
    margin: 0;
    padding: 0;
    position: absolute;
    background: rgba(255,255,255,.75);
    z-index: 5;
    display: block;
    opacity: 0;
    transition: opacity .4s;
    width: 100%;
    height: 100%;
}
.producto:hover .botones {
    opacity: 1;
}
.producto .botones .botones-position {
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 100%;
}
.producto .thumbnail .oferta:before{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 0px;
    right: 1px;
    border: 5px solid transparent;
    border-right: 6px solid #FFF;
    border-left: 0px solid;
    font: 400 100%/normal Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: none;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(141deg);
    margin: auto;
}
.producto .thumbnail .oferta{
    color: #FFF;
    display: block;
    position: absolute;
    text-align: center;
    padding:7px;
    background: #ca2228;
    z-index: 100;
    width: 80px;
    margin: 10px;
    font-family: lato;
}

/*
    Contenedor imagen producto
*/

.img-conteiner {
    position: relative;
    display: block;
    min-height: 250px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.img-conteiner .inner{
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:250px;
    margin: auto;
    /*border: #F00 1px solid;*/
    transition: .3s all;
}
/*
.img-conteiner:hover .inner .adapter {
    width: 180px;
    height: 180px;
    transition: .3s all;
}
*/
.img-conteiner .inner .adapter{
    position: relative;
    display: block;
    margin: auto;
    width:250px;
    height:250px;
    outline: none;
    transition: .3s all;
}
.img-conteiner .inner .adapter img {
    position: absolute;
    display: block;
    padding: 0;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

/*
    Producto page
*/
.producto-page{
    /* background: #FFF; */
    box-sizing: border-box;;
}


/*

    Footer

*/
.verdem{
    color: #8CC342;
}
.footer{
    background: #f1f1f1;
    position: relative;
    min-height: 300px;
    width: 100%;
    box-sizing: content-box;
    text-align: left;
    bottom: 0;
    padding: 40px 0 10px 0;
    color: #151515;
}
.fletter {
    margin-top: 3em;
    background:#CA2228;
    border-bottom: 1px solid #FFF;
}
.footer > .container-fluid{
    max-width: 1200px;
}
.footer a {
    color:#0960ab;
}
.footer a:hover, .footer a:focus, .footer a:active {
    color:#0083f3;
    text-decoration: underline;
}

.footer > .container-fluid > .row > .col {
    vertical-align: top;
}

.footer-developer {
    bottom: 0;
    width: 100%;
    left: 0;
    padding:1em;
    color:#888;
}

.footer .email{

}
.footer .email > i{
    display: inline;
}
.footer .email > span{
    display: inline;
}
.footer-developer a {
    color: #888 !important;
}






/*

    envios

*/
.transporte {

}
.transporte .transporte-id{
    display: table-cell;
    width: 25px;
    height: 25px;
    padding: 15px;
    vertical-align: middle;
}
.transporte .transporte-imagen{

}
.transporte .transporte-imagen img{
    height: 40px;
    width: auto;
    vertical-align: middle;
}
.transporte .transporte-nombre{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.transporte-detalle{
    background: #EDEDED;
}
.maxnav {
    margin-bottom:1em;
}
.maxnav ul li ul li {
    padding-left: 18px;
    border-bottom: 1px solid #CCC;
}
.maxnav ul li ul li:hover:before {
    top: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-color: #ca2228 !important;
    border-right-color: #ca2228 !important;
}
.maxnav ul li ul li:hover {
    background: #f7f7f7;
}
.maxnav ul li ul li:before {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    border: 4px solid transparent;
    border-top-color: #000 !important;
    border-right-color: #000 !important;
    left: 10px;
    position: absolute;
    top: 15px;
}
.maxcontent {
    background-color: #FFF;
    padding: 10px;
}
.maxnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #FFF;
}
.maxnav .cat-header span {
/*
    padding: 4px 10px;
    border-radius: 10px;
    background: rgb(9, 148, 9);
    box-shadow: 0 0 10px #000 inset;
    background: rgba(9,148,0,0.5);
*/
}
.maxnav .cat-header {
background: #000;
    padding: 8px 12px;
    color: #FFF;
    position: relative;
    font-family: 'Changa One', cursive;
    text-transform: uppercase;
}
.maxnav .cat-header:before {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    right:3px;
    top:3px;
    background-image: url(../images/floatarreglo.png?v=asd);
    background-size: 100% 100%;
}
.maxnav a {
    display: block;
    padding:10px;
    text-transform: uppercase;
    font-family: lato, sans-serif;
    text-decoration: none !important;
}
.maxnav ul ul li ul.child {
    position: absolute;
    width: 250px;
    right: -250px;
    top: 0;
    z-index: 999;
    display: none;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.maxnav ul li {
    position: relative;
}
/* .maxnav ul ul li:hover ul.child {
    display: block;
} */
.maxnav > ul:not(:first-child) {
    margin-top: 15px;
}
.fright {
    float: right;
}
h4.title.producto {
  position: relative;
  margin-bottom: 1em;
  padding: 0;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: .5em 1em;
  border-bottom: 1px solid #CCC;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    font-size: 0.7em;
    text-transform: uppercase;
}
 .bread ol span, .bread ol a, .breadcrumb > .active {
   color:#666;
   vertical-align: middle;
   /* text-shadow: 1px 1px rgba(0,0,0,0.3); */
}
ol.breadcrumb .fa-home {
    color: #666;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
}

.bread {
  margin-bottom: 0;
  list-style: none;
  /* background-color: #6E6F69; */
  border-radius: 0;
  position: relative;
  font-size: .9em;
  height: 135px;
  overflow: hidden;
  background-image: url(../images/bread.jpg);
  text-align: center;
  /* background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: cover; */
  /* background-position: center; */
}
#section .lista {
    border-bottom: 1px solid #CCC;
}
.lista > .producto {
    margin: 15px 0 15px 15px;
    width: 18.2%;
    vertical-align: top;
    display: inline-block;
}
/* .bread .pbg1, .pbg2{
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    width: 100%;
} */
/* .bread .pbg1 {
    height: 110px;
    bottom: -65px;
    -webkit-transform: skewY(-2deg) translateZ(0) perspective(1px);
    -moz-transform: skewY(-2deg) translateZ(0) perspective(1px);
    transform: skewY(-2deg) translateZ(0) perspective(1px);
    z-index: 3;
}
.bread .pbg2{
    height: 250px;
    bottom: -240px;
    -webkit-transform: skewY(3deg) translateZ(0) perspective(1px);
    -moz-transform: skewY(3deg) translateZ(0) perspective(1px);
    transform: skewY(3deg) translateZ(0) perspective(1px);
    z-index: 2;
} */
.bread .wfix {
    padding: 0 3em;
}
.bread > .wfix > span {
  color: #525252;
  font-size: 1.5em;
  font-family: "roboto condensed", sans-serif;
}
.bread h1 {
  color: #000;
  padding: 0.9em 0 0.4em 0;
  display: block;
  font-family: lato;
  font-weight: lighter;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
.eav_attr {
    font-size: 1.5em;
}
article.producto-page.container-fluid {
    max-height: 1000px;
    overflow: hidden;
    position:relative;
    margin-bottom: 1.5em;
}
.btn_ampliar_descripcion {
    font-size: 1.2em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #FFF;
    border-top: 1px solid #d7dfca;
    box-shadow: 0 -30px 37px -6px #FFF;
}
#btn_envia_preg {
    margin: 0;
    width: 19%;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    border-bottom: 2px solid #090;
    font-size: 1.5em;
}
.index .row.slider, .index ul.row {
    background: #FFF;
    border: 1px solid #DDD;
    padding:0 1em 0 1em;
    height: auto !important;
    max-height: none !important;
}
.index .row.slider button, .index ul.row button{
    display: none;
}
.index .row.slider:hover button, .index ul.row:hover button{
    display: block;
}
h4.title.producto:not(:first-child) {
    margin-top: 1em;
}

#side_search input {
    padding: 5px;
    border: 1px solid #CCC;
    width: calc(100% - 35px);
    box-shadow: 0 10px 15px #e9e9e9 inset;
    height: 32px;
    line-height: 32px;
    border-right: none;
}
#side_search button {
    height: 32px;
    width: 32px;
    border: none;
    background: #fcfff4;
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    border: 1px solid #ccc;
    color: #666;
}
li.producto.slick-slide {
    border-right: 1px solid #DDD;
    outline: none;
}
.btn.prod_ampliar {
    border-color:#204d74;
    color: #FFF;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#204d74+1,3c69b2+100 */
    background: rgb(32,77,116); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(32,77,116,1) 1%, rgba(60,105,178,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(32,77,116,1) 1%,rgba(60,105,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(32,77,116,1) 1%,rgba(60,105,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204d74', endColorstr='#3c69b2',GradientType=0 ); /* IE6-9 */
}

.p12.text-center{
    font-size: 1.2em;
    margin: 1em;
}

.ptitle {
    padding: 1em;
    font-size: 1.5em;
     text-align: center;
}
.cart-add.spVar-id {
    font-size: 1.5em;
    margin: 1em 0;
    border-radius: 5px;
    border-bottom: 2px solid #090;
    padding: 0.5em 1em;
}
.buscador.navbar-form {
  position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      /* background: #DDD; */
      z-index: 99;
      width: 150px;
      right: 0;
      left: auto;
      display: none;
}
ul.nav.navbar-nav {
    margin-top: 10px;
}
.navbar {
  position: relative;
  height: 100px;
  /* background: #FFF; */
  z-index: 70;
  position: absolute;
  top: 0;
  margin-top: 35px;
}
.nav.navbar-nav a.navbar-link {
    font-size: 1.5em;
}
footer h4 {
    font-family: 'oswald',sans-serif;
    text-transform: uppercase;
    color:#1451a0;
    position: relative;
    padding: 0.6em 0;
}
footer h4:after {
    border: 1px solid #333;
    border-left: 0;
    border-right: 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
}
.fooicon {
    display: inline-flex;
    padding: 3px;
    margin-top: 1em;
}
.fooicon span {
    float: right;
    padding: 5px 2px;
}
.fooicon i {
    border: 2px solid #a00;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-right: 5px;
    font-size: 2em;
}

.search-layout {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    padding:10px;
    background: #000;
    z-index: 50;
    border-bottom: 1px solid #ca2228;
    transition: all .25s;
    overflow: hidden;
}
.search-layout:not(.open) {
    height: 0;
    overflow: hidden;
    opacity: 0;
    bottom: 0;
}
.search-layout.open {
    height: 71px;
    opacity:1;
    bottom:-71px;
}

.search-layout input {
    padding: 0.5em;
    border-radius: 2px;
    height: 50px;
    background: #000;
    border: none;
    border-bottom: 1px solid #999;
    width: calc(100% - 65px);
    color: #FFF;
    font-size: 1.2em;
}
.search-layout .close_search {
    position: absolute;
    left: 7px;
    width:35px;
    font-size: 1.6em;
    color: #666;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.search-layout .go_search {
    border: 0;
    position: absolute;
    right: 7px;
    width: 50px;
    font-size: 1.6em;
    background:#ca2228;
    text-align: center;
    height:50px;
    line-height:50px;
    color: #FFF;
    border-radius: 2px;
    outline: none;
}
.floatright {
    float: right;
}
.expandible_hidden ul {
    margin: 0;
    padding: 0;
}
.expandible_hidden li {
    list-style: none;
    padding: 3px 10px;
    margin: 0;
}
.expandible_hidden li a.activo {
    color: #FFF;
    background: #d9534f;
    text-decoration: none;
    padding: 2px 4px;
}
nav.expandible_hidden {
    padding: 5px 0;
}
section.subcategorias.expandible {
  background: #ffffff;
  margin-top: 1em;
  width: 250px;
  overflow: hidden;
  /* border-radius: 5px; */
  border: 1px solid #dcdcdc;
}

.subcategorias.expandible .title {
  padding: 7px 13px;
  /* background: #2c5fa2; */
  font-size: 17px;
  /* color: #FFF; */
  /* font-weight: lighter; */
  border-bottom: 1px solid #d8d8d8;
}




.bloques-inicio {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #DDD;
  margin:60px auto;
  background: #FFF;
}
