#menuheader {
    font-family: 'EurostileLTStd';
    position: relative;
    z-index: 999;
    height: 77px;
}

#stickyheader {
    z-index: 8000;
}

header .headermain {
    clear: both;
    background-color: #4d4d4f;
    width: 100%;
    float: left;
    color:#fff;
    border-top: solid 1px rgba(255,255,255,.2);
    position: absolute;
    top: 33px;
    padding: 0;
}
.logodealer {
    left: 110px;
    top: 12px;
    display: inline-block;
    width: 70%;
    padding-left: 15px;
    height: 43px;
    z-index: 999;
}
.logodealer.logotext {
    width: 295px;
    line-height: 43px;
}
.logodealer img {
    max-height: 39px;
    margin-bottom: 3px;
}
.logodealer.logotext a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
header .mobdots {
    cursor: pointer;
    height: 15px;
    margin-right: 0;
    margin-top: 0;
    width: 17px;
    position: absolute;
    top: 11px;
    right: 65px;
}
header .mobdots i {
    display: block;
    height: 15px;
    margin: 0 auto;
    position: relative;
    top: 3px;
    background-position: -562px -137px;
    width: 17px;
}
header .toplink {
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 44px;
    width: 100%;
    background: #cacaca;
    z-index: 9000;
}
header .toplink li {
    padding-top: 10px;
}
header .toplink li:first-child {
    padding-top: 10px;
    border-bottom: solid 1px #dcdcdc;
}
header .toplink li .title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
header .toplink a {
    line-height: 1;
    font-family: arial;
    text-align: center;
    color: #e31837;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: none;
}
header .logo {
    display: none;
    background: #fff;
    margin-top: 4px;
    padding: 10px;
    margin-left: 10px;
}
#menu {
    position: absolute;
    width: 100%;
}
#menu .main {
    font-family: 'EurostileLTStd';
    font-size: 9px;
    color: #fff;
}
.burger-menu {
    position: absolute;
    margin: 0 auto;
    color: #60635E;
    text-transform: uppercase;
    width: 25px;
    height: 17px;
    top: -30px;
    right: 18px;
}
.burger-click-region {
    position: absolute;
    left: 0;
    width: 25px;
    height: 17px;
    cursor: pointer;
}
.burger-menu-piece {
    display: block;
    position: absolute;
    width: 25px;
    border-top: 3px solid #fff;
    -webkit-transform-origin: 77% 50%;
    -ms-transform-origin: 77% 50%;
    transform-origin: 77% 50%;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
    top: 0;
}
.burger-menu-piece:nth-child(2) {
    top: 7px;
    opacity: 1;
    -webkit-transition: -webkit-transform 400ms ease-out, opacity 0ms linear 200ms;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.burger-menu-piece:nth-child(3) {
    top: 14px;
}
#menu .main .menu_aberto {
    background: #f1f1f1;
    box-shadow: 0 1px 4px #8c8c8c;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#menu .main li {
    cursor: pointer;
}
#menu .main li a {
    color: #e31837;
    display: block;
    font-size: 14px;
    line-height: 50px;
    padding-left: 9px;
    text-align: center;
    text-decoration: none;
}
.newproductmenu .button {
    background: #e4e4e4;
}
.arrowbg {
    margin-left: 6px;
}
.arrowbg i {
    background-position: -125px -1px;
    width: 9px;
    height: 5px;
}
#menu .main .submenu {
    min-width: 150px;
    left: 0;
    position: relative;
}
#menu .main .submenu li {
    background: #535353;
}
#menu .main .submenu li, #menu .main .submenu li a {
    box-sizing: border-box;
    display: block;
    padding: 0;
    text-indent: 24px;
    width: 100%;
}
.mlogodesktop{margin-left: 50px;float:right}
header .headertop {
    background: #4d4d4f;
    float: left;
    width: 100%;
    height: 33px;
}
.mrisemobi {
    float: left;
}
.mrisemobi img {
    max-width: 93px;
}
header .mobitoplink {
    float: right;
    padding: 0px 0 0 10px;
    display: none;
    font-family: arial;
}
header .mobitoplink a {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin-right: 4px;
    font-weight: bold;
    transition: 0.3s ease-in;
}
header .offers {
    float: left;
    margin: 4px 0 0 20px;
    display: none;
}
header .offers a {
    width: 85px;
    height: 30px;
    background-position: -1px -1px;
}
#menu .main .submenu-onclick li {
    background: #e4e4e4;
}

