#custommenu {
    position: relative;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 0 auto;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
div.menu a span {
    display: block;
    height: 28px;
    padding-right: 0px;
    padding-top: 12px;
}
div.menu a span:hover {
    cursor: pointer;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.level3 {
    margin-bottom: 5px;
    padding: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 18%; /* for 5 columns*/
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    background: #f1f1f1;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.3);
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
 -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-ms-transition: all .1s linear;
transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
div.menu.active a {
    background: #f1f1f1 !important;
    color: #f77c00;
    
}
div.level3 {
    background: #fff;
}
/*FONTS*/
div.menu {
    font: 600 15px/15px Arial,Helvetica,sans-serif;
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
a.level3:link, a.level3:visited {
    font-size: 11px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
    color: #fff;
}
div.menu a:hover, div.menu.active a {
    color: #f77c00;
}
a.level3:link, a.level3:visited {
    color: #333333;
}
a.level3:hover {
    color: #b43f74;
}
a.level2:link, a.level2:visited {
    color: #000;
}
a.level1:hover {
    background: #d3d3d3;
}
a.level2:hover {
    color: #000;
    background: #d3d3d3;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.nav-container{
    z-index: 999;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link, .menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #000;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    height: 38px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #f1f1f1;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}



.wp-custom-menu-popup *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.nav-container .wp-custom-menu-popup{
    width: 100%;
    white-space: nowrap;
    max-height: 480px;
    overflow: auto;
}
.nav-container .wp-custom-menu-popup > .block2 {
  border: 3px solid #f77c00;
  padding: 20px;
  border-top: 0;
}
.nav-container .wp-custom-menu-popup > .block2 > .block1{
    display: table;
    width: 100%;
}
.nav-container .column{
  margin:0;
  max-width: none;
  padding:0 10px;
  vertical-align: top;
  width: auto;
  border-right: 2px solid #D2D2D2;
  white-space: normal;
  width: auto;
  word-break: break-all;
  float: none;
  display: table-cell;
  vertical-align: top;
}
.itemMenu img{
    max-width: 100%;
}
.nav-container .column.last{
    border:0;
    padding-right: 0;
}
.nav-container .column.first{
    padding-left: 0;
}
.itemMenu .itemMenuName.level1{
    font-weight: 800;
    color: #f77c00;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    line-height: 2;
}
.itemMenu .itemMenuName.level1:hover{
    background: none;
    color: #514845;
}
.itemMenu .itemMenuName.level2 {
  display: block;
  font-size: 12px;
  line-height: 2;
  padding: 0;
}
.itemMenu .itemMenuName.level2:hover{
    background: none;
    color: #f77c00;
}
.nav-container .wp-custom-menu-popup .block2 .viewMoreCat,#custommenu-mobile .menu-mobile .parentMenu .viewMoreCat {
  background: #f77c00 url(arrow-img.png) no-repeat 90% 50%;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  -o-background-size: 14px auto;
  -ms-background-size: 14px auto;
  border: 1px solid #f77c00;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  min-width: 40px;
  padding: 0 40px 0 12px;
  margin: 10px 0 20px 0;
  text-decoration: none;
}
.nav-container .wp-custom-menu-popup .block2 .viewMoreCat:hover,#custommenu-mobile .menu-mobile .parentMenu .viewMoreCat:hover {
  background-color: #514845;
  border-color: #514845;
}
#custommenu-mobile .menu-mobile .parentMenu .viewMoreCat{
    margin: 10px 0 10px 10px;
}
#custommenu-mobile .menu-mobile .parentMenu:hover .viewMoreCat{
    background-color: #514845;
  border-color: #514845;
}

.nav-container .wp-custom-menu-popup .block2 .viewMoreCat.imgbtn{
    color: #f77c00;
    background: url(arrow-img1.png) no-repeat 90% 50%;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -ms-background-size: 14px auto;
    padding-left: 0;
    border:0;
}
.nav-container .wp-custom-menu-popup .block2 .imgtext{
    font-size: 14px;
    color: #000;
    line-height: 14px;
}

#custommenu{
    max-width: 1170px;
}

.last .imgtext { 
margin-left: 4px;
margin-top: 11px;
font-size: 13px;
color: #f77c00;
font-weight: 400;
 }
 
.last .imgbtn { margin-left: 4px !important; } 

@media only screen and (max-width: 1100px){
.nav-container{
    padding: 0;
}
.nav-container .menu .parentMenu > a{
    padding: 0 8px;
    font-size: 12px;
}
#header-control .header-button .button span {
  height: auto;
  min-width: 52px;
}
}
@media only screen and (max-width: 1024px){
#custommenu-mobile #menu-content {
  max-height: 320px;
  overflow: auto;
}
#menu-button a:link, #menu-button a:visited {
  margin-left: 10px;
}
#menu-button a span:after{
    display: none;
}
#menu-button a span{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 34px;
    line-height: 21px;
    background: url(menu-bar.png) no-repeat 0 0;
}
}
@media only screen and (max-width: 1024px){
#menu-button a:link, #menu-button a:visited{
    margin-left: 10px;
}
#holder-header-control #header-control .header-button{
    width: auto;
}
.page .nav-container {
  height: 42px;
}
.page .main {
  padding-top: 48px;
}

}


/*=========================== 18-05-18 ========================
reedit 6/20/2020 by rahul to show mobile menu on tablets too
*/



/*@media only screen and (max-width: 800px){ */
    @media only screen and (max-width: 1024px){
    #custommenu-mobile #menu-content {max-height: 260px; background: #fff;}
    .nav-container #custommenu-mobile .viewMoreCat {background: #f77c00 url(arrow-img.png) no-repeat 90% 50%; background-size: 14px auto;   -webkit-background-size: 14px auto; -moz-background-size: 14px auto; -o-background-size: 14px auto; -ms-background-size: 14px auto; border: 1px solid #f77c00;
border-radius: 3px; color: #fff; display: inline-block; font-size: 12px; line-height: 28px; height: 28px; min-width: 40px; padding: 0 40px 0 12px; margin: 5px 0 5px 5px; text-decoration: none;}
    .nav-container #custommenu-mobile .viewMoreCat:hover {background-color: #514845; border-color: #514845;}
}


.wp-custom-menu-submenu.level0 .itemMenuName.level1 {padding-left: 15px;}
.wp-custom-menu-submenu.level1 .itemMenuName.level2 {padding-left: 25px;}
.wp-custom-menu-submenu.level1 .itemMenu.level2 .viewMoreCat {margin-left: 25px !important;}

#custommenu-mobile p {display: none;}
