body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  width: 8px;
  background-color: white;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #6c757d;
  border-radius: 8px;
}

.min-h-100 {
  min-height: 100vh;
}

.user-select-none {
  user-select: none;
}

.deco-none {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.table-striped-primary tbody tr:nth-child(even) td {
  background-color: #ffffff !important;
}

.table-striped-primary tbody tr:nth-child(odd) td {
  background-color: #bed8fe !important;
}

.popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-toggle:after {
  content: none !important;
}

.nav-active {
  color: black;
  font-weight: bold;
}

#login-div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-blend-mode: multiply;
}

#sidebar-bottom:before {
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  position: absolute;
  content: "";
  background-repeat: repeat;
  background-size: 20px 20px;
  background-image: radial-gradient(circle at 10px -5px, transparent 12px, #267dfd 13px);
}

.nav-btn-1:hover {
  background-color: #8bbafe;
}

.nav-btn-2:hover {
  background-color: #408cfd;
}

.active-1 {
  background-color: #408cfd;
}

.active-2 {
  background-color: #599bfe;
}

#sidebar {
  z-index: 10000;
  display: none;
}

@media only screen and (min-width: 1024px) {
  #sidebar {
    z-index: unset;
  }
}
#editor {
  max-height: 500px;
  overflow-y: scroll;
}

#account-nav {
  border-top: 1px solid #6c757d;
}

@media only screen and (min-width: 768px) {
  #account-nav {
    border: none;
  }
}
.address-card {
  width: 100%;
}
.address-card:nth-child(odd) {
  margin: 1rem 0 1rem 0;
}
.address-card:nth-child(even) {
  margin: 1rem 0 1rem 0;
}

.dashed-border {
  border: 2px dashed #6c757d;
}

@media only screen and (min-width: 768px) {
  .address-card {
    width: 47.5%;
  }
  .address-card:nth-child(odd) {
    margin: 1rem 2.5% 1rem 0;
  }
  .address-card:nth-child(even) {
    margin: 1rem 0 1rem 2.5%;
  }
}
.product-card {
  width: 48%;
  margin: 1.5rem 1%;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .product-card {
    width: 23%;
    margin: 1.5rem 1%;
  }
}
@media only screen and (min-width: 992px) {
  .product-card {
    width: 15%;
    margin: 1.5rem 0.8%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-card {
    width: 15%;
    margin: 1.5rem 0.8%;
  }
}
.selected {
  padding: 0.5rem 1rem;
  margin: 0.25rem 0.25rem;
  position: relative;
  text-align: center;
  border-radius: 0.375rem;
  background-color: rgb(59, 130, 246);
  color: white;
  user-select: none;
}

.not-selected {
  background-color: #e5e5e5;
  padding: 0.5rem 1rem;
  margin: 0.25rem 0.25rem;
  text-align: center;
  border-radius: 0.375rem;
  user-select: none;
}

.quantity-btn {
  aspect-ratio: 1/1;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  border-radius: 0.375rem;
  background-color: #f1f1f1;
}

.quantity-input {
  aspect-ratio: 2/1;
  width: 60px;
  text-align: center;
  border-radius: 0.375rem;
  background-color: #f1f1f1;
  border: none;
}

#desc-box pre {
  padding: 0;
  margin: 0;
  font-family: Arial;
  white-space: break-spaces;
  height: fit-content;
}
#desc-box pre p {
  padding: 0;
  margin: 0;
}
#desc-box pre img {
  max-width: 50%;
}

.img-list {
  overflow-x: scroll;
  user-select: none;
  padding-bottom: calc(0.5rem + 5px);
}
.img-list::-webkit-scrollbar {
  display: none;
}
.img-list:hover {
  padding-bottom: 0.5rem;
}
.img-list:hover::-webkit-scrollbar {
  height: 5px;
  display: block;
}
.img-list::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  border-radius: 7px;
  cursor: pointer;
}

.order-nav {
  white-space: nowrap;
}

.order-nav-active {
  color: darkorange;
}

@media only screen and (min-width: 768px) {
  .order-nav-active {
    border-bottom: 2px solid darkorange;
    color: darkorange;
  }
}
#img-upload {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  cursor: pointer;
  background-color: white;
  margin-top: 5px;
}

#addressBox {
  overflow-y: scroll;
  max-height: 400px;
}
#addressBox::-webkit-scrollbar {
  width: 5px;
}
#addressBox::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #4e5862;
  border-radius: 8px;
}
#addressBox::-webkit-scrollbar-track {
  width: 5px;
  background-color: white;
  border-radius: 8px;
}

.chat-icon {
  z-index: 10000 !important;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: white;
}

