﻿.modal.ipsc-os-modal{
    height:100%
}
    .modal.ipsc-os-modal .modal-dialog {
        position: fixed;
        right: 0px;
        margin: 0px;
        height: 100%;
        width: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .modal.ipsc-os-modal .modal-dialog .modal-content{
        min-height:100%
    }
.modal-backdrop {
    /*position: relative;
    
            z-index: 9999
        */
}
#ipsc-ordersummary {
    font-family: Source Sans Pro;
}
#ipsc-ordersummary .link {
    color: #0077B2 !important;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px!important;
    text-align: right;
}
    #ipsc-ordersummary .link.middle{
        text-align:center;
    }
    #ipsc-ordersummary .quantity {
        display: flex ;
        align-items: center;
    }
.editipscOptions .remove:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    right: 4px;
    bottom: 2px;
    content: '';
}


.editipscOptions .remove:before {
    background-image: url(../../SearchAppImages/Icons/trash.svg);
}
.editipscOptions {
    top: 24px;
    right: 0px;
    height: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #0077B2;
}
    .editipscOptions div {
        margin-bottom: 5px;
        display: flex;
    }
#ipsc-ordersummary .order-section-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #05396B;
}
#ipsc-ordersummary .item{
    padding-bottom:20px;
}
#ipsc-ordersummary .header{
    padding-bottom:30px;
}
#ipsc-ordersummary .header .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #05396B;
}

    #ipsc-ordersummary .header .sub-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        color: #05396B;
    }
#ipsc-ordersummary .button-wrapper {
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    text-align: center;
    padding: 0 20px;

}


    #ipsc-ordersummary .button-wrapper .product-submit-order {
        text-align: center;
        padding: 8px 16px;
        height: 48px;
        background: #0077b2;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        cursor: pointer;
        border: 2px solid #0177b2;
        border-radius: 8px;
    }
#ipsc-ordersummary .actions {
   
    margin-top:20px;
   
}
#ipsc-ordersummary .btnmodal {
    cursor:pointer;
    padding:5px 0px;
}
#ipsc-ordersummary input[type=number] {
    padding: 0px 5px;
    height: 20px;
    font-size: 15px;
    background: #FFFFFF;
    border: 1px solid #8A8A8A;
    border-radius: 0px;
    margin-bottom: 0px;
    max-width: 70px;
    text-align: center;
    margin-left: 5px;
}
#ipsc-ordersummary .separator {
    padding: 5px;
}
.no-result-message {
    color: #8A8A8A;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin: 0;
}

    .no-result-message .header {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: #222222;
    }

    .no-result-message .description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #8A8A8A;
    }

    .no-result-message i {
        display: inline-block;
        background-image: url(../../SearchAppImages/Icons/empty-summary.png);
        width: 196px;
        height: 196px;
    }