/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor Child Theme
 */

/* Global Styles */
body {
  font-family: "Nunito Sans", sans-serif;
}

/* Common Elements */
.entry-title {
  color: #6ec1e4;
  margin: 10px 0;
  padding: 0;
  font-size: 2rem;
}

/* Buttons & Links */
.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button {
  background-color: #009fe3;
  color: white;
  border-radius: 20px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #ffd700;
  color: #333;
}

/* Links */
.woocommerce-info a,
.woocommerce-terms-and-conditions-wrapper a,
.woocommerce-message a,
.woocommerce-MyAccount-content a {
  color: #4a8d15 !important;
}

.woocommerce-products-header__title {
  color: var(--e-global-color-primary);
}

/* Product Grid */
ul.products {
  padding: 20px 0 !important;
}
ul.products li.product,
.elementor-products-grid ul.products.elementor-grid li.product {
  border-radius: 6px;
  border: 3px solid #7dc940;
  background-color: #fff;
}

.elementor-products-grid ul.products.elementor-grid li.product .price {
  display: none;
}

/* Product Card */
.product-card {
  padding: 0 15px 15px;
}

.product-card .product-description {
  text-align: center;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.product-card .product-age-group {
  background-color: #4a8d15;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
}

/* Cart & Checkout Styles */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Cart Items Table */
.wc-block-cart-items {
  background: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.wc-block-cart-items__header {
  background-color: #009fe3;
}

.wc-block-cart-items__header th {
  color: white;
  padding: 15px;
  font-weight: 600;
}

/* Place Order Button */
.single_add_to_cart_button,
button[name="woocommerce_checkout_place_order"],
.wc-block-components-button {
  background-color: #4a8d15 !important;
  color: white !important;
  border: 1px solid #4a8d15 !important;
}

.single_add_to_cart_button:hover,
button[name="woocommerce_checkout_place_order"]:hover,
.wc-block-components-button:hover {
  background-color: #7dc940 !important;
}

/* Disabled Button State */
.wc-block-components-button:disabled {
  background-color: #b9b9b9 !important;
  border: 1px solid #b9b9b9 !important;
  cursor: not-allowed;
}

/* My Account Page */
.woocommerce-account .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-card-footer {
  text-align: center;
}

.product-card-footer .product-price,
.product-card-footer .product-button {
  margin: 10px 0;
}

.products.elementor-grid span.price {
  display: none !important;
}

.pdp-view-detail {
  background-color: transparent;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  fill: #fff;
  color: #fff;
  background-image: linear-gradient(182deg, #7dc940 39%, #4a8d15 100%);
  border-style: solid;
  border-width: 0 4px 4px;
  border-color: #fafafa;
  border-radius: 27px;
  box-shadow: 0px 4px 8px 0px
    rgba(5.1000000000000005, 5.1000000000000005, 5.1000000000000005, 0.5);
  padding: 11px 40px;
}

abbr {
  display: none !important;
}

.wc-account-menu li:last-child {
  margin-right: 1em !important;
}

.woocommerce-order {
  max-width: none !important;
}

.alignwide {
  margin-inline: 0 !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100% !important;
}

.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.woocommerce-order-overview li strong {
  word-wrap: break-word;
}

.woocommerce-checkout #content .page-content h2 {
  color: #6ec1e4;
}

.service-img figure img {
  width: 100%;
  height: 100%;
}

.elementor-social-icon svg {
  position: unset !important;
  background: #fff;
  border-radius: 10px;
  margin: 11px;
}

.product-variations {
  margin-top: 10px;
}

.variation-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.variation-option:last-child {
  border-bottom: none;
}

.variation-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.variation-name {
  font-size: 0.9em;
  color: #666;
}

.variation-price {
  font-weight: bold;
  color: #333;
}

.variation-option .button {
  background-color: #009fe3;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.variation-option .button:hover {
  background-color: #ffd700;
  color: #333;
}

.woocommerce-loop-product__title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px !important;
  font-weight: 700;
  color: #7dc940 !important;
  text-align: center;
}

.variation-info-label span {
  color: #666;
  font-weight: 700;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
  background-color: #6ec1e4;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #009fe3;
  color: #fff;
}

span.woocommerce-Price-amount.amount {
  font-size: 14px;
}

.wc-block-cart__submit-container a {
  background-color: #6ec1e4;
  color: #fff;
}

.wc-block-cart__submit-container a:hover {
  background-color: #009fe3;
  color: #fff;
}

/* Cart Block Styles */
.wp-block-woocommerce-cart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
}

