@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-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: 75px;}

.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;
  width: 960px;
  padding: 10px 10px 0px 10px;
}

.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-search-wrap {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

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

.rd-navbar-search-wrap,
.rd-navbar-access-wrap,
.rd-navbar-cart-wrap {
display: inline;
}

.rd-navbar-static .rd-navbar-user-wrap {
    float: right;
    width: 100%;
}

.rd-navbar-static .rd-navbar-collapse {
  position: relative;
    background: #eee;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-radius: 5px;
    border: 3px solid #BF953F;
}

.rd-navbar-static .rd-navbar-collapse > li {
    display: table-cell;
    width: auto;
    padding: 10px;
}

.rd-navbar-static .rd-navbar-collapse > li::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 1px;
}

.rd-navbar-static .rd-navbar-collapse > li:last-child {
    border-right: none;
}

.rd-navbar-static .rd-navbar-collapse li a {
    font-size: 14px;
    color: #777777;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 20px;
}

.rd-navbar-static .rd-navbar-collapse li a:hover {
    color: black;
} 

.rd-navbar-static .rd-navbar-collapse .badge{ float: right;}

.rd-navbar-static .rd-navbar-collapse i.fa-user {float: left; font-size: 22px;}
.rd-navbar-static .rd-navbar-collapse i.fa-archive {float: left; font-size: 22px;}

