/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.email-otp > label {
    display: flex;
}
#sbmitedemail{
    margin-right: 10px;
}
input#submitOtp {
    color: white;
    border: 0;
        display: block;
    margin: 0 auto;
	position: relative;
    top: 10px;
}
.otpl-submit-sec {
    margin-top: 10px;
}
.otpl-submit-sec {
    text-align: center;
}
input#email_otp {
    margin-top: 20px;
}
.woocommerce-orders-table__cell .woocommerce-button, .woocommerce-button.button.view, .button.cancel, .button.change_payment_method{
    border-radius: 2px !important;
    border: 0px !important;
    font-weight: 500 !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.change_password{
    display: none;
}
span.otpestatus.req.d-inline-block.success.text-success {
    position: relative;
    top: 30px;
}
	#sendotp #generateOtp {
    margin-top: 30px;
    color: #fff;
    border: 0;
    /* margin: 10px 50%; */
    width: 100%;
}
form#optl-form {
    position: relative;
    width: 50%;
    margin: 10px 25%;
}

#otpl-body {
    background: #f9f9f9;
    padding: 3rem 0 !important;
}
@media screen and (max-width: 576px){
    .email-otp > label {
    display: block;
    text-align: center;
}
span.loginback{
    top: -35px!important;
}
form#optl-form {
    width: 80%!important;
    margin: 10px 10%!important;
}
input#submitOtp {
    margin-bottom: 15px;
}
}

.woocommerce table.shop_table .button {
    border-radius: 0!important;
    font-weight: 100!important;
}