.animated-background-hdCrossSellHero {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 180px;
    position: relative;
    width:270px;
}


.strikeThroughPriceTopHotels{
	float: left;
    padding: 0px;
    margin-top: 0px;
    text-decoration: line-through;
    color: gray;
}
