.ws-pricelist {
    margin-bottom: 1.5rem;
}
.ws-pricelist-wrap {
    margin: 0 -1rem;
}
.price-item-wrap {
    max-width: 27rem;
    padding: 0 1rem 1.5rem;
}
.price-item.price-item-base {
    display: flex;
    border-radius: 0.5rem;
    border: 1px solid var(--gray-50);
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 2rem;
    transition: transform .5s
}
.price-item-common {
	width: 100%;
}
.price-subtitle {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    background: var(--tertiary-bgr);
    color: var(--brand);
}
.price-item-base .price-title {
    font-size: 1.4375rem;
    font-weight: 500;
    letter-spacing: -0.04313rem;
    color: var(--body-default);
    margin-bottom: 1rem
}
.price-value {
    font-size: 3rem;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.09rem;
    margin-bottom: 0.125rem;
}
.price-value span {
    font-size: 1rem;
	line-height: 1.1;
    font-weight: 500;
    display: inline-block;
    margin-right: .75rem
}
.after_price {
    color: var(--body---light);
    font-size: 1rem;
}
.price-item .button {
    margin: 2rem auto;
    width: 100%;
/*    background-color: var(--body-default);*/
}
/*
.price-item .button.selected {
    background-color: var(--brand);
}
.price-item .button:hover, .price-item .button:focus {
    background-color: var(--akzent)!important
}
*/
.price-feature {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.price-item-base .price-feature:last-child {
    margin-bottom:0
}
.price-feature.disabled {
    text-decoration: line-through;
}
.price-feature-img {
    flex-basis:1.25rem;
    height:1.25rem;
    flex-shrink: 0;
    margin-right: .63rem
}
.price-feature-img.blue {
    background-color:var(--brand);
}
.price-feature-img.black {
    background-color:#000;
}
.price-feature-img.grey {
    background-color:var(--body---light);
}
.price-feature-title {
    color: var(--body-default);
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}
.price-feature.disabled .price-feature-title {
    color: var(--body---light);
}
.price-feature-subtitle {
    color: var(--body---light);
    font-size: 0.875rem;
}
.order-price-wrap {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1.25rem;
    border-radius: 0.5rem;
    border: 1px solid var(--gray-50);
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.price-item.price-item-optional {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.optional-content {
    flex-basis: 66.6666%;
    text-align: left;
}
.optional-content .price-subtitle {
    color: var(--brand);
    font-size: 1rem;
    font-weight: 700;
    padding:0;
    text-transform:none;
    margin-bottom: 0;
    background:transparent;
}
.optional-content .price-title {
    /* color: var(--headings);
    font-size: 2.5rem;
    font-weight: 400; */
    letter-spacing: -0.075rem;
    margin-bottom: 1.25rem
}
.optional-content .price-title span {
    display: block;
    margin-top:1rem;
    color: var(--body-default);
    font-size: 1.125rem;
}
.optional-price {
    flex-basis: 33.3334%;
    max-width:20.5rem;
    border-radius: 0.5rem;
    border: 1px solid var(--gray-50);
    background: #FFF;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.optional-price .price-value {
    line-height: 1
}
.optional-features {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--gray-50);
    padding-top:2rem;
    padding-bottom: 1rem;
 /*   border-bottom: 1px solid var(--gray-50);*/
    margin: 0 -.5rem;
}
.price-feature-img-wrap {
    flex-basis: 3rem;
    flex-shrink: 0;
    height: 3rem;
    border-radius: 0.5rem;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
    margin-right: 1rem
}
.optional-features .price-feature-img {
    width: 1.5rem;
    height: 1.5rem;
    margin: .75rem;
}
.optional-features .price-feature {
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 0 .5rem
}
.optional-features .price-feature .price-feature-title {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: .5rem;
}
.optional-features .price-feature .price-feature-subtitle {
    font-size:1rem;
    color: var(--body-default);
}
.price-item.price-item-optional .button {
    margin-bottom:0
}

.button.order-button {
    height: 3rem;
    width: 100%
}
@media only screen and (max-width: 767px) {
    .ws-pricelist-wrap, .price-item.price-item-optional {
        display: block
    }
    .price-item-wrap {
        margin: 0 auto;
    }
    .price-item.price-item-optional {
/*        padding-bottom: 2rem;*/
        margin-bottom: 2rem;
/*        border-bottom: 1px solid var(--gray-50);*/
    }
    .optional-features {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
    .optional-price {
        margin: 0 auto
    }
    .optional-features .price-feature {
        flex-basis: 100%;
    }
}
@media only screen and (min-width:768px) {
    .ws-pricelist-wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding-top:1.5rem;
    }
    .price-item-wrap {
        flex-basis: 33.333%;
    }
    .ws-pricelist-wrap .price-item.price-item-base {
        top:0;
		height: 100%;
        transition: top .5s
    }
    .ws-pricelist-wrap .price-item.price-item-base.selected {
        top:-1.5rem;
		height: calc(100% + 1.5rem);
    }
    .optional-features .price-feature {
        flex-basis: 50%;
    }

}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .ws-pricelist-wrap {
        margin: 0 -.75rem;
    }
    .price-item-wrap {
        padding: 0 .75rem 1.5rem;
    }
    .price-item.price-item-base {
        padding: 1.5rem 1rem
    }
    .optional-price {
        padding: 1rem;
        margin-left: .5rem;
    }
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (min-width: 1200px) {
}
