html {
  scroll-behavior: smooth;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
  border-radius: 3px;
}

* {
  padding: 0;
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
* ::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}
* ::-webkit-scrollbar-track {
  background: rgba(0, 209, 181, 0.6666666667);
}
* ::-webkit-scrollbar-thumb {
  background: #006448;
}
* ::-webkit-scrollbar-thumb:hover {
  background: #005b29;
}

body {
  background-color: #fefefe;
}

.discountbanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.discountbanner .discountbannerimage img {
  max-width: 100%;
  max-height: 100%;
}

.companyinfo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.companyinfo .logoimg {
  padding: 8px;
}
.companyinfo .companytext {
  width: calc(100% - 96px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.companyinfo .companytext h1 {
  color: #004e3d;
  font-size: 18px;
  padding: 8px;
  text-align: center;
}
.companyinfo .companytext h6 {
  color: #005b29;
  text-align: center;
}

.imgswiper {
  width: 100vw;
}

#corousel-swipe1 {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: medium;
  background-color: #fefefe;
  transition-duration: 500ms;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1411764706);
  color: #004e3d;
}

.headerlogo {
  width: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.headerimage {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.headerimage:hover,
.headerimage1:hover,
.headerimage11:hover,
.headerimage111:hover {
  cursor: pointer;
}

.headerimage1 {
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.headerimage11 {
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.headerimage111 {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  width: calc(100% - 10px);
}

.headercatagory1 {
  width: calc(100vw - 8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.headercatagory {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bolder;
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.7607843137);
}

.catitems {
  padding: 3px 18px;
  border-radius: 2px;
  transition-duration: 380ms;
  margin-left: 3px;
  margin-right: 3px;
}

.catitems:active {
  opacity: 0.7;
  background-color: lightgray;
}

.catitems-active {
  opacity: 0.8;
  background-color: #e1e1e1;
}

.catitems:hover {
  cursor: pointer;
}

.headersubcatagory {
  width: 100%;
}
.headersubcatagory ::-webkit-scrollbar {
  width: 7px;
  height: 2px;
}
.headersubcatagory ul {
  list-style: none;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  max-height: 210px;
  overflow-y: auto;
}
.headersubcatagory ul li {
  padding: 5px 5px;
  min-width: 130px;
}
.headersubcatagory ul li a {
  text-decoration: none;
  color: #006448;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.headersubcatagory ul li a .subcatitemimg {
  overflow: hidden;
  width: 70px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 700ms linear;
  border-radius: 50%;
}
.headersubcatagory ul li a label {
  color: #006448;
  font-size: 14px;
}
.headersubcatagory ul li:hover {
  cursor: pointer;
  color: #002f22;
}
.headersubcatagory ul li:hover .subcatitemimg {
  transform: scale(1.2);
}

.search {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  background-color: #fefefe;
  position: sticky;
  top: 0px;
  z-index: 21;
  box-shadow: 0 1px 2px rgba(175, 175, 175, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.searchmobile {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 0px;
  background-color: #fefefe;
  position: sticky;
  top: 0px;
  z-index: 21;
  box-shadow: 0 1px 2px rgba(175, 175, 175, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}

.searchitemmobile {
  width: 55%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.searchitemmobile .searchsuggessions {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.searchitemmobile .searchsuggessions ul {
  background-color: #fff;
  width: calc(99% - 10px);
  box-shadow: 10px 10px 10px -10px rgba(232, 255, 224, 0.237);
  border: 0px solid rgba(136, 179, 130, 0.467);
  border-top: transparent;
  border-radius: 5px;
  padding: 15px 5px;
  list-style: none;
}
.searchitemmobile .searchsuggessions ul li {
  margin-top: 2px;
  margin-bottom: 2px;
}
.searchitemmobile .searchsuggessions ul li a {
  color: #000;
  text-decoration: none;
}
.searchitemmobile .searchsuggessions ul li a p {
  padding: 15px 0px;
  text-align: center;
}
.searchitemmobile .searchsuggessions ul li a p em {
  font-size: 12px;
}
.searchitemmobile .searchsuggessions ul li:hover {
  background-color: rgba(213, 212, 212, 0.357);
  cursor: pointer;
}
.searchitemmobile .searchinput {
  width: 80%;
}
.searchitemmobile .searchinput input {
  padding: 7px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  outline: transparent;
  width: 100%;
  border: 1px solid #005b29;
  outline: 1px solid #fefefe;
  border-right: transparent;
  height: 32px;
}
.searchitemmobile .searchinput input:focus {
  border: 2px solid #024b36;
  outline: transparent;
  border-right: transparent;
}
.searchitemmobile .searchbtn {
  width: 20%;
}
.searchitemmobile .searchbtn button {
  height: 32px;
  background-color: transparent;
  border: 1px solid #024b36;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fefefe;
  transition-duration: 300ms;
  border-left: transparent;
}
.searchitemmobile .searchbtn button svg {
  width: 20px;
  height: 18px;
}
.searchitemmobile .searchbtn button:hover {
  cursor: pointer;
  opacity: 0.8;
  background-color: #004e3d;
}

.searchitem {
  min-width: 50%;
  max-width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.searchitem .searchsuggessions {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.searchitem .searchsuggessions ul {
  background-color: #fff;
  min-width: 90%;
  box-shadow: 10px 10px 10px -10px rgba(232, 255, 224, 0.237);
  border: 1px solid rgba(136, 179, 130, 0.467);
  border-top: transparent;
  border-radius: 5px;
  padding: 15px 5px;
  list-style: none;
}
.searchitem .searchsuggessions ul li {
  margin-top: 2px;
  margin-bottom: 2px;
}
.searchitem .searchsuggessions ul li a {
  color: #000;
  text-decoration: none;
}
.searchitem .searchsuggessions ul li a p {
  padding: 15px 0px;
  text-align: center;
}
.searchitem .searchsuggessions ul li a p em {
  font-size: 12px;
}
.searchitem .searchsuggessions ul li:hover {
  background-color: rgba(213, 212, 212, 0.357);
  cursor: pointer;
}
.searchitem .searchinput {
  min-width: 400px;
  max-width: 75%;
  padding-right: 10px;
}
.searchitem .searchinput input {
  padding: 7px;
  border-radius: 5px;
  outline: transparent;
  width: 100%;
  border: 1px solid #005b29;
  outline: 1px solid #fefefe;
}
.searchitem .searchinput input:focus {
  border: 1px solid #024b36;
  outline: 1px solid #024b36;
}
.searchitem .searchbtn {
  min-width: 50px;
  max-width: 25%;
}
.searchitem .searchbtn button {
  background-color: transparent;
  border: 1px solid #024b36;
  border-radius: 5px;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fefefe;
  transition-duration: 300ms;
  position: relative;
}
.searchitem .searchbtn button span {
  position: absolute;
  top: -5px;
  color: #004e3d;
  right: 43%;
  font-weight: 900;
}
.searchitem .searchbtn button svg {
  width: 20px;
  height: 20px;
}
.searchitem .searchbtn button:hover {
  cursor: pointer;
  opacity: 0.8;
  background-color: #004e3d;
}

.searchitem1 {
  min-width: 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 8px;
}
.searchitem1 button {
  background-color: transparent;
  border: transparent;
  border-radius: 5px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fefefe;
  transition-duration: 300ms;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.searchitem1 button span {
  position: absolute;
  top: -5px;
  color: #004e3d;
  right: 43%;
  font-weight: 900;
}
.searchitem1 button svg {
  width: 25px;
  height: 25px;
}
.searchitem1 button:hover {
  cursor: pointer;
  opacity: 0.8;
  background-color: #e2e2e2;
}

.searchitem2 {
  min-width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.searchitem2 button {
  background-color: transparent;
  border: transparent;
  border-radius: 5px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fefefe;
  transition-duration: 300ms;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.searchitem2 button span {
  position: absolute;
  top: -5px;
  color: #004e3d;
  right: 43%;
  font-weight: 900;
}
.searchitem2 button svg {
  width: 25px;
  height: 25px;
}
.searchitem2 button:hover {
  cursor: pointer;
  opacity: 0.8;
  background-color: #e2e2e2;
}

.searchitem22 {
  min-width: 16%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.searchitem22 button {
  background-color: transparent;
  border: transparent;
  border-radius: 5px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fefefe;
  transition-duration: 300ms;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.searchitem22 button span {
  position: absolute;
  top: -5px;
  color: #004e3d;
  right: 40%;
  font-weight: 900;
}
.searchitem22 button svg {
  width: 18px;
  height: 18px;
}
.searchitem22 button:hover {
  cursor: pointer;
  opacity: 0.8;
  background-color: #e2e2e2;
}

.scrolltozero {
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 15px;
  opacity: 0.7;
  background-color: rgba(189, 189, 189, 0.3725490196);
  border-radius: 8px;
  border: transparent;
  outline: transparent;
  padding: 3px;
  color: #004e3d;
  display: none;
  font-weight: bolder;
}
.scrolltozero svg {
  width: 35px;
  height: 35px;
}

.scrolltozero:hover {
  background-color: #005b29;
  opacity: 1;
  color: #fefefe;
}

.sidebarbtn {
  width: 40px;
  background-color: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  margin-right: 5px;
}
.sidebarbtn div {
  width: 100%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #024b36;
  border-radius: 2px;
}
.sidebarbtn div:nth-child(2) {
  width: 80%;
}
.sidebarbtn div:nth-child(3) {
  width: 90%;
}

.sidebarbtn:focus,
.sidebarbtn:active {
  border: transparent;
  opacity: 0.7;
}

.sidebarbtnmobile {
  width: 35px;
  background-color: transparent;
  border: transparent;
  display: flex;
  flex-direction: column;
  margin-left: 3px;
  margin-right: 3px;
}
.sidebarbtnmobile div {
  width: 100%;
  height: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #024b36;
  border-radius: 2px;
}
.sidebarbtnmobile div:nth-child(2) {
  width: 80%;
}
.sidebarbtnmobile div:nth-child(3) {
  width: 90%;
}

.sidebarbtnmobile:focus,
.sidebarbtnmobile:active {
  border: transparent;
  opacity: 0.7;
}

.sidebar {
  display: none;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #fefefe;
  width: 300px;
  overflow-y: auto;
  box-shadow: 10px 4px 10px -5px rgba(154, 153, 153, 0.5176470588);
  border-top-right-radius: 1%;
  border-bottom-right-radius: 1%;
  z-index: 30;
}
.sidebar .sidebarul {
  width: 98%;
  padding: 1%;
  list-style: none;
}
.sidebar .sidebarul .sidebarli {
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar .sidebarul .sidebarli .item {
  padding-left: 2px;
  padding-right: 3px;
}
.sidebar .sidebarul .sidebarli .item .itemheading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgb(124, 124, 124);
}
.sidebar .sidebarul .sidebarli .item .subitems {
  list-style: none;
  padding: 5px;
  padding-right: 1px;
}
.sidebar .sidebarul .sidebarli .item .subitems li {
  padding-left: 5px;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}
.sidebar .sidebarul .sidebarli .item .subitems li a {
  color: #004e3d;
  text-decoration: none;
}
.sidebar .sidebarul .sidebarli .item .subitems li a p {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar .sidebarul .sidebarli .item .subitems li a:hover {
  cursor: pointer;
  font-weight: bold;
}
.sidebar .sidebarul .sidebarli .item .subitems li:hover {
  background-color: rgb(241, 241, 241);
}

.backdrop,
.backdrop1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #181818;
  z-index: 27;
  opacity: 0.6;
  display: none;
}

.sidebarclose {
  position: fixed;
  border: transparent;
  background-color: transparent;
  color: brown;
  font-size: 35px;
  left: 300px;
  top: -10px;
  font-weight: bolder;
  z-index: 28;
  padding: 8px;
  border-radius: 5px;
  background-color: #fefefe;
  display: none;
}

.sidebarclose:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}

.sidebarclose1 {
  position: fixed;
  border: transparent;
  background-color: transparent;
  color: brown;
  font-size: 35px;
  right: 300px;
  top: -10px;
  font-weight: bolder;
  z-index: 28;
  padding: 8px;
  border-radius: 5px;
  background-color: #fefefe;
  display: none;
}

.sidebarclose1:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}

.contactsidebar {
  padding: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 45px;
}
.contactsidebar .list1 {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contactsidebar .list1 span {
  padding-left: 5px;
  padding-right: 3px;
}
.contactsidebar .list1 label {
  padding-left: 3px;
  font-weight: bold;
}

button:hover {
  cursor: pointer;
}

.rightsidebar {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  width: 300px;
  z-index: 29;
  background-color: #fefefe;
  box-shadow: -5px 10px 2px #dbdbdb;
  display: none;
  flex-direction: column;
}
.rightsidebar .userinfo {
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.rightsidebar .userinfo img {
  border: transparent;
  width: 100px;
  height: 100px;
}
.rightsidebar .userinfo label {
  font-weight: bolder;
  color: #004e3d;
  -webkit-text-decoration: 2px solid darkgreen underline;
          text-decoration: 2px solid darkgreen underline;
  margin-top: 10px;
}
.rightsidebar .userlinks {
  margin-top: 10px;
}
.rightsidebar .userlinks ul {
  list-style: none;
  width: 100%;
}
.rightsidebar .userlinks ul li {
  padding: 2px;
  padding-left: 15px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rightsidebar .userlinks ul li a {
  text-decoration: none;
  color: #004e3d;
  padding: 3px;
}
.rightsidebar .userlinks ul li a button {
  background-color: transparent;
  border: transparent;
  outline: transparent;
  width: 100%;
}
.rightsidebar .userlinks ul li:hover {
  background-color: rgb(241, 241, 241);
  cursor: pointer;
}

.login {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 8;
  width: 100vw;
  height: 100vh;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(211, 211, 211, 0.6666666667);
}
.login .logindiv {
  width: 400px;
  height: 250px;
  background-color: #fff;
  box-shadow: 5px 5px -5px rgba(211, 211, 211, 0.5254901961), 5px 5px -15px rgba(211, 211, 211, 0.5254901961), 5px 5px -35px rgba(211, 211, 211, 0.5254901961);
  border-radius: 8px;
  padding: 10px;
}
.login .logindiv .loginclose {
  width: calc(100% + 30px);
  display: flex;
  flex-direction: row-reverse;
  margin-top: -30px;
}
.login .logindiv .loginclose button {
  background-color: transparent;
  color: brown;
  border: transparent;
  outline: transparent;
  padding: 5px;
  font-size: 20px;
  font-weight: bolder;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border: 3px;
}
.login .logindiv .loginclose button:hover {
  cursor: pointer;
  opacity: 0.9;
  background-color: rgba(255, 255, 255, 0.6470588235);
}
.login .logindiv .logininner {
  height: 100%;
}
.login .logindiv .logininner .logininput {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login .logindiv .logininner .logininput .loginitem {
  width: 65%;
  padding: 10px 1px;
  margin-bottom: 5px;
  text-align: center;
}
.login .logindiv .logininner .logininput .loginitem input {
  padding: 5px;
  color: #006448;
  width: calc(100% - 10px);
  border: 2px solid rgba(0, 78, 61, 0.7176470588);
  border-radius: 5px;
}
.login .logindiv .logininner .logininput .loginitem input:disabled {
  background-color: rgba(211, 211, 211, 0.7450980392);
  border: 1px solid rgba(0, 78, 61, 0.7176470588);
}
.login .logindiv .logininner .logininput .loginitem button {
  background-color: #013e21;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #013e21;
  outline: transparent;
  padding: 10px 35px;
  min-width: 170px;
}
.login .logindiv .logininner .logininput .loginitem button:hover {
  cursor: pointer;
  opacity: 0.9;
}

.loadingcomp {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #005b29;
  border-bottom: 3px solid #fefefe;
  animation: loadinganim 1500ms linear 0ms infinite;
  display: none;
}

.notfound {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 350px;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
}
.notfound .notfoundinner {
  min-width: 250px;
  max-width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notfound .notfoundimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notfound .notfoundimg h2 {
  color: #004e3d;
  padding: 5px;
}
.notfound .notfoundimg a {
  padding: 10px;
}

.policy_content {
  line-height: 30px;
}
.policy_content h1 {
  padding-top: 20px;
  padding-bottom: 15px;
  color: #004e3d;
}
.policy_content p,
.policy_content h5,
.policy_content h3 {
  padding: 10px 5px;
}

.video_links_platform {
  width: calc(100% - 30px);
  padding: 10px;
}

.policies {
  padding: 15px;
  margin-top: 10px;
}
.policies ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.policies ul li {
  padding: 5px;
}
.policies ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 10px 15px;
}
.policies ul li a:hover {
  cursor: pointer;
  color: #d6ffe2;
  text-decoration: underline;
}

.kititemscover {
  padding: 8px;
  width: calc(100% - 16px);
  background-color: rgba(240, 240, 240, 0.779);
}

.kititems {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  overflow: auto;
}
.kititems a {
  text-decoration: none;
  color: #000;
}

.kititem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px -13px 3px rgba(252, 252, 252, 0.594);
  border-radius: 8px;
  padding: 5px;
  margin: 8px;
  min-width: 130px;
}

.kitimg {
  text-align: center;
}
.kitimg img {
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.kititem:hover {
  cursor: pointer;
  opacity: 0.8;
}
.kititem:hover .kitimg {
  transform: scale(1.1);
}

.kitdesc {
  padding-top: 8px;
  padding-bottom: 8px;
}
.kitdesc p {
  text-align: center;
  margin: 0px;
}

.singlekit {
  padding: 3px;
  font-size: larger;
  position: relative;
}

.kitbtngp {
  position: sticky;
  top: 45px;
  left: 0px;
  right: 0px;
  z-index: 12;
  width: 100%;
  background-color: #024b36;
  color: #fff;
}

.kitbtngpinner {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.kitbtngpinner .kititemscount {
  text-align: center;
}
.kitbtngpinner .kititemscount i {
  text-decoration: line-through;
  font-size: 13px;
}
.kitbtngpinner .kititemscount b {
  font-size: medium;
}
.kitbtngpinner .kititemscount em {
  font-size: medium;
}
.kitbtngpinner .kitbtn button {
  padding: 5px;
  border: 1px solid #fff;
  color: #024b36;
  font-size: larger;
  border-radius: 10px;
  min-width: 130px;
  font-weight: bolder;
}
.kitbtngpinner .kitbtn button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.kitname {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.kitname h1 {
  color: #024b36;
  text-decoration: underline;
  text-align: center;
  font-size: 28px;
}
.kitname p {
  font-size: 13px;
  text-align: left;
  color: darkgray;
}

.kitintro {
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
}
.kitintro img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.trackorder {
  width: calc(100% - 20px);
  padding: 10px;
  background-color: rgba(243, 243, 243, 0.7490196078);
}
.trackorder .trackevent {
  padding: 5px;
}
.trackorder .trackheading {
  border-bottom: 1px dotted rgba(110, 118, 114, 0.7254901961);
  padding-top: 10px;
  padding-bottom: 10px;
}
.trackorder .trackheading h4 {
  color: #024b36;
  padding-bottom: 5px;
}
.trackorder .trackheading p {
  padding: 5px;
  font-size: 14px;
}

@keyframes loadinganim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  /* width */
  ::-webkit-scrollbar {
    width: 2px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgba(237, 252, 250, 0.6666666667);
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(151, 206, 198, 0.6666666667);
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #00602b;
  }
  .header {
    display: none;
  }
  .search {
    display: none;
  }
  .searchmobile {
    display: flex;
  }
  .rightsidebar {
    width: 80%;
  }
  .sidebarclose1 {
    right: 80%;
  }
  .sidebar {
    width: 80%;
  }
  .sidebarclose {
    left: 80%;
  }
  .login .logindiv {
    width: 80%;
    height: 250px;
  }
  .login .logindiv .logininner .logininput .loginitem {
    width: 85%;
  }
  .login .logindiv .logininner .logininput .loginitem input {
    padding: 8px 5px;
  }
  .headersubcatagory ul {
    justify-content: space-around;
  }
  .headersubcatagory ul li {
    width: calc(50% - 15px);
  }
  .headersubcatagory ul li a .subcatitemimg {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  * ::-webkit-scrollbar {
    width: 4px;
  }
  .header {
    display: none;
  }
  .search {
    display: none;
  }
  .searchmobile {
    display: flex;
  }
  .headersubcatagory ul {
    justify-content: space-around;
  }
  .headersubcatagory ul li {
    width: calc(33% - 15px);
  }
  .headersubcatagory ul li a .subcatitemimg {
    width: 50%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */