* {
  color: white !important;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7mz9JQVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7myRJQVG.ttf) format('truetype');
}
body {
  background-color: black;
}
#navbarNav {
  font-weight: bold;
  font-family: Righteous;
  font-size: 20px;
  position: relative;
  z-index: 999;
}
.navbar {
  margin-top: 30px;
}
.navbar-brand {
  z-index: 999999;
}
.logo {
  position: absolute;
}
.nav-item {
  margin-right: 30px;
}
.nav-item:last-child svg {
  margin-right: 5px;
}
.navbar-toggler {
  border-color: #404040 !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}
.product-info {
  margin-top: 30px;
}
.product-info .status {
  color: #7ad824 !important;
}
.product-info .red {
  color: #f94a41 !important;
}
.product-info .price {
  margin-bottom: 25px;
  font-size: 25px;
  font-family: Righteous;
}
.modal {
  background: #000000a8;
}
.modal .btn-cart {
  background: #171717;
}
.modal .btn {
  transition: 0.3s;
}
.modal .btn:focus {
  box-shadow: none;
}
.modal .btn:hover {
  background: #171717;
}
.modal .modal-dialog {
  top: 340px;
}
.modal .modal-body {
  text-align: center;
}
.modal .modal-footer {
  border: none;
}
.modal .modal-content {
  background-color: black;
  border: 2px solid #8e8e8e;
}
.cart-item {
  margin: 0 auto;
  margin-top: 50px;
  width: 600px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid grey;
}
.cart-item img {
  width: 100px;
}
.cart-item .remove {
  width: 20px;
  cursor: pointer;
}
.cart-item .amount {
  border: 1px solid grey;
  background: black;
  box-shadow: none;
  border-radius: 5px;
  width: 100%;
}
.pay-btn {
  width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid grey;
  text-align: center;
  transition: 0.3s;
}
.pay-btn:hover {
  background-color: #2f2f2f;
}
.shop-items {
  margin-top: 80px;
}
.shop-items * {
  font-family: 'Jost';
}
.shop-items h3 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 300;
  line-height: 1.5;
}
.shop-items .description {
  margin-top: 20px;
  font-size: 20px;
}
.shop-items h2 {
  font-family: 'Jost';
}
.shop-items.detail {
  margin-top: 120px;
}
.shop-items.detail .item-block {
  box-shadow: none;
  margin-bottom: 0;
}
.shop-items .detail-img {
  padding: 40px;
}
.shop-items .buy-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 40px;
}
.shop-items .buy-block .buy-btn {
  height: 50px;
  transition: 0.3s;
  width: 100%;
}
.shop-items .buy-block .buy-btn:focus {
  box-shadow: none;
}
.shop-items .buy-block .buy-btn:hover {
  background: #212121;
}
.shop-items .buy-block .buy-btn:active {
  background: #000000;
}
.shop-items .size {
  height: 50px;
  background-color: black;
  cursor: pointer;
}
.shop-items .size:focus {
  box-shadow: none;
  border-color: white;
}
.m-block {
  margin-bottom: 50px;
}
.item-block {
  margin-bottom: 40px;
  background: linear-gradient(45deg, #5a5a5a, #101010);
  transition: 0.3s;
  padding: 40px;
  justify-content: center;
}
.item-block:hover {
  box-shadow: -6px 8px 2px #171717;
}
.item-block:hover img {
  transform: scale(1.05);
}
.item-block img {
  transition: 0.3s;
  object-fit: contain;
  padding: 40px;
  width: 100%;
  height: 400px;
  aspect-ratio: 1/1;
}
.item-block .item-text {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Jost';
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .cart-item {
    width: unset;
  }
  .pay-btn {
    width: unset;
  }
  .logo {
    position: relative;
  }
  .shop-items {
    margin-top: 40px;
  }
  .shop-items .m-block {
    margin-bottom: 20px;
  }
  .shop-items .buy-block {
    position: relative;
    --bs-gutter-x: 0;
  }
  .shop-items.detail {
    margin-top: 30px;
  }
  .shop-items h2 {
    margin-top: 20px;
  }
  .shop-items .size {
    margin-bottom: 20px;
  }
  .shop-items .buy-btn {
    margin-bottom: 30px;
  }
}
.quantity {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #808080;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 53%;
  top: 0;
  border-bottom: 1px solid #808080;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}
/*# sourceMappingURL=style.css.map */