/*Marel*/
.slicknav_menu {
    display:none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
.newHeader{
    min-width:320px;
}
.container-cart .fa-shopping-cart {
    color: #999;
    font-size: 25px;
}
.fa-shopping-cart {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.fa-layers-counter, .fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}
.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1.10em;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px 
*/
@media (min-width: 1025px){
    .newTop{
        width: 100%;
        height: 25px;
        background-color: #dddddd;
    }
    .newTopLinks{
        width: 50%;
        float:left;
    }
    .newTopLinks ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        padding-left:40px;
    }
    .newTopLinks li {
        float: left;
        margin-right: 8px;
    }
    .newTopLinks li a{
        font: 12px 'CenturyGothicBold';
        color: #535353;
        text-decoration: none;
        margin: 0 10px 0 0;
        text-transform: uppercase;
        line-height: 23px;
    }
    .newTopLinks li a:hover{
        color: #999;
    }
    .newTopSocial .social{
        list-style-type: none;
        right: 70px;
        position: absolute;
    }
    .newTopSocial .social li {
        float: left;
        margin-left: 8px;
    }
    .newTopSocial .social li a i{
        font-size: 20px;
        margin-top: 2px;
        color:#9d9d9d;
    }
    .newTopSocial .social li a:hover i{
        color:#696969;
    }
    .newLogo{
        margin-left: 40px;
        max-width: 300px;
        float:left;
        max-height: 82px;
    }
    .newLogo img{
        max-height: 82px;
    }
    .newBuscador{
        position:relative;
        width: calc(100% - 520px);
        margin-left: 20px;
        float:left;
        margin-top: 15px;
    }
    .newBuscador .input_buscador {
        border: 1px solid #BEBEBE;
        border-right: 0px transparent;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        float: left;
        padding: 14px;
        width: calc(100% - 107px);
        font-size: 16px;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #01b1af;
        background: -webkit-linear-gradient(top, #01b1af, #01b1af);
        background: -moz-linear-gradient(top, #01b1af, #01b1af);
        background: -ms-linear-gradient(top, #01b1af, #01b1af);
        background: -o-linear-gradient(top, #01b1af, #01b1af);
        background: linear-gradient(to bottom, #01b1af, #01b1af);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #429c93;
        background: -webkit-linear-gradient(top, #429c93, #429c93);
        background: -moz-linear-gradient(top, #429c93, #429c93);
        background: -ms-linear-gradient(top, #429c93, #429c93);
        background: -o-linear-gradient(top, #429c93, #429c93);
        background: linear-gradient(to bottom, #429c93, #429c93);
    }
    .newBuscador .boton_buscar .ico_search {
        background-image: url(../images/lupa.png);
        height: 22px;
        width: 90px;
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 14px;
        font-weight: normal;
        color: rgba(255,255,255,0.8);
        line-height: 23px;

    }
    .newBuscador .boton_buscar .float_left {
        position: relative;
        float: left;
    }
    .newBotonesSmall{
        display:none;
    }
    .newBotones{
        float:right;
        margin-right: 40px;
    }
    .newBotones .cuenta{
        height: 50px;
        margin-top: 22px;
    }
    .newBotones .cuenta .container-account {
        position: relative;
        float: left;
        width: 90px;
        margin-top: 2px;
        cursor: pointer;
    }
    .newBotones .cuenta .container-get-in {
        font-family: 'CenturyGothic';
        font-size: 12px;
        font-weight: bold;
        margin-top: 9px;
    }
    .newBotones .cuenta .user {
        font-size: 11px;
    }
    .newBotones .cuenta .account {
        font-weight: bold;
    }

    .newBotones .cuenta .fa-shopping-cart{
        font-size: 30px;
    }
    .newBotones .cuenta #productosEnCarrito{
        left: 2px;
        right: auto;
        top: -1px;
    }
    .newMenu{
        height: 47px;
        width: 100%;
        background-color: #01b1af;
        clear:both;
    }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .newTop{
        width: 100%;
        height: 25px;
        background-color: #dddddd;
    }
    .newTopLinks{
        width: 50%;
        float:left;
    }
    .newTopLinks ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        padding-left:40px;
    }
    .newTopLinks li {
        float: left;
        margin-right: 8px;
    }
    .newTopLinks li a{
        font: 12px 'CenturyGothicBold';
        color: #535353;
        text-decoration: none;
        margin: 0 10px 0 0;
        text-transform: uppercase;
        line-height: 23px;
    }
    .newTopLinks li a:hover{
        color: #999;
    }
    .newTopSocial .social{
        list-style-type: none;
        right: 70px;
        position: absolute;
    }
    .newTopSocial .social li {
        float: left;
        margin-left: 8px;
    }
    .newTopSocial .social li a i{
        font-size: 20px;
        margin-top: 2px;
        color:#9d9d9d;
    }
    .newTopSocial .social li a:hover i{
        color:#696969;
    }
    .newLogo{
        margin-left: 40px;
        max-width: 300px;
        float:left;
        max-height: 82px;
    }
    .newLogo img{
        max-height: 82px;
    }
    .newBuscador{
        position:relative;
        width: calc(100% - 40px);
        margin-left: 20px;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .newBuscador .input_buscador {
        border: 1px solid #BEBEBE;
        border-right: 0px transparent;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        float: left;
        padding: 14px;
        width: calc(100% - 107px);
        font-size: 16px;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #01b1af;
        background: -webkit-linear-gradient(top, #01b1af, #01b1af);
        background: -moz-linear-gradient(top, #01b1af, #01b1af);
        background: -ms-linear-gradient(top, #01b1af, #01b1af);
        background: -o-linear-gradient(top, #01b1af, #01b1af);
        background: linear-gradient(to bottom, #01b1af, #01b1af);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #429c93;
        background: -webkit-linear-gradient(top, #429c93, #429c93);
        background: -moz-linear-gradient(top, #429c93, #429c93);
        background: -ms-linear-gradient(top, #429c93, #429c93);
        background: -o-linear-gradient(top, #429c93, #429c93);
        background: linear-gradient(to bottom, #429c93, #429c93);
    }
    .newBuscador .boton_buscar .ico_search {
        background-image: url(../images/lupa.png);
        height: 22px;
        width: 90px;
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 14px;
        font-weight: normal;
        color: rgba(255,255,255,0.8);
        line-height: 23px;

    }
    .newBuscador .boton_buscar .float_left {
        position: relative;
        float: left;
    }

    .newBotones{
        display:none;
    }
    .newBotonesSmall{
        float:right;
        margin-right: 40px;
    }
    .newBotonesSmall .cuenta{
        height: 50px;
        margin-top: 22px;
    }
    .newBotonesSmall .cuenta .container-account {
        position: relative;
        float: left;
        width: 90px;
        margin-top: 2px;
        cursor: pointer;
    }
    .newBotonesSmall .cuenta .container-get-in {
        font-family: 'CenturyGothic';
        font-size: 12px;
        font-weight: bold;
        margin-top: 9px;
    }
    .newBotonesSmall .cuenta .user {
        font-size: 11px;
    }
    .newBotonesSmall .cuenta .account {
        font-weight: bold;
    }

    .newBotonesSmall .cuenta .fa-shopping-cart{
        font-size: 30px;
    }
    .newBotonesSmall .cuenta #productosEnCarrito{
        left: 2px;
        right: auto;
        top: -1px;
    }
    .newMenu{
        height: 47px;
        width: 100%;
        background-color: #01b1af;
        clear:both;
    }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .newTop{
        width: 100%;
        height: 25px;
        background-color: #dddddd;
    }
    .newTopLinks{
        width: 50%;
        float:left;
    }
    .newTopLinks ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        padding-left:40px;
    }
    .newTopLinks li {
        float: left;
        margin-right: 8px;
    }
    .newTopLinks li a{
        font: 12px 'CenturyGothicBold';
        color: #535353;
        text-decoration: none;
        margin: 0 10px 0 0;
        text-transform: uppercase;
        line-height: 23px;
    }
    .newTopLinks li a:hover{
        color: #999;
    }
    .newTopSocial .social{
        list-style-type: none;
        right: 70px;
        position: absolute;
    }
    .newTopSocial .social li {
        float: left;
        margin-left: 8px;
    }
    .newTopSocial .social li a i{
        font-size: 20px;
        margin-top: 2px;
        color:#9d9d9d;
    }
    .newTopSocial .social li a:hover i{
        color:#696969;
    }
    .newLogo{
        margin-left: 40px;
        max-width: 300px;
        float:left;
        max-height: 82px;
    }
    .newLogo img{
        max-height: 82px;
    }
    .newBuscador{
        position:relative;
        width: calc(100% - 40px);
        margin-left: 20px;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .newBuscador .input_buscador {
        border: 1px solid #BEBEBE;
        border-right: 0px transparent;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        float: left;
        padding: 14px;
        width: calc(100% - 107px);
        font-size: 16px;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #01b1af;
        background: -webkit-linear-gradient(top, #01b1af, #01b1af);
        background: -moz-linear-gradient(top, #01b1af, #01b1af);
        background: -ms-linear-gradient(top, #01b1af, #01b1af);
        background: -o-linear-gradient(top, #01b1af, #01b1af);
        background: linear-gradient(to bottom, #01b1af, #01b1af);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #429c93;
        background: -webkit-linear-gradient(top, #429c93, #429c93);
        background: -moz-linear-gradient(top, #429c93, #429c93);
        background: -ms-linear-gradient(top, #429c93, #429c93);
        background: -o-linear-gradient(top, #429c93, #429c93);
        background: linear-gradient(to bottom, #429c93, #429c93);
    }
    .newBuscador .boton_buscar .ico_search {
        background-image: url(../images/lupa.png);
        height: 22px;
        width: 90px;
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 14px;
        font-weight: normal;
        color: rgba(255,255,255,0.8);
        line-height: 23px;

    }
    .newBuscador .boton_buscar .float_left {
        position: relative;
        float: left;
    }

    .newBotones{
        display:none;
    }
    .newBotonesSmall{
        float:right;
        margin-right: 40px;
    }
    .newBotonesSmall .cuenta{
        height: 50px;
        margin-top: 22px;
    }
    .newBotonesSmall .cuenta .container-account {
        position: relative;
        float: left;
        width: 90px;
        margin-top: 2px;
        cursor: pointer;
    }
    .newBotonesSmall .cuenta .container-get-in {
        font-family: 'CenturyGothic';
        font-size: 12px;
        font-weight: bold;
        margin-top: 9px;
    }
    .newBotonesSmall .cuenta .user {
        font-size: 11px;
    }
    .newBotonesSmall .cuenta .account {
        font-weight: bold;
    }

    .newBotonesSmall .cuenta .fa-shopping-cart{
        font-size: 25px;
        cursor:pointer;
    }
    .newBotonesSmall .cuenta #productosEnCarrito{
        left: 0px;
        right: auto;
        top: -4px;
        cursor:pointer;
    }
    .newMenu{
        height: 47px;
        width: 100%;
        background-color: #01b1af;
        clear:both;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .newInterior{
        width: 100%;
        height: 50px;
        background: #ffffff;
        background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
        background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
        background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );

    }
    .newTop{
        width: 100%;
        height: 25px;
        background-color: #dddddd;
    }
    .newTopLinks{
        width: 50%;
        float:left;
    }
    .newTopLinks ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        padding-left:8px;
    }
    .newTopLinks li {
        float: left;
        margin-right: 8px;
    }
    .newTopLinks li a{
        font: 12px 'CenturyGothicBold';
        color: #535353;
        text-decoration: none;
        margin: 0 10px 0 0;
        text-transform: uppercase;
        line-height: 23px;
    }
    .newTopLinks li a:hover{
        color: #999;
    }
    .newTopSocial .social{
        list-style-type: none;
        right: 16px;
        position: absolute;
    }
    .newTopSocial .social li {
        float: left;
        margin-left: 8px;
    }
    .newTopSocial .social li a i{
        font-size: 20px;
        margin-top: 2px;
        color:#9d9d9d;
    }
    .newTopSocial .social li a:hover i{
        color:#696969;
    }
    .newLogo{
        margin-left: 8px;
        max-width: 300px;
        float:left;
        max-height: 50px;
    }
    .newLogo img{
        max-height: 50px;
    }
    .newBuscador{
        position: relative;
        width: calc(100% - 16px);
        margin-left: 8px;
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .newBuscador .input_buscador {
        border: 1px solid #BEBEBE;
        border-right: 0px transparent;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        float: left;
        padding: 14px;
        width: calc(100% - 107px);
        font-size: 16px;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #01b1af;
        background: -webkit-linear-gradient(top, #01b1af, #01b1af);
        background: -moz-linear-gradient(top, #01b1af, #01b1af);
        background: -ms-linear-gradient(top, #01b1af, #01b1af);
        background: -o-linear-gradient(top, #01b1af, #01b1af);
        background: linear-gradient(to bottom, #01b1af, #01b1af);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #429c93;
        background: -webkit-linear-gradient(top, #429c93, #429c93);
        background: -moz-linear-gradient(top, #429c93, #429c93);
        background: -ms-linear-gradient(top, #429c93, #429c93);
        background: -o-linear-gradient(top, #429c93, #429c93);
        background: linear-gradient(to bottom, #429c93, #429c93);
    }
    .newBuscador .boton_buscar .ico_search {
        background-image: url(../images/lupa.png);
        height: 22px;
        width: 90px;
        background-repeat: no-repeat;
        background-position: right center;
        font-size: 14px;
        font-weight: normal;
        color: rgba(255,255,255,0.8);
        line-height: 23px;

    }
    .newBuscador .boton_buscar .float_left {
        position: relative;
        float: left;
    }

    .newBotones{
        display:none;
    }
    .newBotonesSmall{
        float:right;
    }
    .slicknav_nav .newNavBar{
        float:none;
    }
    .newBotonesSmall #MenuBar{
        width: 100%;
        position: absolute;
        right: 0;
    }
    .slicknav_btn {
        height: 39px;
    }
    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: transparent;
        padding: 0px;
        width: 100%;
        font-family: CenturyGothic !important;
    }
    .slicknav_nav{
        z-index: 99999;
        position: relative;
        background: #ededed;
        padding-bottom: 2px;
    }
    .slicknav_nav a{
        color:#8A8A8A;
        line-height: 34px;
        padding: 15px 10px 15px 10px;
        cursor: pointer;
        background: #F0F0F0;
        font-family: CenturyGothic, Arial, Helvetica, sans-serif;
        position: relative;
        font-size: 16px;
        height: auto;
        width: calc(100% - 30px);
        font-weight: normal;
        transition: all 0.15s;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: initial !important;
        -moz-border-radius: none !important;
        border-radius: none !important;
        background: #0d7290  !important;
        font-weight: bold !important;
    }
    .newNavBar > a{
        width: calc(100% - 10px);
    }

    .slicknav_btn{
        width: 50px !important;
        background-color:transparent;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #00B1B0 !important;
    }
    .slicknav_icon-bar{
        width: 30px !important;
        margin-top: 4px !important;
    }
    .slicknav_menu li a:only-child {
        background-image: url(images/bullet_submenu.png);
        background-repeat: no-repeat;
        background-position: 20px center;
        min-height: 34px;
        overflow: hidden;
        line-height: 23px;
        position: relative;
        border-bottom: 1px #e8e8e8 solid;
        background: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .newNavBar.slicknav_parent.slicknav_collapsed a{
        width: 100% !important;
        margin: 0 !important;
        border-radius: unset !important;
        background: #01b1af !important;
    }
    .newNavBar.slicknav_parent.slicknav_open a{
        background:#0d7290 !important;
        border-radius: unset !important;
        width: 100% !important;
        margin: 0 !important;
        font-weight: normal !important;
    }
    .slicknav_nav{
        background:#01b1af !important;;
    }
    .slicknav_menu li.newNavBar a:only-child{
        background-color: #0a7c94;
        color: #86fcff ;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid #0ba5b1 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .newNavBar a{
        color:#fff !important;

    }
    .newNavBar{
        border-bottom: 1px solid #04c5c2;
    }
    .slicknav_nav.newNavBar:last-child {
        border-bottom:none !important;
    }


    .newBotonesSmall .cuenta{
        margin-right: 60px;
        height: 39px;
        margin-top: 5px;
        float: right;
        border-right: 1px solid darkgrey;
    }
    .newBotonesSmall .cuenta .container-account {
        display:none;
    }
    .newBotonesSmall .cuenta .container-get-in {
        display:none;
    }
    .newBotonesSmall .cuenta .fa-shopping-cart{
        font-size: 25px;
        cursor:pointer;
    }
    .newBotonesSmall .cuenta #productosEnCarrito{
        left: 0px;
        right: auto;
        top: -4px;
        cursor:pointer;
    }
    .newMenu{
        height: 5px;
        width: 100%;
        background-color: #01b1af;
        clear:both;
    }
    #newMenuNav {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (max-width: 480px) {
    .newInterior{
        width: 100%;
        height: 50px;
        background: #ffffff;
        background: -moz-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ebebeb));
        background: -webkit-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -o-linear-gradient(top, white 0%, #ebebeb 100%);
        background: -ms-linear-gradient(top, white 0%, #ebebeb 100%);
        background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );

    }
    .newTop{
        width: 100%;
        height: 25px;
        background-color: #dddddd;
    }
    .newTopLinks{
        width: 50%;
        float:left;
    }
    .newTopLinks ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        padding-left:8px;
    }
    .newTopLinks li {
        float: left;
        margin-right: 8px;
    }
    .newTopLinks li a{
        font: 12px 'CenturyGothicBold';
        color: #535353;
        text-decoration: none;
        margin: 0 10px 0 0;
        text-transform: uppercase;
        line-height: 23px;
    }
    .newTopLinks li a:hover{
        color: #999;
    }
    .newTopSocial .social{
        list-style-type: none;
        right: 16px;
        position: absolute;
    }
    .newTopSocial .social li {
        float: left;
        margin-left: 8px;
    }
    .newTopSocial .social li a i{
        font-size: 20px;
        margin-top: 2px;
        color:#9d9d9d;
    }
    .newTopSocial .social li a:hover i{
        color:#696969;
    }
    .newLogo{
        margin-left: 8px;
        max-width: 300px;
        float:left;
        max-height: 50px;
    }
    .newLogo img{
        max-height: 50px;
    }
    .newBuscador{
        position: relative;
        width: calc(100% - 16px);
        margin-left: 8px;
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .newBuscador .input_buscador {
        border: 1px solid #BEBEBE;
        border-right: 0px transparent;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        float: left;
        padding: 14px;
        width: calc(100% - 49px);
        font-size: 16px;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #01b1af;
        background: -webkit-linear-gradient(top, #01b1af, #01b1af);
        background: -moz-linear-gradient(top, #01b1af, #01b1af);
        background: -ms-linear-gradient(top, #01b1af, #01b1af);
        background: -o-linear-gradient(top, #01b1af, #01b1af);
        background: linear-gradient(to bottom, #01b1af, #01b1af);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #429c93;
        background: -webkit-linear-gradient(top, #429c93, #429c93);
        background: -moz-linear-gradient(top, #429c93, #429c93);
        background: -ms-linear-gradient(top, #429c93, #429c93);
        background: -o-linear-gradient(top, #429c93, #429c93);
        background: linear-gradient(to bottom, #429c93, #429c93);
    }
    .newBuscador .boton_buscar .ico_search {
        background-image: url(../images/lupa.png);
        height: 25px;
        width: 32px;
        background-repeat: no-repeat;
        background-position: center;
        font-size: 14px;
        font-weight: normal;
        color: transparent;
        line-height: 23px;

    }
    .newBuscador .boton_buscar .float_left {
        position: relative;
        float: left;
    }

    .newBotones{
        display:none;
    }
    .newBotonesSmall{
        float:right;
    }
    .slicknav_nav .newNavBar{
        float:none;
    }
    .newBotonesSmall #MenuBar{
        width: 100%;
        position: absolute;
        right: 0;
    }
    .slicknav_btn {
        height: 39px;
    }
    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: transparent;
        padding: 0px;
        width: 100%;
        font-family: CenturyGothic !important;
    }
    .slicknav_nav{
        z-index: 99999;
        position: relative;
        background: #ededed;
        padding-bottom: 2px;
    }
    .slicknav_nav a{
        color:#8A8A8A;
        line-height: 34px;
        padding: 15px 10px 15px 10px;
        cursor: pointer;
        background: #F0F0F0;
        font-family: CenturyGothic, Arial, Helvetica, sans-serif;
        position: relative;
        font-size: 16px;
        height: auto;
        width: calc(100% - 30px);
        font-weight: normal;
        transition: all 0.15s;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: initial !important;
        -moz-border-radius: none !important;
        border-radius: none !important;
        background: #0d7290  !important;
        font-weight: bold !important;
    }
    .newNavBar > a{
        width: calc(100% - 10px);
    }

    .slicknav_btn{
        width: 50px !important;
        background-color:transparent;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color: #00B1B0 !important;
    }
    .slicknav_icon-bar{
        width: 30px !important;
        margin-top: 4px !important;
    }
    .slicknav_menu li a:only-child {
        background-image: url(images/bullet_submenu.png);
        background-repeat: no-repeat;
        background-position: 20px center;
        min-height: 34px;
        overflow: hidden;
        line-height: 23px;
        position: relative;
        border-bottom: 1px #e8e8e8 solid;
        background: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .newNavBar.slicknav_parent.slicknav_collapsed a{
        width: 100% !important;
        margin: 0 !important;
        border-radius: unset !important;
        background: #01b1af !important;
    }
    .newNavBar.slicknav_parent.slicknav_open a{
        background:#0d7290 !important;
        border-radius: unset !important;
        width: 100% !important;
        margin: 0 !important;
        font-weight: normal !important;
    }
    .slicknav_nav{
        background:#01b1af !important;;
    }
    .slicknav_menu li.newNavBar a:only-child{
        background-color: #0a7c94;
        color: #86fcff ;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid #0ba5b1 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .newNavBar a{
        color:#fff !important;

    }
    .newNavBar{
        border-bottom: 1px solid #04c5c2;
    }
    .slicknav_nav.newNavBar:last-child {
        border-bottom:none !important;
    }


    .newBotonesSmall .cuenta{
        margin-right: 60px;
        height: 39px;
        margin-top: 5px;
        float: right;
        border-right: 1px solid darkgrey;
    }
    .newBotonesSmall .cuenta .container-account {
        display:none;
    }
    .newBotonesSmall .cuenta .container-get-in {
        display:none;
    }
    .newBotonesSmall .cuenta .fa-shopping-cart{
        font-size: 25px;
        cursor:pointer;
    }
    .newBotonesSmall .cuenta #productosEnCarrito{
        left: 0px;
        right: auto;
        top: -4px;
        cursor:pointer;
    }
    .newMenu{
        height: 5px;
        width: 100%;
        background-color: #01b1af;
        clear:both;
    }
    #newMenuNav {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
    .divBanners{
        font-size:17px;
    }
}

/*Generic*/

.newBuscador .input_buscador::-webkit-input-placeholder {
    font-style: italic;
}
.newBuscador .input_buscador:-moz-placeholder {
    font-style: italic;  
}
.newBuscador .input_buscador::-moz-placeholder {
    font-style: italic;  
}
.newBuscador .input_buscador:-ms-input-placeholder {  
    font-style: italic; 
}

ul.newMenuNav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left:40px;
}
#newMenuNav li {
    display: inline-block;
}
#newMenuNav li.newNavBar a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    font: 17px/1 'CenturyGothic';
    color: #fff;
    text-align: center;
    text-transform: initial;
}
#newMenuNav li a:hover {
    cursor:pointer;
    background-color: #0d7290;
}


@media (min-width: 768px) {
    #loginContainer{
        width: 767px !important; 
        height: 434px !important; 
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #loginContainer{
        width: 480px !important; 
        height: 575px !important; 
    }
    #compraRapidaContainer{
        width: 480px !important;
        height: 590px !important;
    }
}
@media (min-width: 767px) and (max-width: 871px) {

    #compraRapidaContainer{
        width: 100% !important;
        height: 435px !important;
    }
}
@media (min-width: 872px) {
    #compraRapidaContainer{
        width: 870px !important;
        height: 435px !important;
    }
}
@media (max-width: 480px) {                               
    #loginContainer{
        width: 100% !important; 
        height: 620px !important; 
    }
    #compraRapidaContainer{
        width: 100% !important;
        height: 620px !important;
        min-width: 320px;
    }
}
#accesoContainer{
    width: 355px !important;
    height: 300px !important;
}

/* Search Combo tree */
.comboTreeWrapper{
    position: relative;
    text-align: left !important;
}

.comboTreeInputWrapper{
    position: relative;
}

.comboTreeArrowBtn {
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #c7c7c7;
    border-radius: 0 3px 3px 0;
    width: 25px !important;
    box-shadow: none !important;    
}

.comboTreeDropDownContainer {
    display: none;
    background: #fff;
    color: #000000;
    border: 1px solid #aaa;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.comboTreeDropDownContainer ul{
    padding: 0px;
    margin: 0;
}

.comboTreeDropDownContainer li{
    list-style-type: none;
    padding-left: 15px;
    cursor: pointer;
}

.comboTreeDropDownContainer li:hover{
    background-color: #ddd;}
.comboTreeDropDownContainer li:hover ul{
    background-color: #fff;}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
    background-color: #ddd;
    color: #333;}

span.comboTreeItemTitle{
    display: block;
    padding: 2px 4px;
}
.comboTreeDropDownContainer label{
    cursor: pointer;
    width: 100%;
    display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input {
    position: relative;
    top: 2px;
    margin: 0px 4px 0px 0px;
}
.comboTreeParentPlus{
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
}


.comboTreeInputBox {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #999;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
    height: 43px;
}

.comboTreeArrowBtnImg{
    font-size: 11px;
    color: #7f7f7f;
    background-image: url("../core/tree_sin/droparrow.png"), none;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1;
    background-color: #e9e9e9;
}
.level_0:hover{

    background-color: #fff !important;
}
.level_1:hover{


    background-color: #fff !important;
}
.level_2:hover{


    background-color: #fff !important;
}
.level_3:hover{

    background-color: #fff !important;
}
.level_4:hover{

    background-color: #fff !important;
}
.level_5:hover{

    background-color: #fff !important;
}
/* End Search Combo tree */

.comboTreeDropDownContainer {
    display: none;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #aaa;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}
.comboTreeDropDownContainer li:hover{
    background-color: #eeeeee;}
.comboTreeDropDownContainer li:hover ul{
    background-color: #eeeeee;}
.comboTreeDropDownContainer li span.comboTreeItemTitle{
    color: #777777;}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover{
    background-color: #253161;
    color: #fff;}

.level_0:hover{

    background-color: #eeeeee !important;
}
.level_1:hover{


    background-color: #eeeeee !important;
}
.level_2:hover{


    background-color: #eeeeee !important;
}
.level_3:hover{

    background-color: #eeeeee !important;
}
.level_4:hover{

    background-color: #eeeeee !important;
}
.level_5:hover{

    background-color: #eeeeee !important;
}