/*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";
}

/* 
  ##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{

        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: 3px;
        max-width: 300px;
        float:left;
        max-height: 82px;
    }
    .newLogo img{
        max-height: 82px;
    }

    .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;
    }

    .newBotonesSmall{
        display:none;
    }

    .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-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{

        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: 1px;
        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;
    }



    .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-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: 992px) and (max-width: 1024px)  {
    .newBuscador{
        width: calc(100% - 500px);
        margin-left: 20px;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .contenedor-input-search{
        width: 65%;
    }
    .newBotones{
        /* display:none;*/
    }
    .menu-new li.newNavBar a{
        font-size:15px;
        padding: 10px 5px;
    }
}
@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{

        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: 5px;
        max-width: 300px;
        float:left;
        max-height: 82px;
    }
    .newLogo img{
        max-height: 82px;
    }

    .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;
    }


    .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-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;
    }
}

@media (max-width: 991px){
    .newBotones{
        display:none;
    }
}

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

@media (min-width: 481px) and (max-width: 767px) {

    .newTopLinks li a{

        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: 5px;
        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;
    }

    .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%;        
    }
    .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;
        
        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: 407px) {
    .vista_precio{
        display:none;
    }
    .container-cart{
        margin-right: 18px;
        margin-top: 0px;
    }
}
@media (max-width: 480px) {
    .newLogo{
        margin-left: 5px;
        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;
    }
    .newBotones{
        display:none;
    }
    .lista-deseo{
        display:none;
    }
    .container-cart{
        border-left: 0px solid;
    }
}

/*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;
}




@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 */


.redes-sociales a:last-child{
    margin-right:  0px;
}