
.popup-jqm {
    display: none;
    position: absolute;
    min-width: 420px;
    max-width: 520px;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-radius: 5px;
    -webkit-border-radius: 5px;
    /* overflow: hidden; */
}

.purchase-features .purchase-feature:not(:last-child) {
    margin-bottom: 8px;
}

.purchase-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    /*padding: 24px;*/
    border-radius: 3px;
    background: #e8e8e8;
    font-size: 14px;
    color: #333;
    /*padding-right: 60px;*/
    text-decoration: none;
    padding: 11px 66px 11px 19px;
}

.purchase-feature-v0:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: calc(50% - 12px);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTEzLjE3MiAxMmwtNC45NS00Ljk1IDEuNDE0LTEuNDE0TDE2IDEybC02LjM2NCA2LjM2NC0xLjQxNC0xLjQxNHoiIGZpbGw9InJnYmEoMjExLDIxMSwyMTEsMSkiLz48L3N2Zz4=");
}

.purchase-feature:hover:after {
    background-image: url(/custom/splatforma/2020/img/white-shevron-right-hover.png)
}

.purchase-feature:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(/custom/splatforma/2020/img/white-shevron-right.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s;
}

.purchase-feature__title:hover {
    color: #000;
}
.purchase-feature__title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 10px;
    transition: all .2s;
    color: #000;
    padding-right: 24px;
}

.purchase-feature-inner__subtitle-text {
    color: #12A2BF;
}
.purchase-feature__title:after {
    box-sizing: border-box;
    content: '?';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid;
    font-size: 15px;
    padding-left: 1px;
    color: gray;
    font-weight: 600;
}

.popup.purchase-feature-inner {
    width: 100%;
    position: fixed;
    left: 50%;
    right: auto;
    z-index: 1000 !important;
    background: #fff;
    margin: auto !important;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    padding: 40px 32px;
    top: 50% !important;
    font-size: 14px;
    max-height: 96vh;
}

.purchase-feature-inner.popup .close {
    top: 16px;
    right: 16px;
}

.js-z-index {
    z-index: 1000 !important;
}

.breadcrumbs .drop .separator {
    z-index: 0;
}

.purchase-feature-inner__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.purchase-feature-inner__subtitle {
    position: relative;
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.purchase-feature-inner__popup {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    min-width: 400px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: none;
    z-index: 2;
}

.purchase-feature-inner__subtitle:hover .purchase-feature-inner__popup {
    display: block;
}

.purchase-feature-inner__popup .purchase-feature-inner__subtitle {
    margin-top: 0;
    line-height: 24px;
}

.purchase-feature-inner table {
    max-height: 300px;
    overflow-y: auto;
    display: block;
    width: 100%;
    margin: 10px 0;
}

.purchase-feature-inner tbody,
.purchase-feature-inner tr {
    display: block;
    width: 100%;
}

.purchase-feature-inner tr {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.purchase-feature-inner td:nth-child(1) {
    margin-right: auto;
}

.purchase-feature-inner td:nth-child(2) {
    margin: 0 0 0 10px;
    opacity: .7;
}

.purchase-feature-inner td:nth-child(3) {
    margin-left: 10px;
    padding-right: 10px;
}

.purchase-feature-inner tr:first-child td:nth-child(3) {
    font-weight: 700;
}

.purchase-feature-inner tr:first-child td:nth-child(1) {
    color: #e31235;
    font-weight: 600;
}

.purchase-feature__places {
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 800px) {
    .purchase-feature-inner__popup {
        left: 0;
        width: 100%;
        min-width: unset;
    }
}

@media (max-width: 520px) {
    .basket_normal .popup.purchase-feature-inner {
        top: auto !important;
        left: 0;
        transform: none;
        bottom: 0;
        border-radius: 16px 16px 0 0;
        overflow: auto;
    }
}

.jqmOverlay, .popup-window-overlay {
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.jqmOverlay {
    background: #3a3f44;
    opacity: .7 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}

.jqmOverlay.waiting {
    z-index: 997;
}


.popup-jqm {
    display: none;
    position: absolute;
    min-width: 420px;
    max-width: 520px;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-radius: 5px;
    -webkit-border-radius: 5px;
    /* overflow: hidden; */
}

.jqmWindow, .popup-jqm {
    position: fixed;
    top: 0;
    animation: toggle_opacity 200ms;
}

.popup-jqm {
    background: none;
    box-shadow: none;
    min-width: 0;
    z-index: 11;
    width: 141px;
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    border-radius: 0;
}

.popup-jqm.show {
    display: block !important;
}

.popup-jqm.purchase-feature-inner {
    width: 100%;
    position: fixed;
    left: 50%;
    right: auto;
    z-index: 1000 !important;
    background: #fff;
    margin: auto !important;
    transform: translate(-50%, -50%);
    border-radius: 16px;
    padding: 40px 32px;
    top: 50% !important;
    font-size: 14px;
    max-height: 96vh;
}