@import url('https://fonts.googleapis.com/css?family=Oswald');

@media screen and (max-width: 1019px) {
    .topo-container {
        display: none;
    }
}

.topo-container {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 84px;
    background: white;
    z-index: 10;
    border-bottom: 1px solid #DDD;
}
.topo-container .main-header {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 80px;
}

.topo-container .main-header .logo-header {
    position: absolute;
    top: 0px;
    left: 0px;
}

.topo-container .main-header .logo-header img {
    height: 80px;
}

.topo-container .main-header .search-bar {
    position: absolute;
    top: 20px;
    left: 180px;
    width: 530px;
}

.topo-container .main-header .search-bar select, .topo-container .main-header .search-bar input {
    height: 36px;
    font-size: 18px;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

}

.topo-container .main-header .search-bar .search-category {
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 185px;
    padding-left: 20px;
    background: #FDFDFD;
    font-family: 'Oswald', sans-serif;
    border-top: 1px #EB5100 solid;
    border-bottom: 1px #EB5100 solid;
    border-left: 1px #EB5100 solid;
}

.topo-container .main-header .search-bar .search-text {
    width: 270px;
    font-family: 'Oswald', sans-serif;
    border-top: 1px #EB5100 solid;
    border-bottom: 1px #EB5100 solid;
    padding-left: 10px;
}

.topo-container .main-header .search-bar .search-submit {
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: FontAwesome;
    width: 40px;
    background-color: #EB5100;
    color: white;
    border-top: 1px #EB5100 solid;
    border-bottom: 1px #EB5100 solid;
    border-right: 1px #EB5100 solid;
    cursor: pointer;
}

.topo-container .main-header .info-header {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 240px;
}

.topo-container .main-header .info-header i {
    padding-top: 5px;
}

.topo-container .main-header .info-header .user {
    float: left;
    width: 180px;
}

.topo-container .main-header .info-header .user .icon {
    float: left;
    font-size: 40px;
    color: #EB5100;
}

.topo-container .main-header .info-header .user .links {
    padding-top: 7px;
    padding-left: 40px;
}

.topo-container .main-header .info-header .user .links-user {
    padding-top: 0px;
    padding-left: 40px;
}

