body { font-family: Arial, sans-serif; background: #f5f5f5; margin:0; padding:20px; }
h1, h2 { text-align:center; margin-bottom:20px; }
.product, .builder { background:#fff; border-radius:12px; padding:16px; box-shadow:0 4px 12px rgba(0,0,0,0.1); margin-bottom:20px; }
.product img, .builder img { width:100%; height:140px; object-fit:cover; border-radius:8px; }
.box-slot { width:100%; margin-bottom:8px; padding:4px; border-radius:6px; border:1px solid #ccc; }
button { padding:8px 14px; margin-top:8px; background:#28a745; color:#fff; border:none; border-radius:6px; cursor:pointer; font-size:14px; transition:0.2s; }
button:hover { background:#218838; }
.cart-sidebar { position:sticky; top:20px; height:calc(100vh - 40px); overflow-y:auto; background:#fff; border-radius:12px; padding:16px; box-shadow:0 4px 12px rgba(0,0,0,0.1); }
.simpleCart_items table { width:100%; border-collapse:collapse; margin-top:10px; }
.simpleCart_items th, .simpleCart_items td { border:1px solid #ccc; padding:6px; text-align:left; font-size:14px; }
.cart-summary { margin-top:16px; font-weight:bold; text-align:center; }

.simpleCart_items table {
  width: 100%;
  margin-top: 10px;
}
.simpleCart_items th, .simpleCart_items td {
  padding: 8px 12px;
  font-size: 14px;
}
.simpleCart_items input {
  width: 60px;
  text-align: center;
}
.simpleCart_items button {
  padding: 4px 8px;
  font-size: 12px;
}

.logoStyle
{
  display: block;
  margin: auto;
  width: 200px;
}