/*Marel*/
.slicknav_menu {
    display:none;
}
/* 
  ##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% - 238px);
        font-size: 16px;
        height: 48px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #172D56;
        background: -webkit-linear-gradient(top, #172D56, #172D56);
        background: -moz-linear-gradient(top, #172D56, #172D56);
        background: -ms-linear-gradient(top, #172D56, #172D56);
        background: -o-linear-gradient(top, #172D56, #172D56);
        background: linear-gradient(to bottom, #172D56, #172D56);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #0067a2;
        background: -webkit-linear-gradient(top, #0067a2, #0067a2);
        background: -moz-linear-gradient(top, #0067a2, #0067a2);
        background: -ms-linear-gradient(top, #0067a2, #0067a2);
        background: -o-linear-gradient(top, #0067a2, #0067a2);
        background: linear-gradient(to bottom, #0067a2, #0067a2);
    }
    .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: #ffb319;
        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% - 238px);
        font-size: 16px;
        height: 48px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #172D56;
        background: -webkit-linear-gradient(top, #172D56, #172D56);
        background: -moz-linear-gradient(top, #172D56, #172D56);
        background: -ms-linear-gradient(top, #172D56, #172D56);
        background: -o-linear-gradient(top, #172D56, #172D56);
        background: linear-gradient(to bottom, #172D56, #172D56);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #0067a2;
        background: -webkit-linear-gradient(top, #0067a2, #0067a2);
        background: -moz-linear-gradient(top, #0067a2, #0067a2);
        background: -ms-linear-gradient(top, #0067a2, #0067a2);
        background: -o-linear-gradient(top, #0067a2, #0067a2);
        background: linear-gradient(to bottom, #0067a2, #0067a2);
    }
    .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: #ffb319;
        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% - 238px);
        font-size: 16px;
        height: 48px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #172D56;
        background: -webkit-linear-gradient(top, #172D56, #172D56);
        background: -moz-linear-gradient(top, #172D56, #172D56);
        background: -ms-linear-gradient(top, #172D56, #172D56);
        background: -o-linear-gradient(top, #172D56, #172D56);
        background: linear-gradient(to bottom, #172D56, #172D56);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #0067a2;
        background: -webkit-linear-gradient(top, #0067a2, #0067a2);
        background: -moz-linear-gradient(top, #0067a2, #0067a2);
        background: -ms-linear-gradient(top, #0067a2, #0067a2);
        background: -o-linear-gradient(top, #0067a2, #0067a2);
        background: linear-gradient(to bottom, #0067a2, #0067a2);
    }
    .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: #ffb319;
        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% - 238px);
        font-size: 16px;
        height: 48px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #172D56;
        background: -webkit-linear-gradient(top, #172D56, #172D56);
        background: -moz-linear-gradient(top, #172D56, #172D56);
        background: -ms-linear-gradient(top, #172D56, #172D56);
        background: -o-linear-gradient(top, #172D56, #172D56);
        background: linear-gradient(to bottom, #172D56, #172D56);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #0067a2;
        background: -webkit-linear-gradient(top, #0067a2, #0067a2);
        background: -moz-linear-gradient(top, #0067a2, #0067a2);
        background: -ms-linear-gradient(top, #0067a2, #0067a2);
        background: -o-linear-gradient(top, #0067a2, #0067a2);
        background: linear-gradient(to bottom, #0067a2, #0067a2);
    }
    .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: #172d56;
        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: #172D56 !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: #172D56 !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:#172D56 !important;;
    }
    .slicknav_menu li.newNavBar a:only-child{
        background-color: #172D56;
        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: #ffb319;
        clear:both;
    }
    #newMenuNav {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
}

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

@media (min-width: 320px) and (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% - 220px);
        font-size: 16px;
        height: 51px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .newBuscador .boton_buscar {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
        background: #172D56;
        background: -webkit-linear-gradient(top, #172D56, #172D56);
        background: -moz-linear-gradient(top, #172D56, #172D56);
        background: -ms-linear-gradient(top, #172D56, #172D56);
        background: -o-linear-gradient(top, #172D56, #172D56);
        background: linear-gradient(to bottom, #172D56, #172D56);
        right: 0;
        position: absolute;
        padding: 13px 10px;
        cursor: pointer;
    }
    .newBuscador .boton_buscar:hover {
        background: #0067a2;
        background: -webkit-linear-gradient(top, #0067a2, #0067a2);
        background: -moz-linear-gradient(top, #0067a2, #0067a2);
        background: -ms-linear-gradient(top, #0067a2, #0067a2);
        background: -o-linear-gradient(top, #0067a2, #0067a2);
        background: linear-gradient(to bottom, #0067a2, #0067a2);
    }
    .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: #172d56;
        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: #172D56 !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: #172D56 !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:#172D56 !important;;
    }
    .slicknav_menu li.newNavBar a:only-child{
        background-color: #172D56;
        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: #ffb319;
        clear:both;
    }
    #newMenuNav {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
}

/*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: #0f2636;
    text-align: center;
    text-transform: initial;
}
#newMenuNav li.newNavBar.dropdown a{
        color: #fff;
    }
#newMenuNav li a:hover {
    cursor:pointer;
    background-color: #0d7290;
}

.comboSearch {
    float: left;
    width: 220px;
}
.comboTreeInputBox {
    padding: 12px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0px solid #999;
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
    height: 48px;
    background-color: #e7e7e7;
}
.categoriax {
    border: none;
    font-size: 16px;
    background-color: #e7e7e7;
    height: 48px;
    padding: 12px;
}



/**/
@media (min-width: 1025px){
    .section-title{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .single-product-home{
        margin-top:0;
        margin-bottom: 15px;
    }
    .NewBusquedaSlider{
        clear:both;
    }
    .newSectionTitle{
        width:100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .newSectionTitle h1{
        font-size: 28px;
    }
    .newSeparator1{
        display:none;   
    }
    .newSeparator2{
        display:none;   
    }
    .newNavBar_row1{
        font-size: 11px;
        display: block;
        margin-top: 0px;
        text-align: left;
    }
    .newNavBar_row2{
        text-align: left;
        display: block;
    }
    .newNavBar.dropdown{
        width: 232px;
        background-color: #172D56;
        margin-right: 15px;  
    }
    .newNavBar.dropdown.idioma{
        width: auto;
        background-color: transparent;
        margin-right: 15px;  
    }
    #newMenuNav li.newNavBar.dropdown a{
        color: #fff;
    }
    #newMenuNav li.newNavBar.dropdown.idioma a{
        color: #0f2636;
    }
    .newTopLinks li a{
        font-family: 'hindregular';
        font-weight: bold;
    }
    .newInterior{
        position: relative;
        height: 102px;
        padding: 10px 0;
    }
    .newBotones .cuenta .container-get-in {
        font-family: 'hindregular';
    }
    .newMenu{
        background-color: #ffb319;
    }
    .newBuscador {
        width: calc(100% - 710px);
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .single-product-home{
        margin-top:0;
        margin-bottom: 15px;
    }
    .NewBusquedaSlider{
        clear:both;
    }
    .newSectionTitle{
        width:100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .newSectionTitle h1{
        font-size: 26px;
    }
    .newSeparator1{
        display:none;   
    }
    .newSeparator2{
        display:none;   
    }
    .popover {
        width: 480px;
    }
    .imagen_desplegable {
        display:none !important;
    }
    .newNavBar_row1{
        font-size: 11px;
        display: block;
        margin-top: 0px;
        text-align: left;
    }
    .newNavBar_row2{
        text-align: left;
        display: block;
    }
    .newNavBar.dropdown{
        width: 232px;
        background-color: #172D56;
        margin-right: 15px;
    }
    .newTopLinks li a{
        font-family: 'hindregular';
        font-weight: bold;
    }
    .newBotones .cuenta .container-get-in {
        font-family: 'hindregular';
    }
    .newMenu{
        background-color: #ffb319;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .single-product-home{
        margin-top:0;
        margin-bottom: 15px;
    }
    .NewBusquedaSlider{
        clear:both;
    }
    .newSectionTitle{
        width:100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .newSectionTitle h1{
        font-size: 26px;
    }
    .newSeparator1{
        display:none;   
    }
    .newSeparator2{
        display:none;   
    }
    .popover {
        width: 480px;
    }
    .imagen_desplegable {
        display:none !important;
    }
    .newNavBar_row1{
        font-size: 11px;
        display: block;
        margin-top: 0px;
        text-align: left;
    }
    .newNavBar_row2{
        text-align: left;
        display: block;
    }
    .newNavBar.dropdown{
        width: 232px;
        background-color: #172D56;
        margin-right: 15px;
    }
    .newTopLinks li a{
        font-family: 'hindregular';
        font-weight: bold;
    }
    .newBotones .cuenta .container-get-in {
        font-family: 'hindregular';
    }
    .newMenu{
        background-color: #ffb319;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .single-product-home{
        margin-top:0;
        margin-bottom: 15px;
    }
    .NewBusquedaSlider{
        clear:both;
    }
    .newSectionTitle{
        width:100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .newSectionTitle h1{
        font-size: 26px;
    }
    .newSeparator1{
        display:none;   
    }
    .newSeparator2{
        display:none;   
    }
    .newNavBar_row1{
        text-align: left;
        margin-right: 5px;
    }
    .newNavBar_row2{
        text-align: left;
    }
    .newNavBar.dropdown{
        display:none !important;
    }
    .newTopLinks li a{
        font-family: 'hindregular';
        font-weight: bold;
    }
    .newBotones .cuenta .container-get-in {
        font-family: 'hindregular';
    }
    .newMenu{
        background-color: #ffb319;
    }
    .slicknav_menu .newMenu{
        background-color: #ffb319;
    }
    .EmptyClass{ display:none;}
}
@media (max-width: 480px) {
    .single-product-home{
        margin-top:0;
        margin-bottom: 15px;
    }
    .NewBusquedaSlider{
        clear:both;
    }
    .newSectionTitle{
        width:100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .newSectionTitle h1{
        font-size: 19px;
    }
    .newSeparator1{
        display:none;   
    }
    .newSeparator2{
        display:none;   
    }
    .newNavBar_row1{
        text-align: left;
        margin-right: 5px;
    }
    .newNavBar_row2{
        text-align: left;
    }
    .newNavBar.dropdown{
        display:none !important;
    }
    .newTopLinks li a{
        font-family: 'hindregular';
        font-weight: bold;
    }
    .newBotones .cuenta .container-get-in {
        font-family: 'hindregular';
    }
    .newMenu{
        background-color: #ffb319;
    }
    .slicknav_menu .newMenu{
        background-color: #ffb319;
    }
    .EmptyClass{ display:none;}
}
.menuArrow {
    background-image: url(../images/MenuArrow.png);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 19px;
    top: 22px;
}
#newMenuNav .dropdown-menu {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    /*min-height: 347px;
    height: 347px;*/
}
#newMenuNav li.newNavBar a {
    font: 15px/1 'hindregular';
    text-transform: uppercase;
    padding: 10px;
    height: 47px;
}

.menu-desplegable li a {
    text-align: left !important;
    color: #253161 !important;
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 231px;
    min-height: 16px !important;
    line-height: 27px !important;
    font-size: 13px !important;
    height: auto !important;
    word-break: break-word !important;
    white-space: normal !important;
}
#newMenuNav li a:hover {
    cursor: pointer;
    background-color: #172D56;
    color: #fff !important;
}
.popover {
    max-width: initial;
    background-color: #eaeaea;
    width: 784px;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    height: 347px !important;
}
#newMenuNav .popover-content {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
}
#newMenuNav .dropdown-menu > li > a.maintainHover {
    color: #ffffff !important;
    background-color: #172D56 !important;
}
.imagen_desplegable {
    position: absolute;
    display: inline-block;
}
.popover li{
    display:block !important;
    line-height: 13px !important;
    padding-bottom: 7px !important;
}
.popover li a {
    line-height: 16px !important;
    padding-top: 3px !important;
    display: block;
}
ul.nav_browse_cat_ul {
    overflow: visible;
    padding: 0px;
    padding-top: 15px;
    min-width: 220px;
    max-width: 400px;
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0;
}
ul.nav_browse_cat2_ul {
    overflow: visible;
    padding: 0px;
    padding-top: 15px;
    position: relative;
    min-width: 220px;
    max-width: 400px;
    float: left;
}
.menu-desplegable li {
    float: none !important;
}
.nav_pop_li {
    color: #333333;
    cursor: default;
    display: block;
    font-family: "arial","sans-serif";
    font-size: 13px;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 7px;
    position: relative;
    white-space: nowrap;
    text-align: left;
}
/*.imagen_desplegable img{
    margin-top: 145px;
}*/


.navCont{

}
.menuContSay{
    margin-top: -17px;
    height: 47px; 
}
.navCont .menuSayer{
    position: absolute;
    z-index: 99999;
    background: #172D56;
    margin-top: 17px;
    display:none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navCont:hover a.linkPrimario{
    background: #172D56;
}
.navCont:hover .menuSayer{
    display:block;
}
.subMenuLink{
    position: relative;
    text-align: left !important;
    height: 30px !important;
    line-height: 32px !important;
    padding: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.subMenuLink:hover{
    background-color: #49b5f1 !important;
}
.subMenuLink.lastitem{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}