/*TOP-NAV*/
nav {
    color: #fff;
    margin: 0px auto;
    width: auto;
    float:left;
    height:55px;
    background: transparent;
}
 
nav ul {
  background:transparent;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-table;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
}
nav ul:after {
  content: "";
  clear: both;
  display: block;
}

nav ul li 
{
  height:55px;
  float: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  border-right: 0px solid #890456;
}
nav ul > li:last-of-type {
  border-right: none;
  border-radius: 0 5px 5px 0;
}
nav ul span li { border-right: 1px solid #890456; }

nav ul li:first-of-type { border-radius: 5px 0 0 5px; }
 
nav ul li:hover > a { color:#eb3e32; }
nav ul li.active > a { color:#eb3e32; }
nav ul li a 
{
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 55px;
    text-transform: none;
    color:#fff;
    display: block;
    padding: 0px 31px 0px 32px;
}
nav-sub {
  overflow:hidden;
  max-height:0px;
  max-width:0px;
  opacity:0;
 -webkit-transform:perspective(600px) rotateX(-90deg);
 -moz-transform:perspective(600px) rotateX(-90deg);
 -ms-transform:perspective(600px) rotateX(-90deg);
 -o-transform:perspective(600px) rotateX(-90deg);
 transform:perspective(600px) rotateX(-90deg);
 -webkit-transition:-webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 -o-transition:-o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 transition:transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
 box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
 -o-box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
 -moz-box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
 -webkit-box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
 -webkit-transform-origin:0% 0%;
 -moz-transform-origin:0% 0%;
 -ms-transform-origin:0% 0%;
 -o-transform-origin:0% 0%;
 transform-origin:0% 0%; 
 top:98%;
 z-index:99;
 left:0;
 width:100%;
 padding:1em 0 1em 0;
 background-color:#fff; 
  position: absolute;   
  border-radius: 0 0 5px 5px; 
}
nav-sub:after {
  content: "";
  clear: both;
  display: block;
}
nav ul li:hover > nav-sub {
     max-height:3000px;
     max-width:3000px;
     opacity:1;
     -webkit-transform:perspective(600px) rotateX(0deg);
     -moz-transform:perspective(600px) rotateX(0deg);
     -ms-transform:perspective(600px) rotateX(0deg);
     -o-transform:perspective(600px) rotateX(0deg);
     transform:perspective(600px) rotateX(0deg);
     -webkit-transition:-webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
     -o-transition:-o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
     transition:transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;     
     min-width:250px;
     float:left;      
     display:-ms-flexbox;
     display:-webkit-flex;
     display:flex;
     -webkit-flex-wrap:wrap;
     -ms-flex-wrap:wrap;
     flex-wrap:wrap
 
}
nav-sub ul{background:transparent;min-width:200px} 
nav-sub ul li {
  float: left;
  position: relative;
  border: none;
  border-bottom:1px solid #dedede;
  width:100%
}
nav-sub ul li:last-of-type {border-bottom:0px solid #fff;border-radius: 0 0 5px 5px; }
nav-sub ul li a {line-height:55px; padding: 0px 21px;color:#333 }
nav-sub.full-nav
{
    float:left;
    left: -253px;
    position: absolute;
    width: 900px;
    display: flex;   
}
.nav-list
{
  float:left;
  display:block;
  width:100%;    
}
.nav-list li{float:left;display:block;width:33%;height:auto;border:0px solid #fff}
.nav-list li a{line-height:25px;color:#444}

.navtop-content1
{
  float:left;
  display:block;
  width:96%;    
  padding-left:4%
}
.navtop-content1 li{float:left;display:block;width:100%;position:relative;border:0px solid #fff}
.navtop-content1 li a{line-height:25px;color:#999}

.navtop-content2{float:left;display:block;width:100%;position:relative}
.navtop-content2 li{float:left;display:block;width:100%}
.navtop-content2 li a{line-height:25px;color:#999}
 
/*VERTICAL MENU*/
nav-ver {
    color: #fff;
    margin: 0px auto;
    width: auto;
    float:left;
    height:auto;
    background: transparent;
    width:103%
}
 
nav-ver ul {
  background:transparent;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-table;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  float:left;
  width:100%;
}
nav-ver ul:after {
  content: "";
  clear: both;
  display: block;
}

nav-ver ul li 
{ 
  float: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  border-right: 0px solid #890456;
  width:100%;
  
  display:table
}
nav-ver ul > li:last-of-type {
  border-right: none;
  border-radius: 0 5px 5px 0;
}
nav-ver ul span li { border-right: 1px solid #890456; }

nav-ver ul li:first-of-type { border-radius: 5px 0 0 5px; }
 
nav-ver ul li:hover > a { color:#fff;background:#eb3e32;border-radius:0px 3px 3px 0px }
nav-ver ul li.active > a { color:#fff;background:#eb3e32 }
nav-ver ul li:hover > a .before{color:#fff}
nav-ver ul li:hover > a .after{color:#fff}

nav-ver ul li:hover > a::after{
border-color: transparent #eb3e32;
border-style: solid;
border-width: 24px 0 24px 14px;
bottom:0px;
content: "";
left: 92%;
margin-left: 20px;
position: absolute;
z-index: 999999;
}
 
nav-ver ul li a 
{
    position:relative;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height:32px;
    text-transform: none;
    color: #444;
    display: block;
    padding: 8px 15px 8px 30px;
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
}
nav-ver ul li a .before {    
  color: #bababa;
    float: left;
    font-size: 24px;
    margin-right: 5px;
    margin-top: 1px;
}
nav-ver ul li a .after {
    font-size: 24px;
    width: 24px;
    line-height: 45px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 3px;
    text-align: center;
}

nav-ver-sub 
{ 
 position:absolute;
 left:280px;
 height:409px;
 width:990px;
 top:0px;
 padding-left:0px;
 margin-left:0px;
 background:#fff;
 padding:25px 25px 45px 25px;
 display:none;
 box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
 -o-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
 -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
 -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1)
}
nav-ver-sub:after {
  content: "";
  clear: both;
  display: block;
}

nav-ver ul li:hover > nav-ver-sub { 
   display:block
}

nav-ver-sub ul{background:transparent;min-width:200px} 
nav-ver-sub ul li {
  float: left;
  position: relative;
  border: none;
  border-bottom:1px solid #dedede;
  width:100%
}
nav-ver-sub ul li:last-of-type {border-bottom:0px solid #fff;border-radius: 0 0 5px 5px; }
nav-ver-sub ul li a {line-height:55px; padding: 0px 21px;color:#333 }
nav-ver-sub.full-nav
{
    float:left;
    left: -253px;
    position: absolute;
    width: 900px;
    display: flex;   
}
  
.clear { clear: both }
.nav-content1
{
  float:left;
  display:block;
  width:100%    
}
.nav-content1 li
{
  float:left;
  display:block;
  width:33%;
  border:0px solid #fff    
}
.nav-content1 li a {
    padding: 0px 6px;
    color: #444;
    line-height: 20px;    
}
.nav-content1 li a:hover{background:transparent;color:#eb3e32}
.nav-content1 li:hover > a::after{border-width:0px}

.nav-content1 li .nav-content2
{
  float:left;
  display:block;
  width:100%;
  padding-left:1%    
}
.nav-content2 li{float:left;display:block;width:100%;padding:5px 2px}
.nav-content2 li a{color:#999}
.li-price:hover > a::after{border-width:0px}
.li-price .li-price-icon
{
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
}
/*VERNAV - POPUP*/ 
.tvernav-title-mini:hover
{
 cursor:pointer;    
}  
.tvernav-popup{
      /*overflow:hidden;*/
      max-height:0px;
      max-width:0px;
      opacity:0;
     -webkit-transform:perspective(600px) rotateX(-90deg);
     -moz-transform:perspective(600px) rotateX(-90deg);
     -ms-transform:perspective(600px) rotateX(-90deg);
     -o-transform:perspective(600px) rotateX(-90deg);
     transform:perspective(600px) rotateX(-90deg);
     -webkit-transition:-webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
     -o-transition:-o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
     transition:transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
     box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
     -o-box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
     -moz-box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
     -webkit-box-shadow:0px 3px 25px 0px rgba(31,38,67,0.1);
     -webkit-transform-origin:0% 0%;
     -moz-transform-origin:0% 0%;
     -ms-transform-origin:0% 0%;
     -o-transform-origin:0% 0%;
     transform-origin:0% 0%;  
     z-index:9999999;
     left:0%;
     top:55px;
     width:100%;
     padding:0px;
     background-color:#fff; 
     position:absolute;   
     border-radius: 0 0 5px 5px; 
     padding-bottom:1.5em
}
.tvernav-popup:after {
  content: "";
  clear: both;
  display: block;
}
.tvernav-popup-show{
     max-height:3000px;
     max-width:3000px;
     opacity:1;
     -webkit-transform:perspective(600px) rotateX(0deg);
     -moz-transform:perspective(600px) rotateX(0deg);
     -ms-transform:perspective(600px) rotateX(0deg);
     -o-transform:perspective(600px) rotateX(0deg);
     transform:perspective(600px) rotateX(0deg);
     -webkit-transition:-webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
     -o-transition:-o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
     transition:transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
     
     min-width:250px;
     float:left;     
     display :-ms-flexbox;
     display:-webkit-flex;
     display:block;
     -webkit-flex-wrap:wrap;
     -ms-flex-wrap:wrap;
     flex-wrap:wrap; 
      
}
 
 
















 