/* PerfectNet standard_cart polish */
#order-standard_cart .products .product {
  border: 1px solid #e2e7f1 !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 36px rgba(4, 13, 112, 0.06);
  overflow: hidden;
  background: #fff;
  margin-bottom: 24px;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
#order-standard_cart .products .product:hover {
  transform: translateY(-3px);
  border-color: #c9d6ef !important;
}
#order-standard_cart .products .product header {
  background: linear-gradient(135deg, #f7f9fd, #fff) !important;
  border-bottom: 1px solid #e2e7f1;
  color: #040d70 !important;
  font-weight: 800;
  font-size: 18px;
  padding: 18px 20px !important;
}
#order-standard_cart .products .product .product-desc {
  padding: 16px 20px !important;
}
#order-standard_cart .products .product .price {
  color: #ff7800 !important;
  font-weight: 800;
  font-size: 28px;
}
#order-standard_cart .products .product footer {
  background: #f7f9fd !important;
  border-top: 1px solid #e2e7f1;
  padding: 16px 20px !important;
}
#order-standard_cart .btn-success,
#order-standard_cart .products .product footer .btn-success {
  background: #ff7800 !important;
  border-color: #ff7800 !important;
  font-weight: 800;
  border-radius: 11px;
  padding: 10px 18px;
}
#order-standard_cart .header-lined h1 {
  color: #040d70 !important;
  font-weight: 800;
  letter-spacing: -0.03em;
}
#order-standard_cart .cart-sidebar .list-group-item {
  border-radius: 10px !important;
  margin-bottom: 6px;
  border: 1px solid #e2e7f1 !important;
  font-weight: 700;
  color: #040d70;
}
#order-standard_cart .cart-sidebar .list-group-item.active {
  background: linear-gradient(135deg, #144fc4, #040d70) !important;
  border-color: transparent !important;
  color: #fff !important;
}
#order-standard_cart .view-cart-items-header,
#order-standard_cart .order-summary .title {
  background: linear-gradient(135deg, #144fc4, #040d70) !important;
  color: #fff !important;
  border-radius: 14px 14px 0 0;
  font-weight: 800;
}
#order-standard_cart .secondary-cart-body,
#order-standard_cart .view-cart-items,
#order-standard_cart .order-summary {
  border-radius: 16px;
  border: 1px solid #e2e7f1;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(4, 13, 112, 0.05);
}
#order-standard_cart .domain-selection-options .option {
  border-radius: 14px;
  border: 1px solid #e2e7f1;
  padding: 16px;
}
#order-standard_cart .domain-input-group input.form-control {
  height: 48px;
  border-radius: 12px;
}