.topo-container .main-header .info-header .user a, .topo-container .main-header .info-header .user span {
    color: #282D65;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}

.topo-container .main-header .info-header .user .pedidos {
    font-size: 13px;
}


.topo-container .main-header .info-header .cart {
    float: right;
    width: 60px;
}

.topo-container .main-header .info-header .cart a {
    color: white;
    background-color: #EB5100;
    font-size: 40px;
    padding: 3px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


.main-menu {
    width: 100%;
    background-color: #282D65;
    z-index: 10;
}
.menu-container nav ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.menu-container nav a {
    display:block;
    color:#FFF;
    font-size:12px;
    line-height: 40px;
    text-decoration:none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.menu-container nav ul ul {
    display: none;
    background: white;
}

.menu-container nav ul ul a {
    color: #282D65;
    font-size:13px;
    line-height: 26px;
    text-transform: none;
    padding: 3px 0px 3px;
    text-indent: 5px;
}

.orange-link {
    background-color: #FF6B19;
}



@media screen and (max-width: 1019px) {
    .only-mobile {
        display: block;
    }
    .only-desktop {
        display: none !important;
    }
    body {
        padding-top: 120px;
    }
    .header-mobile {
        width: 100%;
        height: 110px;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #FF6B19;
        text-align: center;
        z-index: 2;
    }
    .header-mobile .logo-mobile {
        height: 70%;
        margin-top: 20px;
    }
    .header-mobile .open-menu {
        color: white;
        font-size: 80px;
        position: absolute;
        top: 15px;
        left: 20px
    }
    .header-mobile .cart {
        color: white;
        font-size: 80px;
        position: absolute;
        top: 15px;
        right: 20px
    }
    .header-mobile .search {
        font-size: 80px;
        color: white;
        position: absolute;
        top: 15px;
        right: 120px;
    }
    .header-mobile .mobile-search {
        position: fixed;
        top: 160px;
        left: 0px;
        width: 100%;
        transition: 0.5s;
        display: none;
        z-index: 3;
    }
    .header-mobile .mobile-search.opened {
        display: block;
    }
    .mobile-search input,.mobile-search select {
        width: 90%;
        font-size: 67px;
        height: 120px;
        margin-top: 40px;
        background-color: white;
    }
    .mobile-search select:after {
        content:  '\f054';
        font-family: FontAwesome;
    }
    .mobile-search input.submit {
        font-family: "Oswald", sans-serif;
        background-color: #FF6B19;
        color: black;
        border: 1px solid rgba(178, 51, 14, 1);
    }
    .main-menu .menu-container {
        width: 0;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #282D65;
        transition: 0.5s;
        overflow-x: hidden;
        z-index: 3;
    }
    .main-menu .menu-container.opened {
        width: 80%;
    }
    .menu-container nav a {
        min-width: 80%;
        font-size: 5em;
        height: 120px;
        overflow: hidden;
        line-height: 120px;
        text-indent: 15px;
        border-bottom: 1px solid rgba(12, 13, 51, 1);
    }
    .menu-container nav ul ul a {
        font-size: 3em;
        line-height: 80px;
        height: 80px;
        text-indent: 35px;
    }
    .main-menu .closebtn {
        position: absolute;
        top: 50px;
        right: 25px;
        font-size: 12em;
        margin-left: 50px;
        display: none;
        transition: 0.5s;
        z-index: 3;
    }
    .mask {
        position: fixed;
        width: 0%;
        height: 200%;
        background: rgba(0,0,0,0.8);
        z-index: 2;
        top: 0px;
        left: 0px;

    }
    .mask.opened {
        width: 100%;
    }
    .main-menu .closebtn.opened {
        display: block;
    }
    .menu-container .open-menu {
        display: block;
        width: 100%;
        font-size: 8em;
        line-height: 140%;
    }
    .menu-container nav ul li > ul {
        max-height: 0px;
        transition: all 1.5s ease-out;
        overflow: hidden;
        display:block;
    }
    .menu-container nav ul li.opened > ul {
        max-height: 4000px;
        transition: all .8s ease-out;
    }
    .menu-container li > a:after {
        content:  '\f054';
        margin-left: 15px;
        font-family: FontAwesome;
        display: inline-block;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition:         transform .5s ease-in-out;
    }
    .menu-container li.opened > a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .menu-container li > ul > li > a:after {
        margin-left: 8px;
    }
}
@media (min-device-width: 560px) and (max-width: 1019px) {
    .menu-container nav a {
        font-size: 3em;
        height: 60px;
        line-height: 60px;
        text-indent: 15px;
    }
    .menu-container nav ul ul a {
        font-size: 2em;
        line-height: 40px;
        height: 40px;
        text-indent: 35px;
    }
    .header-mobile .mobile-search {
        top: 50px;
    }
    .mobile-search input,.mobile-search select {
        font-size: 42px;
        height: 72px;
    }
}
/*CSS Desktop*/
@media (min-width: 1020px) {
    body {
        padding-top: 85px;
    }
    .only-mobile {
        display: none !important;
    }
    .only-desktop {
        display: block;
    }
    .header-mobile {
        display: none;
    }
    .menu-container .closebtn, .menu-container .open-menu {
        display: none;
    }
    .main-menu .menu-container {
        width: 1019px;
        margin: 0 auto;
    }
    .main-menu .closebtn {
        display: none;
    }
    .menu-container nav ul {
        position: relative;
    }
    .menu-container nav ul li {
        display:inline-block;
    }
    .menu-container nav a {
        padding:0 10px;
    }
    .menu-container nav ul ul {
        position: absolute;
        top: 40px; /* the height of the main nav */
        left: 0px;
        z-index: 2;
    }
    .menu-container nav ul li:hover > ul {
        display:inherit;
    }
    /* Fisrt Tier Dropdown */
    .menu-container nav ul ul {
        width: 100%;
        padding: 10px 0px 10px;
        -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.68);
        -moz-box-shadow:    0px 2px 9px 0px rgba(50, 50, 50, 0.68);
        box-shadow:         0px 2px 9px 0px rgba(50, 50, 50, 0.68);
    }
    .menu-container nav ul ul li {
        width:167px;
        float:left;
        display:list-item;
        position: relative;
    }
    .menu-container nav a:hover {
        background-color: black;
    }
    .menu-container nav ul ul a:hover {
        color: black;
        background-color: #FAFAFA;
    }
    .menu-container li > a:after { content:  ' \25BE'; }
    .menu-container li > a:only-child:after { content: ''; }


}