#purchase-window div{
    font-size:10pt;
}
#purchase-window h4{
    font-size: 1.5rem;
}

#purchase-app-full{
    max-width: 100%;
}

#purchase-app-compact{
    width: 100%;
    max-width: 345px;
}

.form #purchase-app-compact{
    max-width: 313px;
}

#purchase-window .form-control{
    font-size: 10pt!important;
    padding: .375rem 1.75rem .375rem .75rem;
}

@media (min-width: 1200px){
    #purchase .container {
        width: 1180px;
        max-width: 100%;
    }
}

#purchase-window .add-to-cart-button{
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

#purchase-window #purchase-qty{
    padding: .375rem 0 .275rem 0;
    text-align: center;
    max-width: 50px;
}

#purchase-window .qty-button{
    background-color: white;
    color:#26A9E0;
    margin: 0;
    padding: .25rem;
    font-size: .9rem;
    font-weight: 700;
    border: solid 1px #26A9E0;
    width: 1.1rem;
}

#purchase-window .price-header{
    font-size:1rem;
}

#purchase-window .standard-price{
    font-weight: 600;
    font-size: 1.1rem;
}

#purchase-window .sale-price{
    color: #FF0000;
    font-weight: 600;
}

#purchase-window .slick-prev:before, .slick-next:before{
    color: #0ab0f6
}

#purchase-window .slider-item{
    height: 135px;
}

#purchase-window .slick-slide img{
    width:auto;
    max-width: 100%;
    max-height: 150px;
    height: 100%;
    margin: auto;
    padding: 0;
}

.plans-pricing-header{
    display: flex;
    justify-content: space-between;
}

.bee-page-container #purchase-window span, 
.bee-page-container #purchase-window p,
.bee-page-container #purchase-window label, 
.bee-page-container #purchase-window h1{
    color: white;
}

.bee-page-container #purchase-window .spinner-overlay{
    background-color: rgba(12, 17, 22, 50%);
}.horizontal-logo{
    height: 64px;
    width: auto;
}.add-to-cart-button{
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.sale-price{
    color: #FF0000;
    font-weight: 600;
}.subscription-option{
    background-color: rgb(255, 255, 255, 50%);
    border: 1px solid #26A9E0;
    padding: .5rem;
    border-radius: 2px;
    box-sizing: content-box;
    text-align: center;
}

.subscription-option:hover{
    cursor: pointer;
}

.subscription-option .title{
    font-size: .8rem;
    font-weight: 700;
}

.subscription-option .price{
    font-size: 1.2rem;
    font-weight: 700;
    color: #26A9E0
}

.subscription-option .priceSubtitle{
    font-size: .7rem;
}

.subscription-option.selected .title{
    color:white;
}

.subscription-option.selected{
    background-color: #26A9E0;
    color: white;
    box-shadow: inset 0 0 0 3px #26A9E0;
}

.subscription-option.selected .price{
    color: white;
}

.subscription-option span{
    font-size:.8rem;
}

.subscription-select-monthly {
    margin-top: 24px;
}

@media (min-width: 1200px) {
    .subscription-select-monthly {
        margin-top: 0;
    }
}.collection-option{
    font-size: 10pt!important;
}
.collection-option:webkit-any-link, a:focus{
    text-decoration: none;
}
.collection-option.selected{
    font-weight: 600;
}

.collection-list-item{
    margin: .25rem 0;
}

.collection-divider{
    margin: 0;
}.upsell-modal-content{
    min-width: 700px;
    width: unset;
}

.upsell-modal-content .modal-header{
    background-color: #26A9E0;
    color: white;
}

.upsell-modal-content p{
    margin-bottom: .25rem;
}

.upsell-modal-content .btn{
    font-size: .8rem;
}

.upsell-modal-content .confirm-btn{
    font-weight: 700;
}

.upsell-modal-content .cancel-btn{
    background-color: white;
    color: #26A9E0; 
    border: solid 1px rgba(0, 0, 0, 50%);
}
.upsell-modal-content .cancel-btn:hover{
    background-color: #cacaca;
}

.upsell-modal-content .btn-close{
    filter: invert(1) grayscale(100%) brightness(200%)
}