.packageProductTypeIcon.product-type-pdf {
    background-image: url(/assets/img/product-icon-pdf-5.png);
    background-size: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    right: 25px;
}

form #formRowBillingAddress1,
form #formRowBillingAddress2 {
/*form #formRowBillingCity {*/
    /*display: none;*/
}

#orderFormWrapper
{
    float: right;
    width: 37.5%;
}

#orderForm
{
    float:none;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    background-color: #333;
}

#alternative-payments {
    margin-top: 5px;
    color: white;
    float: none;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    background-color: #333;
}

.alternative-payment-row {
    text-align: center;
    padding: 20px;
    /*padding-top: 10px;*/
}

#orderFormWrapper .or-text {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0;
    margin-bottom: 8px;
}

#alternative-payments h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0;
    margin-bottom: 8px;
}

#orderFormWrapper #payWithPaypalWrapper {
    cursor: pointer;
    background-color: #FFC439;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    border: 1px solid #333333;
    text-align: center;
    padding: 0;
    /*margin-top: 10px;*/
}
#orderFormWrapper #payWithPaypalWrapper #payWithPaypal {
    display: inline-block;
}
#orderFormWrapper #payWithPaypalWrapper #payWithPaypalLogoOnly {
    display: none;
}
#orderFormWrapper #payWithPaypalWrapper.selected {
    border: 1px solid #FFFFFF;
}
#orderFormWrapper #payWithPaypal {
    cursor: pointer;
    border: 0;
    display: inline-block;
    margin-top: 6px;
}

#orderFormWrapper #payWithPaypalWrapper.smaller {
    height: 26px;
}
#orderFormWrapper #payWithPaypalWrapper.smaller #payWithPaypal {
    display: none;
}
#orderFormWrapper #payWithPaypalWrapper.smaller #payWithPaypalLogoOnly {
    display: inline-block;
    height: 26px;
    margin-top: 0;
}

#pay-with-cc-button {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-radius: 5px;
    height: 54px;
    line-height: 56px;
    background-color: #FFC439;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    font-size: 22px;
    color: #333333;
    border: 1px solid #333333;
    letter-spacing: -1.0pt;
}

#pay-with-cc-button.selected {
    background-color: #ffc20e;
    color: black;
    border: 1px solid #FFFFFF;
}

.pay-with-cc-fields {
    /*display: none;*/
    padding-top: 15px;
    padding-bottom: 20px;
}

#paypal-please-wait {
    display: none;
}