.shop-item {
    width: 33%;
}

.listing-item-container.nocolumn-lic {
    margin-bottom: 30px;
}

.breadcrumbs.inline-breadcrumbs:before,
.top-breadcrumbs .container:before {
    content: '';
}
.daterangepicker_big .daterangepicker{
    top: 50px !important;
    left: unset !important;
}
.bodrer-bottom {
    border-color: #979797;
}
.listsearch-input-item{
    float: left;
    width: 30%;
    margin-right: 10px;
}
.geodir_status_date{
    z-index: unset;
}
/*移動到style.css*/
/* .km-tag{
    padding: 0px 5px;
    margin: 0 5px 0 0;
    background: rgba(255, 83, 102, 0.15);
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 1px;
    font-size: 12px;
    color: #979797;
} */
.nice-select {
    color:#9c9c9c;
}
.shop-item_price {
    color: #979797;
}
.shop-item_title h4 {
    margin-bottom: 24px;
}
.load-btn,.go-home{
    padding: 15px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: #FF5366;
    border-radius: 5px;
    margin-bottom: 50px;
}
.race-date {
    text-align: left;
    margin: 30px 0px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #404040;
}
.no-result p:first-child{
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    color: #404040;
}
.no-result p:last-child{
    font-size: 14px;
    line-height: 20px;
    color: #404040;
}
@media only screen and (max-width: 768px) {
    .shop-item {
        width: 100%;
    }
}
@media  only screen and (max-width: 425px) {
    .listsearch-input-item{
        width:100%;
    }
    .daterangepicker_big .daterangepicker{
        left: 0 !important;
    }
}
.search-keyword {
    font-weight: bold;
    padding: 50px 0;
    text-align: left;
    font-size: 24px;
    line-height: 35px;
    color: #404040;
}
