/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wbg-cc.error-purchase-limit {
    background-color: #561643;
    padding: 15px 15px 15px 60px;
    border-radius: 2px;
    position: relative;
    color: #fff;
    margin: 15px 0;
}

.wbg-cc.error-purchase-limit:before {
    content: "\ea10";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 28px;
    margin: auto;
    font-family: 'icomoon-the7-font';
    font-size: 28px;
    line-height: 1;
    color: #fff;
}

.wbg-cc.error-purchase-limit a,
.wbg-cc.error-purchase-limit a:hover,
.wbg-cc.error-purchase-limit a:focus {
    color: #fff;
    text-decoration: underline;
}

.wbg-cc.error-purchase-limit ~ button.single_add_to_cart_button {
    display: none;
}

/* my account pages */
.membership-content .membership-content-actions {
    text-align: right;
}

.membership-content .img-cont img {
    width: 100%;
    height: auto;
}