/*
* @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,
.rd-navbar-static .rd-navbar-megamenu {
  position: absolute;
  color: #999;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  box-shadow: -2px 2px 82px -26px rgba(0,0,0,.25);
  background: #fff;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 14px;
  letter-spacing: .06em;
  -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;
  font-size:14px;
}
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-navbar-megamenu li > a:hover {
  padding-left: 14px;
  padding-right: 0;
}
.rd-navbar-static .rd-navbar-dropdown li > a:after{
  position: absolute;
  top: 0;
  left: -6px;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: inherit;
  color: #78abf1;
  opacity: 0;
  visibility: hidden;
  -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-static .rd-navbar-dropdown li > a:hover:after{
  left: 0;
  opacity: 1;
  visibility: visible;
}
.rd-navbar-static .rd-navbar-dropdown li.focus > a, 
.rd-navbar-static .rd-navbar-dropdown li.opened > a, 
.rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu li.focus > a,
.rd-navbar-static .rd-navbar-megamenu li.opened > a,
.rd-navbar-static .rd-navbar-megamenu a:hover {
  
}

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

.rd-navbar-static .rd-navbar-megamenu {
  margin-top: 10px;
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 16px 8px;
}

.rd-navbar-static .rd-navbar-megamenu > li {
  display: table-cell;
  width: 100%;
}

/* rd-navbar-nav */

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

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, 
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav { margin: 0px auto 10px; border-radius: 10px; z-index: 9999; float: top; display:table; table-layout: fixed; width:100%; border: none; background: #FE0000; /* fallback color */}
.rd-navbar-static .rd-navbar-nav li { margin-top: -2px; line-height: 50px; height: 50px; overflow: hidden; position:relative; display:table-cell; list-style: none; text-align: center; }
.rd-navbar-static .rd-navbar-nav li:first-of-type:hover a { border-radius: 10px 0px 0px 10px; }
.rd-navbar-static .rd-navbar-nav li:last-of-type:hover a { border-radius: 0px 10px 10px 0px; }
.rd-navbar-static .rd-navbar-nav li:nth-of-type(1),
.rd-navbar-static .rd-navbar-nav li:nth-of-type(2),
.rd-navbar-static .rd-navbar-nav li:nth-of-type(3),
.rd-navbar-static .rd-navbar-nav li:nth-of-type(5),
.rd-navbar-static .rd-navbar-nav li:nth-of-type(6),
.rd-navbar-static .rd-navbar-nav li:nth-of-type(7) {line-height: 50px; height: 50px; overflow: hidden; }
.rd-navbar-static .rd-navbar-nav li:nth-of-type(7) a {border-right: none;}
.rd-navbar-static .rd-navbar-nav li:nth-of-type(4) { border: none; width: 50px; height: 50px; background: #3f3f3f;  }
.rd-navbar-static .rd-navbar-nav li:nth-of-type(4) a { line-height: 50px; background: url('../png/home-icon2.png') center center; background-size: 26px 26px; background-repeat: no-repeat; display: block; text-indent: -9999px; }
.rd-navbar-static .rd-navbar-nav li:nth-of-type(4) a:hover { background: #FE0000 url('../png/home-icon.png') center center; background-size: 26px 26px; background-repeat: no-repeat ; display: block; text-indent: -9999px; }

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, 
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
  top: 100%;
  z-index:9999;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
  left:0;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown li {
  padding: 13px 30px;
  border-bottom: 1px solid #092E20;
  background: #BF953F;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown li:last-child{
  border:none;  
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
  left: 100%;
  top: -8px;
  z-index: 2;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
  color:#ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  transition: all 4ms linear 0s;
  display: block;
  position: relative;
  line-height: 50px;
  height: 100%;
  border-right: 2px solid #fff;
  -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-static .rd-navbar-nav > li > a:after{
  content:"";
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  opacity:0;
  -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-static .rd-navbar-nav > li:hover > a:after {
  opacity:1;
}

.rd-navbar-static .rd-navbar-nav > li.active > a, 
.rd-navbar-static .rd-navbar-nav > li.opened > a, 
.rd-navbar-static .rd-navbar-nav > li.focus > a, 
.rd-navbar-static .rd-navbar-nav > li > a:hover {
  background: #3f3f3f;
  color: #FE0000;
}

.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: 52px;
  text-align: center;
  cursor: pointer;
  background: none;
}

.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-nav { 
  margin: 0px auto;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  z-index: 9;
  position: fixed;
  top: -75px;
  left: 0;
  width: 75%;
  padding: 150px 0 75px;
  bottom: -75px;
  color: #ffffff;
  background: #3f3f3f;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

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

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  height: auto;
  width: 100%;
  overflow: auto;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav:before, 
.rd-navbar-fixed .rd-navbar-nav:after {
  content: '';
  display: block;
}

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

.rd-navbar-fixed .rd-navbar-nav li.last {
  margin: 0;
  padding: 0;
  }

.rd-navbar-fixed .rd-navbar-nav li > a {
  display: block;
  width: 100%;
  padding: 11px 56px 11px 16px;
  color: #FE0000;
  font-weight: bold;
}

.rd-navbar-fixed .rd-navbar-nav li > a.hover {
  color: #ffffff;
}
.rd-navbar-fixed .rd-navbar-nav li.opened > a,
.rd-navbar-fixed .rd-navbar-nav li a:hover {
  background: #FE0000;
  color: #fff;
  text-decoration: none;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
  color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.active > a {
  color: #fff;
  background: #FE0000;
}

.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: 32px;
}

.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: #333333;
}

.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: #333333;
}

.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: 5px 10px 10px 10px;
    top: 0px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    -webkit-border-radius: 0px 0px 10px 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 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: #FE0000;
  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: #333333;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: block;
  position: fixed;
  top: 5px;
  right: 77px;
  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: 52px;
  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 {
  max-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-nav li:nth-of-type(4) { display: none; }

.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-cart-floating {
  display: none;
}

.rd-navbar-static .rd-navbar-cart-toggle {
  display: inline-block;
  background: #eee;
  border: 3px solid #BF953F;
  width: 304px;
  height: 54px;
  margin-bottom: 20px;
}

.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 i {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 33px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

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

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

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

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

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

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

.rd-navbar-cart {
  display: none;
  text-align: left;
  color: #999;
  background: #fff;
  width: 100%;
}

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

.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);
}

.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;
  color: #333;
    background-color: #BF953F;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 5px;
    text-align: center;
}

.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;
  color: #333;
    background-color: #BF953F;
    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;
}

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

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

.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 .rd-navbar-cart-items .basketitem .details .item-name {
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  float: left;
}

.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items .basketitem .details .item-quantity {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  float: left;
}
    
.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items .basketitem .details .item-price {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  float: left;
}

.rd-navbar-static .rd-navbar-cart .rd-navbar-cart-items .basketitem .details .item-old-price {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  float: left;
  text-decoration: line-through;
}

.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 .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.rd-navbar-static .rd-navbar-cart .notice {
  width: 100%;
  height: 52px;
  display: table;
}

.rd-navbar-static .rd-navbar-cart .notice #freedeliverybasket {
  background: #eee;
  padding: 10px;
  table-layout: fixed;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 10px; 
    border: 3px solid #BF953F;
    -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.rd-navbar-static .rd-navbar-cart .notice #clockcountdownbasket {
  background: #eee;
  padding: 10px;
  table-layout: fixed;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 10px; 
    border: 3px solid #BF953F;
    -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.rd-navbar-static .rd-navbar-cart .notice #clockcountdownbasket #countdownTimer {
  display:inline;
  color: #B02D28;
  font-weight: bold;
}

.rd-navbar-static .rd-navbar-cart .basketoptions {
  width: 100%;
  display: table;
  background: #eee;
  border-spacing: 10px;
  table-layout: fixed;
}

.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect {
  width: 100%;
  display: table-row;
}

