
#cssmenu
{
    width:auto;
    display:block;
    text-align:center;
    font-family: Verdana, Arial, sans-serif;	
    line-height:1.2;
}
#cssmenu ul
{
    width:auto;
    display:block;
    font-size:0;
    text-align:center;
    color:#EEEEEE;
    background-color: #333333;
    border: transparent;
    margin:0; 
    padding:0;
    list-style:none;
    position:relative;
    z-index:17;
    border-radius: 3px;
} 

#cssmenu li
{
    display:inline-block;
    position:relative;    
    font-size:0; 
    margin:0;
    padding:0;
}

/*Top level items
---------------------------------------*/

#cssmenu >ul>li>span, #cssmenu >ul>li>a 
{   
    font-size:11px;
    color:inherit;
    text-decoration:none;
    padding:14px 14px; 
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:0.5px;   
    display:block;   
    position:relative;
    transition:all 0.3s;
}
#cssmenu li:hover > span, #cssmenu li:hover > a
{  
    color:#333333;
    background-color:#F3F3F3;
}

/*Sub level items
---------------------------------------*/
#cssmenu .dropdown
{
    text-align:left;
    left:0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    background-color:#F3F3F3;
    border:none;
    position:absolute;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display:none;
    opacity:0;
    cursor:default;
}

#cssmenu .dropdown li {
    display: block;  
}

#cssmenu .dropdown li > span, #cssmenu .dropdown li > a, #cssmenu .clm a, #cssmenu .clm h3 
{
    font-size:12px;
    font-weight:400;
    font-family:inherit;
		font-family:Arial;
    margin:0;
    padding:6px 16px; 
    display:block;
    color:inherit;
    text-decoration:none;
}
#cssmenu .clm h3 {
    font-size:14px;
    font-weight:700;
}
#cssmenu .sub-item {
    background-color:#F3F3F3;
    position:relative;       
    transition:all 0.3s;
}

#cssmenu .dropdown li:hover > span, #cssmenu .dropdown li:hover > a
{

    color:#333333;
    background-color:#DDDDDD;
}

#cssmenu .clm a:hover
{
    color:#333333;
    transition:color 0.2s;
}

#cssmenu .dropdown.right0 {left:auto;right:0;} 
#cssmenu .dropdown li > .dropdown.right0 {left:auto;right:100%;} 
       
#cssmenu li.full-width{
    position:static;
}
#cssmenu li.full-width .dropdown{
    width:100%;
    left:0;
    box-sizing:border-box;
}  

#cssmenu li:hover > .dropdown
{
    display:block;
    opacity:1;
    z-index:1;
}

#cssmenu .dropdown li > .dropdown
{
    left:100%; right:auto;
    top:0;
}

#cssmenu ul.dropdown
{
    min-width:240px; /* Sub level menu min width */
}

#cssmenu div.dropdown  {
    text-align:center;
}

/* each column */
#cssmenu .clm
{
    text-align:left;
    margin:20px;
    vertical-align:top;/*or middle*/
    width:auto;
    min-width:240px;
    display:inline-block;
    *display:inline;*zoom:1;
}

#cssmenu .clm a:hover
{
    color:#333333;
    text-decoration:underline;
}

/*-----------Arrows----------------*/
#cssmenu .arrow {
    color:inherit;
    border-style:solid; border-width:1px 1px 0 0; padding:3px; transform:rotate(135deg);margin-top:-10.5px;margin-left:3px;
    position:relative;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align:middle;
    overflow:hidden;/*for IE6*/
}
        
#cssmenu .dropdown .arrow {
    transform:rotate(45deg);
    top:50%;margin-top:-6px;
    position:absolute;left:auto;right:20px;
} 



@keyframes topItemAnimation {
  from {opacity: 0; transform:translate3d(0, -60px, 0);}
  to {opacity: 1; transform:translate3d(0, 0, 0);}
}
#cssmenu li a {animation:none;}
#cssmenu.active li a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.08333333333333333s backwards;}
#cssmenu.active li:nth-of-type(1) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.5s backwards;}
#cssmenu.active li:nth-of-type(2) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.4166666666666667s backwards;}
#cssmenu.active li:nth-of-type(3) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.3333333333333333s backwards;}
#cssmenu.active li:nth-of-type(4) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.25s backwards;}
#cssmenu.active li:nth-of-type(5) a { animation: topItemAnimation 0.5s cubic-bezier(.16,.84,.44,1) 0.16666666666666666s backwards;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #cssmenu.active li a{animation:none!important;}}



/* =========================================================
   SHARED DESKTOP MEGA MENU BASE
   Works with current cssmenu full-width dropdowns
========================================================= */

#cssmenu .mega-menu,
#cssmenu .brand-mega-menu {
  width: 100%;
  padding: 28px 36px;
  box-sizing: border-box;
  text-align: left;
  background: #f5f5f5;
  color: #222222;
}

#cssmenu .mega-menu h3,
#cssmenu .brand-mega-menu h3 {
  margin: 0 0 16px 0;
  padding: 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  line-height: 1.2;
}

#cssmenu .mega-menu h3:after,
#cssmenu .brand-mega-menu h3:after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 9px;
  background: #ffd200;
}

