.header .header-text {
    background: #fff;
    color: #ff9332;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dae1e7;
    text-transform: uppercase;
}

.header .header-text a {
    color: #ff9332;
}

.boook-item-information .amenities {
    color: #ed1c24
}

.boook-item-information .amenities.has-item {
    color: #ffc99e;
}

.text-decoration-line-through {
    text-decoration: line-through;
}