#sidemenu {
    background: #ffca02;
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
  border-radius:3px;
}
    
#sidemenu li {
    display: inline-block;
  /*width: 100%;*/
  padding: .25rem 0;
  clear: both;
  font-weight: 400;
  color: #fff!important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.navbar-light .navbar-toggler {
  color: none;
  border-color: none;
}
.row.gx-0.bg-pri.px-5.align-items-center {
  
 
}
.navbar-toggler.border-0.fs-4.w-100.px-0.text-start h4 {
  font-size: 17px;
  font-weight: bold;
  color: #222;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  background-color: #006a25!important;
  color: #fff;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff!important;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.activem {
  color: #222 !important;
  background: yellow;  
}

.dropdown-item:hover {
  color: #222 !important;
  background: yellow;
}
.text-reset {
  color: inherit !important;
  text-decoration: none;
}
.bg-image.hover-zoom.ripple.ripple-surface.ripple-surface-light img {
  border: none;
  padding: 15px;
}
.card-title.mb-3 {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1px;
  padding-top: 0px;
  
}

.cartbx {
  font-size: 18px;

  background: bisque;

  padding: 15px;

  font-weight: bold;

}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  margin: 20px 0% 10px 45%!important;
}
.scp-breadcrumb {
  padding-top: 40px;
}
.mb-10{margin-bottom:10px!important;}
.accountbg {
  background: #efefef;
  padding: 20px;
  color: #222;
  font-size: 15px !important;
}
.listingarea li a {
  list-style-type: none !important;
  text-decoration: none;
  color: #222;
 
}
.listingarea li a:active {
  font-weight:bold;
 
}
.listingarea li {
  margin-bottom: 10px;
  margin-top: 10px;
  color: ;
}
.listingarea {
  font-size: 15px;
  margin-bottom: ;
}

#orderinfo{
  width: 500px;
  padding: 15px 25px;
}

#orderinfo h3 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 18px;
  margin-top: 0;
}
.text-right {
  text-align: right;
}