@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
h1, h2, h3, h4, p, .sub-heading, .section-description, .form-group label, .form-control, .btn, .header-section .header-nav .primary-nav > li a, .header-section .header-nav .primary-nav > li a.icon:before, .manage-store-list .store-info .store-option a, .product-grid .product-item.add-product-item, .product-grid .product-item.add-product-item:before, .product-grid .product-item .product-control .btn-delete {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
}

::-moz-selection {
  background: rgba(49, 49, 49, 0.1);
}

::selection {
  background: rgba(49, 49, 49, 0.1);
}

/* WebKit (Chrome, Safari) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

body {
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.center-stage {
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-login {
  color: #FFF;
  background: #0B0D0D;
}

.page-login .section-title, .page-login p {
  color: #F5F5F5;
  text-align: center;
}

.page-login .section-description {
  max-width: 436px;
  font-weight: 300;
  letter-spacing: 1.2px;
}

@media (max-width: 1440px) {
  .page-login .section-description {
    max-width: 400px;
  }
}

.sub-heading {
  font-family: "Hind Madurai", sans-serif;
  font-size: 24px;
  color: #B68C41;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sub-heading.sub-heading-alt {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0B0D0D;
  letter-spacing: .3px;
  text-transform: capitalize;
}

@media (max-width: 500px) {
  .sub-heading.sub-heading-alt {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

@media (max-width: 1920px) {
  .sub-heading {
    font-size: 21px;
    letter-spacing: 1.2px;
  }
}

.section-title {
  font-size: 61px;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .section-title.section-title-md {
    font-size: 48px;
    letter-spacing: .5px;
  }
}

@media (min-width: 1440px) {
  .section-title.section-title-md-alt {
    font-size: 46px;
    letter-spacing: .3px;
  }
}

@media (max-width: 1920px) {
  .section-title {
    font-size: 54px;
  }
}

@media (max-width: 1440px) {
  .section-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 34px;
  }
}

@media (max-width: 500px) {
  .section-title {
    font-size: 28px;
  }
}

.section-description {
  width: 100%;
  max-width: 600px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .8px;
  text-align: center;
  line-height: 160%;
  padding-top: 10px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .section-description {
    max-width: 500px;
  }
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .8px;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  p {
    font-size: 14px;
  }
}

.card-login {
  width: 100%;
  max-width: 590px;
  color: #FFF;
  border-radius: 10px;
  padding: 40px 45px;
  margin: 50px auto 0 auto;
  background: #1E1E1E;
}

@media (max-width: 1440px) {
  .card-login {
    max-width: 520px;
    padding: 35px 40px;
  }
}

@media (max-width: 768px) {
  .card-login {
    max-width: 460px;
    padding: 35px;
  }
}

@media (max-width: 500px) {
  .card-login {
    padding: 30px 25px;
  }
}

.card-login a {
  font-size: 16px;
  color: #B68C41;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .card-login a {
    font-size: 14px;
  }
}

.card-login .btn.btn-primary:hover, .card-login .btn.btn-primary:focus, .card-login .btn.btn-primary:active, .card-login .btn.btn-primary.active {
  border-color: #987536;
  background-color: #987536;
}

.card-body {
  font-family: "Hind Madurai", sans-serif;
  padding: 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-family: "Hind Madurai", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1.3px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1920px) {
  .form-group label {
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .form-group label {
    font-size: 16px;
  }
}

.form-group.forgot-password {
  text-align: right;
  padding-top: 14px;
  padding-bottom: 30px;
}

.form-control {
  height: 46px;
  font-family: "Hind Madurai", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .6px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 3px;
}

@media (max-width: 1440px) {
  .form-control {
    height: 44px;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .form-control {
    height: 42px;
  }
}

.form-control.outline-dark {
  font-weight: 400;
  color: #FFF;
  border-color: #FFF;
  background: transparent;
}

.form-control.outline-dark::-webkit-input-placeholder {
  color: #7A7A7A;
}

.form-control.outline-dark:-ms-input-placeholder {
  color: #7A7A7A;
}

.form-control.outline-dark::placeholder {
  color: #7A7A7A;
}

.btn {
  height: 50px;
  font-family: "Hind Madurai", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 5px;
  letter-spacing: 1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .btn {
    height: 42px;
    font-size: 16px;
  }
}

.btn.btn-sm {
  height: 44px;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
}

.btn.btn-primary {
  border-color: #B68C41;
  background-color: #B68C41;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
  border-color: #c7a363;
  background-color: #c7a363;
}

.btn.btn-primary.btn-outline-primary {
  border-width: 2px;
  border-radius: 5px;
  color: #B68C41;
  background-color: transparent;
}

.btn.btn-primary.btn-outline-primary:hover, .btn.btn-primary.btn-outline-primary:focus, .btn.btn-primary.btn-outline-primary:active, .btn.btn-primary.btn-outline-primary.active {
  color: #c7a363;
}

.btn.btn-add-store {
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.btn.btn-add-store:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #FFF;
  mask: url("../assets/img/icon-store.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-store.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.btn-add-team {
  height: 50px;
  font-family: "Hind Madurai", sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding-top: 9px;
  letter-spacing: .6px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-add-team:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: -5px 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B68C41;
  mask: url("../assets/img/icon-add.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-add.svg") no-repeat center center;
  mask-size: 22px;
  -webkit-mask-size: 22px;
}

.btn-add-team:hover, .btn-add-team:focus, .btn-add-team:active, .btn-add-team.active {
  border-color: #c7a363;
}

.btn-add-team:hover:before, .btn-add-team:focus:before, .btn-add-team:active:before, .btn-add-team.active:before {
  background-color: #c7a363;
}

.store-selection {
  width: 100%;
  margin: 80px auto 0 auto;
  display: grid;
  grid-gap: 85px 65px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .store-selection {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    grid-gap: 70px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .store-selection {
    margin-top: 40px;
    gap: 60px;
  }
}

@media (max-width: 550px) {
  .store-selection {
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .store-selection {
    gap: 40px;
  }
}

.store-selection .store-logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 120px;
}

header {
  margin-bottom: 80px;
}

@media (max-width: 1440px) {
  header {
    margin-bottom: 30px;
  }
}

.header-section {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-section .header-logo {
  width: 160px;
}

.header-section .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-section .header-nav .primary-nav.dropdown-menu {
  min-width: 210px;
  padding: 10px;
}

.header-section .header-nav .primary-nav > li a {
  font-family: "Hind Madurai", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #516060;
  text-transform: uppercase;
  letter-spacing: .3px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 4px;
  opacity: .85;
}

.header-section .header-nav .primary-nav > li a:hover, .header-section .header-nav .primary-nav > li a:focus, .header-section .header-nav .primary-nav > li a:active, .header-section .header-nav .primary-nav > li a.active {
  color: #B68C41;
}

.header-section .header-nav .primary-nav > li a:hover:before, .header-section .header-nav .primary-nav > li a:focus:before, .header-section .header-nav .primary-nav > li a:active:before, .header-section .header-nav .primary-nav > li a.active:before {
  background-color: #B68C41 !important;
}

.header-section .header-nav .primary-nav > li a.icon:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 9px;
}

.header-section .header-nav .primary-nav > li a.icon.add-team:before {
  background-color: #516060;
  mask: url("../assets/img/icon-team.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-team.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.header-section .header-nav .primary-nav > li a.icon.add-store:before {
  background-color: #516060;
  mask: url("../assets/img/icon-store.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-store.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.header-section .header-nav .primary-nav > li a.icon.add-products:before {
  background-color: #516060;
  mask: url("../assets/img/icon-products.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-products.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.header-section .header-nav .primary-nav > li a.icon.icon-sale-summary:before {
  background-color: #516060;
  mask: url("../assets/img/icon-dollars.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-dollars.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.header-section .header-nav .primary-nav > li a.icon.icon-user:before {
  background-color: #516060;
  mask: url("../assets/img/icon-user.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-user.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.header-section .header-nav .primary-nav > li a.icon.icon-logout:before {
  background-color: #516060;
  mask: url("../assets/img/icon-log-out.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-log-out.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.header-section .header-nav .btn-user {
  width: 36px;
  height: 36px;
  font-size: 0;
  padding: 0;
  border-radius: 50%;
  position: relative;
}

.header-section .header-nav .btn-user:before {
  content: "";
  width: 34px;
  height: 32px;
  inset: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFF;
  mask: url("../assets/img/icon-user.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-user.svg") no-repeat center center;
  mask-size: 22px;
  -webkit-mask-size: 22px;
}

.manage-store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.manage-store .col-left {
  width: 100%;
  max-width: 480px;
}

.manage-store .col-left .store-logo {
  width: 100%;
  height: 250px;
  font-family: "Hind Madurai", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #7A7A7A;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 20px;
  margin-top: 12px;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.manage-store .col-left .store-logo img {
  width: 100%;
  max-width: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.manage-store .col-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.manage-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .manage-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.manage-product .col-left {
  width: 100%;
  max-width: 500px;
}

@media (max-width: 992px) {
  .manage-product .col-left {
    max-width: 100%;
  }
}

.manage-product .col-left .store-logo {
  width: 100%;
  height: 250px;
  padding: 20px;
  margin-top: 12px;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.manage-product .col-left .store-logo img {
  width: 100%;
  max-width: 400px;
}

.manage-product .col-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 56px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .manage-product .col-right {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding: 30px 0 0 0;
  }
}

@media (max-width: 500px) {
  .manage-product .col-right {
    padding-top: 50px;
  }
}

.manage-store-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

.manage-store-list .store-info {
  width: 100%;
  height: 60px;
  color: #0B0D0D;
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #F8F8F8;
}

.manage-store-list .store-info .store-name {
  width: 150px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.manage-store-list .store-info .store-id {
  font-family: "Hind Madurai", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.manage-store-list .store-info .store-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.manage-store-list .store-info .store-option a {
  font-family: "Hind Madurai", sans-serif;
  font-size: 16px;
  color: #B68C41;
  font-weight: 600;
  letter-spacing: .3px;
  text-decoration: none;
  text-transform: uppercase;
}

.manage-store-list .store-info .store-option a:hover {
  color: #c7a363;
}

.custom-radio-buttons {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-radio-buttons.radio-buttons-inline {
  gap: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.custom-radio-buttons.radio-buttons-inline label {
  min-width: 80px;
}

.custom-radio-buttons label {
  font-family: "Hind Madurai", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .6px;
  cursor: pointer;
}

.custom-radio-buttons .form-check-inline {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.custom-radio-buttons .form-check-input.custom-radio {
  position: absolute;
  opacity: 0;
}

.custom-radio-buttons .form-check-input.custom-radio + .form-check-label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50%;
  margin-top: -2px;
  margin-right: 8px;
  vertical-align: middle;
  background-color: transparent;
}

.custom-radio-buttons .form-check-input.custom-radio:checked + .form-check-label::before {
  border: 2px solid #b68c41;
  background-color: #b68c41;
}

.custom-radio-buttons .form-check-input.custom-radio:disabled + .form-check-label::before {
  background-color: #fff;
  border: 2px solid #000;
}

.form-container {
  font-family: "Hind Madurai", sans-serif;
}

.form-container .btn-store-admin {
  height: 35px;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: .6px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -8px;
  right: 0;
  position: absolute;
}

.form-container .form-group {
  position: relative;
}

.form-container label {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

.form-container .form-control {
  height: 48px;
}

.product-grid {
  display: grid;
  grid-gap: 17px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  position: relative;
}

.product-grid .product-item {
  width: 100%;
  padding-bottom: 90%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #DADADA;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-grid .product-item.add-product-item {
  border-width: 2px;
  border-color: #B68C41;
  font-size: 0;
}

.product-grid .product-item.add-product-item:hover, .product-grid .product-item.add-product-item:focus, .product-grid .product-item.add-product-item:active, .product-grid .product-item.add-product-item.active {
  border-color: #c7a363;
}

.product-grid .product-item.add-product-item:hover:before, .product-grid .product-item.add-product-item:focus:before, .product-grid .product-item.add-product-item:active:before, .product-grid .product-item.add-product-item.active:before {
  background-color: #c7a363;
}

.product-grid .product-item.add-product-item:before {
  content: "";
  width: 24px;
  height: 24px;
  margin: auto;
  inset: 0;
  position: absolute;
  display: block;
  background-color: #B68C41;
  mask: url("../assets/img/icon-plus-2.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-plus-2.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.product-grid .product-item .product-control {
  right: 6px;
  bottom: 10px;
  position: absolute;
}

.product-grid .product-item .product-control .btn-delete {
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
  background-color: #DADADA;
  mask: url("../assets/img/icon-delete.svg") no-repeat center center;
  -webkit-mask: url("../assets/img/icon-delete.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.product-grid .product-item .product-control .btn-delete:hover {
  background-color: rgba(255, 0, 0, 0.65);
}

.product-grid .product-item img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  inset: 0;
  margin: auto;
  position: absolute;
}

.product-grid .product-item .add-product {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.table-summary .table-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #0B0D0D;
  letter-spacing: .3px;
  text-transform: capitalize;
}

@media (max-width: 500px) {
  .table-summary .table-heading {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
  }
}

@media (max-width: 500px) {
  .table-products {
    width: 460px;
  }
}

.table-products thead tr {
  overflow: hidden;
}

.table-products thead tr th {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding: 0 10px;
  text-transform: uppercase;
  background: #000;
}

.table-products thead tr th:nth-child(1) {
  width: 90px;
  padding-left: 20px;
  border-radius: 6px 0 0 0;
}

.table-products thead tr th:last-child {
  padding-left: 20px;
  border-radius: 0 6px 0 0;
}

.table-products tbody tr td {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  padding: 10px 10px;
}

.table-products tbody tr td.date {
  width: 90px;
  padding-left: 20px;
}

.table-products tbody tr td.price {
  width: 110px;
}

.table-products tbody tr td.image {
  width: 80px;
}

.table-products tbody tr td.image .product-img {
  width: 60px;
  height: 60px;
  padding: 8px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  background: #FFF;
}

.table-products tbody tr td.user {
  font-size: 14px;
  font-weight: 600;
  color: #B68C41;
  line-height: 130%;
  padding-left: 20px;
}

.store-summary-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.store-summary-header .store-logo img {
  width: auto;
  height: 64px;
}

.store-summary-header .btn-header-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.table-summary-header-filter {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-summary-header-filter .date-filter-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: "Hind Madurai", sans-serif;
  color: #7A7A7A;
}

.table-summary-header-filter .date-filter-dropdown .form-select {
  font-family: "Hind Madurai", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #7A7A7A;
  letter-spacing: .5px;
  border-radius: 3px;
  padding-left: 15px;
  border-color: #DADADA;
}

.table-sales-data {
  margin-top: 25px;
}

.table-sales-data .no-data-available {
  width: 100%;
  min-height: 480px;
  font-family: "Hind Madurai", sans-serif;
  font-size: 17px;
  color: #7A7A7A;
  letter-spacing: .5px;
  border: 1px solid #DADADA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-sales-data .table-products {
  margin-bottom: 0;
}

.table-sales-data .table-products thead tr th:nth-child(1) {
  width: 15%;
}

.table-sales-data .table-products thead tr th:nth-child(2) {
  width: 15%;
}

.table-sales-data .table-products thead tr th:nth-child(3) {
  width: 15%;
}

.total-sales-summary {
  height: 40px;
  margin-top: 25px;
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.total-sales-summary .total-sales {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #0B0D0D;
  letter-spacing: .3px;
}

.total-sales-summary .btn {
  min-width: 200px;
}

footer {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  background: #F2F2F2;
}

footer p {
  font-family: "Hind Madurai", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  opacity: .6;
  padding: 0;
  margin: 0;
}

.container, .container-lg, .container-md, .container-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 500px) {
  .container, .container-lg, .container-md, .container-sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container, .container-md, .container-sm {
    max-width: 1180px;
  }
}