.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .edit  {
  display: table-cell;
  background: #ddd;
  width: 100%;
}

.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .edit .button {
    border-radius: 5px;
    width: auto;
}
  
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .checkout {
  display: table-cell;
  background: #ccc;
  width: 100%;
}  
  
    
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .checkout .button {
    border-radius: 5px;
    width: auto;
}

.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .edit .button,
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .checkout .button {
  width: 100%;
  display:inline-block;
  text-align: center;
  height:48px;
  line-height:48px;
  font-size:14px;
  color:#ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #748590;
  border:1px solid #748590;
}

.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .edit .button,
.rd-navbar-static .rd-navbar-cart .basketoptions .basketselect .checkout .button {
  color:#fff;
  background:#37BF91!important;
  border:1px solid #37BF91;
}

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

.rd-navbar-static .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  text-align: center;
  color: #fff;
  background: #2ecc71;
}

.rd-navbar-static .rd-navbar-cart-buy:hover {
  background: #40d47e;
}

.rd-navbar-static .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.rd-navbar-fixed .rd-navbar-cart {
  display: block;
  position: fixed;
  color: #333;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.rd-navbar-fixed .rd-navbar-cart .shopping-cart-header {
  background: #eee;
  height: 44px;
  padding: 10px;
  position; relative;
}

.rd-navbar-fixed .rd-navbar-cart .shopping-cart-header i {
  color: #333;
}
    
.rd-navbar-fixed .rd-navbar-cart .shopping-cart-header .badge{ 
  float: left;
  position; relative;
  color: #333;
}

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

.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 #BF953F;
    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 .rd-navbar-cart-items .basketitem .details .item-name {
  width: 100%;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  float: left;
}

.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items .basketitem .details .item-quantity {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  float: left;
}
    
.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items .basketitem .details .item-price {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  float: left;
}

.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-items .basketitem .details .item-old-price {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  float: left;
  text-decoration: line-through;
}

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

.rd-navbar-fixed .rd-navbar-cart .notice {
  width: 100%;
  display: table;
}

.rd-navbar-fixed .rd-navbar-cart .notice #freedeliverybasket {
  background: #eee;
  padding: 10px;
  table-layout: fixed;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 10px; 
    border: 3px solid #BF953F;
    -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.rd-navbar-fixed .rd-navbar-cart .notice #clockcountdownbasket {
  background: #eee;
  padding: 10px;
  table-layout: fixed;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 10px; 
    border: 3px solid #BF953F;
    -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.rd-navbar-fixed .rd-navbar-cart .notice #clockcountdownbasket #countdownTimer {
  display:inline;
  color: #B02D28;
  font-weight: bold;
}

.rd-navbar-fixed .rd-navbar-cart .basketoptions {
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
  background: #eee;
  border-spacing: 10px;
  table-layout: fixed;
}

.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect {
  width: 100%;
  display: table-row;
}

.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .edit  {
  display: table-cell;
  background: #ddd;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .edit .button {
    border-radius: 5px;
    width: auto;
}
  
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .checkout {
  display: table-cell;
  background: #ccc;
  width: 100%;
}  
  
    
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .checkout .button {
    border-radius: 5px;
    width: auto;
}

.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .edit .button,
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .checkout .button {
  width: 100%;
  display:inline-block;
  text-align: center;
  height:48px;
  line-height:48px;
  font-size:14px;
  color:#ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #748590;
  border:1px solid #748590;
}

.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .edit .button,
.rd-navbar-fixed .rd-navbar-cart .basketoptions .basketselect .checkout .button {
  color:#fff;
  background:#37BF91!important;
  border:1px solid #37BF91;
}

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

.rd-navbar-fixed .rd-navbar-cart .rd-navbar-cart-buy {
  display: none;
}

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

.rd-navbar-fixed .rd-navbar-cart-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-cart-floating .rd-navbar-cart-buy {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 52px;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy:before {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

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

.rd-navbar-fixed .rd-navbar-cart-floating.active {
  right: 0;
  bottom: 0;
  border-radius: 0;
  width: 100%;
}

.rd-navbar-fixed .rd-navbar-cart-floating.active:before {
  -webkit-transform: translate(-50%, -50%) scale(20);
  transform: translate(-50%, -50%) scale(20);
  background: #2ecc71;
}

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



/*
* @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: #3f3f3f;
  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: #FE0000;
  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 #FE0000;
  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: #FE0000;
}

.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: #3f3f3f;
}

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

.rd-navbar-static .rd-navbar-access {
  display: block;
  position: absolute;
  color: #3f3f3f;
  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: #3f3f3f;
  -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%);
}