/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.blocked-content {
    position: relative;
}

.blocked-content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(rgba(255,255,255,0),#fff);
}

.blocked-content-popup {
    margin: 1em 2em 0;
    position: relative;
}

.juoksija-kortti-img {
    max-width: 600px;
    width: 100%;
}


#avenla-order-as-gift-field-wrapper label {
    text-transform: none;
    font-weight: normal;
}

.avenla-order-as-gift-email {
    display: none;
}

.avenla-form-field-desc {
    display: none;
    opacity: .8;
    font-size: .8em;
    margin: -5px 0 15px;
}


.woocommerce-notices-wrapper + p {
    font-size: .8em;
}

.woocommerce-notices-wrapper + p > mark {
    background-color: unset;
    color: unset;
}

.woocommerce-checkout #ship-to-different-address {
    display: none;
}

.edit-account input:read-only,
.woocommerce-billing-fields input:read-only,
.woocommerce-address-fields input:read-only,
.edit-account input:read-only:focus,
.woocommerce-billing-fields input:read-only:focus,
.woocommerce-address-fields input:read-only:focus {
    background-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.current-subscriptions-note {
    background: #21a4ae;
    border: 1px solid #21a4ae;
    margin: 1.5em 0 2em;
    padding: 20px;
    color: #fff;
}

div.current-subscriptions-note ul {
    margin-bottom: 0;
}

div.current-subscriptions-note ul li {
    list-style-type: disc;
    margin-left: 1.3em;
}