﻿.advanced-checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1224px;
    max-height: 960px;
    align-self: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .agrigold .advanced-checkout {
        background: #F5F5F5;

    }
}


@media (max-width: 767px) {
    .advanced-checkout {
        max-height: unset;

    }
}



.checkout-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F5F5;
    height: 622px;
}


@media (max-width: 767px) {
    .checkout-form {
        height: auto;
    }


        .checkout-form .row {
            flex-direction: column;
            flex-wrap: nowrap;
           
        }
}

.checkout-form h2 {
    font-family: gotham-narrow;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #53565A;
    text-transform: uppercase;
}

.checkout-form .paragraph {
    font-family: gotham;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #53565A;
}

.checkout-form .single-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
    padding: 48px 0px 48px 0px;
    gap: 16px;
    align-items: center;
}


    .checkout-form .form-columns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 50px;
    }


        .checkout-form .form-columns > div {
            margin-left: 15px;
            margin-right: 15px;
        }


    .checkout-form .col-one {
        padding: 48px 64px 48px 64px;
        gap: 16px
}

@media (max-width: 767px) {
    .checkout-form .col-one {
        padding: 24px 35px 24px 35px;
    }
}

    .checkout-form .col-two {
        padding: 48px 0px 48px 0px;
        gap: 16px
}

@media (max-width: 767px) {
    .checkout-form .col-two, .checkout-form .single-column {
        padding: 24px 35px 24px 35px;
    }
}


.checkout-form .col-two div[data-sf-role='text-field-container'], .checkout-form .col-two div[data-sf-role='email-text-field-container'],
.checkout-form .single-column div[data-sf-role='text-field-container'], .checkout-form .single-column div[data-sf-role='email-text-field-container'] {
    border: 1px solid #C8C9C7;
    width: 386.67px;
    padding: 10px;
    gap: 16px;
    height: 71px;
}


@media (max-width: 767px) {
    .checkout-form .col-two div[data-sf-role='text-field-container'], .checkout-form .col-two div[data-sf-role='email-text-field-container'],
    .checkout-form .single-column div[data-sf-role='text-field-container'], .checkout-form .single-column div[data-sf-role='email-text-field-container'] {
        width: auto;
    }
}

.checkout-form .col-three {
    padding: 48px 64px 48px 64px;
    gap: 16px;
}

@media (max-width: 767px) {
    .checkout-form .col-three {
        padding: 24px 35px 24px 35px;
    }
}

        .checkout-form .col-three div[data-sf-role='paragraph-text-field-container'] {
            height: 430px;
        }

@media (max-width: 767px) {
    .checkout-form .col-three div[data-sf-role='paragraph-text-field-container'] {
        height: auto;
    }
}


.checkout-form .col-three div[data-sf-role='paragraph-text-field-container'] textarea{
    height: 100%;
}

.checkout-form .col-three div[data-sf-role='paragraph-text-field-container'] textarea {
    font-family: gotham;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #97999B;
    height: 440px;
}


@media (max-width: 767px) {
    .checkout-form .col-three div[data-sf-role='paragraph-text-field-container'] textarea {
        height: 200px;
    }
}


    .checkout-form div[role="heading"] {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
    }


.checkout-form label {
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    color: #343333;
    margin-bottom: 0;
}

.checkout-form .hide-label label {
    display: none;
}

    .checkout-form .my-3 {
        min-width: 30%;
    }

    .checkout-form div[data-sf-role="dropdown-list-field-container"] {
        width: 30%;
    }

.checkout-form input[type=text].form-control, .checkout-form input[type=email].form-control, .checkout-form input[type=tel].form-control {
    background: #F5F5F5;
    font-family: gotham;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #343333;
    border: none;
    margin-top: 0;
}

.checkout-form input[type=text].form-control, .checkout-form input[type=email].form-control, .checkout-form input[type=tel].form-control {
    box-shadow: none;
    padding-left: 0;
}

.checkout-form input[type=text].form-control:focus, .checkout-form input[type=email].form-control:focus, .checkout-form input[type=tel].form-control:focus {
    outline: none;
    padding-left: 0;
}


    .checkout-form select {
        font-size: 1rem;
    }



.checkout-form .btn-primary {
    background-color: #AD0921;
    border: 1px solid #AD0921;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 25px;
    height: 2em;
    font-size: 16px;
    min-width: 200px;
    padding: 3px 15px;
    font-family: gotham, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .agrigold .advanced-checkout .btn.btn-primary {
        width: 100%;
    }
}


.advanced-checkout .button-container {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 16px;
}



@media (max-width: 767px) {
    .advanced-checkout .button-container {
        flex-direction: column;
        padding: 0px 35px 0px 35px
    }
}

    .advanced-checkout .button-container #emailBtn {
        background: #FFFFFF;
        color: #53565A;
        border: 1px solid #97999B;
    }


@media (max-width: 767px) {
    .advanced-checkout .button-container #emailBtn {
        background: #000;
        color: #FFF;
        border: none;
        width: 100%;
    }
}

.sortable-list ul {
    list-style: none;
    padding: 0;
}

    .sortable-list ul li div.ellipse {
        height: 4px;
        width: 4px;
        background: rgba(0, 0, 0, 0.2);
    }

.sortable-input {
    display: flex;
    flex-direction: row;
}

.sortable-input .sort-column {
    display: flex;
    width: 16px;
    min-width: 16px;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
}

.checkout-form [data-sf-role="file-field-container"] {
    padding: 18px;
    background: #ffffff;
}

.checkout-form label.file-upload-label {
    width: 100%;
}

.checkout-form label btn.file-upload-button {
    width: 147px;
    height: 40px;
    padding: 0px 24px 0px 36px;
    border: 1px solid #343333;
    gap: 16px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checkout-form input[type="file"]::file-selector-button {
    display: none;


}

    @media (max-width: 767px) {
        .checkout-form label btn.file-upload-button {
            width: 100%;
            height: 40px;
            padding: 0px 24px 0px 36px;
            border: 1px solid #343333;
            gap: 16px;
            background: #000;
            color: #FFF;
        }
    }

    .checkout-form input[type="file"] {
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
        padding: 0;
}

.checkout-form input[type="file"]:focus {
    box-shadow: none;
}


.checkout-form  label.has-value btn.file-upload-button.add-file {
    display: none;
}

        .checkout-form  label btn.file-upload-button.remove-file {
            display: none;
        }

        .checkout-form label.has-value btn.file-upload-button.remove-file {
            display: flex;
        }






