/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#ppy-eproduct-form > .et_pb_section {
    padding: 0;
    background: none !important;
}
.testModeEproduct {
    margin-bottom:20px;
}

.overview-col {
    width: 55%;
    padding-top:20px;
    padding-bottom:20px;
}
.overview-sidebard {
    margin-left: auto;
    margin-bottom: 20px;
    position: sticky;
    top: 100px;
    width: 40% !important;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 3%);
    min-width: 300px;
    padding-top:20px;
    padding-bottom:20px;
    max-width: 465px;
}
.purchase-tier-title {
    flex: 1 1 265px;
}

.purchase-tier-price {
    min-width: 100px;
    text-align: right !important;
}
.purchase-tier-title {
    flex: 0 1 250px !important;
}
#review-details .table-wrapper {
    padding:40px !important;
    background-color: #fff;
}
.overview-col #terms {
    margin-top:40px;
}
.inactive-button {
    background: #ddd !important;
    color: #8c8c8c !important;
    border: none !important;
    cursor: not-allowed !important;
    font-weight: 300 !important;
}
#review-details h3 {
    margin-bottom:0 !important;
}
.tier-coupon-div {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 5px 0;
    font-family: 'Mulish', sans-serif !important;

}


.logged-in-purchase-page-form-details {
    display: flex;
    align-items:flex-start;
    flex-direction: row-reverse;
}
.logged-in-purchase-page-form-details .overview-col{
    float:none;
    margin-right: 5%;
}
.logged-in-purchase-page-form-details .overview-sidebard {
    position: relative;
    margin-left:0;
    top:0;
    padding-bottom:0;
    min-width: 345px;
}
@media (max-width: 1306px) {
    #ppy-eproduct-form .tier-title-h3 {
        flex-wrap: nowrap !important;
    }
}
@media (max-width: 900px){
    .logged-in-purchase-page-form-details {
        display: block;
    }
    .logged-in-purchase-page-form-details .overview-sidebard, .logged-in-purchase-page-form-details .overview-col {
        max-width:100%;
        width: 100% !important;
    }

}
@media (max-width: 768px) {
    #ppy-eproduct-form .overview-sidebard {
        margin-left: 0;
        width: 100% !important;
        max-width: 440px;
    }
}
@media (max-width: 516px){
    #ppy-eproduct-form {
        margin:auto -30px;
    }
}
@media (max-width: 450px){
    #ppy-eproduct-form .additional-product-container .additional-product {
        flex: 0 1 80% !important;
    }
}
@media (max-width: 410px){
    #ppy-eproduct-form .additional-product-container .additional-product {
        flex: 0 1 75% !important;
    }
    #total-with-tax-label {
        width:50%
    }
    #coupon {
        width: 130px;
    }
}

