/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1693473022
Updated: 2023-08-31 09:10:22

*/

.checkout-nav-wrapper .tab-container {
    width: 100%;
}

.checkout-nav-wrapper .tab-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
}

.checkout-nav-wrapper .tab-buttons button {
    position: relative;
    padding: 15px 25px !important;
    border: 3px solid #dee2e6 !important;
    font-size: 1rem;
    font-weight: bold;
    color: #4A2A14;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    transition: font-weight .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    background: #FFF;
    flex-grow: 1;
}

.checkout-nav-wrapper .tab-buttons .tab-button.active {
    background-color: #fff;
    border-color: #a7c625 !important;
}

.checkout-nav-wrapper .tab-content {
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

.checkout-nav-wrapper .tab-content.active {
    display: block;
}

.checkout-nav-wrapper .checkout-login-form h2 {
    display: none;
}

/* Responsive design */
@media (max-width: 767px) {
    .checkout-nav-wrapper .tab-button {
        flex-direction: column;
    }

    .checkout-nav-wrapper .tab-button {
        flex-grow: 0;
    }

    .checkout-nav-wrapper .tab-buttons button{
        margin-bottom: 20px;
    }
}