﻿.ordersum h5, .expcheckout h5 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.ordersum table {
    background-color: transparent;
}

    .ordersum table td {
        font-size: 1rem;
        font-weight: 400;
        font-family:  'IBM Plex Sans', Arial, Helvetica, sans-serif;
        line-height: 1.5;
        color: #292b2c;
    }

.order-blcks {
    padding: 15px 20px;
}

.order-blcks {
    background-color: #f7f7f7 !important;
    border-radius: 3px !important;
}

    .order-blcks table {
        width: 100%;
        margin-bottom: 20px;
    }

.text-bold {
    font-weight: 600 !important;
}

.promocode {
    margin-right: -15px;
    margin-left: -15px;
}

    .promocode p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

.pull-right {
    float: right;
}

.number-input-container {
    width: 104px;
}

.number-input-text {
    color: rgb(33, 33, 33);
    font-size: 13px;
    font-family:  'IBM Plex Sans', Arial, Helvetica, sans-serif;
    letter-spacing: -0.14px;
    height: 27px;
    width: 50px;
    float: left;
    text-align: center;
    border: 1px solid rgb(186, 186, 184);
}

.number-input-button-div {
    width: 54px;
    float: left;
    position: relative;
}

.number-input-button {
    background: #f4f5f7;
    font-size: 15px;
    position: absolute;
    height: 27px;
    padding: 0;
    width: 26px;
    border-top: 1px solid rgb(186, 186, 184);
    border-bottom: 1px solid rgb(186, 186, 184);
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.number-input-button-down {
    margin-left: 25px;
    border-left: 1px solid rgb(186, 186, 184);
    border-right: 1px solid rgb(186, 186, 184);
}

.number-input-button:hover {
    background: #fff;
}

.cartButton label {
    Text-decoration: underline !important;
}


.cart-Summ {
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #bdb7b7;
    min-height: 110px;
    margin-top: 5%;
}

    .cart-Summ h6 {
        margin-bottom: 7px;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1.2;
    }

.text-b {
    color: blue !important;
}

.cart-summary {
    margin-top: 5%;
}

.promocode input::-webkit-input-placeholder {
    color: gray;
    font-size: 13px;
}

.promocode .btn .btn-secondary {
    width: 80px !important;
    border-radius: 8px !important;
}

.coupouncode {
    width: 100%;
    padding: 7px;
}

@media only screen and (max-width: 575.98px) {
    .promocode .btn {
        width: 40%;
        margin-top: 5%;
        text-align: center;
        margin-left: 27%;
    }
}

.disable-btn {
    pointer-events: none;
    background-color: rgb(244, 245, 247) !important;
    cursor: not-allowed;
    opacity: 1;
    color: #C0C0C0;
}

.disable-txtbox {
    pointer-events: none;
    cursor: not-allowed;
}

.order-summary-quantity {
    float: right;
}

.promocode-text {
    float: right;
}

#enteredPromo table {
    table-layout: fixed;
}

    #enteredPromo table td {
        word-wrap: break-word !important;
    }


#expressPromoCode {
    text-align: right !important;
}

@media (min-width: 1200px) {
    .OrderSummarycontainer {
        max-width: 1140px !important;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
