#jomholiday-items .price-container {
    background: #6eaa3c;
    color: #fff1f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

#jomholiday-items .premium {
    border: 2px solid #6eaa3c;
}

#jomholiday-items .price-container .price {
    font-weight: 400;
    font-size: 1.2rem;
}

#jomholiday-items .price-container .price-per-night {
    font-size: 0.8rem;
}

#jomholiday-items .ratings .score {
    background: #18458B;
    color: #fff;
    float: left;
    font-weight: 600;
    border-radius: 5px 5px 5px 0;
    padding: 12px;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.3);
}

#jomholiday-items .ratings .score-left {
    color: #fff;
    font-weight: 500;
}

#jomholiday-items .hotel-rating {
    padding-bottom: .15rem;
}

#jomholiday-items address {
    font-size: 1.15rem;
}

#jomholiday-items .tour {
    background: rgba(0, 114, 243, 0.8);
    text-transform: uppercase;
}

#jomholiday-items .card-link {
    z-index: 1;
    content: '';
    opacity: 1;
    background: transparent;
    background: -webkit-linear-gradient(top,transparent 0%,transparent 0%, rgba(255, 255, 255, 0.2) 65%,rgba(0,0,0,.7) 100%);
    background: linear-gradient(to bottom,transparent 0%,transparent 0%, rgba(255, 255, 255, 0.2) 65%,rgba(0,0,0,.7) 100%);
}
#jomholiday-items .card-link:hover {
    background: transparent;
    -webkit-transition: background 300ms ease-in 2s; /* property duration timing-function delay */
    -moz-transition: background 300ms ease-in 2s;
    -o-transition: background 300ms ease-in 2s;
    transition: background 300ms ease-in 2s;
}

