/* 
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
*/

.elementor[data-elementor-type="wp-page"] {
    overflow: hidden;
}

.woocommerce .woocommerce-checkout h3 {
    font-size: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    margin-top: 0 !important;
}

h3#order_review_heading {
    margin-top: 50px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    padding: 15px 35px !important;
    background-color: #F5B112 !important;
    font-size: 20px !important;
}


.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #12173F !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: none !important;
    width: auto !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-color: #1e2847;
    padding: 15px 15px;
}


.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
    border-color: #1e2847;
    height: 48px;
}

.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}



#rent-to-cart {
    text-align: center;
}

#rent-to-cart .applicants-select {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#rent-to-cart .quantity_select {
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    margin-bottom: 5px;
}

#rent-to-cart .quantity_select select {
    height: 40px;
    text-align: center;
    font-weight: bold;
}


#rent-to-cart .small-note {
    margin-bottom: 15px;
    font-size: 80%;
    color: #fff;
}

#rent-to-cart button {
    font-size: 16px !important;
}

#rent-to-cart button:hover {
    background-color: #1e2847;
    border-color: #1e2847;
}


@media(max-width: 767px) {
    .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity_select {
        float: none !important;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity_select select {
        width: 70px;
        margin-left: auto;
    }
}

.woocommerce-order .woocommerce-customer-details h2,
.woocommerce-order .woocommerce-order-details h2 {
    font-size: 24px !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}


.woocommerce-order-received .cart-empty.woocommerce-info {
    display: none;
}



/**
 *  Checkout POPUP
 */
.checkout-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.checkout-popup-overlay.opened {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.checkout-popup-innner {
    margin: 70px auto;
    padding: 30px 20px 20px 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    /* transition: all 5s ease-in-out; */
}

.checkout-popup-innner .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    line-height: 1;
}

.checkout-popup-innner .close-popup:hover {
    color: #F5B112;
}

.checkout-popup-innner .content-title {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.checkout-popup-innner .content {
    max-height: 30%;
    overflow: auto;
}

.checkout-popup-innner .content .content-checkbox{
    margin-bottom: 15px;
    position: relative;
}

.checkout-popup-innner .content .content-checkbox input {
    top: 3px;
    position: absolute;
}

.checkout-popup-innner .content .content-checkbox label {
    display: inline-block;
    padding-left: 30px;
}

.checkout-popup-innner .content .content-checkbox label span {
    color: red;
}

.checkout-popup-innner .button-wrapper {
    text-align: center;
}
.checkout-popup-innner .button-wrapper .button {
    margin-top: 15px;
    background-color: #F5B112;
}


@media screen and (max-width: 700px) {
    .checkout-popup-innner {
        width: 80%;
    }
}

#submit_overlay {
    text-align: right;
}

#submit_overlay button {
    float: none !important;
}

#order_review .hiddencheckbox {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-billing-fields__field-wrapper #billing_country_field {
    display: none;
}

@media(min-width: 768px) {
    form.woocommerce-checkout {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width: 992px) {
    form.woocommerce-checkout {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.woocommerce-cart-form {
    background: #f7f7f7;
}