
.hidden{display:none;}

form.checkout .input label{
    min-width: 120px;
    display: inline-block;
    margin-bottom: 1.2em;

}
form.checkout .input input{
 border: solid 1px #dedada;
     line-height: 30px;
     padding: 3px;
     border-radius: 2px;
     text-indent: 5px;
     min-width:250px;
}
form.checkout .input div[data-recurly="card"]{
    max-width: 410px;
}
form.checkout .ccard-label{
    margin-bottom: 10px;
    display: block;
}
.product-details .product{
    border: solid 1px #e1e1e1;
    padding: 30px;
}
.prc-logo-wrap img {
    width: auto;
    max-height: 50px;

}
.icons-wrap {
    text-align: center;
    padding: 1em;
}

.terms-and-conditions-frame {
    width: 100%;
    height: 100%;
    min-height: 70vh;
    min-width: 100%;
    overflow: hidden;
}

.mdc-dialog__surface {
    min-height: 75vh;
}

.mdc-dialog__body {
    min-height: 70vh;
}

@media only screen and (max-width: 1000px) {
    .prc-wrap_inner, .prc-max_width, .prc-body_inner {
        width: calc(100% - 1em);
        max-width: calc(100% - 1em);
        min-width: calc(100% - 1em);
    }
    .prc-wrap_inner {
        padding: 1em;
    }
    .prc-logo-wrap  {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .mdc-layout-grid__cell {
        width: 100%!important;
        grid-column-end: span 12;
    }
}
