﻿#order-details-container {
    /*border: 1px solid red;*/
    height: 33vw;
    width: 22vw;
    vertical-align: top;
    position: absolute;
    top: -4vw;
    right: 73.8vw;
}

#reminded-to-free-delivery-container {
    background-image: url(../../images/boxmaker/desktop/orderreview/reminded-to-free-delivery.png);
    background-repeat: no-repeat;
    height: 4.5vw;
    width: 21.6vw;
    background-size: contain;
    margin-top: 0.3vw;
    font-size: 0;
    /*background-color: red;*/
}

#reminded-to-free-delivery, #free-delivery {
    color: white;
    font-size: 0.7vw;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding-top: 2.7vw;
    box-sizing: border-box;
}

#reminded-to-free-delivery {
    width: 10vw;
    padding-right: 2vw;
    /*background-color: blue;*/
    /* font-size: 0.7vw;*/
}

#free-delivery {
    width: 10vw;
    /* background-color: red; */
    text-align: left;
    padding-left: 0.2vw;
}

#discount-code-container {
    padding-top: 0.5vw;
    box-sizing: border-box;
    /*background-color: wheat;*/
    height: 5.2vw;
    padding-right: 0.2vw;
}

    #discount-code-container > div {
        background-color: #282828;
        height: 4.3vw;
        border-radius: 2vw;
        font-size: 0;
        width: 21.5vw;
    }

        #discount-code-container > div > div {
            display: inline-block;
            vertical-align: top;
        }

#discount-code-title {
    font-size: 1.15vw;
    color: white;
    box-sizing: border-box;
    width: 6.5vw;
    padding-right: 1.6vw;
    padding-top: 1.2vw;
}

#discount-code {
    box-sizing: border-box;
    padding-top: 0.7vw;
    /* background-color: red; */
    width: 9.7vw;
    /* padding-right: 0.3vw; */
}

    #discount-code > div {
        background-color: white;
        height: 2.7vw;
        border-top-right-radius: 1.5vw;
        border-bottom-right-radius: 1.5vw;
    }

#discount-code-input {
    background-color: transparent;
    border: none;
    height: 2.7vw;
    padding: 1vw;
    box-sizing: border-box;
    border-top-right-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    width: 9.7vw;
}

    #discount-code-input.error {
        border: 0.15vw solid red;
    }

#apply-discount-code {
    /*background-color: red;*/
    width: 5vw;
    height: 4vw;
    padding-top: 0.7vw;
}

    #apply-discount-code > div {
        font-size: 1.2vw;
        color: white;
        background-color: #00b262;
        height: 2.7vw;
        width: 4.6vw;
        border-top-left-radius: 2vw;
        border-bottom-left-radius: 2vw;
        /* opacity: 0.8; */
        box-sizing: border-box;
        padding-right: 1vw;
        padding-top: 0.4vw;
        font-weight: 500;
        cursor: pointer;
    }

    #apply-discount-code.disabled > div {
        background-color: gray;
        cursor: wait;
    }

#payment-section-container {
    /*background-color: red;*/
    height: 23vw;
    width: 22vw;
    box-sizing: border-box;
    padding-top: 0.35vw;
    padding-right: 0.1vw;
}

    #payment-section-container > div {
        background-color: #282828;
        width: 21.7vw;
        height: 22.4vw;
        border-radius: 2.4vw;
        box-sizing: border-box;
        padding-right: 1.6vw;
        padding-left: 2vw;
        padding-top: 1vw;
    }

        #payment-section-container > div > div {
            position: relative;
            /*  margin-bottom: 1vw;*/
        }

            #payment-section-container > div > div:not(:last-child):after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 70%;
                height: 0.06vw;
                background-image: linear-gradient(to right, transparent, gray, transparent);
            }

            #payment-section-container > div > div:not(:first-child) {
                /*margin-top: 0.5vw;*/
            }

            #payment-section-container > div > div > div {
                font-size: 1.1vw;
                display: inline-block;
                vertical-align: top;
                font-weight: 500;
            }

                #payment-section-container > div > div > div:first-child {
                    color: white;
                    width: 50%;
                }

                #payment-section-container > div > div > div:nth-child(2) {
                    color: #00b262;
                    width: 50%;
                    text-align: left;
                }

#total-number-container {
    height: 2.2vw;
    box-sizing: border-box;
}

#total-price-container {
    height: 2.6vw;
    box-sizing: border-box;
    padding-top: 0.3vw;
}

#total-discount-container {
    height: 2.9vw;
    box-sizing: border-box;
    padding-top: 0.6vw;
}

    #total-discount-container > div:nth-child(1) {
        width: 7vw !important;
    }

    #total-discount-container > div:nth-child(2) {
        width: 7vw !important;
        box-sizing: border-box;
        padding-left: 0.5vw;
        font-size: 1vw;
    }

    #total-discount-container > div:nth-child(3) {
        color: #ed1c24;
    }

#shipping-cost-container {
    height: 2.6vw;
    box-sizing: border-box;
    padding-top: 0.3vw;
}

#payable-amount-title-container {
    height: 2.9vw;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0.7vw;
    padding-right: 0.5vw;
}

#payable-amount-container {
    height: 2.8vw;
    text-align: center;
    padding-top: 0.4vw;
    font-size: 1.3vw;
    color: #00b262;
    font-weight: 500;
}

#payment-btn-container {
    height: 2.8vw;
    text-align: right;
    padding-top: 0.7vw;
    padding-right: 3.5vw;
}

    #payment-btn-container div {
        background-color: #00b262;
        height: 2.5vw;
        width: 11.4vw !important;
        border-radius: 2vw;
        text-align: center;
        box-sizing: border-box;
        padding-top: 0.1vw;
        font-size: 1.4vw !important;
        cursor: pointer;
    }

        #payment-btn-container div.disabled {
            background-color: gray;
            color: white;
            cursor: initial;
        }

    #payment-btn-container a {
        color: white;
        text-decoration: none;
        display: inline-block;
    }
