h2, body h2 {
    margin: 50px 0 20px 0;
    color: rgb(33, 33, 33);
    font-size: 28px;
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-weight: normal;
    white-space: nowrap;
}

.search-responsive {
    display: none
}

#ShoppingCartSection, #OrderCheckoutSection {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3%;
    flex-wrap: wrap;
}

#OrderArea, #BillingShippingArea, #OrderSummaryArea {
    order: 0;
    width: 70%;
    margin: 0 20px 20px 0;
}

#SummaryArea, #CheckoutSummaryArea {
    order: 2;
}

.OrderSummary, .PromoCode {
    border: 1px solid rgb(208, 208, 208);
    margin: 0 20px 0 0;
    padding: 20px;
    width: 325px;
}

    .OrderSummary h2 {
        margin-top: 0;
    }

.btn {
    text-transform: uppercase;
    font-family: Knowledge, Arial, Helvetica, sans-serif
}

.SummaryInfo .btn {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    padding: 16px;
    line-height: 1.2;
}

.btn.btn-continue {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(119, 162, 45);
    border-radius: 3px;
    color: rgb(119, 162, 45);
}


.SummaryRow {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

    .SummaryRow.Total {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

.cart-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 10px;
    border: 1px solid rgb(208, 208, 208);
    border-collapse: collapse;
}

    .cart-item .deliveryFormat {
        color: rgb(33, 33, 33);
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        align-content: flex-end;
    }

.main-product-info {
    border-collapse: collapse;
    margin: 12px 5px 17px 12px;
    padding-right: 5px;
}

    .main-product-info.live {
        width: 65%;
        border-right: 1px solid gray;
    }

    .main-product-info.notLive {
        width: 100%;
        margin-right: 0;
    }

        .main-product-info.notLive .courseTitle {
            max-width: none;
        }


.addtl-product-info {
    width: 35%;
    margin: 12px 5px 17px 14px;
    color: rgb(33, 33, 33);
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.live-event-info {
    padding: 5px 0;
    align-self: flex-start;
    border-collapse: collapse;
    color: rgb(33, 33, 33);
    position: relative;
}

    .live-event-info label {
        display: inline-block
    }

.delete-item {
    cursor: pointer;
    width: 18px;
    font-size: 16px;
    margin: -1px 0 0 12px;
}

.topRow {
    display: flex;
    justify-content: space-between;
}

    .topRow .otherInfo {
        display: flex;
    }

    .topRow .courseTitle {
        width: calc(100% - 40px);
        color: rgb(0, 114, 168);
        font-size: 18px;
        font-family: Knowledge, Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: normal;
        display: block;
        float: none;
        clear: both;
    }


.shortDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 6px 8px 8px 0;
    width: 100%;
    max-width: 100%;
    color: rgb(55, 56, 60);
}

.courseCredits, .order-summary-courseCredits {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(119, 162, 45);
    line-height: 18px;
    margin-top: 12px;
}

.pricing, .order-summary-pricing {
    color: rgb(33, 33, 33);
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

.modifyLink {
    color: rgb(0, 93, 162);
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.footnote {
    color: rgb(33, 33, 33);
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    margin-top: 30px
}

.PromoCode {
    margin-top: 46px;
    background: rgb(255, 255, 255);
    border: none;
    padding: 0;
}

    .PromoCode input {
        width: 170px;
        height: 40px;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(213, 212, 217);
        border-radius: 0;
        font-size: 13px;
        padding-left: 3%;
    }

    .PromoCode .btn {
        background: rgb(244, 245, 247);
        border: 1px solid rgb(178, 178, 184);
        border-radius: 5px;
        color: rgb(33, 33, 33);
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.92px;
        line-height: 38px;
        padding: 0 30px;
        display: inline-block;
        margin-left: 2%;
    }

/* CPLDIGITAL-339 */
.applied-promo {
    margin-top: 5px;
    font-size: 13px;
}

.remove-promo {
    cursor: pointer;
    margin: 0 5px 5px inherit;
}

.success-promo {
    color: #FF8000;
    margin-right: 2%;
    margin-bottom: 2%;
}

.invalid-promo {
    color: #DC0A0A;
    margin-right: 2%;
    margin-bottom: 2%;
}

.SuccessPromocode {
    font-size: 12px;
}

.FailPromocode {
    font-size: 12px;
}
/* CPLDIGITAL-339 */

.bento-alert-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*CPLDIGITAL-337*/
.undo {
    float: right;
    margin-right: 1%;
    color: white !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

/*CPLDIGITAL-522*/
.retiredCartItem {
    text-decoration: line-through
}

label.estLabel {
    font-weight: bold !important;
}

button.btn.btn-primary.purchase {
    margin: 0;
}

h2.cart-header, h2.billing-shipping-header, h2.summary-header {
    color: rgb(33, 33, 33);
    margin: 35px 0 9px 0;
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
}

.PromoCode.estLabel {
    margin-top: 15px;
}

/*CPLDIGITAL-522*/
.pkgBillingInfo {
    color: rgb(33, 33, 33);
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    align-content: flex-end;
}

#dvWarnMsg {
    display: none;
}

#dvValidationErrorMessage {
    display: none;
}

/*CPLDIGITAL-465*/
button.btn.btn-primary.dispurchase[disabled]:active, button.btn.btn-primary.dispurchase[disabled]:hover,
button.btn.btn-primary.dispurchase:hover, button.btn.btn-primary.dispurchase:disabled {
    background-color: #FFD27F !important;
    cursor: not-allowed;
    opacity: 1;
    color: #fff !important;
}

button.btn.btn-primary.dispurchase {
    margin: 0;
}

/*CPLDIGITAL-537-274*/
/*.additem-alert-success {
    /*position: absolute !important;*/
/*width: 50% !important;*/
/*}*/

/*CPLDIGITAL-334 - Starts*/
#CreditCardInfo, #CreditCardBilling, #PaymentInfo, #ShipBillAccInfo, #SelfIdInfo, #TCConfirmation { /*, #AddInfoOpt */
    margin-bottom: 10px;
}

#CheckoutSummaryArea {
    width: 350px;
    border: 1px solid #D3D3D3;
    padding: 15px;
    background-color: #fff;
}

