@charset "UTF-8";
/*
* @subsection   RD Navbar
* @description  Describes style declarations for RD Navbar extension
*/
.rd-navbar-wrap, 
.rd-navbar-static .rd-navbar--is-clone, 
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu, 
.rd-navbar-fixed .rd-navbar-nav-wrap, 
.rd-navbar-fixed .rd-navbar-access-wrap, 
.rd-navbar-fixed .rd-navbar-user-wrap,
.rd-navbar-fixed .rd-navbar-submenu, 
.rd-navbar-fixed .rd-navbar-submenu-toggle, 
.rd-navbar-access, 
.rd-navbar-fixed .rd-navbar-access-floating, 
.rd-navbar-fixed .rd-navbar-access-floating:before, 
.rd-navbar-cart, 
.rd-navbar-static .rd-navbar-cart-buy, 
.rd-navbar-fixed .rd-navbar-cart-floating, 
.rd-navbar-fixed .rd-navbar-cart-floating:before, 
.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy,
.rd-navbar-fixed .rd-navbar-search,
.rd-navbar-fixed .rd-navbar-search .form-group, 
.rd-navbar-fixed .rd-navbar-access,
.rd-navbar-fixed .rd-navbar-collapse, 
.rd-navbar-fixed .rd-navbar-collapse:before{
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block;
}

.rd-navbar-fixed { margin-top: 0 !important; }

.rd-navbar--no-transition, 
.rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar-outer {
  color: #092E20;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.rd-navbar-static {
  margin: 0 auto 10px;
  width: 960px;
  padding: 10px 10px 0px 10px;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/

.rd-navbar-nav, 
.rd-navbar-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-subpanel {
  display: table;
}

.rd-navbar-static .rd-navbar-outer {
}

.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
  position: relative;
}

.rd-navbar-static .rd-navbar-dropdown {
  width: 100%;
}

/* rd-navbar-nav */

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
  position: relative;
}

.rd-navbar-fixed button {
	display:inline-block;
	padding:0px;
	height:48px;
	line-height:42px;
	font-size:14px;
	color:#ffffff;
  border: none;
}

.rd-navbar-fixed button:hover {
	color: #ffffff;
  background: none;
  border: none;
}

.rd-navbar-fixed button span {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: block;
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  background: none;
}

.rd-navbar-fixed .rd-navbar-toggle i {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-toggle:hover {
  background: none !important;
  border: none !important;
}
	
.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
}







.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
  display: none;
}

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu li > a {
  padding-left: 0px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 48px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font: normal normal normal 14px/1 'FontAwesome';
  width: 50px;
  height: 48px;
  text-align: center;
  color: #999;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
  color: #3f3f3f;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
  content: '\f078';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
}
.rd-navbar-fixed li.opened .rd-navbar-submenu-toggle:before {
	content: '\f077';
}

/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
  color: #3f3f3f;
}

.rd-navbar-static .rd-navbar-brand {
  display: inline-block;
  margin: auto;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
}

.rd-navbar-static .rd-navbar-brand > * {
  display: inline-block;
  vertical-align: middle;
}

.rd-navbar-static .rd-navbar-brand > img {
  margin-right: 10px;
}

.rd-navbar-static .rd-navbar-brand > a {
  font-size: 36px;
  line-height: 48px;
}

.rd-navbar-static .rd-navbar-brand > a span {
  display: none;
}

