/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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.0
Text Domain:	hello-elementor-child
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
*/

.checkout_card_form_row {}

.checkout_card_form_row .form-row {}

.checkout_card_form_row .form_amount_row .card-number {
    text-align: center;
    margin-bottom: 15px;
}

.checkout_card_form_row .form_amount_row .card-number input {
    border: 1px solid #acc2d5;
    background-color: #f0f8ff;
}

.checkout_card_form_row .card_form_fieldRow iframe {
    max-height: 46px !important;
    border: 1px solid #acc2d5 !important;
    padding: 10px;
}

.checkout_card_form_row .card_form_fieldRow {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.checkout_card_form_row .card_form_fieldRow .form-row {
    flex: 50%;
    padding: 5px 10px;
}


@media screen and (max-width: 767px) {
    .checkout_card_form_row .card_form_fieldRow .form-row {
        flex: auto;
    }
}

/* Added new */
.text-center {
    text-align: center;
}
/* end */
