.product-cart-container .module-table {
  width: 110rem;
  margin: 4rem auto 0 auto;
}
.product-cart-container .module-table .module_describe {
  font-size: 2rem;
  margin-top: 1.4rem;
}
.product-cart-container .module-table .module_header {
  display: flex;
  align-items: center;
  grid-gap: 0.4rem;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: var(--font-family);
}
.product-cart-container .module-table .module_header > span {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #000000;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
}
.product-cart-container .module-table .module_table_head {
  display: flex;
  margin-top: 2.4rem;
  padding: 1.2rem 0;
  font-size: 1.6rem;
}
.product-cart-container .module-table .module_table_head > span:nth-child(1) {
  width: 16.2rem;
}
.product-cart-container .module-table .module_table_head > span:nth-child(2) {
  width: 40rem;
}
.product-cart-container .module-table .module_table_head > span:nth-child(3) {
  width: 38.5rem;
}
.product-cart-container .module-table .module_table_head > span:nth-child(4) {
  width: 15.2rem;
}
.product-cart-container .module-table .table_body {
  border-top: 0.2rem solid #000000;
  max-height: 71rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.product-cart-container .module-table .table_body .table_item {
  display: flex;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid #666666;
}
.product-cart-container .module-table .table_body .table_item > div:nth-child(1) {
  width: 16.2rem;
}
.product-cart-container .module-table .table_body .table_item > div:nth-child(2) {
  width: 40rem;
  padding-right: 10.4rem;
}
.product-cart-container .module-table .table_body .table_item > div:nth-child(3) {
  width: 38.5rem;
}
.product-cart-container .module-table .table_body .table_item > div:nth-child(4) {
  width: 15.2rem;
}
.product-cart-container .module-table .table_body .image img {
  width: 9.3rem;
  height: 9.3rem;
  margin-left: 1.8rem;
  border-radius: 0.5rem;
}
.product-cart-container .module-table .table_body .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: var(--font-family);
}
.product-cart-container .module-table .table_body .type {
  font-size: 2rem;
}
.product-cart-container .module-table .table_body .option .table_btn {
  width: fit-content;
  padding: 0.6rem 1.2rem;
  margin-top: 0.6rem;
  text-align: center;
  border: 0.1rem solid #979797;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  font-size: 1.6rem;
  font-weight: bold;
}
.product-cart-container .module-table .table_body .option .table_btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.product-cart-container .module-table .table_body:hover::-webkit-scrollbar {
  background-color: #FFFFFF;
}
.product-cart-container .module-table .table_body::-webkit-scrollbar {
  width: 1.2rem;
  height: 10.6rem;
  background-color: #FFFFFF;
}
.product-cart-container .module-table .empty_data {
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.product-cart-container .module-table .layout-form-body-blade {
  margin-top: 3.6rem;
  width: 100%;
  --font-color: #000000;
  --label-color: #7C8083;
  --border-color: #6B6B6B;
  margin-bottom: 15rem;
}
.product-cart-container .module-table .table_bottom {
  margin-bottom: 7.6rem;
  padding: 2.8rem 0;
}

@media (max-width: 992px) {
  .container_body .product-cart-container .module-table {
    padding: 0 1.6rem;
    width: 100%;
  }
  .container_body .product-cart-container .module-table .module_header {
    font-size: 2.4rem;
  }
  .container_body .product-cart-container .module-table .module_table {
    width: 100vw;
    overflow-x: scroll;
    margin-bottom: 5.6rem;
  }
  .container_body .product-cart-container .module-table .table_wrapper {
    width: 55.6rem;
  }
  .container_body .product-cart-container .module-table .table_bottom {
    margin-bottom: 0;
  }
  .container_body .product-cart-container .module-table .module_table_head {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
  }
  .container_body .product-cart-container .module-table .module_table_head > span:nth-child(1) {
    width: 9.8rem;
  }
  .container_body .product-cart-container .module-table .module_table_head > span:nth-child(2) {
    width: 15rem;
  }
  .container_body .product-cart-container .module-table .module_table_head > span:nth-child(3) {
    width: 20rem;
  }
  .container_body .product-cart-container .module-table .module_table_head > span:nth-child(4) {
    width: 15.2rem;
  }
  .container_body .product-cart-container .module-table .table_body {
    overflow: unset;
  }
  .container_body .product-cart-container .module-table .table_body .image img {
    width: 6.1rem;
    height: 6.1rem;
  }
  .container_body .product-cart-container .module-table .table_body .table_item .title {
    padding-right: 3rem;
  }
  .container_body .product-cart-container .module-table .table_body .table_item .title, .container_body .product-cart-container .module-table .table_body .table_item .type {
    font-size: 1.4rem;
  }
  .container_body .product-cart-container .module-table .table_body .table_item .option .table_btn {
    font-size: 1.4rem;
  }
  .container_body .product-cart-container .module-table .table_body .table_item > div:nth-child(1) {
    width: 9.8rem;
  }
  .container_body .product-cart-container .module-table .table_body .table_item > div:nth-child(2) {
    width: 15rem;
  }
  .container_body .product-cart-container .module-table .table_body .table_item > div:nth-child(3) {
    width: 20rem;
  }
  .container_body .product-cart-container .module-table .table_body .table_item > div:nth-child(4) {
    width: 15.2rem;
  }
}

/*# sourceMappingURL=product-cart.css.map */
