* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
hr {
  background-color: rgb(52, 47, 47);
  height: 1px;
  border: none;
  margin-top: 30px;
}
#navbar {
  background-color: #fff;
  height: 80px;
  z-index: 100;
  display: flex;
  justify-content: start;
  align-items: center;
  border: 0px solid;
  justify-content: space-between;
  box-shadow: rgba(41, 39, 39, 0.2) 0px 2px 8px 0px;
}

.menu-bars {
  color: rgb(21, 17, 17);
}

#nav-menu {
  background-color: rgb(196, 196, 196) (228, 225, 225);
  width: 250px;
  height: 100vh;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 850ms;
  color: black;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#nav-menu.active {
  left: 0;
  transition: 350ms;
}

.nav-text {
  display: flex;
  justify-content: start;
  list-style: none;
  height: 50px;
  padding: 1rem;
}
.nav-text a {
  text-decoration: none;
  color: #141212;
  font-size: 1.2rem;
  margin-left: 1rem;
}

.nav-text:hover {
  background-color: rgba(176, 176, 176, 0.219);
  cursor: pointer;
}

.nav-menu-items {
  width: 100%;
  background-color: #fff;
}

.nav-icon {
  padding-right: 1rem;
  color: #005985;
}

#navbar-toggle h1 {
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
#navbar-toggle {
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
}
#navbar-toggle a {
  text-decoration: none;
  margin-bottom: 12px;
}

#navbar-toggle a:hover {
  cursor: pointer;
}

.fa-bars {
  color: rgb(0, 0, 0);
}

.nav-section {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: -40px;
}

#show-menu {
  color: #f9f9f9;
  border: 0px solid red;
}

.tttm {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
#ltm {
  display: flex;
  margin-right: 50px;
}
#ltm > div {
  margin-left: 40px;
}
#cartt > a > i {
  color: #141212;
}

.img {
  width: 90px;
  height: 50px;
  margin-right: 5px;
  border: 0px solid;
  margin-left: 20px;
  margin-top: 10px;
}
.img img {
  width: 100%;
  height: 73px;
}

#im2 {
  padding-bottom: 0px;
  border: 0px solid red;
  margin-bottom: 25px;
  height: 75px;
  border-radius: 35px;
}
#im1 > a > img {
  border: 0px solid red;
  height: 65px;
}
#im1 {
  width: 100%;
  height: 70px;
  margin-bottom: 7px;
}

#ccl {
  border: 1px solid;
  height: 130px;
}

#ccl > i {
  font-size: 30px;
  color: #ca1e1e;
  border: 0px solid blue;
  height: 30px;
  width: 50px;
}

#run {
  font-size: 90px;
}
#sho:hover {
  background-color: rgb(231, 236, 236);
  margin-bottom: 30px;
}

#sho {
  width: 80px;
  height: 40px;
  border: 0px solid blueviolet;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 16px;
  margin-bottom: 30px;
  border-radius: 19px;
  padding-top: 9px;
  padding-bottom: 0px;
}

#hide-menu {
  margin-left: 30px;
}

#btnn {
  background-color: rgb(197, 11, 11);
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  border-radius: 5px;
  color: rgb(254, 254, 254);
  cursor: pointer;
}
#cartt {
  border: 0px solid;
  text-align: center;
  padding-top: 5px;
  width: 40px;
  font-size: 20px;
}
#kkk:hover {
  margin-top: 200px;
}

#mnav {
  position: absolute;
  width: 100%;
}

.img > a > img {
  border-radius: 35px;
  width: 110%;
}
