﻿ #customnav {
     height: 60px;
     background: #fff;
     color: #cb1212;
     font-size: 16px;
     margin-bottom: 0px;
     border: none;
     z-index: 99;
}
 
 .nav-list {
     border-bottom: none;
}
 .nav-list > li {
     padding: 10px 25px;
}
 .nav-list > li:last-child {
     border-right: none;
}
 .nav-list > li > a:hover {
     text-decoration: none;
}
 .nav-list > li > a > span {
     display: block;
     font-weight: bold;
     text-transform: uppercase;
}
 .mega-dropdown {
     position: static !important;
}
 .mega-dropdown-menu {
     padding: 20px 15px 15px;
     text-align: center;
     width: 100%;
}
/* ---------------= css Overwrite ------------- */
 #navbar-right-custom {
     margin-top: 12px;
     padding:0px 5px;
}
 #navbar-right-custom > li:last-child {
     margin-left: 5px;
}
 #navbar-right-custom > li:last-child a {
     color: #fff;
     font-weight: bolder;
}
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
     margin-right: 0px;
}

 .navbar-default .navbar-nav > li {
     margin-left: 1px;
}
 .navbar-default .navbar-nav > li > a {
     color: #333;
     font-weight: bold;
}
 .nav > li > a {
     padding-left:9px;
     padding-right:9px;
}
 .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
     color: #c61633;
     background-color: transparent;
}
 ul.nav-list > li > a:hover img {
     transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
 .navbar-default {
     background-color: #fff;
     min-height: 65px;
     margin-bottom: 0px;
}
 .navbar-brand {
     padding: 5px;
     margin-top:5px;
}
 .navbar-nav > li > a {
     text-transform: uppercase;
     line-height: 40px;
     padding-top:0px;
}
 .navbar-right > li {
     height: 40px;
     line-height: 25px;
}
/* ---- A in drop menu -------- */

     .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
       
         background: #fff;
         color: #c61633 ;
    }

     .navbar-toggle {
         border-radius: 0px;
         margin-top: 15px;
    }
     .navbar-default .navbar-toggle {
         border-color: #c61633 ;
         background-color: #c61633 ;
    }
     .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
         background-color: #c61633 ;
    }
     .navbar-default .navbar-toggle .icon-bar {
         background-color: #fffdfd;
    }
    
    a.title-product-home {
         color: #333;
    }
    
     a.title-product-home:hover {
         color: #c61633 ;
         font-weight: 600;
    }
     
     @media (max-width: 768px) {
         .navbar-header {
             padding-bottom: 5px;
           /*  border-bottom: 2px solid #ff9900; */
        }
         .navbar-default {
             height: auto;
        }
         .navbar-right > li {
             height: auto;
        }
         #navbar-right-custom > li:last-child {
             margin-top: 5px;
             margin-left: 0px;
        }
         .navbar-nav > li > a {
             padding-top: 10px;
             padding-bottom: 10px;
             line-height: 20px;
        }
    }
    