a.return-cart {
    padding-left: 20px;
    color: rgb(0, 93, 162);
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#OrderCheckoutSection {
    margin-bottom: 0;
}

.btn-shipping-continue {
    line-height: 35px;
    margin: 0;
    width: 30%;
    background: rgb(255, 130, 5);
    border-radius: 3px;
}

#BillingShippingArea, #OrderSummaryArea {
    margin-bottom: 0;
}

.secure-payment-header {
    margin-bottom: 10px;
    color: rgb(33, 33, 33);
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.tab-space {
    padding-left: 15px;
}

.spn-safe-trans {
    color: rgb(33, 33, 33);
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}

.bento-icon-lock-balance {
    height: 30px !important;
}

.order-summary-head {
    margin-top: 0;
    margin-bottom: 5px;
}

.order-summary-deliveryFormat {
    color: rgb(33, 33, 33);
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 18px;
    align-content: flex-end;
}

.order-summary-courseCredits {
    margin: 0;
    font-weight: normal;
}

.order-summary-pricing {
    color: rgb(33, 33, 33);
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 5px;
    width: 180px;
    float: left;
}
/*Quantity - Starts*/
.order-summary-quantity {
    float: right;
}

.number-input-container {
    width: 104px;
}

.number-input-text {
    color: rgb(33, 33, 33);
    font-size: 13px;
    font-family: 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: right;
    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;
}

.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-product-info {
    margin: 8px 0px 5px 8px;
}
/*Quantity - Ends*/

/*course title*/
.order-summary-courseTitle {
    font-size: 18px;
    color: rgb(33, 33, 33) !important;
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    max-height: 45px;
}

.SummaryRow > div > label {
    font-weight: normal;
}

.order-list-price-line-through {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 17px;
}

.order-summary-customer-pricing {
    color: rgb(255, 90, 1);
    margin-left: 5px;
    font-weight: bold;
    font-size: 17px;
}

.cart-item .deliveryFormat label {
    font-weight: bold;
    font-size: 12px;
}

/*CPLDIGITAL-334 - Ends*/

/*CPLDIGITAL-625 Start*/
.requiredIndicator {
    color: rgb(255, 130, 5);
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}

.labelStyle {
    color: rgb(33, 33, 33);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
}

.labelHeader {
    color: rgb(33, 33, 33);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

/*Custom checkbox Button Code -start*/
/* The containerCheckbox */
.containerCheckbox {
    /*display: block;*/
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerCheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #2C2C2C;
}

/* When the checkbox is checked, add a blue background */
.containerCheckbox input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheckbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Custom checkbox Button Code-- end */
/*CPLDIGITAL-625 End*/

/*Course Title ellipsis - Start*/
.ellipsis-courseTitle {
    max-width: 302px; /*Fix for IE*/
    line-height: normal;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 45px;
    padding-right: 1em;
    display: block;
}

    .ellipsis-courseTitle:before {
        content: '\02026';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .ellipsis-courseTitle:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }
/*Course Title ellipsis - End*/

@media (min-width: 600px) {
    #ShoppingCartSection, #OrderCheckoutSection {
        flex-wrap: unset;
    }
}




@media (max-width: 480px) and (orientation: portrait) {
    #OrderArea, #BillingShippingArea, #OrderSummaryArea {
        order: 0;
        width: 90%;
        margin: 0 0 20px 0;
    }

    /*CPLDIGITAL-334*/
    #CheckoutSummaryArea {
        width: 90% !important;
    }

    .btn-shipping-continue {
        margin-top: 10px !important;
        width: 90% !important;
    }
}

