.card-deck {
    justify-content: center;
}

.cart-page .bg-primary {
    background-color: #0C619D !important;
}

.cart-page .card-pricing {
    /* cursor: pointer; */
    max-width: 400px;
}

.cart-page .card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

.cart-page .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cart-page .card-pricing-black {
    border: 1px solid #424242 !important;
    background: #151515 !important;
}

.cart-page .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.cart-page .pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.cart-page .pricing .card-price .period {
    font-size: 0.8rem;
}

.cart-page .pricing ul li {
    margin-bottom: 1rem;
}

.cart-page .pricing .text-muted {
    opacity: 0.7;
}

.cart-page .pricing .btn {
    font-size: 80%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.9;
    transition: all 0.2s;
}

.cart-page .card-collapse {
    border: 1px solid #bbb;
    border-radius: 4px;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cart-page .card-collapse-black {
    border: 1px solid #424242;
    background: #151515;
}

.cart-page .card-pricing.popular {
    z-index: 1;
    border: 3px solid #fec501 !important;
}

.cart-page .card-pricing.gold {
    z-index: 1;
    border: 3px solid #fec501  !important;
}
.cart-page .bg-gold {
    background-color: #fec501 !important;
}

.wt-text-gold {
    color: #fec501 !important;
}

.btn-gold {
    background-color: #fec501 !important;
    border-color: #fec501 !important;
    color: #fff !important;
}

.btn-gold:hover {
    background-color: #fec501 !important;
    border-color: #fec501 !important;
    color: #000000 !important;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.cart-page .card-header-collapse {
    padding-bottom: 5px;
}

.cart-page .collapse-title {
    font-size: 18px;
    vertical-align: middle;
}

[data-toggle="collapse"] i:before{
    content: "\f063";
}

[data-toggle="collapse"].collapsed i:before{
    content: "\f061";
}

.cart-page .list-benefits > li {
    margin-bottom: 10px;
}

.cart-page .total-price {
    font-size: 1.6em;
}

.cart-page .btn-confirm {
    padding: .375rem .75rem;
}

.cart-page .class_checkbox {
    margin-right: 5px;
}
.cart-page .form-checks .checkbox {
    font-size: 16px;
    width: 100%;
}

img.cart-ribbon {
    height: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.stripe-card {
    border-style: solid;
    padding-bottom: 20px;
    border-width: thin;
    padding: 15px;
    border-radius: 6px;
}

.form-control:focus {
    border: 1px solid #424242;
    border-radius: 5px;
    background: #151515;
    padding: 10px 12px;
    line-height: 18px;
    width: 100%;
    color: #FFF;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, .6);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.btn-without-label {
    height: 3.5em;
    margin-top: 23px;
}

.btn-login, .btn-register  {
    padding: 0;
}

.span-discount {
    color: #000000 !important;
    background: #ffea51;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ffea51;
}

button.btn:disabled {
    opacity: 0.5 !important;
    cursor: no-drop;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}

@media (max-width: 600px) {
    section#main {
        padding-top: 120px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card-deck{
        justify-content:flex-start !important;
    }
 }