.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  position: fixed;
  top: 0;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img.brand {
    display: block;
    position: fixed;
    padding: 10px;
    top: 0px;
  	left: 50%;
  	margin-left: -65px;
  	width: 130px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    background: radial-gradient(ellipse at top, #1b2735 0%, #000000 100%), radial-gradient(ellipse at bottom, #1b2735 0%, #000000 100%) no-repeat; 
  }
.rd-navbar-fixed .rd-navbar-brand a {
  display: inline-block;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/

.rd-navbar-cart-floating { display: none; }

.rd-navbar-cart {
  display: none;
  text-align: left;
  color: #999;
  background: #353535;
  width: 100%;
  transform: translateY(32px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s 0.3s;
}

.rd-navbar-cart:before {
  content: '';
  position: absolute;
  height: 32px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

/* cart arrow (used in both modes) */
.cart-arrow {
  position: absolute;
  top: 21px;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #fda222;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  transition: inherit;
}

/* toggle icon transitions — define once */
.rd-navbar-cart-toggle i,
.rd-navbar-cart-toggle i:before,
.rd-navbar-cart-toggle i:after {
  transition: 0.25s ease-in-out;
}

.rd-navbar-cart-toggle i:before,
.rd-navbar-cart-toggle i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* cart list + items — shared */
.rd-navbar-cart-items {
  overflow: auto;
  max-height: 100%;
  height: 100%;
  padding: 0;
}

.rd-navbar-cart-items::-webkit-scrollbar { width: 4px; }
.rd-navbar-cart-items::-webkit-scrollbar-thumb { background: #999; }

.rd-navbar-cart .rd-navbar-cart-item__preview { border-radius: 50%; }

.rd-navbar-cart .rd-navbar-cart-item {
  position: relative;
  padding: 8px 0;
}

.rd-navbar-cart .rd-navbar-cart-item__left,
.rd-navbar-cart .rd-navbar-cart-item__body,
.rd-navbar-cart .rd-navbar-cart-item__remove {
  position: relative;
  display: table-cell;
}

.rd-navbar-cart .rd-navbar-cart-item__left { padding: 0 16px; }
.rd-navbar-cart .rd-navbar-cart-item__left img { max-width: none; }

.rd-navbar-cart .rd-navbar-cart-item__body { vertical-align: middle; width: 100%; }

.rd-navbar-cart .rd-navbar-cart-item__title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.rd-navbar-cart .rd-navbar-cart-item__counter { font-size: 14px; line-height: 1.3; }

.rd-navbar-cart .rd-navbar-cart-item__remove {
  vertical-align: middle;
  width: 56px;
  font-size: 24px;
  padding: 0 16px;
}

.rd-navbar-cart .rd-navbar-cart-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 88px;
  display: block;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}

/* shared “card” icon styling */
.rd-navbar-cart .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

/* ===========================
   CART — STATIC NAVBAR ONLY
   =========================== */

/* toggle (static) */
.rd-navbar-static .rd-navbar-cart-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 48px;
  background: #535353;
  color: #ffffff;
  border-radius: 10px;
  padding: 0 15px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.rd-navbar-static .rd-navbar-cart-toggle .cart-content {
  display: flex;
  align-items: center;
  transition: inherit;
}

.rd-navbar-static .rd-navbar-cart-toggle .cart-icon { position: absolute; left: 10px; top: 10px; }

.rd-navbar-static .rd-navbar-cart-toggle .cart-icon i {
  color: #fda222;
  font-size: 30px;
  transition: inherit;
}

.rd-navbar-static .rd-navbar-cart-toggle .cart-title {
  margin: 0;
  line-height: 48px;
  font-weight: bold;
}

/* hover/active effects (static) */
.rd-navbar-static .active .cart-arrow,
.rd-navbar-static .rd-navbar-cart-toggle:hover .cart-arrow {
  border-color: #ffffff;
  transform: rotate(-135deg);
  transition: inherit;
}

.rd-navbar-static .active .rd-navbar-cart-toggle,
.rd-navbar-static .rd-navbar-cart-toggle:hover { background: #fda222; }

.rd-navbar-static .active .rd-navbar-cart-toggle .cart-icon i,
.rd-navbar-static .rd-navbar-cart-toggle:hover .cart-icon i { color: #ffffff; }

/* containers (static) */
.rd-navbar-static .rd-navbar-cart-wrap {
  display: inline-block;
  position: relative;
  float: right;
  margin-left: 20px;
}

.rd-navbar-static .rd-navbar-cart-floating { display: inline; color: #333; }
.rd-navbar-static .rd-navbar-cart-floating p { display: inline; font-size: 16px; }

.rd-navbar-static .rd-navbar-cart-floating .badge {
  margin-left: 10px;
  display: inline;
  position: relative;
  background-color: #BF953F;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 5px;
  text-align: center;
}

/* panel (static) */
.rd-navbar-static .rd-navbar-cart {
  display: block;
  position: absolute;
  color: #333;
  width: 320px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  z-index: 2;
}

.rd-navbar-static .rd-navbar-cart.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* header (static) */
.rd-navbar-static .rd-navbar-cart .shopping-cart-header {
  background: #eee;
  height: 44px;
  padding: 10px;
  position: relative;
}

.rd-navbar-static .rd-navbar-cart .shopping-cart-header i { color: #333; }

.rd-navbar-static .rd-navbar-cart .shopping-cart-header .badge {
  float: left;
  position: relative;
  background-color: #FDA222;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 9px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.rd-navbar-static .rd-navbar-cart .shopping-cart-header .shopping-cart-total {
  float: right;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

/* items grid (static) */
.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items { width: 100%; display: table; border-spacing: 10px; }
.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items li { margin-bottom: 10px; }
.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items .basketitem { width: 100%; display: table-row; }
.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items .basketitem .image { display: table-cell; width: 80px; }
.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items .basketitem .image img {
  width: 80px; height: 80px; border: 3px solid #BF953F; border-radius: 5px; float: left;
}
.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items .basketitem .details { display: table-cell; vertical-align: text-top; }
.rd-navbar-static .rd-navbar-cart .details .item-name { width: 100%; line-height: 20px; font-size: 16px; font-weight: bold; float: left; color: #ffffff; }
.rd-navbar-static .rd-navbar-cart .details .item-quantity,
.rd-navbar-static .rd-navbar-cart .details .item-price,
.rd-navbar-static .rd-navbar-cart .details .item-old-price {
  width: 100%; line-height: 20px; font-size: 12px; float: left; color: #ffffff;
}
.rd-navbar-static .rd-navbar-cart .details .item-old-price { text-decoration: line-through; }

/* notch (static) */
.rd-navbar-static .rd-navbar-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0; width: 0; position: absolute; pointer-events: none;
  border-bottom-color: #eee;
  border-width: 15px;
  margin-left: -15px;
}

.rd-navbar-static .rd-navbar-cart .basketoptions { bottom: 0; left: 0; width: 100%; display: table; background: #ffffff; border-spacing: 10px; table-layout: fixed; position: sticky; z-index: 10; }
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect { width: 100%; display: table-row; }
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .edit,
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .checkout { display: table-cell; width: 100%; }
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .edit .button,
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .checkout .button { font-weight: bold; border-radius: 10px; width: auto; width: 100%; display: inline-block; text-align: center; height: 48px; line-height: 48px; font-size: 14px; color: #ffffff; transition: all 0.3s ease-in-out; background: #fda222; }
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .edit .button:hover,
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .checkout .button:hover { background: #353535; color: #fda222;}

/* ===========================
   CART — FIXED NAVBAR ONLY
   =========================== */

.rd-navbar-fixed .rd-navbar-cart-toggle {
  display: block;
  position: fixed;
  font-family: 'Material Icons';
  width: 52px;
  height: 52px;
  z-index: 20;
  background: none;
}

.rd-navbar-fixed .rd-navbar-cart-toggle .cart-icon { color: #fff; }
.rd-navbar-fixed .rd-navbar-cart-toggle .cart-icon i {
  display: inline-block;
  position: relative;
  width: 50px; 
  height: 50px;
  font-size: 40px; 
  line-height: 52px;
  text-align: center; 
  cursor: pointer; 
  padding: 0;
}

/* floating button (fixed) */
.rd-navbar-fixed .rd-navbar-cart-floating {
  display: block;
  position: fixed;
  top: 5px;
  left: 75px;
  font-family: 'Material Icons';
  width: 56px; 
  height: 56px;
  color: #092E20;
  overflow: hidden;
  z-index: 18;
  backface-visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-toggle .access-icon {
  color: #ffffff; /* Ensure the icon remains white in fixed/mobile mode */
}

/* Hide extra elements in mobile */
.rd-navbar-fixed .cart-content .cart-title,
.rd-navbar-fixed .cart-content .cart-arrow {
  display: none !important;
}


.rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-buy {
  opacity: 1; visibility: visible;
}

/* panel (fixed) */
.rd-navbar-fixed .rd-navbar-cart {
  display: block;
  position: fixed;
  padding-top: 75px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 55px;             /* >= header height (yours is 50) */
  background: #353535; 
  transform: translateY(-100%);
}

.rd-navbar-fixed .rd-navbar-cart.active { transform: translateY(0%); }

/* header (fixed) */
.rd-navbar-fixed .rd-navbar-cart .shopping-cart-header { background: #ffffff; color: #353535; height: 65px; padding: 25px 10px 10px 10px; position: sticky; top: 0; z-index: 10; }
.rd-navbar-fixed .rd-navbar-cart .shopping-cart-header i { color: #353535; font-size: 30px; line-height: 32px; }
.rd-navbar-fixed .rd-navbar-cart .shopping-cart-header .badge { position: relative; padding: 7px 9px; background: #FDA222; border-radius: 10px; display: inline-block; font-weight: bold; font-size: 18px; }
.rd-navbar-fixed .rd-navbar-cart .shopping-cart-header .shopping-cart-total { float: right; position: relative; font-weight: bold; font-size: 18px; line-height: 40px;}

/* items grid (fixed) — mirrors static sizing where desired */
.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items { width: 100%; height: auto; display: table; border-spacing: 10px; }
.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items li { margin-bottom: 10px; }
.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items .basketitem { width: 100%; display: table-row; }
.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items .basketitem .image { display: table-cell; width: 80px; }
.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items .basketitem .image img { width: 80px; height: 80px; border: 3px solid #fda222; border-radius: 5px; float: left; }
.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items .basketitem .details { display: table-cell; vertical-align: text-top; }

.rd-navbar-fixed .rd-navbar-cart .details .item-name { width: 100%; line-height: 20px; font-size: 16px; font-weight: bold; float: left; color: #ffffff; }
.rd-navbar-fixed .rd-navbar-cart .details .item-quantity,
.rd-navbar-fixed .rd-navbar-cart .details .item-price,
.rd-navbar-fixed .rd-navbar-cart .details .item-old-price { width: 100%; line-height: 20px; font-size: 12px; float: left; color: #ffffff; }
.rd-navbar-fixed .rd-navbar-cart .details .item-old-price { text-decoration: line-through; }

.rd-navbar-fixed .rd-navbar-cart .basketoptions { bottom: 0; left: 0; width: 100%; display: table; background: #ffffff; border-spacing: 10px; table-layout: fixed; position: sticky; z-index: 10; }
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect { width: 100%; display: table-row; }
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .edit,
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .checkout { display: table-cell; width: 100%; }
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .edit .button,
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .checkout .button { font-weight: bold; border-radius: 10px; width: auto; width: 100%; display: inline-block; text-align: center; height: 48px; line-height: 48px; font-size: 14px; color: #ffffff; transition: all 0.3s ease-in-out; background: #fda222; }
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .edit .button:hover,
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .checkout .button:hover { background: #353535; color: #fda222;}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
  padding: 0;
}

.rd-navbar-static .rd-navbar-panel:before, 
.rd-navbar-static .rd-navbar-panel:after {
  display: table;
  content: "";
  line-height: 0;
}

.rd-navbar-static .rd-navbar-panel:after {
  clear: both;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
  position: fixed;
  top:-2px;
  width:100%; 
  height: 75px;
  background: #fda222;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#825a29",endColorstr="#825a29",GradientType=1);
  border-radius: 50%/15px 15px 0 0;
  transform: rotate(-180deg);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
  z-index: 16;
  margin-bottom: 50px;
}

.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 5px;
  left: 20px;
}

/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/

.rd-navbar-search,
.rd-navbar-search-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-search {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.rd-navbar-static .rd-navbar-search form {
  position: relative;
  margin: 0;
  width: 100%;
  margin-bottom: 10px;
}

.rd-navbar-static .rd-navbar-search .form-group {
  overflow: visible;
  top: 0px;
  left: 0px;
  height: 48px;
  z-index: 17;
  margin: 0;
  padding: 0;
}

.rd-navbar-static .rd-navbar-search form input {
  border-radius: 10px;
  display: inline-block;
  padding: 0 50px 0 15px;
  color: #333;
  background: #fff;
  border: none;
  font-family: Arial;
  font-size: 16px;
  font-style: italic;
  height: 48px;
  line-height: 48px;
  outline: none;
  box-shadow: inset 0 0 4px #222 !important;
  -moz-box-shadow: inset 0 0 4px #222 !important;
  -webkit-box-shadow: inset 0 0 4px #222 !important;
}

.rd-navbar-static .rd-navbar-search form button[type="submit"] {
  position: absolute;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
}

.rd-navbar-static .rd-navbar-search form button[type="submit"]:hover {
  color: #fff;
}

.rd-navbar-static .rd-navbar-search form button i {
  font-size: 24px;
  color: #3f3f3f;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: block;
  position: fixed;
  top: 5px;
  right: 75px;
  font-family: 'Material Icons';
  width: 56px;
  height: 56px;
  z-index: 18;
  background: none;
  border: none;
  color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search-toggle i {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-search-toggle i,
.rd-navbar-fixed .rd-navbar-search-toggle i:before,
.rd-navbar-fixed .rd-navbar-search-toggle i:after {
  transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-search-toggle i:before,
.rd-navbar-fixed .rd-navbar-search-toggle i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:before {
  content: "";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search-toggle span:after {
  content: "";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-search {
  display: block;
}

.rd-navbar-fixed .rd-navbar-search .form-group {
  z-index: 9;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding: 10px;
  height: 150px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 0 50% 50% / 15px 15px;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search .form-group .search-cat p .cate-selected {
  line-height: 45px;
}

.rd-navbar-fixed .rd-navbar-search .form-group .search-categories .fa {
  margin-left: 10px;
}

.rd-navbar-fixed .rd-navbar-search .form-group input {
  display: block;
  font-family: Arial;
  font-size: 40px;
  font-style: italic;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
  outline: none !important;
border: none !important;
background: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important; 
box-shadow: none !important;
}

.rd-navbar-fixed .rd-navbar-search .form-group input:focus {
outline: none !important;
border: none !important;
box-shadow: none !important;
}

.rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
  display: none;
}

.rd-navbar-fixed .rd-navbar-search.active .form-group {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}


/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse-toggle {
  display: none;
}

.rd-navbar-static .rd-navbar-inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-static .rd-navbar-collapse li {
  display: inline-block;
  margin-left: 15px;
}

.rd-navbar-static .rd-navbar-collapse li a:hover {
  text-decoration: underline;
}

.rd-navbar-fixed .rd-navbar-collapse {
  display: block;
  text-align: right;
  position: fixed;
  top: -75px;
  right: 0;
  width: 50%;
  padding: 150px 0 75px;
  bottom: -75px;
  color: #092E20;
  background: #BF953F;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  z-index: 15;
  font-size: 16px;
  line-height: 26px;
  visibility: hidden;
  overflow: hidden;
}
  
.rd-navbar-fixed .rd-navbar-collapse {
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-collapse:before {
  content: '';
  position: absolute;
  top: 75px;
  bottom: 75px;
  right: 0;
}

.rd-navbar-fixed .rd-navbar-collapse li {
  position: relative;
  opacity: 0;
  margin: 20px;
  background: #fff;
  border-radius: 5px;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a {
  display: block;
  padding: 11px 16px;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a i {
  float: left;
  font-size: 30px;
  color: #092E20;
}

.rd-navbar-fixed .rd-navbar-collapse > li > a:hover {
  background: #f2f2f2;
  	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  visibility: visible;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.rd-navbar-fixed .rd-navbar-collapse.active li {
  opacity: 1;
}

.rd-navbar-fixed .rd-navbar-collapse.active:before {
  background: #fff;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  position: fixed;
  top: 5px;
  right: 20px;
  font-family: 'Material Icons';
  width: 52px;
  height: 52px;
  z-index: 20;
  background: none;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle i {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle i:before, 
.rd-navbar-fixed .rd-navbar-collapse-toggle i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-access-floating {
  display: none;
}

.rd-navbar-static .rd-navbar-access-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 48px;
  background: #535353;
  color: #ffffff;
  border-radius: 10px;
  padding: 0 15px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Styling the content inside the toggle */
.rd-navbar-static .rd-navbar-access-toggle .access-content {
  display: flex;
  align-items: center;
  transition: inherit; /* Inherit transition from the parent for synchronization */
}

/* Icon inside the toggle */
.rd-navbar-static .rd-navbar-access-toggle .access-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}

.rd-navbar-static .rd-navbar-access-toggle .access-icon i {
  color: #fda222;
  font-size: 30px;
  transition: inherit; /* Inherit transition from the parent for synchronization */
}

.rd-navbar-static .rd-navbar-access-toggle .access-title {
  margin: 0;
  line-height: 48px;
  font-weight: bold;
}

/* Arrow styling */
.access-arrow {
  position: absolute;
  top: 21px;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #fda222;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5px;
  transition: inherit; /* Inherit transition from the parent for synchronization */
}

/* Arrow flip and color change on hover/active */
.rd-navbar-static .active .access-arrow,
.rd-navbar-static .rd-navbar-access-toggle:hover .access-arrow {
  border-color: #ffffff; /* Arrow changes to white */
  transform: rotate(-135deg); /* Arrow flips */
  transition: inherit; /* Inherit transition from the parent for synchronization */
}

.rd-navbar-static .active .rd-navbar-access-toggle,
.rd-navbar-static .rd-navbar-access-toggle:hover {
  background: #fda222;
}

.rd-navbar-static .active .rd-navbar-access-toggle .access-icon i,
.rd-navbar-static .rd-navbar-access-toggle:hover .access-icon i {
  color: #ffffff; /* Change the color of the icon */
}

.rd-navbar-static .rd-navbar-access.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.rd-navbar-fixed .rd-navbar-access-toggle {
  display: block;
  position: fixed;
  font-family: 'Material Icons';
  width: 52px;
  height: 52px;
  z-index: 20;
  background: none;
}

.rd-navbar-fixed .rd-navbar-access-toggle .access-icon {
  color: #fff; /* Change the color of the icon to white in fixed mode on mobile */
}

.rd-navbar-fixed .rd-navbar-access-toggle .access-icon i {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.rd-navbar-access-toggle i, 
.rd-navbar-access-toggle i:before, 
.rd-navbar-access-toggle i:after {
  transition: 0.25s ease-in-out;
}

.rd-navbar-access-toggle i:before, 
.rd-navbar-access-toggle i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rd-navbar-access-toggle span:before {
  content: "";
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-access-toggle span:after {
  content: "";
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-access-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.rd-navbar-access-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-access {
  display: none;
  text-align: left;
  color: #999;
  width: 100%;
  transform: translateY(32px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s 0.3s;
}

.rd-navbar-access:before {
  content: '';
  position: absolute;
  height: 32px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.rd-navbar-static .rd-navbar-access-wrap {
  display: inline-block;
  position: relative;
  float: left;
}

.rd-navbar-static .rd-navbar-access-floating {
  	display: inline;
  	color: #535353;
}

.rd-navbar-static .rd-navbar-access-floating p {
	display: inline;
	font-size: 15px;
} 	

.rd-navbar-static .rd-navbar-access {
  display: block;
  position: absolute;
  color: #535353;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 2;
}

.rd-navbar-static .rd-navbar-access .access-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.rd-navbar-static .rd-navbar-access.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-access {
  z-index: 9;
  display: block;
  position: fixed;
  top: -75px;
  right: 0;
  width: 75%;
  padding: 150px 0 75px;
  bottom: -75px;
  background: #535353;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.rd-navbar-fixed .rd-navbar-access.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.rd-navbar-fixed .rd-navbar-access-toggle .access-icon {
  color: #ffffff; /* Ensure the icon remains white in fixed/mobile mode */
}

/* Hide extra elements in mobile */
.rd-navbar-fixed .access-content .access-title,
.rd-navbar-fixed .access-content .access-arrow {
  display: none !important;
}

.rd-navbar-fixed .rd-navbar-access-floating {
  display: block;
  position: fixed;
  top: 5px;
  right: 20px;
  border: none;
  font-family: 'Material Icons';
  width: 56px;
  height: 56px;
  color: #092E20;
  overflow: hidden;
  z-index: 18;
  backface-visibility: hidden;  
}

.rd-navbar-fixed .rd-navbar-access-floating:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56px;
  background: #f44336;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rd-navbar-fixed .rd-navbar-access-floating .rd-navbar-access-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}












.rd-navbar {
  position: relative;
  z-index: 20;
}

.rd-navbar-static .rd-navbar-panel{
      display: none;
    }

.rd-navbar-static .rd-navbar-toggle{
      border: 0;
      background: #fda222;
      color: #fff;
      width: 56px;
      height: 56px;
      border-radius: 10px;
      font-size: 24px;
      cursor: pointer;
    }


    



 /* =========================
   FIXED / MOBILE MENU
   ========================= */

.rd-navbar-fixed .rd-navbar-panel {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.rd-navbar-fixed .rd-navbar-toggle {
  border: 0;
  background: #fda222;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  font-size: 24px;
  cursor: pointer;
}


.rd-navbar-fixed .mega-card:hover {
  transform: none;
  box-shadow: none;
}

.rd-navbar-fixed .mega-card-media {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  min-width: 88px;
  min-height: 88px;
  max-width: 88px;
  max-height: 88px;
  overflow: hidden;
  background: #222;
}

.rd-navbar-fixed .mega-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-navbar-fixed .mega-card-body {
  flex: 1 1 auto;
  min-height: 88px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.rd-navbar-fixed .mega-card-title {
  margin-bottom: 4px;
  font-size: 14px;
  color: #fff;
}

.rd-navbar-fixed .mega-card-text {
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,0.8);
}

/* =========================================
   STATIC NAVBAR / MEGA MENU RESTORE PATCH
   ========================================= */

/* Top-level nav layout */
.rd-navbar-static .rd-navbar-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 56px 1fr 1fr 1fr;
  width: 100%;
  background: #fda222;
  border-radius: 12px;
  overflow: visible;
  position: relative;
  table-layout: unset;
}

.rd-navbar-static .rd-navbar-nav > li {
  position: relative;
  min-width: 0;
  min-height: 58px;
  text-align: center;
  overflow: hidden;
  display: block;
  line-height: normal;
  height: auto;
  margin-top: 0;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  height: 100%;
  padding: 0 clamp(10px, 1.4vw, 18px);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  border-right: 2px solid rgba(255,255,255,0.65);
  transition: background .25s ease, color .25s ease;
  position: relative;
  z-index: 2;
  margin: 0;
}

.rd-navbar-static .rd-navbar-nav > li:last-child > a {
  border-right: 0;
}

.rd-navbar-static .rd-navbar-nav > li:first-child > a {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rd-navbar-static .rd-navbar-nav > li:last-child > a {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rd-navbar-static .rd-navbar-nav > li:hover > a,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.current-menu-item > a,
.rd-navbar-static .rd-navbar-nav > li.current_page_item > a {
  background: #3f3f3f;
  color: #fda222;
}

/* Home item */
.rd-navbar-static .rd-navbar-nav > li.menu-item-home {
  background: #3f3f3f;
}

.rd-navbar-static .rd-navbar-nav > li.menu-item-home > a {
  position: relative;
  justify-content: center;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-right: 2px solid rgba(255,255,255,0.65);
  background: transparent;
  color: #fda222;
}

.rd-navbar-static .rd-navbar-nav > li.menu-item-home > a::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22px;
  color: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  line-height: 1;
}

.rd-navbar-static .rd-navbar-nav > li.menu-item-home:hover > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home:focus-within > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home.current-menu-item > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home.current_page_item > a {
  background: #fda222;
  color: #fff;
}

/* Hover bridge */
.rd-navbar-static .rd-navbar-nav > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 12px;
  z-index: 3;
}

/* Reset old table-based megamenu */
.rd-navbar-static .rd-navbar-megamenu {
  display: block;
  table-layout: unset;
}

.rd-navbar-static .rd-navbar-megamenu > li {
  display: block;
  width: auto;
}

/* New megamenu */
.rd-navbar-static .rd-navbar-nav > li > .sub-menu.rd-navbar-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 50;
  overflow-x: visible;
  overflow-y: visible;
  align-items: stretch;
}

.rd-navbar-static .rd-navbar-nav > li:hover > .sub-menu.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > li.focus > .sub-menu.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > li.opened > .sub-menu.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > li:focus-within > .sub-menu.rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav > li > .sub-menu.rd-navbar-megamenu > li {
  min-width: 0;
  height: auto;
  overflow: visible;
}

/* ===== MEGA MENU CARDS (IMAGE OVERLAY STYLE) ===== */

/* ===== MEGA MENU CARDS - TITLE OVER IMAGE (REFINED) ===== */

.mega-card {
  position: relative;
  display: block;
  height: 170px; /* 👈 reduced from 220px */
  min-width: 0;
  width: 100%;
  text-decoration: none;
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mega-card:hover {
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
  border-color: rgba(253,162,34,0.45);
}

/* image fills whole card */
.mega-card-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ddd;
}

.mega-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.mega-card:hover .mega-card-media img {
  transform: scale(1.05);
}

/* 👇 LIGHTER overlay */
.mega-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2); /* 👈 was 0.7, now softer */
  z-index: 1;
  transition: background .3s ease;
}

/* body sits on top */
.mega-card-body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  background: transparent;
}

/* title styling */
.mega-card-title {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5); /* slightly reduced */
}

/* remove description */
.mega-card-text {
  display: none !important;
}

.rd-navbar-static .rd-navbar-submenu-toggle {
  display: none !important;
}

@media (max-width: 767px) {
  .rd-navbar-static .rd-navbar-nav > li.menu-item-home {
    display: none;
  }
}


/* =========================
   FIXED / MOBILE MENU RESTORE PATCH
   ========================= */

.rd-navbar-fixed .rd-navbar-panel {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}

.rd-navbar-fixed .rd-navbar-toggle {
  border: 0;
  background: #fda222;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  font-size: 24px;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
  position: fixed;
  top: -2px;
  left: 0;
  width: 100%;
  height: 75px;
  background: #fda222;
  border-radius: 50% / 15px 15px 0 0;
  transform: rotate(-180deg);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
  z-index: 16;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  display: none;
  position: fixed;
  top: -75px;
  left: 0;
  bottom: 60px; /* leave room for cookie/chat bar */
  width: 75%;
  padding: 150px 0 75px;
  background: #353535;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  display: block;
}

.rd-navbar-fixed .rd-navbar-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #353535;
  border-radius: 0 !important;
}

.rd-navbar-fixed .rd-navbar-nav > li {
  position: relative !important;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #fda222;
}

.rd-navbar-fixed .rd-navbar-nav > li::after {
  display: none;
}

.rd-navbar-fixed .rd-navbar-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 14px 56px 14px 18px;
  border-right: 0;
  min-height: 58px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-nav > li:last-child > a {
  border-bottom: 0;
}

.rd-navbar-fixed .rd-navbar-nav > li.menu-item-home {
  display: none;
}

.rd-navbar-fixed .rd-navbar-nav > li:hover > a,
.rd-navbar-fixed .rd-navbar-nav > li:focus-within > a,
.rd-navbar-fixed .rd-navbar-nav > li.opened > a {
  background: #3f3f3f;
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav > li.menu-item-has-children > a {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-nav > li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: #fda222;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  transition: transform .2s ease;
  pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-nav > li.menu-item-has-children.opened > a::after,
.rd-navbar-fixed .rd-navbar-nav > li.rd-navbar-submenu.opened > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav > li.menu-item-has-children > .rd-navbar-submenu-toggle {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 58px;
  cursor: pointer;
  z-index: 3;
  background: transparent;
}

.rd-navbar-fixed .rd-navbar-nav > li.menu-item-has-children > .rd-navbar-submenu-toggle::before {
  content: none;
}

.rd-navbar-fixed .rd-navbar-nav > li > .sub-menu.rd-navbar-megamenu {
  position: static;
  width: 100%;
  min-width: 0;
  display: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background: #2f2f2f;
  overflow: hidden;
  border-top: 1px solid #fda222;
}

.rd-navbar-fixed .menu-item-has-children.opened > .sub-menu.rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-submenu.opened > .sub-menu.rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-navbar-nav > li > .sub-menu.rd-navbar-megamenu > li {
  height: auto;
}

/* ===== 960px container alignment fix ===== */
/* Keep the static navbar aligned to the same 960px content wrap */
@media (min-width: 992px) {
  .rd-navbar-static {
    width: 940px;
    max-width: 940px;
    margin: 0 auto 10px !important;
    padding: 10px 0 0;
    box-sizing: border-box;
    display: flow-root;
  }
}

  .rd-navbar-static .rd-navbar-outer,
  .rd-navbar-static .rd-navbar-inner,
  .rd-navbar-static .rd-navbar-panel,
  .rd-navbar-static .rd-navbar-subpanel,
  .rd-navbar-static .rd-navbar-nav-wrap,
  .rd-navbar-static .rd-navbar-nav {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .rd-navbar-static .rd-navbar-subpanel,
  .rd-navbar-static .rd-navbar-nav-wrap {
    display: block;
  }

  .rd-navbar-static .rd-navbar-nav {
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 56px repeat(3, minmax(0, 1fr));
  }
}

/* ===== RESTORE MOBILE COUNTDOWN LOOK ===== */

.rd-navbar-fixed .nav-bottom {
  background: transparent;
}

.rd-navbar-fixed .nav-bottom .countdown {
  background: transparent;
}

.rd-navbar-fixed .nav-bottom .countdown-title {
  color: #fda222;
}

.rd-navbar-fixed .nav-bottom .countdown-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.rd-navbar-fixed .nav-bottom .countdown-item {
  background: #fda222;
  border-radius: 10px;
  min-height: 72px;
  padding: 8px 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rd-navbar-fixed .nav-bottom .countdown-item span,
.rd-navbar-fixed .nav-bottom .countdown-item .count,
.rd-navbar-fixed .nav-bottom .countdown-item .number {
  display: block;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.rd-navbar-fixed .nav-bottom .countdown-item small,
.rd-navbar-fixed .nav-bottom .countdown-item .label,
.rd-navbar-fixed .nav-bottom .countdown-item p {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
}

/* ===== FIX MOBILE MEGAMENU CARD RESET ===== */

.rd-navbar-fixed .mega-card {
  display: flex;
  position: relative;
  min-width: 0;
  width: 100%;
  height: auto;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  flex-direction: row;
  align-items: stretch;
  background: #2f2f2f;
  text-decoration: none;
  overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav > li {
  border-bottom: 2px solid #fda222;
}

/* force border on every submenu item */
.rd-navbar-fixed .rd-navbar-nav > li > .sub-menu.rd-navbar-megamenu > li {
  border-bottom: 1px solid #fda222;
}

.rd-navbar-fixed .rd-navbar-nav > li > .sub-menu.rd-navbar-megamenu > li:last-child {
  border-bottom: 0;
}

.rd-navbar-fixed .mega-card-media {
  position: relative;
  inset: auto;
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  min-width: 88px;
  min-height: 88px;
  max-width: 88px;
  max-height: 88px;
  overflow: hidden;
  background: #222;
}

.rd-navbar-fixed .mega-card-media::after {
  content: none;
}

.rd-navbar-fixed .mega-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none !important;
}

.rd-navbar-fixed .mega-card-body {
  position: relative;
  inset: auto;
  z-index: auto;
  flex: 1 1 auto;
  min-height: 88px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  background: transparent;
}

.rd-navbar-fixed .mega-card-title {
  display: block;
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  text-shadow: none;
}

.rd-navbar-fixed .mega-card-text {
  display: block !important;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,0.8);
}


/* =========================================
   LIVE FIXES — spacing + home button color
   ========================================= */

/* Keep a 10px gap below the static navbar */
.rd-navbar-static {
  margin: 0 auto 10px !important;
}

/* Keep the centre/home item grey at all times */
.rd-navbar-static .rd-navbar-nav > li.menu-item-home {
  background: #3f3f3f !important;
}

.rd-navbar-static .rd-navbar-nav > li.menu-item-home > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home:hover > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home:focus-within > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home.opened > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home.current-menu-item > a,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home.current_page_item > a {
  background: #3f3f3f !important;
  color: #fda222 !important;
}

/* Keep the icon colour consistent on the home item */
.rd-navbar-static .rd-navbar-nav > li.menu-item-home > a::before,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home:hover > a::before,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home:focus-within > a::before,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home.current-menu-item > a::before,
.rd-navbar-static .rd-navbar-nav > li.menu-item-home.current_page_item > a::before {
  color: #fda222 !important;
}

@media (min-width: 992px) {
  .rd-navbar-static {
    margin: 0 auto 10px !important;
  }
}
