.order_block {
    margin-bottom: 20px;
    margin-top: 15px;
    display: block;
}

.pop-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-price span {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    color: red;
}


.pop-prod {
    max-width: 250px;
    margin: 0 auto 20px;
}

.pop-prod img {
    width: 100%;
}

.inL_713275 {
    text-align: center !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.timer {
    color: red;
}

.timer span {
    color: red;
    font-size: 20px;
    font-weight: bold;
}



/* CSS */
.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to left,
            hsl(340deg 100% 16%) 0%,
            hsl(340deg 100% 32%) 8%,
            hsl(340deg 100% 32%) 92%,
            hsl(340deg 100% 16%) 100%);
}

.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 22px;
    color: white;
    background: hsl(345deg 100% 47%);
    will-change: transform;
    transform: translateY(-4px);
    font-weight: bold;
    transition:
        transform 600ms cubic-bezier(.3, .7, .4, 1);
}
.button-82-front span {
    color: #fff;
}
@media (min-width: 768px) {
    .button-82-front {
        font-size: 25px;
        padding: 12px 42px;
    }
}

.button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition:
        transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
    outline: none;
}
.comm-live {
    display: block;
    float: none !important;
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    box-shadow: none !important;
    margin-bottom: 10px;
  
    img {
        float: none !important;
        margin: 0;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px !important;
    }
}
.com-ava{
    width: 40px; 
    height: 40px; 
    margin-right: 10px;
}
.comment-item {
    display: flex;
}

.img_wrap{
    display: block;
}