
/* MENU RESPONSIVE y MMENU  ************************************/

@media (max-width: 1439px) {   
    .SEARCH_BOX fieldset {
        float: unset;
        max-width: unset;
        width: unset;
    }
    .SEARCH_BOX {
        float: none !important;
        margin-top: 0;
        z-index: 1000;
        margin: 0;
    }
    .LOGO {
        max-width: 240px;
    }
    }
    
    
    @media (max-width: 1199px) {   
        .LOGIN_BOX .login-button span {display: none}
        .LOGIN_BOX .login-button strong {display: none}
        .LOGIN_BOX .login-button {padding: 0 12px;}
        .CART_BOX .cart-button {
            padding: 0 5px 0 15px;
        }

        .MENU_TOP > li > a {
            padding: 2px 0;
            letter-spacing: 0;
            font-size: 0.95em;
        }
        .LOGIN_BOX::before, .LOGIN_BOX .login-button::after{
            display:none;
        }
    }

    
    
    @media (max-width: 991px) {
    header .main {
        box-shadow: none;
        background: #002364;
    }
    header .main .navbar-default { padding: 0 0;}
    .navbar-header {float: none}
    .LOGO {
        float: left;
        height: auto;
        line-height: 1em;
        margin: 11px 16px 11px 30px;
        width: 150px;
        padding: 0;
    }
    .LOGO img {
        margin: 0;
    }

    .CART_BOX .cart-button .items {width: 100px;}

    .CART_BOX .cart-button, .LOGIN_BOX .login-button, .MENU-ICONS a {
        line-height: 51px;
    }
    .SEARCH_BOX {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        margin: 0 67px 0 0px;
    }
    .SEARCH_BOX .search_submit {right: 1px; width: 42px;}
    .CART_BOX {
        position: absolute;
        right: 5px;
    }
    .CART_BOX::before {display: none}

    .LOGIN_BOX {
        right: 60px;
        width: auto;
        padding-left: 20px;
        border-right:none;
    }

    .LOGIN_BOX .login-button {
        width: 40px!important;
    }

    .LOGIN_BOX::after{
        display:none;
    }

    .LOGIN_BOX .login-button, .CART_BOX .cart-button {
        border: 0 none;
        padding: 0;
        text-align: center;
        width: 50px;
        margin: 0;
        height: 54px;
    }

    .LOGIN_BOX .login_window, .CART_BOX .cart-window {display: none !important}
    .LOGO {
        margin: 11px 16px 11px 60px;
    }
    }
    
    
    @media (max-width: 767px) {
    .LOGO {
        width: 145px;
    }
    .SEARCH_BOX .input-group-btn {display: none}
    }
    
    
    @media (max-width: 479px) {
    .LOGO {
        padding-top: 18px;
        width: 150px;
        padding-right: 10px;
        float: none;
        margin: -4px auto 10px;
    }
    header .main .navbar-default {
        display: block;
    }
    .SEARCH_BOX {
        width: calc(100% - 20px);
        margin: 10px 10px 10px;
        padding: 0;
    }
    .SEARCH_BOX fieldset {height: 35px}
    .SEARCH_BOX .form-control {padding-left: 10px}

    .SEARCH_BOX .search_submit {
        background-color: transparent !important;
        border-left: none;
        width: 54px;
    }

    .SEARCH_BOX .search_submit span {
        color:#002364;
        font-size: 1.2em;
    }

    .CART_BOX {
        top: 12px;
    }
.cart-button .i-cart {
    width: auto !important;
}
    }
    
    
    
    
    
    
    
    /* hamburguer ******************/
    
    .hamburguer {
        cursor: pointer;
        height: 50px;
        left: 0;
        margin: 15px 0 0 3px;
        padding: 0;
        position: absolute;
        text-decoration: none;
        top: 0;
        width: 46px;
        z-index: 1002;
    }
    .hamburguer {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    }
    
    .hamburguer span {
        background: gray;
        border-radius: 0;
        display: block;
        height: 2px;
        left: 0;
        margin: 0 25%;
        opacity: 1;
        position: absolute;
        width: 50%;
    
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    .hamburguer span:nth-child(1) {
      top: 17px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .hamburguer span:nth-child(2) {
      top: 24px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    .hamburguer span:nth-child(3) {
      top: 31px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
    }
    
    .hamburguer:hover span {background: #002364}
    
    
    /*@media (max-width: 991px) {
    html.mm-opening .hamburguer span {background: red}
    
    html.mm-opening .hamburguer span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 18px;
      left: 8px;
    }
    html.mm-opening .hamburguer span:nth-child(2) {
      width: 0%;
      opacity: 0;
    }
    html.mm-opening .hamburguer span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 34px;
      left: 8px;
    }
    }*/
    
    
    
    
    
    
    /* MMENU *********************/
    #mmenu {
        background: #fff none repeat scroll 0 0;
        color: #000;
        z-index: 1001;
    }
    #mmenu > ul {
        padding: 0;
    }

    #mmenu .registro {
        padding-top:10px;
    }
    #mm-blocker {
        /*background: rgba(3, 2, 1, 0) none repeat scroll 0 0;*/
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        background: black;
        opacity: .6;
    }
    
    
    #mmenu:not( .mm-menu ) {
       display: none;
    }

    
    html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
        opacity: .6;
    }
    
    .mm-back > a {
        color: #fff !important;
        font-size: 2em;
        opacity: 1;
        padding: 16px 20px 0 !important;
        text-align: right;
        text-decoration: none !important;
    }
    .mm-back > a::before {content: "\f2d7"}
    .mm-back > a::before {font-family: "Ionicons";}
    
    #mmenu .mm-list > li.mm-label {
        background: transparent none repeat scroll 0 0;
        border-top: 1px solid #666;
        color: #002364;
        font-size: 0.8em;
        letter-spacing: 0.05em;
        margin: 25px 0 0;
        padding: 7px 0 4px;
        font-weight: 500;
    }
    .mm-label.labelfirst {
        border: 0 none !important;
        margin:  0 !important;
    }
    #mmenu .mm-list li a:hover { /*text-decoration: underline; opacity: 1;*/ }

    #mmenu li.name {
        width: 100%;
        color: #676767;
        font-size: 13px;
        background: #EBEBEB;
        text-align: center;
        padding-top: 10px;
        letter-spacing: -0.01em;
    }

    #mmenu .dropdown-header {
        display: block;
        padding: 0;
        font-size: 1.6em;
        line-height: 1em;
        color: #000;
        white-space: nowrap;
        margin: 20px 0;
        letter-spacing: 0;
    }

    #mmenu .dropdown-header::before {
        content: "Y";
        font-family: "e3font";
        font-size: 23px;
        position: relative;
        padding: 5px 6px 5px 0;
        top: 4px;
        font-weight: 500;
    }
    
    #mmenu .mainmenu a {
        color: #000;
        display: block;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.4em;
        margin: 0;
        overflow: hidden;
        padding: 16px 21px 16px 66px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: normal;
        font-family: 'Montserrat' , sans-serif;
        letter-spacing: 0.02em;
        /*border-top: 2px solid #0003;*/
        position: relative;
        letter-spacing: 0.02em;
    }
    #mmenu .mainmenu span img,#mmenu .mainmenu a img {
        height: 35px;
        position: static;
        left: 18px;
        margin-right: 5px;
        top: 9px;
    }
    #mmenu .mainmenu .caret {
        margin-left: 6px;
        border-width: 5px 5px 0 5px;
    }
    
    .mainmenu .dropdown-submenu.open .dropdown-menu {
        background: transparent none repeat scroll 0 0;
        border: 0 none;
        box-shadow: none;
        float: left;
        padding: 0 0 10px;
        position: relative;
        width: 100%;
    }
    .mainmenu .dropdown-submenu.open .dropdown-menu a {
        font-weight: lighter !important;
        padding: 10px 8px 10px 65px !important;
        text-transform: none !important;
        border: 0 !important;
    }
    .mainmenu .dropdown-submenu.open .dropdown-menu a:hover {
        background: transparent none repeat scroll 0 0 !important;
        text-decoration: underline;
    }
    
    .mm-panel > .mm-list {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .mm-list > li > a, .mm-list > li > form a, .mm-list > li > span {
        color: #000;
        display: block;
        font-size: 0.85em;
        font-weight: lighter;
        letter-spacing: 0.05em;
        line-height: 1.3em;
        margin: 0;
        opacity: 1;
        overflow: hidden;
        padding: 10px 12px;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .extras.mm-list > li > a{
        font-size: 15px;
        color: #4B8AF1;
        letter-spacing: 0;
    }
    .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {border: 0}
    
    .mm-back > a {
        font-size: 1.8em !important;
        opacity: 1 !important;
        text-decoration: underline;
    }
    
    
    #mmenu .mmenu-button {
        border: 1px solid #fff;
        background-clip: padding-box;
        border-radius: 3px;
        color: #000 !important;
        float: right;
        font-size: 26px;
        height: 32px;
        line-height: 30px;
        margin: 21px 15px 15px 0;
        opacity: 0.6;
        overflow: hidden;
        padding: 0;
        text-align: center;
        width: 33px;
    }
    #mmenu .mmenu-button:hover {opacity: 1}
    
    #mmenu .back a {
        /*background: none repeat scroll 0 0 rgba(4, 4, 4, 0.07);*/
        border-bottom: 2px solid rgb(255, 252, 252);
    }
    
    #mmenu .dropdown-menu {
        display: none;
    }
    #mmenu .dropdown-submenu.open .dropdown-menu {
        display: block;
    }
    
    
    .mm-menu .uno > .mm-vertical > .mm-panel > ul > li > a:not(.mm-next) {
        font-size: 1.2em;
    }
    
    #mmenu .mainmenu .mm-panel .mm-panel {
        padding: 0
    }
    
    #mmenu ul.uno, #mmenu ul.extras {
        margin: 0;
        padding: 0;
        overflow-y: auto;
        height: auto;
        float: left !important;
        width: 100% !important;
        display: block;
        margin-bottom: 12px;
        position: relative;
    }
    
    #mmenu ul.uno>li {
        border-bottom: 1px solid #e6e6e6!important;
        float: left;
        width: 100%;
        z-index: 2;
    }
    #mmenu ul.extras>li {
        float: left;
        width: 100%;
        z-index: 2;
    }
    
    #mmenu ul.uno>li>a,ul.uno>li>span {
        font-size: 1.15em;
        font-weight: 500;
        height: auto !important;
        min-height: 71px;
        line-height: 2em;
        padding: 18px 12px;
        font-family: 'Montserrat', sans-serif;
        z-index: 2;
        text-transform: none;
        color: #002364;
        letter-spacing: 0;
    }
    
    #mmenu ul.uno>li>.mm-next::after,ul.uno>li>.mm-prev::before {
        border-color: #ddd!important;
        height: 10px;
        width: 10px;
        right: 22px!important
    }

    .mm-menu.mm-offcanvas {
        overflow: auto!important;
        width: 87%;
    }

    ul.mm-nolistview.mm-list {
        background: #EBEBEB;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: auto;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #e6e6e6!important;
    }

    li.mm-back {
        background-color: #002364;
        color:white;
    }

    ul.mm-nolistview.mm-list li a{
        color:#676767;
        font-size: 11px;
        letter-spacing: -0.01em;
    }

    ul.mm-nolistview.mm-list li a:hover{
        color:white !important;
    }

    #mmenu .u-data:before, #mmenu .u-favs:before, #mmenu .u-orders:before, #mmenu .u-logout:before {
        font-family: "e3font" !important;
        font-weight: normal;
        display: block;
        font-size: 2.3em;
        height: 35px;
        margin: 0 !important;
        color: #17B2AB;
    }

    #mmenu .u-data:before {
        content: "J";
    }

      
      #mmenu .u-favs:before {
        content: "Z"; }
      
      #mmenu .u-orders:before {
        content: "0";
     }
      
      #mmenu .u-logout:before {
        content: "2";
     }
      
      #mmenu .u-pass:before {
        content: "y";
         }
    
    #mmenu ul.uno>li.link {
        font-family: "ClanOT";
        border-bottom: 0 !important;
    }
    
    #mmenu ul.uno>li.link>a, ul.uno>li.link>span {font-family: "ClanOT-Book";font-weight: 400;}
    
    #mmenu ul.uno>li.whiteBackground {
        background-color: white;
        color: #430404;
        border: 0 !important;
        font-family: "ClanOT";
    }
    #mmenu ul.uno>li.whiteBackground>a, ul.uno>li.whiteBackground>span {
        font-family: "ClanOT-Book";
        font-weight: 400;
        text-transform: none;
        font-size: 1.1em;
        padding: 20px 15px 10px;
        line-height: 1em;
    }       
    
    ul.uno>li>.mm-panel {
        padding-top: 0
    }
    
    #mmenu .dropdown-menu.dos {
        margin: -20px 0 20px
    }
    
    #mmenu .dropdown-menu.dos>li>a,.dropdown-menu.dos>li>span {
        font-size: 1.15em;
        font-weight: 700;
        color: #a20505!important;
        height: 50px!important;
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0
    }
    
    #mmenu .dropdown-menu.dos>li>.mm-next::after,.dropdown-menu.dos>li>.mm-prev::before {
        border-width: 1px;
        border-color: #a20505!important;
        height: 6px;
        width: 6px;
        right: 24px!important
    }
    
    #mmenu .dropdown-menu.dos ul.tres {
        margin: -5px 0 15px
    }
    
    #mmenu .mainmenu a.mm-subopen {
        width: 100% !important;
        padding: 0;
        position: absolute !important;
        top: 0;
        bottom: 0;
        height: 50px !important;
        z-index: 2 !important;
    }
    
    .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
        top: calc(50% - 5px);
        bottom: auto;
        border-color: black;
        opacity: 1;
    }
    
    #mmenu ul.dos>li>a, ul.dos>li>span {
        font-size: 1em;
        font-weight: 500;
        height: auto !important;
        min-height: 45px;
        line-height: 0.9em;
        padding: 18px 15px;
        font-family: 'Montserrat', sans-serif;
        z-index: 2;
        text-transform: none;
    }

    #mmenu ul.dos>li>a:hover, ul.dos>li>span:hover {
        text-decoration: underline;
        color:#a20505;
    }
    
    .mm-menu.mm-vertical .mm-list .mm-panel {
        display: none;
        padding: 0;
        padding-left: 20px;
    }
    
    
    /* header responsive ***/
    
    @media (max-width: 1199px) {
    }
    @media (max-width: 991px) {
    }
    @media (max-width: 767px) {
    }
    @media(min-width: 440px){
        .mm-list > li > a, .mm-list > li > form a, .mm-list > li > span {
            padding: 10px 20px;
        }
    }
    
    
    