/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 div#payment-option-1-container {
    display: flex;
    margin-top: 10px
}

textarea#delivery_message {
    width: 100%;
}

body#checkout li {
    display: flex;
}

body#checkout .condition-label {
    margin-left: 1.5rem;
    margin-top: 0px;
}

body:not(#index) #wrapper {
    margin-top: 3% !important; 
}