#menu .main .submenu-onclick a{
    color: #e31837;
}
.active .burger-menu-piece:nth-child(1) {
    -webkit-animation: burger-open-top 400ms ease-out forwards;
    animation: burger-open-top 400ms ease-out forwards;
}
.active .burger-menu-piece:nth-child(2) {
    opacity: 0;
    -webkit-transition: -webkit-transform 400ms ease-out, opacity 0ms linear 200ms;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.active .burger-menu-piece:nth-child(3) {
    -webkit-animation: burger-open-bot 400ms ease-out forwards;
    animation: burger-open-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top { 50% {
    -webkit-transform:translate3d(0, 12px, 0);
    transform:translate3d(0, 12px, 0)
    }
    100% {
    -webkit-transform:translate3d(0, 12px, 0) rotate(45deg);
    transform:translate3d(0, 12px, 0) rotate(45deg)
    }
    }
    @keyframes burger-open-top { 50% {
    -webkit-transform:translate3d(0, 12px, 0);
    transform:translate3d(0, 12px, 0)
    }
    100% {
    -webkit-transform:translate3d(0, 12px, 0) rotate(45deg);
    transform:translate3d(0, 12px, 0) rotate(45deg)
    }
    }
    @-webkit-keyframes burger-open-bot { 50% {
    -webkit-transform:translate3d(0, -12px, 0);
    transform:translate3d(0, -12px, 0)
    }
    100% {
    -webkit-transform:translate3d(0, -12px, 0) rotate(-45deg);
    transform:translate3d(0, -12px, 0) rotate(-45deg)
    }
    }
    @keyframes burger-open-bot { 50% {
    -webkit-transform:translate3d(0, -12px, 0);
    transform:translate3d(0, -12px, 0)
    }
    100% {
    -webkit-transform:translate3d(0, -12px, 0) rotate(-45deg);
    transform:translate3d(0, -12px, 0) rotate(-45deg)
    }
    }
    @-webkit-keyframes burger-close-top { 0% {
    -webkit-transform:translate3d(0, 12px, 0) rotate(45deg);
    transform:translate3d(0, 12px, 0) rotate(45deg)
    }
    50% {
    -webkit-transform:translate3d(0, 12px, 0) rotate(0);
    transform:translate3d(0, 12px, 0) rotate(0)
    }
    100% {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
    }
    }
    @keyframes burger-close-top { 0% {
    -webkit-transform:translate3d(0, 12px, 0) rotate(45deg);
    transform:translate3d(0, 12px, 0) rotate(45deg)
    }
    50% {
    -webkit-transform:translate3d(0, 12px, 0) rotate(0);
    transform:translate3d(0, 12px, 0) rotate(0)
    }
    100% {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
    }
    }
    @-webkit-keyframes burger-close-bot { 0% {
    -webkit-transform:translate3d(0, -12px, 0) rotate(-45deg);
    transform:translate3d(0, -12px, 0) rotate(-45deg)
    }
    50% {
    -webkit-transform:translate3d(0, -12px, 0) rotate(0);
    transform:translate3d(0, -12px, 0) rotate(0)
    }
    100% {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
    }
    }
    @keyframes burger-close-bot { 0% {
    -webkit-transform:translate3d(0, -12px, 0) rotate(-45deg);
    transform:translate3d(0, -12px, 0) rotate(-45deg)
    }
    50% {
    -webkit-transform:translate3d(0, -12px, 0) rotate(0);
    transform:translate3d(0, -12px, 0) rotate(0)
    }
    100% {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
    }
    }
   
@media screen and (min-width: 767px){
    #mainofferbtn{
        margin-left: 12px;
    }
    .logo img {
        height: auto;
    }
    header .mobitoplink a {
        height: 39px;
        line-height: 39px;
        font-size: 10px;
        border-right: solid 1px rgba(255,255,255,.2);
        float: left;
        padding-right: 10px;
        padding-left: 5px;
        margin-right: 5px;
        font-size: 13px;
    }
    header .mobitoplink a:last-child {
        border-right: none;
        margin-right: 0;
    }
    header .offers {
        display: none;
    }
    
    header .headermain.headershadow {
        margin-top: 0;
    }
    
    }
@media only screen and (min-width: 800px){
menu {
    top: 0;
}
#menu .main .submenu li {
    background: #535353;
}
}

