/*
 Theme Name:   hello-elementor Child
 Theme URI:    https://devnote.in
 Description:  hello elementor Child Theme
 Author:       Ravi Fefar
 Author URI:   https://devnote.in
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import styles from the parent theme */
/*@import url("../hello-elementor/style.css");*/

/* Custom child theme styles go here */

html, body {
    font-family: "Poppins", Sans-serif !important;
    font-weight: 300;
}

/* My Account css */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    border: 1px solid #4bc3e2;
    margin-bottom: 5px;
    border-radius: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #4bc3e2;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #ebfcfd;
    color: #4bc3e2;
}

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

.woocommerce-MyAccount-content [type="submit"] {
    color: #fff;
}

.woocommerce-MyAccount-content [type="submit"], [type=submit] {
    background: #4bc3e2 !important;
    border: 1px solid #4bc3e2 !important;
}

.woocommerce-MyAccount-content [type="submit"]:hover {
    color: #fff !important;
    background-color: #4cc3e2 !important;
}

.woocommerce-order {
    padding: 20px 0;
}

.woocommerce-notices-wrapper {
    top: 100px;
}

.woocommerce-notice-close {
    background: none;
    border: none;
    font-size: 1.5em;
    color: #333;
    cursor: pointer;
    float: right;
}

.main_loa_file {
    display: flex;
}

#loa_dropdown_field {
    flex: 1;
    margin-right: 20px;
}

.loa_qty {
    flex: 0.3;
    margin-right: 20px;
}

.loa_qty .loa_qty_input {
    padding: 9px 0 !important;
    margin-top: 5px;
}

.loa_added .btn-plus-sign,
.loa_added .btn-minus-sign {
    padding: 10px;
    cursor: pointer;
    line-height: 51px;
    background: #4bc3e2;
    border-radius: 7px;
    color: #FFF;
}

.woocommerce-MyAccount-navigation-link a br { 
    display: none; 
}

/* Right side cart popup */

.elementor-menu-cart__product-name a, .elementor-menu-cart__product-image a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}

/* Ajax form */
form#multi_step_form.ajax-loading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url('images/loading.gif') center center no-repeat;
    background-size: contain;
}