.price-listi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-between;
    align-items: stretch;
}

.price-itemi {
    padding: 20px;
    transition: all .4s;
    border: 1px solid #d9d9d9;
    position: relative;
    margin: 20px 10px 0 10px;
    /*    flex-grow: 1;
    flex-basis: 25%;*/
    flex: 1 1 33%;
    max-width: 31%;
}

.choose-time {
    font-size: medium;
}

.pro-c {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    min-height: 52px;
}


    .pro-c span {
        color: #006bd3;
        font-size: x-large;
    }

    .pro-c p {
        font-size: small;
        text-align: right;
        line-height: 18px;
        color: #9d9d9d;
        padding-top: 8px;
    }

.pro-e {
    display: flex;
    justify-content: center;
}

@media (max-width:1200px) {
    /*    .pro-c {
        display: block;
    }*/
}

@media (max-width:992px) {
    .price-itemi {
        flex-basis: 33%;
    }
}

@media (max-width:415px) {
    .price-itemi {
        flex-basis: 50%;
    }

    .pro-b2 {
        margin: 30px 0;
    }
}

.pro-top {
    display: flex;
}

.pro-b {
    margin: 10px 0;
    color: #6b6b6b;
    word-break: break-word;
    line-height: 25px;
    min-height: 80px;
}

/*.pro-b2 {
    margin: 15px 0;
}*/

.pro-b2 a {
    font-weight: 600;
    color: #242424;
    font-size: medium;
}

    .pro-b2 a:hover {
        text-decoration: underline;
    }



.pro-d {
    margin-bottom: 2px;
}

.pro-title {
    padding-left: 20px;
    /*margin-bottom: 20px;*/
}
    .pro-title p{
        margin:0;
        font-size:medium;
    }
    .pro-title h3 {
        line-height: 20px;
        margin:5px 0;
    }

.price-itemi:hover {
    box-shadow: 0 0 8px 0 rgb(0 99 211 / 40%);
    background-color: #fffbd236;
}

.img60 > img {
    width: 100%;
    max-width: 60px;
}

.hot {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.lgbt {
    width: 100%;
}

.fontsmall {
    font-size: medium !important;
}

.c-notes {
    color: gray;
}



.p-listi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
}

.p-itemi {
    padding: 3rem 4rem;
    transition: all .4s;
    border: 1px solid rgba(0,0,0,.2);
    position: relative;
    margin: 1rem;
    flex-grow: 1;
    flex-basis: 340px !important;
    border-radius: .625rem;
}

    .p-itemi:hover {
        box-shadow: 0 0 8px 0 rgb(0 99 211 / 40%);
    }

@media (max-width:992px) {
    .p-itemi {
        flex-basis: 33%;
    }
}

@media (max-width:415px) {
    .p-itemi {
        flex-basis: 50%;
    }
}
