/*
Theme Name: Hello Child
Description: This is a child theme for Hello Elementor Theme
Author: Elementor Team
Template: hello-elementor
Text Domain:  hello-elementor
Version: 2.3.1
*/

@font-face {
    font-family: 'Ivy Mode Light';
    src: url('./fonts/IvyMode-Light.woff2') format('woff2'), url('./fonts/IvyMode-Light.woff') format('woff'), url('./fonts/IvyMode-Light.ttf') format('truetype');
    font-style: normal;
}

.icon-list-best-for .elementor-widget .elementor-icon-list-item {
    align-items: flex-start;
}

.icon-list-best-for span.elementor-icon-list-icon {
    padding-top: 8px;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}

body .cstm_btn {
    text-align: right;
}

body .cstm_btn a {
    background-color: #fcb817;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 16px;
    line-height: 1;
    display: inline-block;
}

body .cstm_btn a:hover {
    background-color: #fff;
}

#total_target_sec {
    position: fixed;
    background-color: rgb(0 0 0 / 83%);
    width: 100%;
    height: 100%;
    z-index: 1111111111;
    display: none;
    top: 0;
    left: 0;
}
#total_target_sec .close {
    cursor: pointer;
}
#total_target_sec>.elementor-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#total_target_sec svg:before {
    left: 40%;
    top: 2px;
    cursor: pointer;
}
.page-id-821 .woocommerce button.show-password-input, button.show-password-input {
    background: transparent !important;
	outline: none;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    background: transparent !important;
	outline: none;
}