﻿.sticky {
    position: fixed;
    right: 100px;
    top: 400px;
    z-index: 100;
    width: 50%;
}

.order-summary {
    float: right;
    width: 41%;
    font-size: 12px !important;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    box-shadow: 0 0 10px rgba(0, 0, 0, .22);
    padding: 15px 18px 30px;
    background: #fff;
    border-radius: 4px;
}

    .order-summary .full-loader {
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .9);
        left: 0;
        top: 0;
        z-index: 1;
    }

    .order-summary .heading {
        /* font-family: robotomedium; */
        font-size: 20px;
        line-height: 18px;
        padding-bottom: 5px;
        color: #1d1d1d;
        border-bottom: 1px solid #e2e2e2;
    }

    .order-summary .order-detail {
        padding: 20px 0;
        border-bottom: 2px dotted #c4c4c4;
        margin: 0 0 15px;
    }

    .order-summary .order-detail-price.total-price {
        color: #1d1d1d;
        font-size: 13px;
        line-height: 0px;
        /* font-family: robotomedium; */
    }

    .order-summary .order-detail-price.total-saving {
        font-weight: 600;
        color: #0a9e44;
        font-size: 12px;
        line-height: 15px;
    }

        .order-summary .order-detail-price.total-saving .bprice {
            font-size: 12px;
            line-height: 20px;
            /* font-family: robotomedium; */
            padding: 5px 0 0;
        }

    .order-summary .order-detail-price.total-price .bprice {
        font-size: 14px;
    }

    .order-summary .order-detail-price .right {
        float: right;
    }

    .order-summary .order-detail-price .left {
        float: left;
        position: relative;
    }

    .order-summary .order-detail-price.total-saving .left {
        width: 150px;
    }

    .order-summary .order-detail-price .left {
        float: left;
        position: relative;
    }

    .order-summary .order-detail {
        padding: 20px 0;
        border-bottom: 2px dotted #c4c4c4;
        margin: 0 0 15px;
    }

label.error {
    color: red;
    font-size: 1.2rem;
    display: block;
    margin-top: -10px;
}

div.error {
    color: red;
    font-size: 1.2rem;
    display: block;
   
}

input.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

select.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

textarea.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

input[type="checkbox"].error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

[type="submit"], [type="reset"], button, html [type="button"] {
    margin-left: 0;
    border-radius: 0;
    background: black;
    color: white;
    border: none;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1;
}

@media screen and (max-width: 600px) {
    .order-summary {
        float: right;
        margin-right: 0px !important;
        width: 85% !important;
        font-size: 12px !important;
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, .22);
        padding: 5px;
        background: #fff;
        border-radius: 4px;
    }

    .sticky {
        position: fixed;
        right: 0px;
        top: 100px;
        z-index: 100;
        width: 50%;
    }
}
