/*boxUnit*/
/*#boxUnit,
#boxUnit .card {
    background-color: #ebebeb;
}*/

.ssr-rtm-header {
    margin-bottom: 50px;
}

.ssr-rtm-container .row {
    margin: 0px;
}

#ssr-unitR {
    font-weight: bold;
}

.ssr-rtm-container .card {
    border: 0px;
    margin-bottom: 25px;
}

.ssr-rtm-img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-blockRTM {
    width: 100%;
    float: left;
}

.card-promotion {
    color: #000;
}

.price-default{
    color: #000 !important;
}

.card-priceNormal {
    color: #000;
    text-decoration: line-through;
}

.card-priceSpecial {
    color: #f94700;
}

.project-discount{
    display: inline-block;
    margin-left: 2rem;
    background-color: #f94700;
    font-family: "GraphikTH-SemiBold";
    position: absolute;
    color: #fff;
    padding: 0.6rem 1.6rem;
    bottom: 0;
    border-radius: 20px;
    left: 0;
    transform: translateY(50%);
}

.card-promotion .icon-unit {
    width:25px;
    height:25px;
}

.img-cover-unit{
    object-fit: cover !important;
}

.card-unit{
    border-radius: 10px;
    overflow: hidden;
}

.card-promotion b{
    font-family: 'GraphikTH-SemiBold' !important;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.overlay_house {
    float: right;
}

.sprite-p_i_home {
    background: url(/images/svg/ico/ico-home.svg) 0% 0% no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: block;
}

.loadMore {
    background-color: #fff;
    border: #000 solid;
    color: #000 !important;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 3.3;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 206px;
    cursor: pointer;
}

    .loadMore:hover {
        background-color: #000;
        color: #fff !important;
    }

.ssr-rtm-unit {
    position: relative;
}

.price-unit{
    font-size: 2.5rem;
}

.logo-soldout {
    width: 80px;
    position: absolute;
    z-index: 1;
    right: 0;
}

.style-text-unit{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.card-frameRTM {
    background-color: #ffffff;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 4.5rem 2rem 3rem;
}

