

.Mine-Shaft-Black-700 {
    color: var(--Mine-Shaft-Black-700, #333);
}

.Mine-Shaft-Black-500 {
    color: var(--Mine-Shaft-Black-500, #858585);
}

/* Font Sizes (multiples of 2 from 12px to 36px) */
.fl-fs-12 {
    font-size: 12px;
}

.fl-fs-14 {
    font-size: 14px;
}

.fl-fs-16 {
    font-size: 16px;
}

.fl-fs-18 {
    font-size: 18px;
}

.fl-fs-20 {
    font-size: 20px;
}

.fl-fs-22 {
    font-size: 22px;
}

.fl-fs-24 {
    font-size: 24px;
}

.fl-fs-26 {
    font-size: 26px;
}

.fl-fs-28 {
    font-size: 28px;
}

.fl-fs-30 {
    font-size: 30px;
}

.fl-fs-32 {
    font-size: 32px;
}

.fl-fs-34 {
    font-size: 34px;
}

.fl-fs-36 {
    font-size: 36px;
}

.fl-lh-100 {
    line-height: 1pt;
}

.fl-lh-110 {
    line-height: 1.1pt;
}

.fl-lh-120 {
    line-height: 1.2pt;
}

.fl-lh-130 {
    line-height: 1.3pt;
}

.fl-lh-140 {
    line-height: 1.4pt;
}

.fl-lh-150 {
    line-height: 1.5pt;
}

.fl-lh-160 {
    line-height: 1.6pt;
}

/* Font Weights */
.fl-fw-normal {
    font-weight: normal;
}

.fl-fw-bold {
    font-weight: bold;
}

.fl-fw-bolder {
    font-weight: bolder;
}

.fl-fw-light {
    font-weight: 300;
}

/* Specific weight value for light */
.fl-fw-lighter {
    font-weight: lighter;
}

/* Spacing (multiples of 4) */
.fl-m-4 {
    margin: 4px;
}

.fl-m-8 {
    margin: 8px;
}

.fl-m-12 {
    margin: 12px;
}

.fl-m-16 {
    margin: 16px;
}

.fl-m-20 {
    margin: 20px;
}

.fl-m-24 {
    margin: 24px;
}

.fl-m-28 {
    margin: 28px;
}

.fl-m-32 {
    margin: 32px;
}

.fl-m-36 {
    margin: 36px;
}

.fl-m-40 {
    margin: 40px;
}

.fl-m-44 {
    margin: 44px;
}

.fl-m-48 {
    margin: 48px;
}

.fl-p-4 {
    padding: 4px;
}

.fl-p-8 {
    padding: 8px;
}

.fl-p-12 {
    padding: 12px;
}

.fl-p-16 {
    padding: 16px;
}

.fl-p-20 {
    padding: 20px;
}

.fl-p-24 {
    padding: 24px;
}

.fl-p-28 {
    padding: 28px;
}

.fl-p-32 {
    padding: 32px;
}

.fl-p-36 {
    padding: 36px;
}

.fl-p-40 {
    padding: 40px;
}

.fl-p-44 {
    padding: 44px;
}

.fl-p-48 {
    padding: 48px;
}

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #fff;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

.card_quantity_text select {
    width: 88px;
}

.relative_class {
    position: relative;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

span.coursetype {
    color: var(--Mine-Shaft-Black-500, #858585);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.go-back {
    display: flex;
    align-items: center;
}

div#discounted-box {
    display: none;
}

#discounted-box {
    margin-top: -10px;
    margin-bottom: 16px;
}

.discount-price {
    color: var(--Mine-Shaft-Black-700, #333);
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.go-back-icon-text {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}

.w-custom {
    width: calc(100% - 130px);
}

.w-20 {
    width: 130px;
}

.go-back-icon-text:hover {
    color: #3498db;
    /* Change this to your desired hover color */
}

.go-back-icon-text i,
.go-back-icon-text svg {
    fill: black;
    margin-right: 8px;
}

.go-back-icon-text:hover i,
.go-back-icon-text:hover svg {
    fill: #3498db;
    /* Change this to your desired hover color */
}

.review_cart_title {
    color: var(--Mine-Shaft-Black-700, #333);
    /* Desktop/Heading 6 */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.4px;
}


/* Chrome, Safari, Edge, Opera */
.input-group-cart input[type="number"]::-webkit-outer-spin-button,
.input-group-cart input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.input-group-cart input[type="number"] {
    -moz-appearance: textfield;
}

.currencySelect {
    border-radius: 27px;
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
    width: 97px;
    background: transparent;
    border: none;
}

.cart-icon-box {
    border-radius: 4px;
    background: var(--Light-Blue-100, #EFF7FA);
    width: 36px !important;
    height: 36px !important;
    display: inline-block;
    padding: 4px 8px;
}

.gray-border {
    background: var(--Mine-Shaft-Black-200, #EBEBEB);
}

.cart-item-row {
    border-radius: 8px;
    background: var(--Mine-Shaft-Black-50, #FAFAFA);
}

span.carttitle {
    width: 65%;
    display: inline-block;
}

.cart-quanity>div,
.cart-quanity>input {
    display: inline-block;
    width: auto;
}

.cart-item {
    overflow: hidden;
}

input#discountCode {
    height: 50px;
    padding: 14px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.cart-quanity .input-group-append .btn,
.cart-quanity .input-group-prepend .btn {
    width: 20px;
    height: 20px;
    padding: 0px;
    font-size: 15px;
    line-height: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.cart-quanity>input {
    padding: 4px;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    font-size: 16px;
    text-align: center;
}

.mb-124 {
    margin-bottom: 124px;
}

button.btn.btn-primary.mt-2.mt-sm-0.desktop-body-medium-semibold.float-right {
    border-radius: 4px;
    border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
    background: var(--White, #FFF);
    color: #333;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/*need fixes*/
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none !important;
}

.quantity-input.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    font-weight: 500;
}

.coupon-row {
    display: flex;
    width: 100%;
    max-width: 100%;
}

.cart-item> :nth-last-child(1) {
    border-bottom: none !important;
}

.coupon-row .w-15 {
    width: 90px;
    padding-right: 0;
    padding-left: 8px;
}

.coupon-row .w-85 {
    width: 100%;
}

div#spinnerOverlaycoupon {
    width: 20px;
    position: absolute;
    top: 70px !important;
    right: 50%;
    z-index: 999;
}

#spinnerOverlaycoupon .spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #3498db;
    border-top: 2px solid #fff;
}

div#apply_coupon {
    padding: 16px 12px;
    /* align-items: center; */
    /* gap: 8px; */
    /* align-self: stretch; */
    /* border-radius: 4px; */
    background: rgba(16, 156, 13, 0.10);
}

span.coursedate {
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}


span.coursedate:before,
span.coursedate:after {
    content: '.';
    width: 4px;
    height: 4px;
    font-size: 28px;
    vertical-align: middle;
    position: absolute;
    top: -10px;
    display: none;
}

span.coursedate:after {
    right: -6px;
}

span.coursedate:before {
    /* right: 0px; */
    left: -8px;
}

.coursetype .fa.fa-circle {
    font-size: 6px;
    position: relative;
    top: -3px;
    margin-left: 8px;
}

.apply_coupon .success_coupon {
    color: #109C0D;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.error_coupon {
    color: var(--Fitch-Red-700, #C03);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#orderTotal {
    display: flex;
}
#orderTotal .currency-symbol {
    display: block;
}

.optional-product-row.p-4 {
    background: var(--Light-Blue-100, #EFF7FA);
    border-radius: 8px;
}

.coursetime {
    margin-left: 8px;
}

.card-text {
    color: var(--Mine-Shaft-Black-500, #858585);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.card-title span {
    text-transform: capitalize;
}

.optional_inner_item .optional-quantity {
    width: 88px;
}

.card-price {
    color: var(--Mine-Shaft-Black-700, #333);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: -0.4px;
    float: right;
}

.optional_inner_item .card-title {
    color: var(--Mine-Shaft-Black-700, #333);
    font-size: 20px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 4px;
}

.optiopnal_products>.row {
    margin-bottom: 40px !important;
    display: block;
    width: 100%;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #ebebeb;
}

.optional-product-title {
    color: var(--Mine-Shaft-Black-700, #333);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.no-item-cart .form-group,
.no-item-cart .order_total,
.no-item-cart .gray-border,
.no-item-cart .checkout-form {
    display: none;
}

.no-item-cart .cart-item {
    padding: 8px 0;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

#emptyCart {
    display: none;
}



.cart-quanity {
    width: 100%;
}

.card_quantity_text>span {
    display: inline-block;
}

.remove_item {
    cursor: pointer;
}

.card_contact_us {
    color: var(--Mine-Shaft-Black-700, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.terms_error_text {
    color: var(--Fitch-Red-700, #C03);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.border_bottom_headeing {
    border-bottom: 1px solid #ebebeb;
}

input#emailAddress {
    border-radius: 4px;
    border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
    background: var(--Colors-Neutral-0, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
    /* display: flex; */
    height: 48px;
    padding: 14px 16px;

}

.cart_email_icon_box {
    border-radius: 4px;
    background: var(--Light-Blue-100, #EFF7FA);
    /* height: auto; */
    display: inline-block;
    padding: 8px !important;
}

.cart_email {
    color: var(--Mine-Shaft-Black-700, #333);

    font-size: 20px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.terms_error {
    height: 56px;
    padding: 16px 12px;
    border-radius: 4px;
    background: var(--Fitch-Red-100, #FBEEF1);
    gap: 13px;
    align-self: stretch;
}

select#currencySelect {
    -webkit-appearance: auto;
    width: auto;
}

.remove_item .red {
    border-radius: 50%;
    background: red;
    width: 16px;
    height: 16px;
    padding: .17rem .2rem;
    color: #fff;
    font-size: 12px;
}

.currencySelect-box {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: revert;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 0px;
    width: 88px;
    font-size: 16px;
    position: relative;
    outline: none;
    display: inline-block;
    float: right;
    border-radius: 27px;
    text-align: left !important;
}

.price-total,
.price-text {
    margin-left: 16px;
}

select#currencySelect:focus {
    box-shadow: none;
    background: none;
    border: none;
    outline: none;
}

.price-text:before {
    display: none !important;
}

.fitch-red {
    color: #CC0033;
}

.color-minsharf {
    color: var(--Mine-Shaft-Black-500, #858585);
}

.product-cart-thumbnail {
    padding: 4px;
    border: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
    border-radius: 4px;
}

.cart-image-thumbnail {
    width: 100%;
}

.mobile-price {
    display: none;
}


@media (max-width: 767px) {
    .coursetime {
        margin-left: 0;
    }
    .coursetype {
        color: var(--Mine-Shaft-Black-500, #858585);

        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .carttitle {
        width: 100%;
        display: inline-block;
    }

    .desktop-heading-6 {
        font-size: 20px !important;
    }

    .form-group.currencySelect-box {
        float: left;
        margin-top: 16px;
    }

    span#itemCount {
        text-align: right;
        float: right;
        margin-top: 14px;
    }

    .review_cart_text {
        width: 100%;
    }

    .mobile-price {
        display: block;
    }


    button.btn.btn-primary.mt-2.mt-sm-0.desktop-body-medium-semibold.float-right {
        border-radius: 4px;
        border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
        background: var(--White, #FFF);
        color: #333;
        padding: 12px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 50px;
        font-size: 16px;
    }

    span.carttitle {
        width: 100%;
    }

    .desktop-price {
        display: none;
    }

    .price-total,
    .price-text {
        margin-left: 0;
        float: left;
        margin-right: 8px;
        margin-top: 1px;
    }

    .remove_item {
        float: right;
    }

    /*bootstrap bottom spacing class*/
    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .remove_item.float-right.d-none12 {
        display: block !important;
        float: left;
        width: 100%;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 576px) {
    .col-sm-9 {
        max-width: 75%;
    }
}

@media (min-width: 576px) {

    .cart-item-row.align-items-center {
        align-items: center !important;
    }

}

@media (max-width: 575px) {

    .cart-item-row.align-items-center {
        align-items: start !important;
    }

    .w-20 {
        width: 72px;
    }

    .w-custom {
        width: calc(100% - 72px);
    }

    span.currency-symbol {
        display: none;
    }

    .logo-wrapper {
        margin-left: 16px !important;
    }

    .cart-items-wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    h2.mb-4.d-inline-block.review_cart_title.fl-fs-20.ml-2.mt-sm-0 {
        margin-bottom: 0 !important;
    }

    .cart-icon-box {
        margin-bottom: 0 !important;
    }

    span.coursetype>span {
        display: block;
    }

    .coursedate:after,
    .coursedate:before {
        display: none;
    }

    span.coursedate {
        margin-left: 0;
        margin-right: 0;
    }

    .coursetype .fa {
        display: none;
    }

    .card_quantity_text {
        display: inline-block;
        margin-top: 8px;
    }

    .cart-item-extra span {
        margin-bottom: 8px;
    }

    .card_quantity_text>span {
        display: inline-block;
        margin-top: 8px;
    }
    .remove_item.float-right.d-none12 {
        display: block !important;
        float: left;
        width: 100%;
    }
    .desktop-price {
        display: none;
        position: absolute;
        bottom: 106px;
    }

    .mobile-price {
        display: block;
        visibility: visible;
        float: left;
    }

    #checkoutForm {
        padding-bottom: 80px;
    }

    .cart-item-row {
        position: relative;
    }
}

.error-coupon {
    border-radius: 4px;
    background: var(--Fitch-Red-100, #FBEEF1) !important;
}

.online_course .coursedate,
.online_course .coursetime,
.online_course .fa-circle {
    display: none;
}

.cart_delete {
    color: var(--Mine-Shaft-Black-500, #858585);
}

.cart_items {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ebebeb;
}
.logo.logo-cart {
    height: 32px;
    width: auto;
}