﻿
.price-section-box {
    border: 0.5px solid rgba(23,26,29,.16);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #fff;
}

.price-section-box-caption {
    background-repeat: no-repeat;
    background-size: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.price-section-box-caption-description {
    font-size: 13px;
    font-weight: 400;
    color: black;
    letter-spacing: 0;
}

.price-text-price-free {
    font-size: 20px;
    font-weight: 100;
    color: rgba(23,26,29,.94);
    letter-spacing: 0;
}

.price-text-base-price-currency-symbol {
    font-size: 20px;
    font-weight: 700;
    color: rgba(23,26,29,.94);
    letter-spacing: 0;
}

.price-text-base-price-name {
    font-size: 14px;
    font-weight: 400;
    color: rgba(23,26,29,1);
    letter-spacing: 0;
}

.price-text-base-price-value {
    font-size: 35px;
    font-weight: 700;
    color: rgba(23,26,29,1);
    letter-spacing: 0;
}

.price-text-base-price-unit {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,1);
    letter-spacing: 0;
}

.price-text-person-price-name {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,1);
    letter-spacing: 0;
}

.price-setcion-box-dismember {
    height:10px;
    margin: 0px 20px;
    border-top: 0.5px solid rgba(23,26,29,.08);
}

.price-section-feature-text-suit-to {
    font-size: 13px;
    color: rgba(23,26,29,.8);
    letter-spacing: 0;
}

.price-section-feature-text-name {
    font-size: 13px;
    font-weight:400;
    color: rgba(23,26,29,.8);
    letter-spacing: 0;
}

.price-section-feature-text-desc {
    font-size: 13px;
    font-weight:400;
    color:black;
    letter-spacing: 0;
}

.price-page-background-layer-top {
    width: 100%;
    height: 20%;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
}

.price-page-background-layer-bottom {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -200;
    top: 0;
    left: 0;
}

.price-section-purchase-button {
    border: 0px solid rgba(23,26,29,.16);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--purchase-button-bg-color);
}

.purchase-button-hover:hover {
    background-color: var(--purchase-button-hover-color);
}

.mask-layer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(23,26,29,.16);
}

.mask-layer-bg-panel {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.hidden {
    display:none;
}

.active {
    display:flex;
}

.text-price-caption {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.text-price-link-button {
    font-size: 1.0rem;
    line-height: 1.5rem;
}