/*obos edits*/
p.frBrod {
    background: #f3f3f3;
    margin: 1em 0;
    padding: 1em;
    border-radius: 3px;
    font-size: 1.1em;
}

ol.product-items.widget-product-grid span.price-wrapper {
    display: none;
}

/*.product-info-main .price-box.price-final_price {*/
    /*display: none;*/
/*}*/

.checkout-success a.action.primary.continue {
    display: none;
}

.payment-method-billing-address .billing-address-same-as-shipping-block.field.choice {
    display: none;
}

.product-item-actions{
    display: block !important;
}

.checkout-index-index div.field[name="shippingAddress.street.2"],
.checkout-index-index input.input-text[name="street[2]"] {
    display: none;
}

/* Modal widget */
.customer_account_forcelogin #eu-website-changer {
    display: none;
    text-align: center;
}

.customer_account_forcelogin .modal-inner-wrap {
    max-width: 600px;
    width: auto;
}

.customer_account_forcelogin #eu-website-changer .zp-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 0 60px 15px;
    font-size: 21px;
}

.customer_account_forcelogin #eu-website-changer .zp-message {
    color: #999999;
    font-size: 16px;
}

.customer_account_forcelogin #eu-website-changer .stores {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -15px 0;
}

.customer_account_forcelogin #eu-website-changer .store {
    flex: 1 1 0;
    padding-left: 15px;
    padding-right: 15px;
}

.customer_account_forcelogin #eu-website-changer .store-box {
    background-color: #F9F9F9;
    box-shadow: 0 1px 3px #00000014;
    border: 1px solid #70707021;
    border-radius: 3px;
    padding: 15px;
    color: #595959;
    margin-bottom: 3rem;
}

.customer_account_forcelogin #eu-website-changer .store-box .title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.customer_account_forcelogin #eu-website-changer .action {
    display: block;
    padding: 15px 30px !important;
    margin: 3rem 0;
    width: 100%;
    line-height: 16px;
}

@media screen and (max-width: 477px) {
    .customer_account_forcelogin #eu-website-changer .store {
        flex-basis: 100%;
    }

    .customer_account_forcelogin #eu-website-changer .action {
        margin-bottom: 5rem;
    }
}

.zp-special-action-show-popup
{
    background-color: #B95946;
    color: #fff;
    padding: 15px;
    margin-top: 35px;
    width: 250px;
}
