@font-face {
    font-family: 'Cronos';
    src: url('../Fonts/CronosProBoldItalic_12432.eot');
    src: url('../Fonts/CronosProBoldItalic_12432.eot') format('embedded-opentype'),
         url('../Fonts/CronosProBoldItalic_12432.woff') format('woff2'),
         url('../Fonts/CronosProBoldItalic_12432.woff') format('woff'),
         url('../Fonts/CronosProBoldItalic_12432.ttf') format('truetype'),
         url('../Fonts/CronosProBoldItalic_12432.svg') format('svg');
}


.nav,
.nav ul,
.nav ul li,
.nav ul li a,
.nav #menu-button {
  
}
.nav:after,
.nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden; 
  line-height: 0;
  height: 0;
}
.nav #menu-button {
  display: none;
}
.nav {
}
.nav.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav.align-center ul ul {
  text-align: left;
}
.nav.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav.align-right > ul > li {
  float: right;
}
.nav.align-right ul ul {
  text-align: right;
}
.nav > ul > li {
  float: left;
}
.nav > ul > li > a {
  
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;  
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.nav ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
.nav ul > li.has-sub > a:before {
  content: '+';
  position: absolute;
  right: 11px;
  top: 11.5px;
  display: block;
  width: 0;
  height: 0;
  z-index: 99;
}

.nav > ul > li.has-sub > a::before { 
    display: none;
}


.nav ul > li.has-sub:hover > a:before {
  border-top-color: #19799f;
}
.nav ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  /*-webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;*/
}
.nav > ul > li > ul {
}
.nav > ul > li:hover > ul {
    background: #ffffff;
    /*border: 1px solid #fff;*/
    border:none;
    border-top: 2px solid #ffcf06;
    border-radius: 0;
    left: auto;
    list-style: outside none none;
    /*margin-left: 25px;*/
    opacity: 1;
    top: 100%;
	min-width:200px;
    z-index: 999;
	box-shadow: 4px 4px 6px #333333;
	padding:5px 0;
}
/*new css*/
.nav > ul > li:hover > ul {
  left:24px;
  right:0;
  background: #808080;
}
 .nav > ul > li:hover > ul li a { color:#fff; }

 .nav > ul > li:hover > ul li{ border-bottom:1px solid #ffcf06;}
 .nav > ul > li:hover > ul li a:hover{ color:#444;}

 .nav > ul > li:hover > ul li:last-child{ border-bottom:none;}


/*new css*/
.nav.align-right > ul > li:hover > ul {
  right: 0;
}
.nav ul ul ul {
  top: 40px;
}
.nav ul ul > li:hover > ul {
  top: 0;
  /*left: 100%;
  box-shadow: 4px 4px 6px #425662;*/
  padding-left: 10px; 
  opacity: 1;
  background: #444444;
    /*border: 1px solid #fff;*/
    border:none;
	padding: 0;
    list-style: outside none none;
	min-width:170px;
}  

.nav ul ul > li:hover > ul li{ border-bottom:1px solid #808080;}


/*new css*/
.nav ul ul > li:hover > ul {
    box-shadow: 4px 4px 6px #425662;
    left: 100%;
    right: 100%;
    width:100%;
}


.nav_line ul >  li.brandsList > ul.submenu li ul.submenu,.nav_line ul >  li.SaleList > ul.submenu li ul.submenu {
    left: auto;
    right: 100%;
    box-shadow: -4px 4px 6px #425662;
}

/*.sales > a{ color:#d32222 !important; font-family:"Cronos";}
.gift > a{ color:#116f1c !important; font-family:"Cronos";}*/

.sales > a:after {
  content:'';
  display:block;
 /*background: rgba(255,255,255,0.1);
background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(207,31,8,1) 47%, rgba(245,242,242,0.1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.1)), color-stop(47%, rgba(207,31,8,1)), color-stop(100%, rgba(245,242,242,0.1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(207,31,8,1) 47%, rgba(245,242,242,0.1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(207,31,8,1) 47%, rgba(245,242,242,0.1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(207,31,8,1) 47%, rgba(245,242,242,0.1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.1) 0%, rgba(207,31,8,1) 47%, rgba(245,242,242,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f2f2', GradientType=1 );*/

 border-radius:97px;
 -webkit-border-radius:97px;
 -moz-border-radius:97px;
  height: 4px !important;
  position: relative !important;
  right: 20% !important;
  top: 0 !important;
  width: 140% !important;
}


.gift > a:after {
  content:'';
  display:block;

/* background: rgba(168,207,173,0.1);
background: -moz-linear-gradient(left, rgba(168,207,173,0.1) 0%, rgba(17,111,28,1) 47%, rgba(160,219,167,0.1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(168,207,173,0.1)), color-stop(47%, rgba(17,111,28,1)), color-stop(100%, rgba(160,219,167,0.1)));
background: -webkit-linear-gradient(left, rgba(168,207,173,0.1) 0%, rgba(17,111,28,1) 47%, rgba(160,219,167,0.1) 100%);
background: -o-linear-gradient(left, rgba(168,207,173,0.1) 0%, rgba(17,111,28,1) 47%, rgba(160,219,167,0.1) 100%);
background: -ms-linear-gradient(left, rgba(168,207,173,0.1) 0%, rgba(17,111,28,1) 47%, rgba(160,219,167,0.1) 100%);
background: linear-gradient(to right, rgba(168,207,173,0.1) 0%, rgba(17,111,28,1) 47%, rgba(160,219,167,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8cfad', endColorstr='#a0dba7', GradientType=1 );*/

 border-radius:20%;
 -webkit-border-radius:20%;
 -moz-border-radius:20%;
  height: 4px !important;
  position: relative !important;
  right:5% !important;
  top: 0 !important;
  width: 110% !important;
}

/*new css*/
.nav.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
.nav ul ul li a {
   color: #444;
   display: block;
   font-size: 15px;
   padding: 7px 13px;
   text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;    
  text-transform:capitalize;
  transition: color .2s ease;
}
.has-sub {
    position: relative;
}
.nav ul ul li:hover > a,
.nav ul ul li > a:hover,
.nav ul ul li.active > a {}

.nav ul ul li:hover > a{color: #000000; background:#ffcf06;} 
.nav ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
}
.nav.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
.nav ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
.nav ul ul > li.has-sub > a:before {
  top: 6px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
.nav.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
}

header{ width: 100%;  position: fixed;
    top: 0; left: 0; 
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    z-index: 99;
}
header.fixed {position: fixed;}

/*menu fixes */
header.brandhover { position:absolute;} 
/*.nospace { padding:0 !important}*/
.nospace { margin-top:0 !important}

.banover{ padding-top:0; margin-top}

.exactpos{ position:relative !important; top:0 !important; }
.left-search.exactpos{ position:relative !important; top:0 !important;}


/*header.fixed .mainSearch { margin-top: 0px;}*/
/*header.fixed .topHeaderMiddle,
header.fixed .topHeaderRight { height:43px; line-height:43px;}
header.fixed nav { padding-bottom: 0;}*/

/*header.fixed .logoholder { margin-top: -60px; width: 241px;}
header.fixed .logoholder > img { width:100%;}
header.fixed .mainNav > ul > li > a{ padding:7px 0;}
header.fixed .socialIconHolder {padding-top: 8px;}*/


header.fixed .topHeaderleft{ line-height:43px;} 
.line_head.fixed { height: 147px;}
.nav > li > a:focus{ background:none;}

/*menu fixes */

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
   /*.banover{ padding-top:0;}*/
}


@media (max-width: 1199px) {
    
.nav > ul > li:hover > ul { left: auto; right: auto; margin-left: 10px;}
.nav ul ul > li:hover > ul { box-shadow: 4px 4px 6px #425662;  left: 100%; right: auto;}

.logoholder { margin-top: -74px; width: 203px;}
#logo > img {width: 90%;}
/*header.fixed .mainSearch {margin-top: -28px;}*/
/*header.fixed .logoholder {margin-top: -68px;width: 221px;}*/

}

@media (max-width:1024px) {

    .nav > ul > li:hover > ul li .submenu-button {
        display: block;
        height: 38px;
        line-height: 38px;
        position: absolute;
        right: 0;
        width: 44px;
        top: -4px;
        z-index: 100;
    }
  .navbar-nav .fa{display:none;}

}


@media (max-width: 991px) {
 .banover { margin-top:173px;}
  header.brandhover { position:absolute;} 

  .mainNav > ul > li > a{ padding:12px 0;}
  .logoholder{ margin-top:-41px;}
  /*header.fixed .socialIconHolder{ padding-top:5px;} 
  header.fixed .logoholder { margin-top: -57px;}*/

  /*header.fixed .mainSearch { margin-top:3px;}*/
 
}    

@media (min-width:769px) {

 .nav ul ul > li:hover > ul {display: block !important;}

 .nav > ul > li:hover > ul {display:block !important;}

 .nav ul ul {  display:none !important;}

}

@media  (max-width: 768px){

   .banover { margin-top:0;}
   header.brandhover { position:relative;} 
   header.fixed.brandhover { position:fixed;} 
   header{ position:relative;}
   .logoholder {
    float: left;
    margin: -30px 0 15px;
    width: 100%;
}
   #logo > img {width: auto;}


.gift > a::after{ width:100px !important; right:0 !important;top:3px !important;}
.sales > a::after {display: block !important; right: 5px !important; width: 46px !important;top:3px !important;}

.navbar-nav .fa{display:block;}
.nav > ul > li:hover > ul li .submenu-button{ top:1px; height:48px; line-height:48px;}


header.fixed .logoholder { width: 100%;}
header.fixed .logoholder > img {
    width:auto; 
}

.nav > ul > li:hover > ul li{ border-bottom:none;}
.nav > ul > li:hover > ul li a:hover{ color:#fff;}

.nav ul ul > li:hover > ul li {border-bottom: none;}

.nav_line ul > li.brandsList > ul.submenu li ul.submenu {right: 0;}
.nav_line ul > li.SaleList > ul.submenu li ul.submenu {right: 0;}

    
.nav ul ul li:hover > a{color: #ffcf06; background:#444 ;}
.nav ul ul > li:hover > ul {
	box-shadow:none;
    border: none;
} 
  .nav {
    width: 100%;
  }
  .nav ul,
  .nav ul ul,
  .nav ul ul ul,
  .nav > ul,
  .nav.align-center > ul,
  .nav > ul > li > ul,
  .nav > ul > li:hover > ul,
  .nav ul ul li:hover > ul,
  .nav ul ul ul li:hover > ul,
  .nav.align-right ul ul,
  .nav.align-right ul ul li:hover > ul,
  .nav.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  .nav ul li {
    width: 100%;
    border-top: 1px solid #fff;
  }


    .nav ul ul > li:hover > ul {
        background:none;
    }
  .nav > ul > li > a,
  .nav ul ul li a,
  .nav ul ul li:first-child > a,
  .nav ul ul li:last-child > a {
    
  }
.nav ul li a {
    font-size: 20px;
    margin: 0;
    padding: 12px 20px;
}
.nav ul ul li a {
    font-size: 18px;
    padding: 13px 20px;
	color:#ffcf06;
}
.nav ul ul ul li a {padding-left: 42.5px;}
.nav ul ul ul ul li a {padding-left: 57.5px;}

.nav ul ul ul ul ul li a {padding-left: 65.5px;}

  .nav > ul > li.has-sub > a:after,
  .nav > ul > li.has-sub > a:before,
  .nav ul ul li.has-sub > a:after,
  .nav ul ul li.has-sub > a:before {
    display: none;
  }
  .has-sub .open, .nav > ul > li:hover > ul {
    background:#555555;
    border:medium none;
    box-shadow:none;
    display:block;
    list-style:outside none none;
    margin:0;
}
.nav #menu-button {}

.nav .submenu-button {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height:40px;
    line-height:40px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 43px;
    z-index: 10;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .nav .submenu-button.submenu-opened {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
    color:#cf7f00;
  }

  
  .nav ul ul .submenu-button:before {top: 13.5px;}

  .nav ul ul li:hover > a{
      background:#555;
  }

  .nav .open .submenu-button{ color:#ffcf06;}
  .nav .open .submenu-button:hover{ color:#fff;}
   

}

@media (min-width:640px) {
    .nav > ul > li:hover > ul{ margin-left:0 !important;}
    #cssmenu .has-sub .submenu li a::after{ top:12px;}   
     
}





@media (max-width:640px) {
    .nav ul ul li a {  padding: 12px 20px;}
}
 
@media (max-width:767px) {
header.fixed { position: relative;}
.line_head.fixed { height: 0;}
}

@media (max-width:480px) {
    #logo > img {width: 42%;}
    .logoholder{ margin-bottom:10px;}
}

@media (max-width:414px) {
    /*header.fixed .mainSearch {margin-top: 20px;}
    header.fixed .logoholder { margin-top: -44px;}*/
}
@media (max-width:375px) {
  
header.fixed { position: fixed;}
.line_head.fixed { height: 147px;}

}