.checkout-wrapper {
    padding: 3% 10% 2%;
    font-size: 18px;
}

.stepwizard-step p {
    margin-top: 10px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    margin-top: 20px;
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard-step-label {
    font-size: 1.0em;
}

.checkout-title {
    text-align: left;
}

.gray-line {
    background-color: rgb(246,246,246);
    min-height: 20px;
}

.email-wrapper {
    margin-top: 3%;
}

.checkout-section-title {
    padding-bottom: 10px;
    color: rgb(65,26,49);
    margin-bottom: 20px;
}

.title-border {
    border-bottom: 1px solid rgba(65,26,49, 0.1);
}

.m-top-5{
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.small-info {
    font-size: 10px;
}

.checkout-shipping-method {
    background-color: rgb(250,250,250);
    text-align: center;
    padding: 20px;
}

.checkout-shipping-method-price {
    font-size: 20px;
    color: rgba(65,26,49, 1);
    font-weight: bold;
}

.checkout-shipping-method-name {
    font-size: 16px;
}

.btn-apply-coupon-code {
    padding-top: 8px;
    background-color: rgba(65,26,49, 1);
}

.cart-product-name, .product-options-text {
    font-size: 12px;
}

.checkout-small-title {
    font-size: 14px;
}

@media only screen and (max-width: 580px) {
    .stepwizard-step-label {
        font-size: 12px;
    }

    .checkout-title {
        text-align: center;
    }

    .checkout-section-title {
        font-size: 16px;
    }
}

#panel-checkout-cart {
    display: none;
}

.alert {
    font-size: 14px;
}

.selected-shipping-method {
    border: 1px solid rgba(65,26,49, 0.8);
}

.div-shipping-method:hover {
    border: 1px solid rgba(65,26,49, 0.4);
}

.panel-address-verification {
    display: none;
    margin: 0 20px;
    padding: 20px;
}

.checkout-select-address {
    background-color: rgb(250,250,250);
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(65,26,49, 0.2);
}

.highlight-change {
    background-color: rgba(0, 255, 0, 0.2);
}

.selected-address {
    border: 1px solid rgba(65,26,49, 0.8);
    background-color: rgb(252,252,252);
}

.checkout-select-address:hover {
    border: 1px solid rgba(65,26,49, 0.8);
    background-color: rgb(251,251,251);

}

.panel-payment {
    margin: 0 20px;
    padding: 20px;
}

.checkout-section-same-billing {
    padding: 0 40px;
    font-size: 12px;
}

.checkout-section-different-billing {
    display: none;
    font-size: 12px;
}

.edit-your-address {
    cursor: pointer;
    text-decoration: underline;
}

.panel-step-2 {
    display: none;
}

.panel-billing-address {
    margin-left: 5%;
}

.btn-cancel-custom-billing {
    cursor: pointer;
    margin-right: 10px;
}

.btn-edit-custom-address {
    cursor: pointer;
    margin-top: 20px;
    margin-left: 15px;
    font-weight: bold;
    font-size: 14px;
}

.btn-edit-your-address {
    display: none;
    text-decoration: none;
}

.btn-link {
    margin: 0;
    padding: 0;
}