/*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 
*/
.comboSearch {
    float: right;
    width: 30%;
}
.newBuscador .boton_buscar{
    height: 41px;
}

@media (min-width: 1410px){

}
@media (min-width: 1268px){
    .input-buscador-daily {

        width: 70%;
    }
    .comboSearch {
        float: right;
        width: 30%;
    }

    .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 'Metropolis SemiBold';
        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: 130px;
    }
    .newLogo img{
        max-height: 110px;
    }
    .newBuscador{
        /*      position:relative;
                margin-top: 15px;
                margin-left: 20px;
        */
        float:right;
        width: 100%;

    }
    .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: 86%;
        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;
        float: left;
    }
    .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: 'Metropolis Semi';
        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 'Metropolis SemiBold';
        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: right;
        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: 'Metropolis Semi';
        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 'Metropolis SemiBold';
        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: right;
        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: 'Metropolis Semi';
        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 (max-width: 1268px) {
    .newInterior{
        width: 100%;
        height: 50px;
        background: #394144;
        /*background: -moz-linear-gradient(top, white 0%, #394144 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #394144));
        background: -webkit-linear-gradient(top, white 0%, #394144 100%);
        background: -o-linear-gradient(top, white 0%, #394144 100%);
        background: -ms-linear-gradient(top, white 0%, #394144 100%);
        background: linear-gradient(to bottom, white 0%, #394144 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#394144', endColorstr='#394144',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 'Metropolis SemiBold';
        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: 100%;
        margin-left: 8px;
        float: right;
        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% - 100px);
        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: 'Metropolis Semi' !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: #04c5c2;
        font-family: 'Metropolis Semi', 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;
    }
}



@media (max-width: 1335px) {
    .input-buscador-daily{
        width: 70%;
    }



    .newInterior{
        width: 100%;
        height: 50px;
        background: #394144;
        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='#394144', 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 'Metropolis SemiBold';
        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: 'Metropolis Semi' !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: #04c5c2;
        font-family: 'Metropolis Semi', 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;
    }

    .navCont .menuSup {
        position: relative;
        z-index: 99999;
        background: #04c5c2;
        margin-top: 0px;
        display: inline;
        box-shadow: 0px 5px 10px #0003;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        float: left;
        width: 100%;
    }
}


/*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-family: 'Metropolis Semi';
    font-size: 0.9vw;
    color: #ff7f00;
    text-align: center;
    text-transform: initial;
    background-color: transparent;
}
#newMenuNav li a:hover {
    cursor:pointer;
    background-color: #0d7290;
}

.header-aviso-compra{
    float: right;
    color: white;
    margin-top: 7px;
    margin-right: 103px;
}

@media (max-width: 600px) {
    .comboSearch{
        width: 20%;
    }
    .input-buscador-daily {
        width: 70%;
    }
    .header-aviso-compra{
        clear: both;
    }
}
@media (min-width: 768px) {
    #loginContainer{
        width: 767px !important;
        height: 434px !important;
    }
}
@media (min-width: 280px) and (max-width: 502px) {
    .comboSearch{
        width: 30%;
    }
    .txt_buscar{
        display: none;
    }
    .newBuscador .input_buscador{
        width: 100%;
    }
    .newSectionTitle h1{
        font-size: 21px;
    }
    .separationx{
        margin-right: 15px;
    }
    .img-usuario-login{
        margin-left: 0px;
    }
    .container-cart{
        margin-right: 46px;
    }
    .contenido-login{
        padding: 0px;
        height: 50px;
    }
    .newBotonesSmall #MenuBar{
        right: -12px;
    }
    .newBuscador .boton_buscar{
        height: 41px;
    }
    .cuentamia{
        display: none;
    }
}
@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: 460px !important;
    }
}
@media (min-width: 872px) {
    #compraRapidaContainer{
        width: 870px !important;
        height: 460px !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("/v2/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;
}
.img-logo{
    z-index: 1;
    float: left;
    cursor: pointer;
    /*margin-top: -15px;*/

}

.navCont .menuSup {
    z-index: 99999;
    background: #04c5c2;
    margin-top: 0px;
}

.navCont .menuSup .subMenuLink{
    color: #fff !important;
    font-family: 'Metropolis Semi' !important;

}

.btn_entrar1 {
    font-family: 'Metropolis Semi';
    font-size: 21px;
    padding-top: 10px;
    padding-bottom:  10px;
    font-weight: 500;
    background-color: #75e1e8;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    border: hidden;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: 44px;
}

.btn_entrar1:hover {
    background-color: #89E1E8;
}

.titulocomprablanco {
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    font-family: 'Metropolis Semi';
    position: relative;
    float: left;
    font-weight: 500;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* line-height: 26px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 50px; */
    padding: 5px;
}
.checkout-product-name {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    color: #CB2C38;
    font-family: 'Metropolis Semi';
    position: relative;
    float: left;
    font-weight: 700;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    /* line-height: 26px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 50px; */
}

.newPrecioCarrito,
.checkout-product-price,
.carritost{
    font: 22px/1 'Metropolis Semi', sans-serif;
    text-align: right;
    /*padding-right: 10px;*/
    color: #801D24;
    /*padding-top: 15px;*/
}
.checkout-product-change
{
    border-top: 1px solid #cccccc;
    margin-left: 10px;
    width: calc(100% - 20px);
}
.newProductoBarra {
    border-bottom: none;
}

.checkout-delete{
    font: 15px/1 'Metropolis Semi', sans-serif;
    text-align: right;
    padding-right: 10px;
    color: #CB2C38 !important;
    text-decoration: none;
    float: right;
    margin-bottom: 35px;
    margin-top: 10px;
}
.checkout-delete:hover {
    color: #333333 !important;
}
.checkout-product-image {
    position: relative;
    margin: 10px auto;
    width: 137px;
}
.checkout-product-image img {
    width: 100%;
    max-width: 137px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}

.sppacerrr15 {
    height: 15px;
    position: relative;
    float: left;
    width: 100%;
}
.fondorojooscuro {
    background-color: #75e1e8;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    float: left;
}

.btn_seguircomprando {
    font-family: 'Metropolis Semi';
    font-size: 21px;
    padding-top: 10px;
    padding-bottom:  10px;
    font-weight: 500;
    background-color: #777777;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    border: hidden;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.btn_seguircomprando:hover {
    background-color: #555555;
}

.btn_entrar {
    font-family: 'Metropolis Semi';
    font-size: 21px;
    padding-top: 10px;
    padding-bottom:  10px;
    font-weight: 500;
    background-color: #75e1e8;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    border: hidden;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
}
.btn_entrar:hover {
    background-color: #89E1E8;
}

.btn_ayuda {
    background-image: url(../../images/picaflores/back_btnayuda.png);
    background-repeat: no-repeat;
    background-position: left;
    font-family: arial;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 500;
    color: #CB2D38;
    text-align: center;
    border-radius: 4px;
    border: hidden;
    width: 100%;
    padding-left: 60px;
    padding-right: 15px;
    margin-bottom: 10px;
    height: 45px;
}
.textoayudasmall {
    font-size: 11px;
    font-family: arial;
    color: #666;
    text-align: center;
    margin-top: -4px;
}

.fondoblancocarrito {
    background-color: #EEEEEE;
    width: 100%;
    min-height: 60px;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    float: left;
}

.monedaSigno.monedaST,
.monedaAbreviacion.monedaST{
    font: 22px/1 'Metropolis Semi', sans-serif;
}
.step-bullet {
    position: relative;
    float: left;
    width: 21px;
    height: 21px;
    background-color: #D8D8D8;
    border-radius: 10px;
}
.step-bullet-active {
    position: relative;
    float: left;
    width: 21px;
    height: 21px;
    background: url(../../images/picaflores/compra-rapida-header-bullet-active.jpg);
}



.section-title h1 {
    font: 40px/1 'Metropolis Semi', sans-serif;
    margin: 0;
    padding: 0;
    color: #E94045;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 769px) and (min-width: 380px)
{
    #id_boton_carrito {
        width: 100%;
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #id_boton_compra {
        width: 100%;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 768px)
{
    .background-color-1 {
        background-position: top center;
    }
}

@media (min-width: 1200px)
{
    .col-lg-4 {
        width: 43.666667%;
        max-width: 424px;
    }
    .col-lg-8 {
        width: 55.666667%;
    }
}
@media (min-width: 420px) and (max-width: 820px)
{
    #id_boton_carrito {
        line-height: 30px;
    }
}
@media (min-width: 1300px)
{
    .col-lg-8 {
        width: calc(100% - 424px);
    }
    #id_boton_carrito {
        /*line-height: 30px;*/
    }
}
@media (max-width: 820px) and (min-width: 509px)
{
    .newContenedorDescripcion {
        width: 100%;
        float: left;
    }
}

