/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/

@import url("../hello-elementor/style.css");

.show-password-input {
    border-radius: 50px;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-top: 4px;
    margin-right: 9px;
    font-size: 18px !important;
}

@media(min-width: 768px) {
    .woocommerce-account .elementor-widget-container .woocommerce {
        max-width: 700px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .logged-in  .elementor-widget-container .woocommerce {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}