/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


:root {
    --dark-blue: #002A5B;
    --blue-two: #0D4A93;
    --yellow: #FFCF01;
    --grey: #A6A6A6;
    --dark-grey: #595959; 
}


.page-header {
    margin-bottom: 24px;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  background: transparent;
  border-color: #ddd;
}
.woocommerce ul.products li.product a img {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button {
    float: none;
    margin: 0;
  }
  .woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
  }
  .woocommerce .quantity .qty {
    border-radius: 0;
    border-color: #DDD;
    height: 100%;
    width: 90px;
  padding-right: 0;
  }
  .woocommerce div.product form.cart .button {
    margin-left: 16px;
    background: rgb(12, 74, 147);
    border-radius: 0;
    border: 2px solid rgb(12, 74, 147);
  }
  .woocommerce div.product form.cart .button:hover {
    background: transparent;
    color: rgb(12, 74, 147);
  }
.wc-block-components-quantity-selector__button {
    padding: 0 !important;
}
.woocommerce .quantity .qty {
  margin: 0;
}
.woocommerce table.shop_attributes td {
    padding: 16px;
    vertical-align: middle;
  }
  .woocommerce table.shop_attributes th {
    vertical-align: middle;
  }
.woocommerce-product-gallery ol {
    padding-top: 20px !important;
}

.woocommerce-product-gallery ol li {
    padding-right: 20px;
}


.price {
    color: var(--dark-blue) !important;
}


.pstore_login_register_forms.woocommerce {
    margin: 0;
    width: 100%;
    max-width: none;
}

.pstore_login_register_forms .pstore-columns {
    justify-content: center;
    padding-top: 0;
}

.pstore-column-1.col-1 {
    width: 100% !important;
    max-width: none;
    flex: 0 0 50%;
}

.pstore-column-1.col-1 .password-input {
    width: 100%;
}

.pstore-column-1.col-1 .form-row {
    align-items: center;
}

.woocommerce-form__label-for-checkbox {
    margin-bottom: 0;
    padding-left: 8px;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: transparent;
    border: 2px solid #999;
    border-radius: 0;
  }
  .woocommerce ul.products li.product .button:hover {
    color: rgb(12, 74, 147);
    border: 2px solid rgb(12, 74, 147);
  }

footer {
    background-color: #E9F2FC;
    padding: 24px 0;
}

.footer-nav {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-nav li {
    padding-bottom: 8px;
}

.footer-nav li a {
    color: #000000 !important;
}


footer .footer-nav-title {
    color: var(--blue-two);
    font-weight: bold;
}

footer .bottom-row {
    border-top:  1px solid var(--blue-two);
    align-items: center;
    padding-top: 40px;
}

footer .bottom-row .col-12 {
    padding: 0;
}

footer .bottom-row .footer-nav li {
    display: inline-block;
    margin-right: 12px;
}
footer .last-row {
    text-align: right;
}



@media only screen and (max-width: 768px) {

    .alignwide {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .pstore-column-1.col-1 {
        width: 100% !important;
        max-width: none;
        flex: 0 0 100%;
    }
    footer .last-row {
        text-align: left;
    }
}



/* General Styles */
.woocommerce-MyAccount-content {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
}

.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e0e0e0;
}

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

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #0c4a93;
    color: #ffffff;
}

/* Headings and Titles */
.woocommerce-MyAccount-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #0c4a93;
    padding-bottom: 8px;
}

/* Buttons */
.woocommerce-button {
    background: #0c4a93;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.3s ease;
}

.woocommerce-button:hover {
    background: #005a8d;
}

/* Forms and Inputs */
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #555;
}

/* Account Dashboard Section */
.woocommerce-MyAccount-dashboard {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 15px;
        font-size: 14px;
    }

    .woocommerce-MyAccount-content h2 {
        font-size: 20px;
    }
}