.chat-box {
  width: 325px;
  height: 400px;
  background-color: white;
  z-index: 10000 !important;
  position: fixed;
  bottom: 75px;
  right: 0px;
}

@media only screen and (min-width: 375px) {
  .chat-icon {
    z-index: 10000 !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: white;
  }
  .chat-box {
    width: 335px;
    height: 400px;
    background-color: white;
    z-index: 10000 !important;
    position: fixed;
    bottom: 75px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .chat-icon {
    z-index: 10000 !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: white;
  }
  .chat-box {
    width: 335px;
    height: 400px;
    background-color: white;
    z-index: 10000 !important;
    position: fixed;
    bottom: 95px;
    right: 45px;
  }
}
.chat-history {
  overflow-y: scroll;
  height: 80%;
}
.chat-history::-webkit-scrollbar {
  width: 5px;
}
.chat-history::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #4e5862;
  border-radius: 8px;
}
.chat-history::-webkit-scrollbar-track {
  height: 5px;
  background-color: white;
  border-radius: 8px;
}

.right-side {
  display: flex;
  justify-content: end;
}

.product-card-container {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
.product-card-container::-webkit-scrollbar {
  display: none;
}

.new-arrival-card {
  flex: 0 0 50%;
  margin: 1.5rem 1%;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.slide {
  height: 30vh;
}
.slide img {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (min-width: 768px) {
  .new-arrival-card {
    flex: 0 0 25%;
    margin: 1.5rem 1%;
    width: 25%;
  }
  .slide {
    height: 60vh;
    width: 100%;
  }
  .slide img {
    min-width: unset;
    max-width: 100%;
    width: unset;
    height: 60vh;
  }
}
@media only screen and (min-width: 1024px) {
  .product-card-container {
    justify-content: space-between;
  }
  .new-arrival-card {
    flex: unset;
    width: 18%;
    margin: 1.5rem 1%;
  }
  .slide {
    height: 60vh;
    width: 100%;
  }
  .slide img {
    min-width: unset;
    max-width: 100%;
    width: unset;
    height: 60vh;
  }
}
.img-container {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container img {
  max-width: 100%;
  max-height: 100%;
}

.img-container-small {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container-small img {
  max-width: 100%;
  max-height: 100%;
}

.img-container-table {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container-table img {
  max-width: 100%;
  max-height: 100%;
}

.img-container-cart {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.img-container-cart img {
  max-width: 100%;
  max-height: 100%;
}

label[for=imageUpload] {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed black;
  cursor: pointer;
  background-color: white;
  margin: 0.5rem 0;
}

.variation-image {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  cursor: pointer;
  background-color: white;
  margin-top: 5px;
}

.img-gallery-container {
  aspect-ratio: 1/1;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
.img-gallery-container img {
  max-width: 100%;
  max-height: 100%;
}

.img-gallery-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.39);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.gallery-container {
  width: 48%;
  margin: 1.5rem 1%;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .gallery-container {
    width: 23%;
  }
}
@media only screen and (min-width: 1400px) {
  .gallery-container {
    width: 15%;
    margin: 1.5rem 0.8%;
  }
}
.gallery-container .gallery-img-container {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-container .gallery-img-container img {
  max-height: 100%;
  max-width: 100%;
}

.img-gallery-container-core {
  overflow-y: scroll;
}
.img-gallery-container-core::-webkit-scrollbar {
  width: 8px;
}
.img-gallery-container-core::-webkit-scrollbar-thumb {
  background-color: #4e5862;
  border-radius: 8px;
}

.card-back, .card-front {
  aspect-ratio: 1.59/1;
  width: 100%;
  background-color: rgb(229, 231, 235);
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-front {
  background-blend-mode: color-burn;
}

.card-image {
  aspect-ratio: 9/16;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-image img {
  max-height: 100%;
  max-width: 100%;
}

.card-detail {
  font-size: 9px;
}
.card-detail td {
  mix-blend-mode: multiply;
}

.card-container {
  width: 48%;
  margin: 1.5rem 1%;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .card-container {
    width: 23%;
  }
}

.card-container-cart {
  width: 100%;
  margin: 1.5rem 0;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .card-container-cart {
    width: 48%;
    margin: 1.5rem 1%;
  }
}

.card-container-detail {
  width: 100%;
  margin: 1.5rem 0;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .card-container-detail {
    width: 48%;
    margin: 1.5rem 1%;
  }
}
@media only screen and (min-width: 1024px) {
  .card-container-detail {
    width: 31%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-container-detail {
    width: 23%;
  }
}

.checkout-box {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .checkout-box {
    flex-direction: unset;
  }
}

.searchbar {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.searchbar:focus-within {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.searchbar input {
  border: none;
}
.searchbar input:focus {
  outline: none;
}

/*# sourceMappingURL=style.css.map */