#cssmenu .mega-menu h3.mega-heading-spaced,
#cssmenu .brand-mega-menu h3.mega-heading-spaced {
  margin-top: 24px;
}

#cssmenu .mega-menu a,
#cssmenu .brand-mega-menu a {
  text-decoration: none;
}

/* Stop old .clm spacing affecting custom mega menus */
#cssmenu .mega-menu .clm,
#cssmenu .brand-mega-menu .clm {
  margin: 0;
  min-width: 0;
}


/* =========================================================
   GENERIC CATEGORY MEGA MENU
   Use for Weber BBQ, Gas BBQ, Charcoal BBQ, Pizza, Smokers etc.
========================================================= */

#cssmenu .mega-col,
#cssmenu .mega-promo {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

#cssmenu .mega-col {
  width: 24%;
  padding: 0 26px;
  border-right: 1px solid #d9d9d9;
}

#cssmenu .mega-col:first-child {
  padding-left: 0;
}

#cssmenu .mega-promo {
  width: 28%;
  padding-left: 26px;
}

#cssmenu .mega-link-list {
  margin: 0;
  padding: 0;
}

#cssmenu .mega-link-list a {
  position: relative;
  display: block;
  padding: 8px 24px 8px 0;
  font-size: 13px;
  line-height: 1.35;
  color: #222222;
  text-align: left;
  text-decoration: none;
}

#cssmenu .mega-link-list a:hover {
  color: #000000;
  text-decoration: underline;
}

#cssmenu .mega-link-list a:after {
  content: "\203A";
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 18px;
  line-height: 1;
  color: #8a8a8a;
}

#cssmenu .mega-subheading {
  display: block;
  margin: 12px 0 6px 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  color: #222222;
}

#cssmenu .mega-subheading.first {
  margin-top: 0;
}


/* =========================================================
   GENERIC PROMO PANEL
========================================================= */

#cssmenu .mega-promo-card {
  display: block;
  padding: 0;
  text-align: left;
}

#cssmenu .mega-promo-card img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px auto;
  border: 0;
}

#cssmenu .mega-promo-title {
  display: block;
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #222222;
}

#cssmenu .mega-promo-copy {
  display: block;
  margin: 0 0 18px 0;
  font-size: 13px;
  line-height: 1.45;
  color: #444444;
}

#cssmenu .mega-promo-button {
  display: inline-block;
  padding: 12px 20px;
  background: #111111;
  color: #ffd200;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
}

#cssmenu .mega-promo-button:hover {
  background: #000000;
  color: #ffd200;
  text-decoration: none;
}


/* =========================================================
   BBQ BRANDS MEGA MENU
========================================================= */

#cssmenu .brand-featured,
#cssmenu .brand-az,
#cssmenu .brand-promo {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

#cssmenu .brand-featured {
  width: 32%;
  padding-right: 28px;
  border-right: 1px solid #d9d9d9;
}

#cssmenu .brand-az {
  width: 42%;
  padding: 0 28px;
  border-right: 1px solid #d9d9d9;
}

#cssmenu .brand-promo {
  width: 26%;
  padding-left: 28px;
}

#cssmenu .brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

#cssmenu .brand-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 12px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  text-decoration: none;
}

#cssmenu .brand-logo-tile:hover {
  border-color: #999999;
  background: #ffffff;
  text-decoration: none;
}

#cssmenu .brand-logo-tile img {
  display: block;
  max-width: 145px;
  max-height: 48px;
  width: auto;
  height: auto;
  border: 0;
}

#cssmenu .brand-view-all {
  display: block;
  margin-top: 16px;
  padding: 14px 18px;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  border-radius: 3px;
}

#cssmenu .brand-view-all:hover {
  background: #000000;
  color: #ffd200;
  text-decoration: none;
}

#cssmenu .brand-az-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

#cssmenu .brand-az-col a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #222222;
  text-align: left;
  text-decoration: none;
  line-height: 1.25;
}

#cssmenu .brand-az-col a:hover {
  color: #000000;
  text-decoration: underline;
}

#cssmenu .brand-offer-card {
  display: block;
  min-height: 320px;
  padding: 34px 26px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  border-radius: 4px;
  background:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.75)),
    url("/bbqworld/images/bbq-offers-page-header.jpg") center center / cover no-repeat;
}

#cssmenu .brand-offer-card:hover {
  color: #ffffff;
  text-decoration: none;
}

#cssmenu .offer-title {
  display: block;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffd200;
  text-align: left;
}

#cssmenu .offer-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 16px 0;
  background: #ffd200;
}

#cssmenu .offer-copy {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
  text-align: left;
}

#cssmenu .offer-button {
  display: inline-block;
  margin-top: 22px;
  padding: 10px 16px;
  background: #ffd200;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

#cssmenu .brand-popular-card {
  margin-top: 16px;
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: left;
}

#cssmenu .brand-popular-card h3 {
  margin: 0 0 10px 0;
  text-align: left;
}

#cssmenu .brand-popular-card a {
  display: block;
  padding: 7px 0;
  font-size: 13px;
  color: #222222;
  text-align: left;
  text-decoration: none;
}

#cssmenu .brand-popular-card a:hover {
  color: #000000;
  text-decoration: underline;
}

