@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

#order-standard_cart { font-family: Inter, Arial, sans-serif; color: #081a3d; }
#order-standard_cart .products .product,
#order-standard_cart .domain-selection-options .option,
#order-standard_cart .view-cart-items,
#order-standard_cart .order-summary,
#order-standard_cart .sub-heading,
#order-standard_cart .domain-checker-bg,
#order-standard_cart .domain-pricing .tld-pricing-header,
#order-standard_cart .panel { border-radius: 20px !important; border-color: #d7e3f4 !important; box-shadow: 0 16px 40px rgba(7,21,46,.09); overflow: hidden; }
#order-standard_cart .products .product header,
#order-standard_cart .view-cart-items-header,
#order-standard_cart .order-summary h2,
#order-standard_cart .domain-pricing .tld-pricing-header { background: linear-gradient(105deg,#07152e,#0b2250) !important; color: #fff !important; }
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .domain-selection-options .option-selected { background: #1261ff !important; border-color: #1261ff !important; color: #fff !important; }
#order-standard_cart .btn { border-radius: 12px !important; font-weight: 700; }
#order-standard_cart .form-control { border-radius: 12px !important; border-color: #d7e3f4; min-height: 46px; }
#order-standard_cart .form-control:focus { border-color: #1261ff; box-shadow: 0 0 0 .2rem rgba(18,97,255,.12); }
#order-standard_cart .price, #order-standard_cart .total-due-today { color: #1261ff !important; }
#order-standard_cart .order-summary { background: #fff !important; }
#order-standard_cart .order-summary .total-due-today { border-color: #d7e3f4 !important; }
#order-standard_cart .sidebar-categories a.active { background: #1261ff !important; border-color: #1261ff !important; }
@media (max-width: 767px) {
  #order-standard_cart .products .product, #order-standard_cart .view-cart-items, #order-standard_cart .order-summary { border-radius: 16px !important; }
}
