.highlight {
  background: #f4433621;
  padding-top: 8px;
  padding-left: 8px;
}

.sectionn {padding:50px 0 0 0;}

@media screen and (max-width:765px)
{
 .sectionn {padding:20px 0 0 0; scroll-margin-top: 150px;}
  
  .left-col-custom
  {
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90vh;
    background: var(--bs-white);
  }

  #sidenav ul {
    align-items: flex-start;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0.4rem 0;
    overflow-x: scroll;
    padding: 0 0 0 0;
    scroll-padding-left: 1rem;
    height: auto !important;
  }
  
  #sidenav ul li {
      margin: 0 5px 0 0;
      scroll-snap-align: start;
      scroll-snap-stop: always;
      background: #0d0c08f0;
      height: 70px;
      min-width: 150px;
  }
  #sidenav ul li div.card {
    background-color: #ff7979;
    border-radius: 9px;
    height: 40vw;
    width: 65vw;
  }
  
  #sidenav .nav-link.fs-6 {
      font-size: 14px !important;
      color: #ffffff !important;
    letter-spacing:1px;
      font-weight: 700;
      position: absolute;
      text-align: center;
  }
  
  #sidenav li.nav-item.d-block {
      display: flex !important;
      flex-direction: row;
      align-items: center;
      justify-content: center;

      object-fit: cover;
      height: 70px;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      position: relative;
  }

  .cat-bg {
    display: block !important;
    opacity: 0.5;
    position: relative;
    width: 100%;
    height: 70px;
    object-fit: cover;
  }

  .sticky-top {
    top: 60px !important;
  }

  #sidenav {
    margin-top: 0px !important;
    border-radius: 10px;
    border: 0px solid rgba(0,0,0,0) !important;
  }

  .bottom-shadow {
    box-shadow: 0px 7px 10px -1px grey;
    margin-bottom: 20px;
    padding: 3px 10px;
  }

}

#sidenav {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.1) ;
}



.cat-bg {
  display: none;
}

.hide {
  display: none;
}

.btn-qty button {
  background: rgba(0,0,0,.05) !important;
  border: 1px solid rgba(0,0,0,.05) !important;
}

.btn-qty input {
  border: 1px solid rgba(0,0,0,.04) !important;
  max-width: 50px;
  text-align: center;
}

.btn-primary {
  background: rgb(89,15,0);
  color: #ffffff;
  border-color: rgb(89,15,0);
}

.btn-outline-primary
{
  color: rgb(89,15,0) !important;
  border-color: rgb(89,15,0) !important;
}

.btn-outline-primary:hover
{
  color: #ffffff !important;
  background: rgb(89,15,0) !important;
  border-color: rgb(89,15,0) !important;
}

.btn-primary:hover {
  background: #590f00;
  color: #ffffff;
}

.btn-primary:focus {
  background: #590f00 !important;
  color: #ffffff !important;
}

.btn-qty {
  justify-content: flex-end;
  display: inline-flex;
  max-width: 135px;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.text-primary
{
  color: #590f00 !important;
  font-weight: 600;
}

.footer {
  margin-top: auto;
}

.calc-box {
  bottom: 0;
}

.footer a, nav ul li a {
  color: rgb(89,9,0);
}

body::-webkit-scrollbar, .left-col-custom::-webkit-scrollbar, .right-col-custom::-webkit-scrollbar,#sidenav ul::-webkit-scrollbar {
  width: 0.2em !important;
}

body::-webkit-scrollbar-track, .left-col-custom::-webkit-scrollbar-track, .right-col-custom::-webkit-scrollbar-track,#sidenav ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb, .left-col-custom::-webkit-scrollbar-thumb, .right-col-custom::-webkit-scrollbar-thumb,#sidenav ul::-webkit-scrollbar-thumb {
  background-color: var(--bs-gray);
}

.left-col-custom{
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90vh;
  background: var(--bs-white);
}

.total-table td, .total-table th {
  border: 0px solid transparent !important;
  text-align: left;
}

.keyspan {
  float: left;
  padding: 0px 5px;
}

.valuespan {
  float: right;
  padding: 0px 5px;
}

.lp0{
  padding-left: 0px !important;
}

.rp0{
  padding-right: 0px !important;
}

.default-color {
  background-color: #590900;
}

nav ul li a.current {
  color: #590900 !important;
  font-weight: bold;
}

.sticky-top {
  top: 70px ;
}

#sidenav ul {
  overflow-y: scroll;
  height: 90vh;
  width: 100%;
  flex-wrap: nowrap;
}

.btn-primary.active {
  background: #590900 !important;
  color: #ffffff;
  transition: 0.5s;
}

.btn-primary.notactive {
  background: #ffffff !important;
  color: var(--bs-gray-dark);
  transition: 0.5s;
}

/* Cart dropdown style */

.thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
}
.thumbnail img {
  width: 100%;
}
.thumbnail .caption{
  margin: 7px;
}
.main-section{
  background-color: #F8F8F8;
}
.dropdowndiv{
  float:right;
  /* padding-right: 30px; */
}
.cart-btn{
  border:0px;
  margin:10px 0px;
  box-shadow:none !important;
}
.dropdowndiv .dropdown-menu{
  padding: 20px 20px 5px 20px;
  top: 60px !important;
  width: 370px !important;
  left: -247px !important;
  box-shadow: 0px 3px 12px grey;
}
.total-header-section{
  border-bottom:1px solid #d2d2d2;
}
.total-section p{
  margin-bottom:15px;
}
.cart-detail{
  padding:10px 0px;
}
.cart-detail-img img{
  width:100%;
  height:100%;
  padding-left:0px;
}
.cart-detail-product p{
  margin:0px;
  color:#000;
  font-weight:500;
}

.cart-detail-product{
  padding: 0px 0px 0px 12px;
}

.cart-detail .price{
  font-size:12px;
  margin-right:5px;
  font-weight:500;
}
.cart-detail .count{
  color:#C2C2DC;
  font-size:12px;
}
.checkout{
  border-top:1px solid #d2d2d2;
  padding-top: 5px;
}
.checkout .btn-primary{
  border-radius:50px;
}
.dropdown-menu:before{
  content: " ";
  position:absolute;
  top:-20px;
  right:50px;
  border:10px solid transparent;
  border-bottom-color:#fff;
}

.ddlist::-webkit-scrollbar {
  -webkit-appearance: none;
}

.ddlist::-webkit-scrollbar:vertical {
  width: 5px;
}

.ddlist::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}

/* Toastr custom colors */
.toast-success {
  background-color: #28a745 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.custom-cart-input{
  padding: 0.2rem 0.2rem !important;
  text-align: center !important;
  font-size: 0.8rem !important;
}

.cart-qty{
  font-size: 0.8rem;
}

.addons{
  font-size: 0.7rem;
}

.cart-heading {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  color: #590900;
}

.cart-subtotal{
  font-size: 0.8rem;
  font-weight: 600;
  /* display: block; */
  color: #590900;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* 
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 20
} */

.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show{
  background-color: #590f00;
  color: #ffffff !important;
}

.btn-number{
  height: 38px;
  width: 38px;
  padding: 6px;
  border-radius: 0px;
}

.closeicon
{
  float: left;
  padding: 2px;
  color: red !important;
  cursor: pointer;
}

.spicygreencolor{
  background-color: #28a745;
  color: #ffffff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-left: 5px;
}

.spicyyellowcolor{
  background-color: #ffc107;
  color: #ffffff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-left: 5px;
}

.spicyredcolor{
  background-color: #dc3545;
  color: #ffffff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-left: 5px;
}

.modalbox{
  margin-bottom: 5px;
  padding: 15px;
  border: 1px solid lightgrey;
  border-radius: 10px;
  background: #fcfcfc;
}

.loginuserspan{
  color: rgb(89,9,0);
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  font-size:12px;
  text-decoration: none !important;
}

.loginuserspan:hover {
  color: black;
}

.loginuseravatar{
  margin-top: 3px;
  border: 1px solid rgb(223, 223, 223);
}

.dropdown .dd-user {
  padding: 10px 0px 10px 0px !important;
  width: 100px !important;
  top: 50px !important;
  left: -16px !important;
  box-shadow: 0px 3px 12px grey;
}

.mfloatbar {
  background: rgb(89,9,0);  /* fallback for old browsers */
  -webkit-box-shadow: 0px 2px 26px 2px rgba(69,69,69,1);
  -moz-box-shadow: 0px 2px 26px 2px rgba(69,69,69,1);
  box-shadow: 0px 2px 26px 2px rgba(69,69,69,1);
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 10px;
  height: 50px;
  z-index: 99999;
}

.masthead{
  height: 300px !important;
  margin-top:40px !important;
  padding-top: 0px !important;
  color: rgba(0,0,0,0);
  background: rgba(52,58,64,0) !important;
  min-height: 300px !important;
  max-height: 300px !important;
}

.navbar-brand img{
  max-height:55px !important;
  max-width: 200px !important;
}

.navbar{
  -webkit-box-shadow: 0px 2px 15px 2px rgba(69,69,69,0.3);
  -moz-box-shadow: 0px 2px 15px 2px rgba(69,69,69,0.3);
  box-shadow: 0px 2px 15px 2px rgba(69,69,69,0.3);
  border-bottom: 1px solid rgba(69,69,69,0.3) !important;
}

.form-check{
  padding-left: 2em;
  padding-right: 0.5em;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 0.5rem;
}

.form-check-input:checked {
  background-color: rgb(89,15,0);
  border-color: rgb(89,15,0);
}

#singleaddons.btn-group{
  flex-wrap: wrap;
}

#checkout-button {
  background: rgb(89,9,0);
  border-style: none;
  border-radius: 8px;
  color: #ffffff;
  width: 100%;
  margin-top: 10px;
  padding: 7px;
  text-transform: uppercase;
}