@charset "KOI8-U";
/* CSS Document */
.price-container {
    background: url('../images/bg2.jpg') no-repeat center center;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    display: block;
    height: 300px; /* ??????????? */
}


.price-item {
    font-size: 18px;
    margin-bottom: 10px;
}

.price {
    font-weight: bold;
    color: black;
}

.recommend {
    background: #FF33CC;
    color: yellow !important;
   padding: 3px 8px;
    border-radius: 5px;
}

