.navbar-light {
  background-color: #f0f1f9 !important;
}

.navbar {
  position: relative;
}

.left-navbar-nav {
  position: absolute;
  left: 0;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  margin-left: -50px !important; /* 50% of your logo width */
  display: block;
}

.navbar-nav {
  justify-content: center !important;
  width: calc(50% - 50px);
}

.mr-20 {
  margin-right: 20px !important;
}

.nav-link {
  font-family: "dana-fanum-regular";
  font-size: medium;
  color: #1d1d1d !important;
  margin-top: 0;
}

.nav-link:hover {
  color: #ea264a !important;
}

.active {
  color: #ea264a !important;
  font-family: "dana-fanum-demibold";
  font-weight: bold;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-menu {
  width: fit-content !important;
  border: none;
  border-radius: 15px;
  /* box-shadow: 1px 2px #d9d9dd33; */
  box-shadow: var(--first-shadow);
  padding: 20px;
  padding-right: 0;
}

.dropdown-item {
  border-radius: 15px !important;
}

.dropdown-item:hover {
  background-color: #f0f1f9;
}

.nav-table {
  margin-right: 10px !important;
}

.nav-table td {
  font-family: "dana-fanum-regular";
  /* padding: 10px 0; */
  font-size: small;
  min-width: 70px;
  background-color: transparent;
  color: #908e90;
  padding: 10px 0px 10px 0px;
}

tr:hover td {
  color: #1d1d1d !important;
}

table.nav-table {
  border-collapse: separate;
  border-spacing: 30px 0px;
}

.table-vertical-divider {
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  right: 170px;
  background-color: #efefef;
}

.table-first-column {
  border-left: 1px solid #efefef;
  padding: 5px;
}

.mw-120 {
  min-width: 120px;
}

.cursor-pointer {
  cursor: pointer;
  position: relative;
}

.nav-item .shopping-basket {
  position: absolute;
  top: 10px !important;
  margin-right: 10px;
  font-size: 20px !important;
  background-image: url(../img/basket-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.nav-item .fa-angle-down {
  top: 5px;
  font-size: 20px !important;
  position: relative;
}

.nav-badge {
  background-color: #ea264a;
  position: absolute;
  top: -10;
  right: -10;
  font-family: "dana-fanum-regular";
  font-size: 10px;
  border-radius: 7.5px;
  min-width: 15px;
  min-height: 15px;
  padding: 2px 1px 1px 1px;
  text-align: center;
}

.nav-vertical-divider {
  position: relative;
  width: 1px;
  height: 60%;
  top: 20%;
  right: -5px;
  background-color: #c7c7cd;
}

.fa-angle-down2 {
  position: absolute;
  left: -35px;
  top: 10px !important;
}

.l-n40 {
  right: auto;
  left: -40px !important;
}

.nav-btn {
  border-color: #ea264a;
  color: #ea264b;
  border-radius: 20px;
  font-family: "dana-fanum-regular";
  font-size: small !important;
  margin-top: 5px;
}

.mr-70 {
  margin-right: 70px;
}

.nav-btn:hover {
  background-color: #ea264b;
  color: white;
}

.sidebar {
  height: 100%;
  width: 0;
  max-width: 400px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #f0f1f9;
  overflow-x: hidden;
  transition: 1s;
  z-index: 110;
  /* padding-top: 60px; */
}

.mt-20 {
  margin-top: 20px;
}

.sidebar a {
  padding: 0px 30px 8px 16px;
  text-decoration: none;
  font-size: medium;
  color: #413d3f;
  display: block;
  transition: 0.3s;
  margin-bottom: 20px;
  font-family: "dana-fanum-regular";
}

#sidebar-content {
  opacity: 0;
  transition: opacity 0.5s;
}

.sidebar .active {
  font-family: "dana-fanum-bold";
  color: #eb264b !important;
  font-weight: bold;
}

.sidebar a:hover {
  color: #ea264a;
}

.sidebar .side-nav-top {
  background-color: white !important;
  width: "100%";
  max-width: 400px;
  min-height: 80px;
  margin-top: -10px;
}

.sidebar .side-nav-btn-container {
  background-color: #f0f1f9;
  position: absolute;
  top: 20px;
  right: 0;
  width: calc(100% - 69px) !important;
  min-height: 60px;
  border-top-left-radius: 45px;
}

.sidebar .closebtn {
  font-size: 40px;
  width: 70px;
  text-align: center;
  padding: 10px 15px;
  height: 70px;
  background-color: white;
  border-bottom-right-radius: 20px;
  color: #1d1d1d;
}

.close-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 80px;
  background-color: #f0f1f9;
}

.openbtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  color: #1d1d1d;
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  display: none;
}

.dropdown-content {
  /* display: none; */
  display: block;
}

.dropdown-content a {
  margin-right: 30px;
  margin-bottom: 10px !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dash-line {
  width: "100%";
  height: 5px;
  border-bottom: 1px dashed #d1d2d7 !important;
  margin-top: 10px;
}

#side-nav-btn {
  opacity: 0;
  width: 70%;
  position: absolute;
  top: 30px;
  right: 5%;
  border-color: #ea264a;
  color: #ea264b;
  border-radius: 20px;
  font-family: "dana-fanum-regular";
}

#side-nav-btn:hover {
  background-color: #ea264b;
  color: white;
}

.basket {
  display: none !important;
  position: absolute;
  top: 25;
  left: 15;
  font-size: 25px !important;
  background-image: url(../img/basket-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.basket-badge {
  background-color: #ea264a;
  position: absolute;
  top: -10;
  right: -10;
  font-family: "dana-fanum-regular";
  font-size: 10px;
  border-radius: 7.5px;
  min-width: 15px;
  min-height: 15px;
  padding: 2px 1px 1px 1px;
  text-align: center;
}

.logo {
  top: 10px;
  display: none;
  position: absolute;
  left: calc(50% - 70px);
  width: 140px;
  height: 60px;
  background-color: white;
  background-image: url("../img/logo.png");
  background-size: 100px 40px;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.logo .left-curve,
.logo .right-curve {
  height: 60px;
  width: 20px;
  background-color: white;
  position: absolute;
  left: -20px;
}

.logo .right-curve {
  right: -20px;
}

.logo .fill-left-curve,
.logo .fill-right-curve {
  height: 60px;
  width: 20px;
  background-color: #f0f1f9;
  border-top-right-radius: 20px;
}

.logo .fill-right-curve {
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
}

@media (max-width: 992px) {
  .navbar {
    display: none;
  }
  .openbtn,
  .logo,
  .basket {
    display: block !important;
  }
}
