body.woocommerce-checkout header {
    display: none;
}

#checkout_page {
    position: relative;
}

#checkout_page .fl-row-content-wrap {
    padding: 0px !important;
}

#checkout_page .cart-stepper {
    position: absolute;
    top: 24px;
    left: 40px;
}

#checkout_page .underline-button {
    position: absolute;
    top: 120px;
    left: 40px;
}

@media (max-width: 1240px) {
    #checkout_page .cart-stepper,
    #checkout_page .underline-button {
        left: 24px;
    }   
}

#checkout_page .stepper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

#checkout_page .stepper .site-logo img {
    max-width: 60px;
}

@media (max-width: 460px) {
    #checkout_page .cart-stepper {
        top: 40px;
    }
    
    #checkout_page .stepper .site-logo {
        display: none;
    }
}


#checkout_page .stepper .steps ul {
    display: flex;
    list-style: none;
    gap: 16px;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

#checkout_page .stepper .steps ul li.step {
    display: flex;
    align-items: center;
    gap: 8px;
}

#checkout_page .stepper .steps ul li.step p {
    font-family: var(--secondary-font);
    color: var(--text-color);
    margin: 0px;
    width: 32px;
    height: 32px;
    border: 1px solid var(--text-black-color);
    border-radius: 255px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-black-color);
}

#checkout_page .stepper .steps ul li.step.current p {
    background: var(--text-black-color);
    color: var(--white-color);
}

#checkout_page .stepper .steps ul li.step span {
    font-family: var(--secondary-font);
    color: var(--text-color);
    margin: 0px;
}

/*********** CHECKOUT FORM **********/

#checkout_page .woopack-checkout  {
    margin-top: 0px;
}

#checkout_page .woopack-checkout .woopack-checkout-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-1 {
    width: 60%;
    border: none;
    padding: 0px 40px;
    margin-top: 180px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-2 {
    width: 40%;
    background: var(--text-black-color);
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 1240px) {
    #checkout_page .woopack-checkout .woopack-checkout-container
    .woopack-checkout-column-1 {
        width: 50%;
    }
    
    #checkout_page .woopack-checkout .woopack-checkout-container
    .woopack-checkout-column-2 {
        width: 50%;
    }
}

@media (max-width: 992px) {

    #checkout_page .woopack-checkout .woopack-checkout-container {
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    #checkout_page .woopack-checkout .woopack-checkout-container
    .woopack-checkout-column-1 {
        width: 100%;
        margin-bottom: 0px;
    }
    
    #checkout_page .woopack-checkout .woopack-checkout-container
    .woopack-checkout-column-2 {
        width: 100%;
    }
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-2 .woopack-checkout-column-inner {
    width: 100%;
    padding: 32px;
    margin-top: 120px;
}

@media (max-width: 768px) {
    #checkout_page .woopack-checkout .woopack-checkout-container
    .woopack-checkout-column-2 .woopack-checkout-column-inner {
        margin-top: 0px;
    }
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-2 .woopack-checkout-column-inner h3 {
    color: var(--white-color);
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-2 .woopack-checkout-column-inner table {
    background: none;
    border: none;
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-2 .woopack-checkout-column-inner table td,
#checkout_page .woopack-checkout .woopack-checkout-container
    .woopack-checkout-column-2 .woopack-checkout-column-inner table th {
    border-width: 1px;
    color: var(--white-color);
    font-family: var(--secondary-font);
    padding-left: 0px;
    padding-right: 0px;
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-2 .woopack-checkout-column-inner a.button {
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 500;
    font-family: var(--secondary-font);
    border: none;
    padding: 12px 16px;
    width: fit-content;
}

#checkout_page .woopack-checkout .woopack-checkout-container
.woopack-checkout-column-2 #payment label {
    color: var(--white-color);
}

#checkout_page .woocommerce-terms-and-conditions-wrapper p {
    color: var(--white-color);
}

#checkout_page .woocommerce-terms-and-conditions-wrapper p a {
    color: var(--primary-color);
}