@media screen and (max-width: 1006px){
    #menu .main .menu_aberto {
    display: none;
}
#menu ul li:hover, #menu .main .submenu li {
    background: #e4e4e4;
}
#menu ul li ul.submenu li:hover ul li {
    background: #fff;

}

.arrowbg {
    right: -7px;
    top: 1px;
    height: 15px;
    width: 10px;
    text-align: center;
    position: relative;
}
.arrowbg i {
    background-position: -527px -141px;
    width: 4px;
    height: 10px;
    transform: rotate(
90deg);
}
}
@media screen and (min-width: 1007px){
    header .headermain {
        margin-top: 39px;
    }
    
    header .headermain {
        margin-top: 73px;
        width: 100%;
        height: 55px;
        position: relative;
        padding: 0;
        top: 0;
    }
    header .mobdots {
        display: none;
    }
    .logodealer {
        position: absolute;
        padding-left: 0;
        top: 0;
        height: auto;
        width: 170px;
    }
    header .headermain .main {
        max-width: 100%;
        padding-right: 40px;
    }
    .switchto, header .logo {
        display: inline-block;
    }
    header .logo {
        background: transparent;
        width: auto;
        position: absolute;
        left: 0;
        top: -40px;
        bottom: 0;
        text-align: center;
        font-size: 0;
        z-index: 99;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    header .logo:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 130px;
        /* background: url(../image/logo-bg-shape.png) no-repeat; */
        background-size: contain;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        transition: all 0.8s;
    }
    header .logo .logoimgmain {
        position: absolute;
        width: auto;
        left: 100px;
        top: -36px;
        max-width: 120px;
    }
    #menu {
        display: inline-block;
        float: right;
        position: relative;
        width: auto;
        margin-right: 0;
    }
    header .headermain .main {
        max-width: 100%;
        padding-right: 40px;
    }
    #menu .main {
        font-family: 'EurostileLTStd';
        font-size: 14px;
        color: #fff;
        padding-right: 0;
    }
    .menuicon, #menu .blank, .burger-menu {
        display: none;
    }
    .menuicon, #menu .blank, .burger-menu {
        display: none;
    }
    #menu .main ul {
        position: static;
        width: auto;
        display: block;
    }
    #menu .main ul {
        float: left;
        margin-top: 0px;
    }
    #menu .main .menu_aberto {
        border: medium none;
        box-shadow: none;
        float: right;
        position: relative;
        top: -1px !important;
        width: auto;
        background: transparent;
    }
    #menu .main li {
        float: left;
        position: relative;
        padding: 0;
        border-bottom: 0;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        border-right: solid 1px rgba(255,255,255,.2);
    }
    #menu .main li a {
        display: inline-block;
        line-height: 55px;
        padding: 0 9px;
        text-decoration: none;
        color: #fff;
    }
    #menu .main .submenu-onclick li {
        background: #535353;
    }
    #menu .main .submenu-onclick li a {
        color: #fff;
    }
    .arrowbg i {
        background-position: -180px -32px;
        width: 11px;
        height: 4px;
    }
    .newproductmenu .pcnavactive {
        position: absolute;
        width: 605px;
        background: #535353;
        padding: 10px;
        left: -260px;
    }
    #menu .main ul {
        position: static;
        width: auto;
        display: block;
    }
    #menu .main ul {
        float: left;
        margin-top: 0px;
    }
    .newproductmenu .button {
        padding: 13px 15px !important;
        line-height: 1 !important;
        background: #000;
    }
    #menu .main .submenu {
        border-radius: 2px;
        box-shadow: 0 1px 5px rgb(0 0 0 / 36%);
        overflow: hidden;
        width: 190px;
        position: absolute;
    }
    #menu .main .submenu.pcnavactive {
        display: none;
    }
    .newproductmenu .pcnavactive li a {
        line-height: 1.5 !important;
    }
    #menu .main .submenu li, #menu .main .submenu li a {
        text-indent: 0;
    }
    
    #menu .main .submenu li a {
        line-height: 37px;
        padding: 2px 10px;
        text-align: left;
    }
    #menu .main .submenu.pcnavactive li a .arrowbg {
        line-height: 1;
        transform: rotate(
    -90deg);
        -webkit-transform: rotate(
    -90deg);
        top: 2px;
        position: relative;
    }
    .more .submenu-onclick {
        box-shadow: 0 1px 5px rgb(0 0 0 / 36%);
        display: none;
        font-family: "EurostileLTStd";
        right: 3% !important;
        margin-top: -11px;
        padding: 0;
        position: absolute !important;
        width: 220px !important;
    }
    #menu .main ul.submenu li ul{
        position: fixed;
        z-index: 9999;
        margin-top: -41px;
        margin-left: 189px;
        display: none;
        width: 190px;
    }
    .more .submenu-onclick li {
        width: 100%;
        text-align: left !important;
    }
    .more .submenu-onclick li a {
        text-align: left !important;
        color: #231f20;
        font-size: 14px;
        line-height: 28px !important;
        max-width: none !important;
        padding: 7px 22px !important;
        text-align: left;
        width: 80% !important;
    }
    #menu .main li:last-child a {
        border-right: 0;
    }
    #menu .main .submenu-onclick li:last-child {
        border-radius: 0 0 2px 2px;
    }
    #menu .main li:last-child a {
        border-right: 0;
    }
    header .headertop {
        padding: 0;
        padding-top: 34px;
        position: absolute;
        top: 0;
        height: auto;
    }
    .headertop .main {
        max-width: 100%;
        padding-right: 40px;
        width: 680px;
        float: right;
    }
    .mrisemobi {
        display: none;
    }
    header .mobitoplink {
        padding-top: 0;
        display: inline-block;
    }
    header .mobitoplink a {
        font-size: 11px;
    }
    .newproductmenu .pcnavactive li {
        width: 25%;
        border-right: none !important;
        padding: 3px !important;
    }
    .newproductmenu .button {
        padding: 13px 15px !important;
        line-height: 1 !important;
        background: #000;
    }
    #menu .main li:hover, #menu .main li.active {
        background: #535353;
    }
    #menu .main .submenu li:hover {
        background: #b1b1b1 !important;
    }
    #menu .main .submenu-onclick li:hover{
        background: #b1b1b1 !important;
    }
    header .headershadow .logo:before {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        -webkit-transform: translateY(-105%);
        -moz-transform: translateY(-105%);
        -ms-transform: translateY(-105%);
        -o-transform: translateY(-105%);
        transform: translateY(-105%);
    }
    header .headershadow .logo {
        z-index: 1;
        /* background: white; */
        width: 15.5%;
        /* top: auto; */
        bottom: 0;
        height: 55px;
    }
    #menu .main .submenu li:hover ul{
        display: block;
    }
    #menu .main .moremenu ul li:hover{
        background: #535353;

    }
    }
@media screen and (min-width: 1260px)
{
    .more .submenu-onclick {
    right: 0 !important;
}
}
@media screen and (min-device-width: 1007px) and (max-device-width: 1092px){
.logodealer{
    left: 188px;
    }
    #menu .main li a{
        padding: 0 7px;
    }
}