.wc-block-cart {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.entry-title {
  color: var(--text-color, #333);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.wc-block-cart__main {
  flex: 1;
  min-width: 60%;
}

.wc-block-cart__sidebar {
  width: 35%;
  min-width: 300px;
  background-color: #2a2a2a;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  align-self: flex-start;
  position: sticky;
  top: 30px;
}

.wc-block-components-form .wc-block-components-checkout-step{
	background-color: #2a2a2a !important;
	padding: 25px !important;
}

.wc-block-cart-items {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.wc-block-cart-items__header {
  text-align: left;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.wc-block-cart-items__header th {
  padding: 10px;
  font-weight: 600;
  color: var(--text-light, #6b7280);
  font-size: 14px;
}

.wc-block-cart-items__row {
  background-color: var(--background-color, #fff);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.wc-block-cart-items__row:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.wc-block-cart-items__row td {
  padding: 20px;
  vertical-align: middle;
}

.wc-block-cart-item__image {
  width: 120px;
}

.wc-block-cart-item__image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.wc-block-cart-items__row:hover .wc-block-cart-item__image img {
  transform: scale(1.05);
}

.wc-block-components-product-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color, #333);
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.wc-block-components-product-name:hover {
  color: var(--primary-color, #813333);
}

.wc-block-cart-item__prices {
  font-size: 16px;
  color: var(--primary-color, #813333);
  font-weight: 600;
  margin-bottom: 10px;
}

.wc-block-components-product-metadata {
  margin-bottom: 12px;
}

.wc-block-components-product-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wc-block-components-product-details__waga {
  background-color: rgba(var(--primary-color-rgb, 129, 51, 51), 0.1);
  color: var(--primary-color, #813333);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(var(--primary-color-rgb, 129, 51, 51), 0.2);
}

.wc-block-components-product-details__name {
  font-weight: 500;
  margin-right: 4px;
}

.wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 10px;
}

.wc-block-components-quantity-selector__input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color, #333);
  background: transparent;
}

.wc-block-components-quantity-selector__input:focus {
  outline: none;
}

.wc-block-components-quantity-selector__button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--text-color, #333);
  transition: background-color 0.2s ease;
}
.cart-dropdown .woocommerce-mini-cart li .remove_from_cart_button::before {
font-size: 14px !important;
}
.wc-block-components-quantity-selector__button:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.05);
}

.wc-block-components-quantity-selector__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wc-block-cart-item__remove-link {
  background: transparent;
  border: none;
  font-size: 13px;
  color: #ef4444;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.wc-block-cart-item__remove-link:hover {
  color: #b91c1c;
}

.wc-block-cart-item__total {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color, #813333);
}
.wc-block-components-product-price{
  text-align: left !important;
}
.wc-block-cart__totals-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
  color: var(--text-color, #333);
}

.wc-block-components-totals-coupon {
  margin-bottom: 15px;
}

.wc-block-components-panel__button {
  background: transparent;
  border: 1px dashed var(--border-color, #e5e7eb);
  width: 100%;
  padding: 12px !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color, #333);
  transition: background-color 0.2s ease;
}

.wc-block-components-panel__button:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.wc-block-components-panel__button-icon {
  margin-right: 6px;
  fill: var(--primary-color, #813333);
}

.wc-block-components-totals-wrapper {
  margin-bottom: 20px;
}

.wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.wc-block-components-totals-item__label {
  font-weight: 500;
  color: var(--text-color, #333);
}

.wc-block-components-totals-item__value {
  font-weight: 600;
  color: var(--text-color, #333);
}

.wc-block-components-totals-footer-item {
  border-top: 1px solid var(--border-color, #e5e7eb);
  padding-top: 15px;
  margin-top: 10px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 18px;
  font-weight: 700;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color, #813333);
}

.wc-block-cart__submit-container {
  margin-top: 20px;
}

.wc-block-cart__submit-button {
  width: 100%;
  background: linear-gradient(135deg, var(--primary-color, #813333) 0%, var(--primary-dark, #6a2a2a) 100%) !important;
  color: white !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
  text-transform: none !important;
}

.wc-block-cart__submit-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(var(--primary-color-rgb, 129, 51, 51), 0.2) !important;
}

.wc-block-cart__submit-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
}

.wc-block-cart__submit-button:hover::before {
  animation: shine 1.5s infinite;
}

@keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 992px) {
  .wc-block-cart {
    flex-direction: column;
  }
  
  .wc-block-cart__sidebar {
    width: 100%;
    position: static;
  }
}

@media (max-width: 768px) {
  .wc-block-cart-items__row {
    display: flex;
    flex-direction: column;
  }
  
  .wc-block-cart-items__header {
    display: none;
  }
  
  .wc-block-cart-item__image {
    width: 100%;
    text-align: center;
  }
  
  .wc-block-cart-item__image img {
    width: 120px;
    height: 120px;
  }
  
  .wc-block-cart-item__product {
    text-align: center;
  }
  
  .wc-block-cart-item__quantity {
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  
  .wc-block-cart-item__total {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid var(--border-color, #e5e7eb);
  }
}