/*Start: CPLDIGITAL-591/592*/
.text-uppercase {
    text-transform: uppercase;
}

.optionalIndicator {
    height: 24px;
}

.error {
    border-color: #f52424 !important;
}

i.bento-icon-warning.fieldalert {
    vertical-align: middle;
}

.fielderror {
    color: #DC0A0A;
    font-size: 16px;
}

    .fielderror span {
        display: inline-block;
        vertical-align: text-bottom;
        font-weight: bold;
        font-family: Knowledge, Arial, Helvetica, sans-serif;
    }


.fieldalert {
    margin-right: 2%;
    margin-bottom: 2%;
}

/*Override*/
.ctl_with_err_msg {
    float: none;
}

#tokenCardNumberFrame {
    padding: 0px;
    background-color: transparent;
    border: none;
    width: 320px;
    height: 500px;
    margin-top: -5px;
}
/*End: CPLDIGITAL-591/592*/


/*CPLDIGITAL-525*/
span.order-list-price-line-through.listprice {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: rgb(33, 33, 33);
}

span.order-summary-customer-pricing.surcharge {
    font-weight: normal;
    font-size: 18px;
    text-align: right;
}

/*CPLDIGITAL-750_751 - Starts*/
.tempClass {
    height: 100px;
    border: 1px solid #D3D3D3
}

.edit-link-margin {
    margin-top: 10px;
    float: right;
    font-size: 16px;
    color: rgb(33, 33, 33) !important;
}

    .edit-link-margin:hover {
        text-decoration: none;
    }

    .edit-link-margin:focus {
        text-decoration: none;
    }

.payment-info-box {
    border: 1px solid #D3D3D3;
    background-color: #fff;
    padding: 5px;
    padding-left: 10px;
    height: 100%;
    min-width: 500px;
}

.payment-box-title {
    font-size: 14px;
    font-weight: bold;
}

.payment-data {
    font-size: 14px;
}

.margin-top-10 {
    margin-top: 10px;
}

.ShipAndBillToAccountInfoLine {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-weight: normal;
}

.ShipAndBillToAccountName {
    font-size: 15px;
    font-weight: normal;
}

.ShipBillAccountInformationBox {
    border: 1px solid #D3D3D3;
    height: 100%;
    padding: 2%;
}

    .ShipBillAccountInformationBox .Name {
        width: 95%;
        float: left;
        padding-bottom: 2%;
    }

    .ShipBillAccountInformationBox .Question {
        width: 5%;
        float: right;
        padding-bottom: 2%;
    }

        .ShipBillAccountInformationBox .Question i {
            top: 0;
        }

