﻿.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: 16px;
    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;
}

.catalog-summary .ipsc-ordersum-tag {
    top: -50px;
    z-index: 20;
}
.product-container .ipsc-ordersum-tag {
    top: 0px;
    position: absolute;
    width: auto;
}



.product-summary{
    position:relative;
}
    .product-summary .ipsc-ordersum-tag {
        top: 15px;
        position: absolute;
        width:100%;
    }

    .product-summary .ipsc-k-toast-wrapper {
        bottom: -8px;
        position: absolute;
        width: 100%;
    }

.catalog-summary .ipsc-k-toast-wrapper {
    top: -92px
}

.ipsc-ordersum-tag .title {
    color: #05396B;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !important;
    padding-left: 10px;
    font-size: 20px;
}

@media (max-width: 1357px) {
    .ipsc-ordersum-tag .title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .ipsc-ordersum-tag .title {
        font-size: 12px;
    }
}

.ipsc-ordersum-tag .title:before {
    background-image: url(/SearchAppImages/Icons/rectangle-list.png);
    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: '';
}

.ipsc-ordersum-tag .order-items {
    padding-left: 30px;
    color: #0077B2;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.ipsc-ordersum-tag {
    position: absolute;
    background-color: white;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.15);
    line-height: 24px;
    width: 22.5%;
    height: 91px;
    padding: 15px 20px;
}

.ipsc-k-toast-wrapper {
    display: none;
    position: absolute;
    width: 22.5%;
}

    .ipsc-k-toast-wrapper.active {
        display: flex;
        justify-content: center;
    }

.ipsc-k-toast {
    display: flex;
}

.ipsc-k-toast .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    background: #048700;
}

    .ipsc-k-toast .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 16px 0px 16px;
        width: 890px;
        height: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 14px;
        color: #046b00;
        background: linear-gradient( 0deg, rgba(175, 225, 171, 0.5), rgba(175, 225, 171, 0.5) ), #ffffff;
        border: 1px solid rgba(4, 135, 0, 0.3);
        box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.15);
        border-radius: 2px;
    }

.ipsc-k-toast .close {
    font-size: 16px;
}

.ipsc-k-toast .close {
    cursor: pointer;
}
