.prepe-mask {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    /* transform: scale(1.1); */
    /* transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25ms; */
}

.prepe-popup {
    z-index: 9999;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 2.5%;
    background-color: #fff;
    width: 95%;
    /* height: 400px; */
    opacity: 1;
    visibility: visible;
    padding-bottom: 75px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.prepe-page {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
    overflow: hidden;
    touch-action: none;
}

.prepe-header {
    padding: 10px;
    width: 100%;
}

.prepe-title {
    /* float: left; */
    width: 90%;
}

.prepe-close {
    top: 0.5rem;
    right: 1rem;
    position: absolute;
    font-size: 20px;
}

.prepe-popup .prepe-product {
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
}

.prepe-product {
    height: 100%;
    overflow: scroll;
}

.prepe-product > iframe {
    border: 0;
    width: 100%;
    height: 100vh;
}

.prepe-slide {
    position: relative;
    top:0;
    left:0;
    padding: 0;
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    transition-duration: 300ms;
}

.prepe-slide.shifting {
    transition: left .2s ease-out;
}

.prepe-slide-item {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    /* padding: 0 0.5%; */
}

.prepe-item {
    display: inline-block !important;
    vertical-align: top;
    width: 30%;
    height: 100%;
    padding: 1.55555%;
    display: inline-table;
}

.prepe-item-image {
    max-width: 100%;
}

.prepe-item-image img {
    max-width: 100%;
    height: auto;
}

.prepe-item-info {
    max-width: 100%;
}

.prepe-item-name {
    font-size: 12px;
    padding-top: 5px;
}

.prepe-item-name a {
    color: #000;
    text-decoration: none;
    max-width: 100%;
}

.prepe-item-price {
    font-size: 12px;
    padding-top: 5px;
}

.prepe-item-sale-price {
    /* color: #737373; */
    font-size: 12px;
    padding-top: 5px;
}

.prepe-buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.prepe-button-stay {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #225f7e;
    width: 50%;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
    padding: 10px 0;
}

.prepe-button-close {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #000;
    width: 50%;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    float: right;
    padding: 10px 0;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    text-align: left;
}

.prepe-slide-page {
    text-align: center;
}

.prepe-slide-page-circle {
    display: inline-block;
    padding: 1%;
    margin: 0 1%;
    border-radius: 50%;
    background: #ddd;
}

.prepe-slide-page-active {
    background: #888 !important;
}

.hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
