.me-accessory-info {
        display: flex;
    flex-wrap: wrap;
    gap: 5px;
    }
  .me-accessory-info li {
    /*border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
    padding: 5px;
    font-weight: 800;
    background: #eee;
    line-height: 1.2;*/
}
.me-accessory .me-image {
  padding: 5px;
  text-align: center;
  padding-top: 10px;
}
.me-accessory .me-caption {
 padding: 20px;
 padding-top: 0;
}
.me-accessory .label {
   font-size: 12px;
   line-height: 1.5;
   height: max-content;
}
.me-product-layout {
    height: 100%;
}
.me-product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    box-shadow: 0 2px 8px rgb(47 47 47 / 10%);
}
.me-product-thumb .me-image a {
    display: block;
}
.me-product-thumb .me-image img {
    margin-left: auto;
    margin-right: auto;
}
.me-product-thumb h4 {
    font-weight: bold;
}
.me-product-thumb .price {
    color: #444;
    display: flex;
    gap: 10PX;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.me-accessory .price-new {
    font-weight: 600;
}
.me-accessory .price-old {
    color: #999;
    text-decoration: line-through;
}
.me-accessory .table .price-old {
    margin-left: 0;
}
.me-accessory .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.me-accessory .swiper-viewport {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.me-accessory table>tbody>tr>td {
    vertical-align: middle;
}

.accessory-quantity {
  display: flex;
  border: 2px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  width: 100px;
}
.table .accessory-quantity {
    margin-bottom: 0;
}
.accessory-quantity button {
  background-color: #ccc;
  color: #2f2f2f;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.accessory-quantity button:hover {
  background-color: #aca6a6;
}
.me-accessory .table a {
    font-size: 14px;
    color: #484848;
    font-weight: bold;
}
.accessory-input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.accessory-input-box::-webkit-inner-spin-button,
.accessory-input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.accessory-input-box[type="number"] {
  -moz-appearance: textfield;
}
