/* index page */

#page{
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 1.2em;
    padding: 20px;
}

#page h5{
    font-size: 2em;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

#success {
    max-width: 750px;
    margin: 0 auto;
    font-size: 1em;
    padding: 20px;
}

#success .order_total{
    text-align: right;
    color: #dc362e;
}

#success .order_success{
    text-align: center;
}

#success table {
    width: 100%;
}

#success .backtohome{
    text-align: center;
}

.category_images {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
}

.category_images p {
    width: 20%;
    display: block;
}

.banners {
    overflow: hidden;
    padding-bottom: 8px;
}

.banners p {
    float: left;
    width: 50%;
}

.index_title {
    height: 50px;
    background-color: #efd7e5;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 50px;
    color: #fff;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    padding-left: 2%;
}

.index_new_title {
    background-image: url(../images/index_new.png);
}

.index_countdown_title {
    background-image: url(../images/index_countdown.png);
}

.index_featured_title {
    background-image: url(../images/index_featured.png);
}