.modal {
  z-index: 999999 !important;
}
.cdiv1 {
  position: sticky;
  background-color: white;
  height: 50px;
  top: 0;
  color: var(--theme-color-dark);
  padding: 5px;
  font-size: 20px;
  box-shadow: 1px 1px 4px 0px lightgrey;
}
.cdiv1 .backarrow {
  padding: 6px;
}

.cursor {
  cursor: pointer;
}
.cdivlist {
  padding: 5px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
  background-color: white;
  border: 1px solid rgb(211 211 211 / 52%);
  border-radius: 10px;
  overflow: auto;
  max-height: 350px;
}
.totalrow {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  margin: 10px;
  background-color: white;
  border: 1px solid rgb(211 211 211 / 52%);
  border-radius: 10px;
  color: #000000;
}
.ordhead {
  color: black;
  font-weight: bolder;
  font-size: 18px;
  position: sticky;
  top: -4px;
  background: white;
  width: 100%;
  z-index: 2;
}
.cartitem {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  color: #000000;
  width: calc(100% - 10px);
  padding: 5px;
  height: fit-content;
  margin: 0px auto !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 1px solid lightgray;
  box-shadow: 1px 0px 3px 0px #00000063;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cartitem .rw {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  padding: 0px;
  font-size: 12px;
  margin: 0px auto !important;
}

.cartitem .btnrw {
  position: relative;
  text-align: center;
}
.cartitem .rw .invno,
.cartitem .rw .invamt {
  text-align: left;
  display: inline-block;
}

.cartitem .rw .invdt {
  text-align: right;
  position: absolute;
  right: 5px;
}

.cartitem .rw label {
  font-weight: bold;
}
.cartitem .rw .btn {
  background-color: #1fbf95;
  padding: 5px;
  font-size: 12px;
  border-color: #1fbf95;
  width: calc(100% - 10px);
}

.cartitem .rw .btn:hover,
.cartitem .rw .btn:focus {
  background-color: #199e7b;
  padding: 5px;
  font-size: 12px;
  border-color: #199e7b;
}

.marginbtm {
  border-bottom: 1px solid #e6e6e6;
}
.cartitemcol {
  position: relative;
  margin: auto;
  max-width: calc(100% - 6px);
  min-width: calc(100% - 6px);
  padding: 3px;
  line-height: 1.5;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}
.cartitembtn {
  float: right;
  margin-top: 3px;
  width: 70px;
  display: inline-block;
  border-top: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  border-radius: 6px;
}
.cartprod {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}
.cartitemhead {
  font-size: 15px;
  display: inline-block;
  text-align: left;
  width: calc(100% - 80px);
}
.plcord {
  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
  background: white;
  box-shadow: 0.5px 0.5px 4px 0.5px lightgrey;
}
.smallfont {
  font-size: 10px;
}
.crtrate {
  display: inline-block;
  float: right;
}
.pordbtn {
  background-color: var(--theme-color);
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  width: 100%;
}
.pordbtn:hover {
  background-color: var(--theme-color);
  color: white;
}
.bold {
  font-weight: bold;
}

.cart-content{
    /* border: 1px solid black; */
    max-height: calc(100vh - 198px);
    overflow: auto;
}
#mycart {
  position: fixed;
  top: 65px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  height: 100vh;
  margin-left: 0px;
  transition: all ease-in-out 0.5s;
}
.mycarticon {
  position: relative;
  width: 20px;
  background-color: var(--theme-color);
  color: white;
  cursor: pointer;
  border: 0px solid;
  outline: none;
  padding: 3px;
  text-align: center;
  font-size: 16px;
}
.mycarttext {
  position: relative;
  width: 30px;
  text-align: center;
  margin: 0px;
  outline: none;
  border: 0px;
}
.prdamt {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

/* Orders Div */
#opnmenudiv {
  position: fixed;
  top: 65px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  height: calc(100vh - 100px);
  margin-left: 0px;
  transition: all ease-in-out 0.5s;
}
.ordcol {
  position: relative;
  margin: auto;
  max-width: calc(100%);
  min-width: calc(100%);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}
.orderleft {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  width: calc(50% - 6px);
  vertical-align: top;
}
.orderryt {
  font-size: 12px;
  display: inline-block;
  text-align: right;
  width: calc(50% - 6px);
  vertical-align: top;
}
.ordlist {
  position: relative;
  top: 3px;
  margin: 0px auto !important;
  padding: 0px;
  background-color: white;
  border-radius: 10px;
  overflow: auto;
  height: calc(100% - 80px);
  width: 100%;
}
.angledown {
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  float: right;
  height: 25px;
  width: 25px;
  background-color: var(--theme-color);
  color: white;
  text-align: center;
  margin-right: 2px;
  font-size: 16px;
  margin-bottom: 2px;
  cursor: pointer;
  margin-top: 3px;
  box-shadow: 0.5px 0.5px 2px 0.5px black;
}
.angleup {
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  float: right;
  height: 25px;
  width: 25px;
  background-color: var(--theme-color);
  color: white;
  text-align: center;
  margin-right: 0px;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 3px;
  cursor: pointer;
  display: none;
  box-shadow: 0.5px 0.5px 2px 0.5px black;
}
.orddetaildiv {
  display: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.orddetaildiv table {
  position: relative;
  width: 100%;
  border: 1px solid lightgray;
  margin-bottom: 10px;
}
.orddetaildiv table thead tr th {
  color: white;
  background-color: var(--theme-color-dark);
  padding: 2px;
}
.orddetaildiv table tr td {
  padding: 2px;
}
/* Profile Div */
#profilediv {
  position: fixed;
  top: 65px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  height: 100vh;
  margin-left: 0px;
  transition: all ease-in-out 0.5s;
}
.imageprf {
  height: 60px;
  width: 60px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
.prfimg {
  height: 100%;
  width: 100%;
}
.custdet {
  color: black;
  font-size: 15px;
}
.custrow .custcol {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}
.custadddet {
  margin: 5px;
  margin-top: 10px;
  padding: 10px;
  width: calc(100% - 10px);
  border-radius: 5px;
  border: 1px solid #aaaaaad8;
  font-size: 14px;
}
.custadddet .custrow {
  margin: 5px;
  padding: 3px;
}
.custadddet label {
  display: block;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0;
}

/* Change Pass */
.icon {
  text-align: center;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  margin-top: -25px;
}
.frmtitlebar {
  width: 100%;
  background-color: var(--theme-color);
  color: white;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  padding: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.masterent {
  padding: 10px;
}
.save_btn,
.save_btn:hover,
.save_btn:focus {
  background-color: var(--theme-color);
  color: white;
}
#uname1 {
  color: red;
  font-size: 12px;
}
#pass {
  color: red;
  font-size: 12px;
}
#pass1 {
  color: red;
  font-size: 12px;
}
#pass2 {
  color: red;
  font-size: 12px;
}
.cornerclose {
  border: 0px solid white;
  border-radius: 25px;
  padding: 0px;
  color: white;
  font-size: 20px;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
  cursor: pointer;
}
.cornerclose:hover {
  border: 0px solid white;
}

#passpg2 {
  display: none;
}
