﻿.Title_Box {
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
}

.img_box_right {
    width: 50%;
    float: right;
    text-align: center;
}

.img_box_left {
    width: 50%;
    float: left;
    text-align: center;
}

.bold {
    font-weight: 700
}

.label_bubble {
    display: inline-block;
    padding: 5px 16px 6px;
    font-size: 100%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 4px;
}

.boxProduct {
    margin: 10px;
    width: 230px;
    float: left;
    border: 1px solid #d1ccc0;
    height: 350px
}

.product_image img {
    width: 108px;
    float: left;
    height: 125px;
}

.hr_line {
    margin: 6px 31px;
    border: 1px solid #bdbdbd;
}

.product_info {
    padding: 7px
}

.product_image {
    display: inline-block
}

.flagBox {
    width: 21px;
    margin-right: 5px;
    height: 16px;
    position: relative;
}
.loadMoreDiv {
    margin: 30px 0;
    text-align: center;
}
.bubbleSeller {
    white-space: nowrap;
    padding: 3px 0px 6px;
}
.table {
    font-size: 16px
}