/* Cart Items Table */
.wc-block-cart-items {
  background: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.wc-block-cart-items__header {
  background-color: #009fe3;
}

.wc-block-cart-items__header th {
  color: white;
  padding: 15px;
  font-weight: 600;
}

.wc-block-cart-items__row {
  border-bottom: 1px solid #e0e0e0;
}

.wc-block-cart-items__row td {
  padding: 15px;
}

/* Product Details */
.wc-block-components-product-name {
  color: #009fe3;
  font-weight: 600;
  text-decoration: none;
}

.wc-block-components-product-metadata {
  color: #666;
  font-size: 0.9em;
  margin: 10px 0;
}

/* Quantity Selector */
.wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  width: fit-content;
}

.wc-block-components-quantity-selector__input {
  width: 50px;
  border: none;
  text-align: center;
  padding: 5px;
}

.wc-block-components-quantity-selector__button {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  color: #009fe3;
}

.wc-block-components-quantity-selector__button:hover {
  background-color: #f5f5f5;
}

/* Remove Item Link */
.wc-block-cart-item__remove-link {
  color: #ff4444;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 10px;
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
}

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

/* Cart Totals Sidebar */
.wc-block-cart__sidebar {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.wc-block-cart__totals-title {
  color: #009fe3;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}

/* Coupon Panel */
.wc-block-components-panel__button {
  color: #009fe3;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}

/* Proceed to Checkout Button */
.wc-block-cart__submit-container a {
  background-color: #6ec1e4;
  color: white;
  padding: 12px 25px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
  width: 100%;
  text-align: center;
}

.wc-block-cart__submit-container a:hover {
  background-color: #009fe3;
  color: white;
}

/* Totals Items */
.wc-block-components-totals-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.wc-block-components-totals-footer-item {
  margin-top: 15px;
  padding-top: 15px;
  font-weight: bold;
}

/* Checkout Steps */
.wc-block-components-checkout-step {
  padding: 24px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 24px;
}

.wc-block-components-checkout-step__title {
  color: #009fe3;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
}

.wc-block-components-checkout-step__description {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 20px;
}

/* Form Fields */
.wc-block-components-text-input {
  position: relative;
  margin-bottom: 16px;
}

.wc-block-components-text-input input {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
}

.wc-block-components-text-input label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  transition: all 0.2s;
}

.wc-block-components-text-input.is-active label {
  transform: translateY(-130%);
  font-size: 12px;
  color: #009fe3;
}

/* Select Fields */
.wc-blocks-components-select__select {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  appearance: none;
  background: white;
}

.wc-blocks-components-select__container {
  position: relative;
  margin-bottom: 16px;
}

.wc-blocks-components-select__expand {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Order Summary */
.wc-block-components-order-summary-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}

.wc-block-components-order-summary-item:last-child {
  border-bottom: none;
}

.wc-block-components-order-summary-item__image {
  width: 80px;
  margin-right: 16px;
}

/* Payment Methods */
.wc-block-components-radio-control__option {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.wc-block-components-radio-control__option-checked {
  border-color: #009fe3;
}

/* Return to Cart Link */
.wc-block-components-checkout-return-to-cart-button {
  color: #009fe3;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  color: #6ec1e4;
}

/* Terms and Conditions */
.wc-block-checkout__terms {
  margin: 24px 0;
  font-size: 0.9em;
  color: #666;
}

/* Order Received Page Styles */
.woocommerce-order {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-notice--success {
  background-color: #4caf50;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.woocommerce-order-overview {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.woocommerce-order-overview li {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.woocommerce-order-overview li strong {
  display: block;
  margin-top: 5px;
  color: #009fe3;
}

/* Order Details Section */
.woocommerce-order-details {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.woocommerce-order-details__title {
  color: var(--e-global-color-primary);
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.woocommerce-table--order-details thead th {
  background-color: #f8f8f8;
  font-weight: 600;
}

.woocommerce-table--order-details tfoot tr:last-child {
  font-weight: bold;
}

/* Customer Details Section */
.woocommerce-customer-details {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: "" !important;
  display: none !important;
  clear: both;
}

h2.elementor-heading-title.elementor-size-default {
  padding: 0px;
  font-weight: 600;
}

.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid #666;
  border-radius: 3px;
  transition: all 0.3s;
  height: 40px;
}

.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
}

.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}

.woocommerce h3 {
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

/* Checkout Review Order Table Styles */
.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.shop_table.woocommerce-checkout-review-order-table thead th {
  background-color: #f8f8f8;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.shop_table.woocommerce-checkout-review-order-table tbody td {
  color: #666;
}

.shop_table.woocommerce-checkout-review-order-table .product-name {
  color: #009fe3;
  font-weight: 500;
}

.shop_table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  font-weight: 500;
}

.shop_table.woocommerce-checkout-review-order-table tfoot th {
  text-align: left;
  font-weight: 500;
}

.shop_table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child {
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
}

.wc-account-menu {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

.wc-account-menu li {
  display: inline-block;
  margin-right: 1em;
}

.wc-account-menu li:last-child {
  margin-right: 0;
}

.wc-account-menu a {
  text-decoration: none;
  color: #fff !important ;
  font-weight: 600;
}

.wc-account-menu a:hover {
  color: #fff !important ;
  text-decoration: underline;
}

/* Navigation Menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #f8f8f8;
  color: #009fe3;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #009fe3;
  color: white;
  border-radius: 4px;
}

/* Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #009fe3;
  margin-bottom: 20px;
}

/* Form Fields */
.woocommerce-account .woocommerce-MyAccount-content form .form-row {
  padding: 3px;
  margin: 0 0 15px;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  form
  .form-row
  input.input-text,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* Buttons */
.woocommerce-account .woocommerce-MyAccount-content .button {
  background-color: #009fe3;
  color: white;
  padding: 12px 25px;
  border-radius: 20px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  background-color: #0082b8;
}

/* Orders Table */
.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-orders-table,
.woocommerce-account
  .woocommerce-MyAccount-content
  table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content table th,
.woocommerce-account .woocommerce-MyAccount-content table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-content table th {
  background-color: #f8f8f8;
  font-weight: 600;
}

/* Addresses */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  flex: 1;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}

/* Messages */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.woocommerce-account .woocommerce-message {
  background-color: #f0f9eb;
  color: #67c23a;
  border: 1px solid #c2e7b0;
}

.woocommerce-account .woocommerce-info {
  background-color: #f4f4f5;
  color: #909399;
  border: 1px solid #d3d4d6;
}

.woocommerce-account .woocommerce-error {
  background-color: #fef0f0;
  color: #f56c6c;
  border: 1px solid #fbc4c4;
}

.woocommerce-MyAccount-content a {
  color: #4a8d15 !important;
}

/* editor styles */
.main-box {
  width: 100%;
  background-color: #0e7bc0;
  padding: 50px 10px;
}

.main-box .container {
  max-width: 100%;
  width: 1250px;
  margin: 0 auto;
}

.main-box .container .row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.main-box .container .row .box-card {
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border-style: solid;
  border-color: #7dc940;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 0px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 25px 20px 25px 20px;
  text-align: center;
}

.main-box .container .row .box-card .image-featured {
  width: 100%;
}

.main-box .container .row .box-card .image-featured img {
  width: auto;
  height: 250px;
  object-fit: contain;
}

.main-box .container .row .box-card .title h4 {
  color: #7dc940;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.main-box .container .row .box-card .age-lenght {
  background-color: #4a8d15;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px 10px 10px 10px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.main-box .container .row .box-card .age-lenght h5 {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.main-box .container .row .box-card .description {
  text-align: center;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-box .container .row .box-card .btn-readmore {
  width: auto;
  margin: 30px auto;
  text-align: center;
}

.main-box .container .row .box-card .btn-readmore a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(182deg, #7dc940 39%, #4a8d15 100%);
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #fafafa;
  border-radius: 27px 27px 27px 27px;
  box-shadow: 0px 4px 8px 0px
    rgba(5.1000000000000005, 5.1000000000000005, 5.1000000000000005, 0.5);
  padding: 11px 40px 11px 40px;
  width: auto;
}
.empty-message {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.empty-step-box {
  background-color: #1685c7;
  padding: 50px 0px;
}

.banner-programs {
  background: url("http://wordpress2.design-services-online.com/robo/wp-content/uploads/2023/09/bg_img-copy-5.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.container {
  max-width: 100%;
  width: 1250px;
  margin: 0 auto;
  padding: 10px;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.column-two {
  width: 50%;
}

.banner-programs h4 {
  color: #fff600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-programs h3 {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 55px;
  font-weight: 800;
}

.banner-programs p {
  color: #fff;
  font-size: 18px;
}

/* end editor styles */

/* Billing Form Styles */
.woocommerce-billing-fields {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.woocommerce-billing-fields h3 {
  color: var(--e-global-color-primary);
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.woocommerce-billing-fields__field-wrapper p {
  margin: 0 !important;
}

/* Make some fields full width */
.woocommerce-billing-fields__field-wrapper p.form-row-wide {
  grid-column: span 2;
}

/* Form Fields */
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="tel"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 15px;
  transition: all 0.3s ease;
}

.woocommerce-billing-fields input[type="text"]:focus,
.woocommerce-billing-fields input[type="tel"]:focus,
.woocommerce-billing-fields input[type="email"]:focus,
.woocommerce-billing-fields select:focus {
  border-color: #009fe3;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 159, 227, 0.1);
  outline: none;
}

/* Field Labels */
.woocommerce-billing-fields label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

/* Optional Fields */
.woocommerce-billing-fields label .optional {
  color: #999;
  font-weight: normal;
  font-size: 0.9em;
}

/* Error States */
.woocommerce-billing-fields .woocommerce-invalid input {
  border-color: #dc3545;
  background-color: #fff8f8;
}

/* Success States */
.woocommerce-billing-fields .woocommerce-validated input {
  border-color: #28a745;
  background-color: #f8fff8;
}

/* Empty Cart Message Styles */
.woocommerce-cart .cart-empty.woocommerce-info {
  background-color: transparent;
  border: none;
  padding: 40px 20px;
  text-align: center;
  font-size: 18px;
  color: #666;
  margin: 0;
}

.return-to-shop {
  text-align: center;
  margin: 20px 0 40px;
}

.return-to-shop .button {
  background-color: #009fe3;
  color: white;
  padding: 12px 25px;
  border-radius: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.return-to-shop .button:hover {
  background-color: #0082b8;
  color: white;
}

/* Hide product suggestions */
.related.products ul.products li.product span.price {
  display: none !important;
}

.products.columns-4 li.product span.price {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f9f9f9;
  padding: 0px 11px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 10px;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  form
  .form-row
  input.input-text,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid #ddd !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-content table thead th {
  background-color: #009fe3;
  font-weight: 600;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .button {
  background-color: #009fe3;
  color: white !important;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
  margin-bottom: 20px;
}
#ser .elementor-widget-image-box {
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
#ser .elementor-widget-container {
  height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  background: #f5f5f5;
  border: 1px #ccc solid;
}
nav.woocommerce-breadcrumb a {
  color: #000 !important;
}

.woocommerce .quantity .qty {
  padding: 0.3rem 1rem;
  border-radius: 100px;
  margin-top: 1px;
  margin-right: 10px;
}
.woocommerce div.product .product_title {
  color: #6ec1e4;
}

.woocommerce-message a {
  color: #fff !important;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 8px 16px 8px 16px !important;
  text-align: center !important;
}

.wc-block-components-sidebar {
  background: #f5f5f5;
}

.wp-block-woocommerce-product-new {
  display: none !important;
}

.elementor-column.elementor-col-25,
.elementor-column[data-col="25"] {
  padding: 0 5px;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
  padding: 0 30px !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .wc-block-components-sidebar-layout {
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .elementor-location-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .woocommerce-order {
    margin: 20px;
    padding: 15px;
  }

  .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-overview li {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .woocommerce-order-overview li:last-child {
    border-bottom: none;
  }

  .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .shop_table.woocommerce-checkout-review-order-table {
    font-size: 14px;
  }

  .shop_table.woocommerce-checkout-review-order-table th,
  .shop_table.woocommerce-checkout-review-order-table td {
    padding: 10px;
  }
}

/*responsive css start*/
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .main-box .container .row {
    grid-template-columns: 1fr;
  }

  .main-box .container .row .box-card .title h4 {
    font-size: 20px;
  }

  .main-box .container .row .box-card .age-lenght {
    padding: 10px;
  }

  .main-box .container .row .box-card .age-lenght h5 {
    font-size: 12px;
  }

  .main-box .container .row .box-card .description {
    font-size: 12px;
  }

  .main-box .container .row .box-card .btn-readmore a {
    font-size: 14px;
    padding: 8px 30px;
  }

  .main-box .container .row .box-card {
    padding: 0px 20px 10px 20px;
  }
}
/*responsive css end */

/* Responsive Design */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
    flex-direction: column;
  }

  /* Make tables responsive */
  .woocommerce-account .woocommerce-MyAccount-content table,
  .woocommerce-account .woocommerce-MyAccount-content table tbody,
  .woocommerce-account .woocommerce-MyAccount-content table tr,
  .woocommerce-account .woocommerce-MyAccount-content table td,
  .woocommerce-account .woocommerce-MyAccount-content table th {
    display: block;
  }

  .woocommerce-account .woocommerce-MyAccount-content table thead {
    display: none;
  }

  .woocommerce-account .woocommerce-MyAccount-content table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .woocommerce-account .woocommerce-MyAccount-content table td:before {
    content: attr(data-title);
    position: absolute;
    left: 12px;
    font-weight: 600;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-billing-fields__field-wrapper p.form-row-wide {
    grid-column: span 1;
  }

  .woocommerce-billing-fields {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-logo img {
    max-width: 65%;
  }
  .top-info-logins {
    width: 90% !important;
  }

  .top-info-text {
    width: 10% !important;
  }
  .top-info-logins .elementor-widget-button {
    margin-right: 3px;
  }

  .top-info-logins .elementor-widget-button .elementor-button {
    padding: 10px !important;
  }

  .top-info-text svg {
    height: 20px !important;
    width: 20px !important;
  }
  .site-main {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 340px) {
  .top-info-text svg {
    height: 16px !important;
    width: 15px !important;
  }
}

/* 27 jan responsive */
@media (min-width: 768px) and (max-width: 1023px) {
  .header_btnGroup .elementor-widget-wrap .elementor-button {
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
  }
  .headerGroup1 {
    width: 20%;
  }
  .header_btnGroup .elementor-widget-wrap {
    flex-wrap: nowrap;
    gap: 0 12px;
  }
}

@media (max-width: 767px) {
  .main-sec {
    padding-top: 60px !important;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
  .elementor-8
    .elementor-element.elementor-element-3c26b82.elementor-wc-products
    ul.products {
    grid-column-gap: 10px;
    grid-row-gap: 0;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    margin: 0 0 15px;
  }
  .headerAccount .elementor-widget-wrap,
  .header_btnGroup .elementor-widget-wrap {
    flex-wrap: nowrap;
  }
  .headerAccount .wc-account-menu li {
    margin-right: 0;
  }
  .header_btnGroup .elementor-widget-wrap {
    gap: 0 10px;
  }
  .header_btnGroup .elementor-widget-wrap .elementor-button {
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 13px;
  }
}
