/*
Theme Name: PSN
Theme URI: https://petruthit.com/
Template: hello-elementor
Author: Elementor Team
Author URI: https://petruthit.com/
Description: We help ideas and businesses unleash their full potentials through modern, responsive, and dynamic Best Website Design that make them stand out.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757406477
Updated: 2025-09-09 08:27:57

*/



.order-summary-box {
  background: #f5faff;
  border: 1px solid #c9e2f4;
  border-radius: 12px;
  padding: 20px;
  max-width: 380px;
  font-family: 'Questrial', sans-serif;
}

.order-summary-box h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #6EB1D8;
}

.order-summary-inner .product-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  color: #1a3a5f;
}

.order-summary-inner .product-features {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.order-summary-inner .product-features li {
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
  color: #333;
}

.order-summary-inner .product-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2b7dbc;
  font-weight: bold;
}

.order-summary-inner .discount-note {
  font-size: 13px;
  color: #0c6c2e;
  margin-bottom: 8px;
  font-style: italic;
}

.order-summary-inner .order-total {
  font-weight: 600;
  font-size: 18px;
  border-top: 1px solid #c9e2f4;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.order-summary-inner .order-total span {
  color: #1a3a5f;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

/* Force Place Order button below the compliance text */
.woocommerce #payment .form-row.place-order {
    display: block !important;
    text-align: left !important;
}

.woocommerce #payment .form-row.place-order #place_order {
    display: inline-block !important;
    float: none !important;
    margin-top: 15px !important;
}

/* Order summary section */
.order-summary-section {
  margin-bottom: 30px;
}

/* Order summary & billing column headers */
.order-summary-title,
.billing-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
}

/* Align columns like in the design */
.checkout-columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Order summary column */
.checkout-columns .order-summary-section {
  flex: 1;
}

/* Billing info column */
.checkout-columns .billing-section {
  flex: 2;
}

/* Order summary box styling */
.order-summary-box {
  background: #f7fbff;
  border: 1px solid #cce5ff;
  border-radius: 10px;
  padding: 20px;
}

/* Section Background */
.pool-section {
  background: url('pool-bg.jpg') no-repeat center center/cover;
  padding: 50px 25px;
  font-family: 'Questrial', sans-serif;
}


