.housing_card_v {
    background-color: #FFF;
    border: solid 1px #CCC;
    font-weight: normal;
    box-shadow: 0 3px 5px rgba(68,68,68,.2);
    margin-bottom: 10px;
    margin-right: 8px;
    border-radius: 10px;
    min-width: 265px;
    height: 480px;
    transition: box-shadow 0.3s ease-in-out;
    margin-left: 5px;
}

.housing_card_v .picture {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-width: 264px;
    min-height: 170px;
    max-height: 170px;
}

.housing_card_v .promotion_box {
    position: fixed;
    top: 1px;
    left: 20px;
    background: rgb(254, 77, 77);
    z-index: 9999;
    padding: 6px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: auto;
    text-align: center;
}

.housing_card_v .promotion_box .text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px;
}

.housing_card_v .product_type {
    position: relative;
}

.housing_card_v .product_type .content {
    position: absolute;
    bottom: 0;
    left: 47%;
    right: 0;
    background: white;
    z-index: 1;
    width: 125px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding-top: 5px;
}

.housing_card_v .product_type .content .text {
    margin-left: 5px;
    color: #355581;
    font-size: 13px;
    font-weight: bold;
}

.housing_card_v:hover {
    box-shadow: 0 2px 10px rgba(68, 68, 68, 0.4);
}

.housing_card_v .header {
    padding-left: 5px;
    margin: 0;
}

.housing_card_v .header h3 {
    font-size: 21px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: capitalize;
    margin-left: 6px;
    margin-top: 14px;
}

.housing_card_v .header .category {
    margin-left: 6px;
}

.housing_card_v .description {
    margin-left: 13px;
    margin-top: 10px;
}

.housing_card_v .description .destination {
    font-weight: 600;
    font-size: 14px;
}


.housing_card_v hr {
    width: 90%;
    margin-top: 13px;
    border-color: #d4d4d4;
}

.housing_card_v .price_box {
    padding-left: 13px;
}

.housing_card_v .price_box .old_price {
    text-decoration: line-through;
    color: red;
    margin: 0;
    padding: 0;
}

.housing_card_v .price_box .price {
    font-size: 25px;
    font-weight: 800;
}
