/*
Theme Name: The Will Power Group Theme
Theme URI: https://www.thewillpowergrp.com/
Template: hello-elementor
Author: The Will Power Group
Author URI: https://www.thewillpowergrp.com/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772198570
Updated: 2026-02-27 13:22:50

*/

:root {
    --color-orange: #f19a3e;
    --color-sand: #dbc0a3;
    --color-blue-dark: #10233c;
    --color-blue-mid: #1f4579;
    --color-blue-deep: #000e24;
    --color-blue-light: #5e86bc;
}
h1, h2, h3, h4, h5, h6, .woocommerce-loop-product__title, .product_title, .woocommerce h1, .woocommerce h2, .woocommerce h3 {
    font-weight: 700 !important;
    color: var(--color-blue-dark);
    font-family: 'Lato', sans-serif !important;
}
a {
    color: var(--color-blue-mid);
}
a:hover {
    color: var(--color-orange);
}
body.logged-in .login-btn {
  display: none;
}
body:not(.logged-in) .account-btn {
  display: none;
}
#content {
  min-height: 25vh;
}
.woocommerce .price, .woocommerce-Price-amount {
    font-weight: 700;
    color: var(--color-orange) !important;
    font-family: 'Lato', sans-serif;
}
.woocommerce span.onsale {
    background-color: var(--color-orange) !important;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    border: none !important;
    font-weight: 700 !important;
    background-color: var(--color-orange) !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important;
    -moz-transition: background-color 0.3s ease !important;
    -webkit-transition: background-color 0.3s ease !important;
    -o-transition: background-color 0.3s ease !important;
    transition: background-color 0.3s ease !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce input[type="submit"]:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
    background-color: var(--color-blue-mid) !important;
    color: #fff !important;
}
.wc-block-components-button, .wp-element-button, .wc-block-cart__submit-button, .wc-block-checkout__submit-button {
    border: none !important;
    font-weight: 700 !important;
    background-color: var(--color-orange) !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    border-radius: 50px !important;
    -moz-transition: background-color 0.3s ease !important;
    -webkit-transition: background-color 0.3s ease !important;
    -o-transition: background-color 0.3s ease !important;
    transition: background-color 0.3s ease !important;
}
.wc-block-components-button:hover, .wp-element-button:hover, .wc-block-cart__submit-button:hover, .wc-block-checkout__submit-button:hover {
    background-color: var(--color-blue-mid) !important;
    color: #fff !important;
}
.wc-block-components-button__text {
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--color-blue-dark);
    border-bottom-color: var(--color-orange);
}
.woocommerce-loop-product__title {
  height: 8ex;
}
/* My account page */
.post-15 .woocommerce-form.woocommerce-form-login.login {
  margin: 0 auto;
  max-width: 580px;
}
.woocommerce-MyAccount-navigation {
    width: 25% !important;
    background: var(--color-blue-deep);
    border-radius: 12px;
    padding: 20px 0;
    margin-right: 5%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}
.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 12px 25px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}
.woocommerce-MyAccount-navigation-link a:hover {
    background: var(--color-blue-mid);
    color: var(--color-orange);
}
.woocommerce-MyAccount-navigation-link.is-active a {
    background: var(--color-blue-mid);
    border-left-color: var(--color-orange);
    color: var(--color-orange);
    font-weight: bold;
}
.wc-block-components-checkbox.wc-block-components-payment-methods__save-card-info {
  padding-top: 12px;
}