#checkout {
    background-color: #F5F5F5;

    .address-footer {
        background: transparent !important;
    }
    .delivery-information-left-input{
        display: flex;
    }

    main{
        max-width: 1440px;
        margin: auto;
    }

    .scs-checkout-header {
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: #EB6909; */
        height: 80px;

        img {
            position: relative;
            z-index: 100;
        }
    }
    label {
        color: #211F1F;
        font-family: Gotham;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }
    .form-control-comment{
        color: #211F1F;
        font-family: Gotham;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }
   

    .js-address-form 
    {

        a.js-cancel-address:hover{
            color: #EB6909;
        }
        hr{
            display:none;
        }
    }
    .js-address-form article{
        padding: 24px;
    }

    .cart-grid-body button[type=submit] {
        border-radius: 8px;
        background-color: #211F1F;
        color: #FFFFFF;
        font-family: Gotham;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0;
        padding: 17px 40px;
        line-height: 12px;
    }
    form#login-form{
        footer{
            display: flex;
            justify-content: flex-end;


        }
    }
    #wrapper {
        background-color: #F5F5F5;

        @media screen and (max-width: 480px) {
            .container {
                margin: 0;
                padding: 0;
                min-width: 100%;
            }

            .clearfix {
                button {
                    width: 100% !important;
                    /*margin: 0 10px;*/
                }
            }
        }

        .cart-grid-body {
            .checkout-step {
                background-color: #F5F5F5;

                input {
                    background-color: white;
                    border-radius: 5px;
                }
            }

            .checkout-step.-unreachable {
                background-color: #F5F5F5;
            }

            .checkout-step.-complete {
                .material-icons.done {
                    background-color: white;
                    color: #EB6909;
                    margin-left: .8125rem;
                    padding: 12px 0 0 0;
                    width: 48px;
                    height: 48px;
                    border-radius: 100%;
                    text-align: center;
                    margin-right: .65rem;
                }
            }

            .checkout-step.-current {
                .step-title {
                    .title-step {
                        font-weight: bold;
                    }
                }

                @media screen and (max-width: 480px) {
                    /*padding-left: 0;*/
                    /*padding-right: 0;*/
                    .content {
                        padding: 10px 0 0 0;
                    }
                    /*.step-title {*/
                    /*    padding-left: .625rem;*/
                    /*    padding-right: .625rem;*/
                    /*}*/

                    .form-fields {
                        margin-bottom: 10px;
                    }
                }
            }

            .step-title {
                padding-top: 1.25rem;
                padding-bottom: 0;
                border-top: 1px solid #ddd;
                border-bottom: none;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;

                .step-number {
                    font-size: 24px;
                    color: #EB6909;
                    background-color: white;
                    border: none;
                    width: 48px;
                    height: 48px;
                }

                .title-step {
                    text-transform: lowercase;
                    display: inline-block;
                }

                .step-title-div {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: row;
                }
                .title-step:first-letter {
                    text-transform: uppercase;
                }
            }

            .form-group {
                .form-control-label {
                    font-weight: 400;
                }

                .form-control {
                    border: 1px solid #E2E2E2;
                    border-radius: 4px;
                }

                .progress-container {
                    .progress {
                        height: 4px;
                    }
                }
            }

            .form-footer.clearfix {
                background-color: #F5F5F5;

            }
            .continue {
                background-color: #211F1F;
                border-radius: 8px;
                height: 50px;
                width: 200px;
                font-size: 12px;
            }
        }
        .lpsproaccount-title{
            color: #211F1F;
            font-family: Gotham;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 22px;
            text-align: center;
        }

        .lpsproaccount-button div a{
            color: #211F1F !important;
            font-family: Gotham;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 12px;
            padding: 17px 12px;
            border: 2px solid #211F1F;
            border-radius: 8px;
            background: transparent !important;
        }

        .cart-grid-right {
            padding-top:46px;

            #js-checkout-summary {
                background-color: #F5F5F5;

                .card-block {
                    padding: 1.5rem 1.5rem 1.3rem 1.5rem;
                    background-color: white;
                    border-radius: 8px;
                }

                .cart-summary-subtotals-container {
                    padding: 1.2rem 0 1.2rem 0;
                    border-color: #F8D8C0;

                    .cart-summary-line.cart-summary-subtotals {
                        .value {
                            font-weight: 400;
                        }
                    }
                }

                .cart-summary-products {
                    .show-less-toggle a {
                        text-decoration: underline;
                        color: black;
                    }
                }

                .media-list {
                    margin-bottom: 0;
                }

                .media-body {
                    .product-name a {
                        color: #211F1F;
                        font-size: 14px;
                    }

                    div {
                        margin-top: 10px;
                    }

                    .product-quantity {
                        display: inline;
                    }

                    .product-price {
                        color: #211F1F;
                        font-weight: 500;
                    }
                }

                .cart-summary-totals {
                    padding: 1.5rem 0 0;

                    .cart-total {
                        padding: 0;

                        .value {
                           font-size: 20px;
                        }
                    }
                }

                .card-block-voucher {
                    margin-top: 1.5rem;
                    border-top: 1px solid #F8D8C0;
                }

                #cart-summary-product-list {
                    img {
                        border: none;
                    }
                }

                .card-block-2 {
                    margin-top: 1rem;

                    .payment-secure {
                        border-bottom: 1px solid #E8E9EA;
                        border-top: 1px solid #E8E9EA;
                        padding-top: 1rem;
                    }

                    .payment-secure-title {
                        font-weight: bold;
                    }
                }
            }
        }

        #checkout-personal-information-step {
            padding-top: 46px;
            .forgot-password {
                text-align: right;
                a {
                    color: black;
                    text-decoration: underline;
                }
            }

            .form-footer {
                margin-top: 2rem;
            }
        }

        #checkout-addresses-step,
        #checkout-delivery-step,
        #checkout-payment-step {
            .link-below-cards {
                margin: 1.25rem 0 0;
                padding: 0;
                color: black;
            }

            .custom-radio {
                border: 1px solid black;
                top: 1px;
            }

            .custom-radio input[type=radio]:checked+span {
                background-color: black;
                width: 6px;
                height: 6px;
                top: calc(50% - 3px);
                left: calc(50% - 3px);
            }
        }

        #checkout-payment-step {
            .js-payment-confirmation {
                display: flex;
                justify-content: end;
            }

            .finish-order {
                background-color: #211F1F;
                border-radius: 8px;
                height: 50px;
                font-size: 12px;
            }
            .finish-order.disabled {
                background-color: #BCBDC0;
                color: white;
            }

            .js-conditions-to-approve {
                padding-top: 0.5rem;

                .condition-label {
                    a {
                        text-decoration: underline;
                        text-underline: black;
                        color: black;
                    }
                }
            }

        }
    }

    #footer {
        background-color: black !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .scs-checkout-footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 2rem;
        flex-wrap: wrap;

        color: white;
        font-size: 12px;
    }
    
    @media  screen and (max-width: 576px) {
        .scs-checkout-footer {
            flex-direction: column-reverse;

            div:last-child {
                align-self: baseline;
                margin-bottom: 20px;
            }
        }
    }
}