.newPrecioProducto .divisa {
    position: relative;
    font: 18px/26px  'Metropolis Semi', sans-serif;
    color: #801D24;
}
.newPrecioProducto .precioDescuento{
    position: relative;
    font: 18px/26px  'Metropolis Semi', sans-serif;
    color: #801D24;
}
.newPrecioProducto .divisaTXT {
    font: 14px/26px  'Metropolis Semi', sans-serif;
    text-transform: uppercase;
    color: #777777;
}

.fondorojo {
    background-color: #5eb5bb !important;
    width: 100%;
    min-height: 60px;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    float: left;
    margin-bottom: 21px;
}
.fondorojoL {
    background-color: #5eb5bb !important;
    width: 100%;
    min-height: 60px;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    float: left;
}
.textoblanco14 {
    font-family: arial;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.treintaporciento {
    width: 31%;
    position: relative;
    float: left;
    margin-right: 10px;
}

@media (max-width: 1024px)
{
    .treintaporciento {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 10px;
    }
}

.textoarial12 {
    font-size: 12px;
    text-align: right;
    color: #525252;
    font-family: 'arial';
    position: relative;
    float: right;
    height: 60px;
    height: 25px;
    width: 100%;
    padding-right: 10px;
}

.textoarial12 a {
    color: #E94045;
    transition: .3s;
}
.fondogris-combo{
    
}
.espaciado-banner{
    clear: both;
    margin-top: 10px;
}
.espaciado-general{
    clear: both;
    margin-top: 10px;
}
.alienarcentrar{
    margin-left: auto;
    margin-right: auto;
}