.main-header {
  padding-top: 6px;
  padding-bottom: 27px;
}

.heading-title {
  font-size: 1.143rem;
  font-weight: 500;
}

.heading-padding {
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.sub-title {
  font-size: 0.929rem;
  font-weight: 500;
  color: #82868B;
}

.sub-content {
  font-size: 1.071rem;
  font-weight: 600;
  color: #5E5873;
}

.sidenav-mini-title {
  font-size: 0.857rem;
}

.sidenav-mini-content {
  font-size: 1.071rem;
  font-weight: 400;
  color: #B9B9C3;
}

.hero-title {
  font-size: 1.286rem;
  font-weight: 500;
}

.row-divider {
  margin-top: 30px;
}

.sidenav-header-title {
  text-align: center;
  margin-bottom: 21px;
}

.sidenav-header-chevron {
  display: none;
}

.sidenav-mobile-button {
  display: none;
}

.edit-card {
  position: sticky !important;
  top: 0;
}

.table_product_heading {
  font-size: 0.929rem;
  font-weight: 600;
  line-height: 18px;
}

.table_variants_detail {
  font-size: 0.929rem;
  font-weight: 400;
  line-height: 18px;
}

.dark-layout .card {
  border: 1px solid #82868b2b !important;
}

@media (min-width: 991px) {
  .sidenav_order_total_ {
    display: none;
  }

  .invoice-preview .card {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%) !important;
  }
}

@media (max-width: 991px) {
  .product-payment {
    position: sticky !important;
    bottom: -29px;
    z-index: 3333;
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 15px !important;
  }

  .edit-card {
    position: static !important;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3) !important;
  }

  .sidenav-header {
    display: flex;
    align-items: center;
  }

  .sidenav-header-title  {
    text-align: left;
    margin-bottom: 0;
  }

  .sidenav-header-chevron {
    display: block;
    position: relative;
    margin: 0 auto;
    left: -50px;
  }

  .rotate-chevron {
    transform: rotate(180deg);
  }

  .disable {
    display: none !important;
  }

  .active {
    display: block !important;
  }

  .sidenav-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sidenav-mobile-button {
    display: block;
  }
}

@media (max-width: 320px) {
  .sidenav-header-title {
    font-size: 12px !important;
  }
}