﻿:root {
    --black: black;
    --white: white;
}

.text-center{
    text-align: center;
}
.add-on-ctn {
    margin-bottom: 40px;
    display: block;
}

.edit-your-info-ctn {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
}

.add-on-title {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.edit-cart-link{
    color: #12187c;
    margin-bottom: 12px;
    display: inline-block;
}

.required-des {
    max-width: 400px;
    text-align: center;
    margin: 10px auto;
    font-family: PT Sans, sans-serif;
}

.add-on-items {
    margin-top: 20px;
}

.buy-txt {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.selection-box {
    height: 50px;
    min-width: 200px;
    border: 1px solid #86868b;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

    .selection-box:hover {
        border-width: 2px;
        border-color: #0b2838;
        padding-top: 20px;
    }

    .selection-box.selected {
        border-width: 2px;
        border-color: #0b2838;
        padding-top: 20px;
        background-color: #0b2838;
        color: white;
    }

.selection-ctn {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    opacity: 1;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 45px 20px;
    display: flex;
    border: 1px solid #eee;
    border-radius: 10px;
}

.item-header {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.refuse-txt {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.selection-txt {
    text-align: center;
}


.utility-page-wrap {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.utility-page-content {
    width: 260px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.cart-sum {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
}

.right-panel {
    display: flex;
    flex-basis: 100%;
    align-items:center;
}

.page-wrapper {
    max-width: 1245px;
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.payment-page {
    max-width: 1245px;
    justify-content: space-between;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    display: flex;
    gap: 3rem;
}

.cart-header {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.cart-sm-header {
    color: #333;
    margin-bottom: 7px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.cart-item-ctn {
    border-bottom: 2px #e9e9e9;
    margin-bottom: 10px;
}

.cart-item-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
}

.cart-item-name {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.cart-item-price {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.cart-title-ctn {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
}

.cart-edit-ctn {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    padding-top: 7px;
    justify-content: center;
    margin-bottom: 8px;
    display: flex;
}

.total-box {
    border: 1px #000;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
}

.total-price {
    margin-left: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.total-txt {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.total-box-ctn {
    border-top: 1px solid #cececf;
    padding-top: 8px;
}

.before-tot-box {
    border-top-color: #bebebe;
}

.before-total-txt, .before-total-price {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

/* Make payable total stand out more */
.payable-total-txt, .payable-total-price {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.before-tot-element {
    justify-content: space-between;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
}

.selection-big-ctn {
    margin-bottom: 40px;
}

.selection-name {
    max-width: 420px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

    .selection-name.name-center {
        text-align: center;
    }


.selection-description {
    max-width: 420px;
    margin-bottom: 7px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.selection-price {
    max-width: 420px;
    margin-bottom: 7px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.selection-img {
    max-height: 180px;
    max-width: 250px;
    min-height: 180px;
    min-width: 250px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.selection-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}

.s-image {
    height: 180px;
    width: auto;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}

.selection-ctn-noimg {
    border-radius: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 45px 20px;
    display: flex;
    /*box-shadow: 3px 3px 7px 2px rgba(104, 104, 104, .2);*/
}

.selection-box-horizontal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    display: flex;
}

.selection-box-ctn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
}

.selection-box:hover{
    cursor: pointer;
}

.left-panel {
    max-width: 600px;
    min-width: 600px;
}

.payment-contact-info {
    margin-bottom: 30px;
}

    .payment-contact-info .disclaimer {
        font-size: 12px;
        font-weight: 400;
    }

.left-panel-label {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.payment {
    margin-bottom: 30px;
}

.div-block {
    width: 342px;
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: space-between;
    display: flex;
}

.button {
    width: 160px;
    background-color: var(--black);
    border-radius: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: Montserrat, sans-serif;
    display: flex;
}

.field-label {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.text-field, .text-field-2, .text-field-3 {
    border-radius: 5px;
}

.text-field-3 {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    height: 42px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    padding-left: 18px;
    padding-right: 30px;
}

.div-block-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
}

.your-selections-wrapper {
    max-width: 1245px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.your-selections {
    border-radius: 10px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.card-box-shadows {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-box-shadows-old {
    box-shadow: 0 0 9px rgba(155, 155, 155, .2);
}

.selection-heading {
    color: #838383;
    text-align: center;
    background-color: rgba(224, 224, 224, .21);
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    display: block;
}

.text-block {
    -webkit-text-stroke-color: #757575;
    font-family: Montserrat, sans-serif;
}

.selection-content-flex {
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;
    font-family: Montserrat, sans-serif;
    display: flex;
}

.selection-course-ctn {
    flex-flow: column;
    display: flex;
    grid-column-gap: 9px;
    grid-row-gap: 9px;
}


.s-course-name {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600;
}

.s-course-location {
    font-weight: 500;
    font-size: 12px;
}

.selection-btn-ctn {
    flex-flow: column;
    justify-content: center;
    display: flex;
}

.button-3 {
    color: #838383;
    -webkit-text-stroke-color: #757575;
    background-color: #fff;
    border-bottom: 1px solid #838383;
    padding: 2px 0;
    font-weight: 500;
}

.selection-content-flex.addons {
    border-top: 1px solid #d5d5d580;
    margin-top: 10px;
    padding-top: 12px;
}

.selection-addons {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    font-weight: 600;
    display: flex;
}

.price-add {
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

.price-remove {
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .selection-ctn {
        grid-column-gap: 46px;
        grid-row-gap: 46px;
    }

    .cart-sum {
        width: 650px;
        margin-left: 0px;
    }

    .payment-page {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        flex-flow: column wrap;
        flex-direction: column-reverse;
        align-items: center;
    }

    .cart-header {
        font-size: 19px;
    }

    .cart-item-name {
        font-size: 16px;
        line-height: 21px;
    }

    .cart-item-price {
        font-size: 16px;
    }

    .total-box {
        margin-top: 20px;
    }

    .total-price, .total-txt {
        font-size: 16px;
    }

    .total-box-ctn {
        padding-top: 10px;
    }

    .before-total-txt, .before-total-price {
        font-size: 16px;
    }

    .before-tot-element {
        margin-bottom: 5px;
    }

    .left-panel {
        max-width: 650px;
        min-width: 650px;
    }

    .div-block {
        width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .selection-ctn {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        flex-flow: column;
        padding-top: 20px;
    }

    .cart-sum {
        width: 500px;
        padding: 20px;
    }

    .cart-item-info {
        grid-column-gap: 33px;
        grid-row-gap: 33px;
    }

    .selection-img {
        max-height: 240px;
        max-width: 350px;
        min-height: 240px;
        min-width: 350px;
    }

    .s-image {
        height: 240px;
    }

    .selection-box-ctn {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .left-panel {
        max-width: 500px;
        min-width: 500px;
    }


    .left-panel-label {
        margin-bottom: 15px;
    }

    .text-field-3{
        margin-bottom: 10px;
    }

    /*.payment {
        flex-flow: column;
        align-items: center;
        display: flex;
    }*/
    .div-block {
        width: 500px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .button {
        width: 500px;
        letter-spacing: .7px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .selection-content-flex.addons {
        margin-top: 20px;
        padding-top: 20px;
    }

    .selection-content-flex {
        grid-column-gap: 11px;
        grid-row-gap: 11px;
        flex-flow: column;
        align-items: center;
        margin-left: 40px;
        margin-right: 40px;
    }

    .s-course-name, .s-course-location {
        text-align: center;
    }
}

@media screen and (max-width: 610px) {
    .required-des {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cart-sum {
        width: 300px;
        border-style: none;
        border-color: #000;
        padding: 0;
        box-shadow: none;
    }

    .cart-header {
        font-size: 20px;
    }

    .cart-item-info {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .selection-name {
        width: 270px;
    }

    .selection-img {
        max-height: 200px;
        max-width: 280px;
        min-height: 200px;
        min-width: 280px;
    }

    .s-image {
        height: 200px;
    }

    .left-panel {
        max-width: 300px;
        min-width: 300px;
    }

    .div-block, .button {
        width: 300px;
    }

    .div-block-2 {
        justify-content: center;
    }

    .selection-content-flex {
        margin-left: 10px;
        margin-right: 10px;
    }
}
