.pi_link {
    margin-top: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
}
.luxe .pi_link {
    margin: 0 0 2rem 0;
    justify-content: flex-start;
}

.pi_link .sentence {
    padding-bottom: .25rem;
    border-bottom: 1px solid #999;
    font-size: .9rem;
}

.pi_link img {
    margin-left: .5rem;
    max-width: 50px;
}

.pi_container {
	position: fixed;
	display: flex;
    flex-flow: column;
    align-items: center;
    right: -440px;
    top: 0;
    background: #ffffff;
    height: 100%;
    width: 420px;
    border-left: 1px solid #dcdcdc;
    box-shadow: 4px 0 12px #00000033;
    z-index: 99999999;
    overflow-y: scroll;
    transition: right .5s;
}
.pi_container.open {
	right: 0;
}

.pi_container .close {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    width: calc(100% - 2rem);
    cursor: pointer;
}

.pi_container .close .fa-light {
    font-size: 2rem;
}

.pi_title {
    display: flex;
    align-items: center;
    margin: 1rem 0 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.pi_title img {
    width: 50px;
    margin-left: .5rem;
    margin-bottom: 0!important; /* template luxe */
}

.pi_caption {
    margin-bottom: 1rem;
}

.installment {
    position: relative;
    background: #f7f7f7;
    width: calc(100% - 4rem);
    padding: 1rem 1rem;
    margin: 1rem 0;
}

.installment_mode_container {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.installment_mode {
    padding: 0.4rem 1rem 0.6rem 1rem;
    background: white;
    border: 1px solid black;
    border-radius: 2rem;
    font-weight: 600;
}

.installment_x {
    font-size: 1.1rem;
    font-weight: 600;
    color: #dc5261;
}

.installment_step {
    display: flex;
    justify-content: space-between;
    margin: 0.75rem 0;
}

.installment_price {
    font-weight: 600;
}

.pi_title_2 {
    margin: 1rem 0 0 0;
    font-size: 1.25rem;
    font-weight: 600;
    width: 75%;
    white-space: break-spaces;
    text-wrap: balance;
}

.pi_container hr {
    border-top: 1px solid #cdcdcd;
    margin: 1rem 0 1rem 0;
    width: 75%;
}

.pi_subtitle {
    font-size: 1.1rem;
    width: 75%;
    white-space: break-spaces;
    text-wrap: pretty;
    text-align: left;
}

.pi_steps {
    margin: 1rem 0;
    width: 95%;
}

.pi_step {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1rem 0;
}

.pi_step_num {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    background: #f7f7f7;
    border-radius: 100%;
    margin-right: 1.5rem;
}

.pi_step_desc {
    white-space: break-spaces;
    text-wrap: pretty;
    text-align: left;
}
.pi_step_desc,
.pi_step_desc * {
    font-size: 0.9rem;
}

.pi_step_desc img {
    width: 65%;
}

@media screen and (max-width: 767px)  {
    .pi_link {
        margin-top: .75rem;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 450px)  {
    .pi_container {
        right: calc(-100% - 20px);
        top: 0;
        background: #ffffff;
        height: 100%;
        width: 100%;
        border-left: 1px solid #dcdcdc;
        box-shadow: 4px 0 12px #00000033;
        z-index: 99999999;
        overflow-y: scroll;
        transition: right .5s;
    }

    .luxe .pi_link {
        margin-bottom: 1rem;
    }
    /* .luxe .block_addtocart:not(.unfixed) .pi_link {
        display: none;
    } */

    .pi_link .sentence {
        font-size: .85rem;
        letter-spacing: -.015rem;
    }
}