/* 
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.0
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 */

@media(max-width: 575px) {
    body:not([class*=elementor-page-]) h1.entry-title {
        padding: 0;
    }
}

/* Landing page account links */
#my-account-links .elementor-shortcode {
    display: flex;
    justify-content: center;
}
#my-account-links .account-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: center;
}
#my-account-links .account-links-wrapper a h2,
#my-account-links .account-links-wrapper  div h2 {
    margin: 0;
}
@media(max-width: 767px) {
    #my-account-links .account-links-wrapper {
        max-width: 100%!important;
    }
    #my-account-links .account-links-wrapper a {
        flex-basis: 100%!important;
        padding: 0 25px!important;
    }
    #my-account-links .account-links-wrapper a .e-con-inner,
    #my-account-links .account-links-wrapper  div.e-con-inner {
        height: 175px;
    }
}
@media(min-width: 768px) {
    #my-account-links .account-links-wrapper a {
        height: 0;
    }
    #my-account-links .account-links-wrapper a .e-con-inner,
    #my-account-links .account-links-wrapper  div.e-con-inner {
        position: absolute;
        padding: 25px;
        justify-content: center;
    }
}

/* my account company page */
.ur-frontend-form {
    border: 1px solid #cfc8d8;
    padding: 10px;
    border-radius: 5px;
}
.ur-frontend-form.user-registration .ur-form-row {
    margin-bottom: .9rem;
}
.ur-frontend-form.user-registration label + *,
.ur-frontend-form.user-registration label + .input-wrapper input {
    margin-bottom: 0!important;
}
.ur-frontend-form.user-registration .description {
    margin-top: 10px;
}
.ur-frontend-form.user-registration .ur-button-container button {
    margin-right: 0;
}
.ur-frontend-form.user-registration .ur-button-container button,
.ur-frontend-form.login p.lost_password {
    margin-bottom: 10px;
}
.ur-frontend-form [type="submit"] {
    padding: .618em 1em!important;
    line-height: 1!important;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #e9e6ed;
    border: 0!important;
}
.ur-frontend-form [type="submit"]:hover {
    background-color: #dcd7e3;
}
@media(max-width: 575px) {
    #my-account-company {
        padding: 0 10px;
    }
}
@media(min-width: 576px) {
    #my-account-company {
        max-width: 500px;
    }
}
@media(min-width: 768px) {
    #my-account-company {
        max-width: 600px;
    }
}
@media(max-width: 991px) {
    #my-account-company .e-con-inner {
        flex-wrap: wrap;
    }
}
@media(min-width: 992px) {
    #my-account-company {
        max-width: 800px;
    }
}
@media(min-width: 1200px) {
    #my-account-company {
        max-width: 1140px;
    }
}
/* increase the width of the quantity 
input for schools on the product page */
.woocommerce .site-main .entry-summary .quantity .qty {
  width: 5.56em;
}

body .content-area {
  overflow: auto;
}

.children-details {
  padding-bottom: 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #2f6673 !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

#content a:hover {
  color: #2f6673;
}

/* User Registration Style for Login form */

.elementor-shortcode #user-registration.user-registration {
  box-shadow: none;
  margin: 0;
}

.landing-text-container .text-wrap-balance {
  text-wrap: balance;
}

/*  style for COMPANY product page */
.product__change-preference {
  margin-bottom: 20px;
  margin-top: 20px;
}

.product__change-preference label,
.product__change-preference small {
  display: block;
  margin: 10px 0 5px;
}

#update_note {
  display: none;
  background-color: #f8f9fa;
  color: #2F6673;
  border-left: 5px solid #2F6673;
  padding: 10px 15px;
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

#update_note:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #e9f1f7;
}