.ship-bill-address-box {
    border: 1px solid #D3D3D3;
    padding: 5px;
    padding-left: 10px;
    height: 100%;
}
/*CPLDIGITAL-750_751 - Ends*/

/*CPLDIGITAL-754 - Start*/
.bold-message {
    font-weight: bold;
}

button.btn.btn-primary.btn-dispurchase {
    background-color: #FFD27F !important;
    opacity: 1;
    color: #fff !important;
}
/*CPLDIGITAL-754 - End*/

/*CPLDIGITAL*464 - Start*/

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.cartItemQtysemi {
    position: absolute;
    right: 430px;
    margin-top: 64px;
}

.cartItemQty {
    float: right;
}

.updateCart {
    float: right;
}

    .updateCart a.cartButton img, .updateCart a.cartButton label {
        height: 13px;
        cursor: pointer;
    }

/*CPLDIGITAL*464 - End*/

/*Start: CPLDIGITAL-753*/
.labelSelfIdTitle {
    color: rgb(33, 33, 33);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold !important;
}
/*End: CPLDIGITAL-753*/

.orderConfirmationPage {
    font-size: 16px;
    font-weight: normal
}

    .orderConfirmationPage h1 {
        font-size: 28px;
        font-weight: 500;
        height: 50px;
        width: 250px;
    }

.thanksInfo {
    font-size: 24px;
    font-weight: 600;
    height: 31px;
    width: 400px;
    color: black;
    padding-bottom: 50px;
}

.userOrderData {
    font-size: 14px;
    font-weight: normal;
    width: 918px;
}

.orderDetails {
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(213, 212, 217);
}

.purchaseContent {
    font-size: 21px;
    font-weight: 600;
    width: 500px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.liveEventInfo {
    font-size: 14px;
    font-weight: 600;
}

    .liveEventInfo p {
        padding-top: 20px;
        font-size: 18px;
        font-weight: bold;
        color: rgb(33, 33, 33);
    }

.gradingPurchase {
    font-size: 14px;
    padding-top: 3%;
    padding-bottom: 3%;
}

    .gradingPurchase p {
        padding-top: 20px;
        font-size: 18px;
        color: rgb(33, 33, 33);
    }

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/*CPLDIGITAL-992-Starts*/
#dvMsgs {
    z-index: 1000;
    margin: 0%;
    left: 20%;
    top: 115px;
    right: 20%;
    position: absolute;
}

.toast-close-icon {
    color: rgb(255, 255, 255);
    position: absolute;
    border: none;
    width: 24px;
    height: 24px;
    font-size: .8em;
    line-height: .8em;
    text-align: center;
    border-radius: 15px;
    right: 10px;
    top: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s,color .2s;
}

    .toast-close-icon:hover {
        background: rgb(255, 255, 255);
        cursor: pointer;
        transition: background .1s,color .1s;
    }


.successMsg-close-icon {
    background-color: #387c2b;
}

    .successMsg-close-icon:hover {
        color: #387c2b;
    }

.warnMsg-close-icon {
    background-color: #ffb400;
}

    .warnMsg-close-icon:hover {
        color: #ffb400;
    }

.errorMsg-close-icon {
    background-color: #dc0a0a;
}

    .errorMsg-close-icon:hover {
        color: #dc0a0a;
    }
/*CPLDIGITAL-992-Ends*/

.PackageSaving {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: limegreen;
}

@media all and (min-width: 1300px) {
    .cartItemQtysemi {
        /* styles here */
        position: relative;
        right: 5px;
    }

    .cartItemQty {
        /*position: absolute;*/
        right: 437px;
        margin-top: -38px;
    }

    .delete-item.live {
        margin-right: -100px;
    }

    .delete-item.notLive {
        margin-right: 0px;
    }
}

@media all and (max-width: 1300px) {
    .cartItemQtysemi {
        /* styles here */
        right: 436px;
    }

    .cartItemQty {
        position: absolute;
        right: 436px;
        margin-top: -38px;
    }
}
