.promotion-item__tag.promotion-item__tag--on-image {
    display: none;
}

.promotion-list .promotion-item .bar-service__item-promo-time, 
.promotion-list .promotion-item .promo-label.amount:before
 {  visibility: hidden;   }



/*
    Custom CSS
    Please make sure your CSS rules are 
    more particular / have higher priority
    then other page styles
*/
#events h3 {
}

#events p.duration, #events div.duration {
}

#events p.description, #events div.description {
}

#events .selectedEvent {
}

#events input.reserve_time_btn {
}

#events input.select_another_btn {
}

#eventForm #start_date-block-container h3, #eventForm #timeline-container h3 {
}

#eventForm #save_button {
}

div.ui-widget-content {
}

div.ui-widget-header {
}

#timeline-container table.timeline {
}

.timeline td.not_worked_time {
}

.timeline td.free_time {
}

.timeline td.selected_time {
}

.timeline td.reserved_time {
}

div#loading {
}

#start_date-block-container .zend_form dt,
#start_date-block-container .zend_form dt b,
#start_date-block-container .zend_form dd label {
}

/* ======================
   FORCE REMOVE BLUE DOTS
   ====================== */
[id*="gift"] [class*="dot"],
[id*="gift"] [class*="mark"],
[id*="gift"] .sb-badge,
[id*="gift"] .sb-color-mark,
[id*="gift"] .sb-marker,
[id*="gift"] .sb-gift-card-item__marker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* ============================
   REMOVE VALIDITY / "0 months"
   ============================ */
[id*="gift"] [class*="valid"],
[id*="gift"] [class*="duration"],
[id*="gift"] .sb-time,
[id*="gift"] .sb-gift-card__validity,
[id*="gift"] .sb-gift-card-item__duration,
[id*="gift"] .sb-gift-card-item__details div:last-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* ============================
   REMOVE EXTRA LABEL SPACING
   ============================ */
[id*="gift"] .sb-gift-card-item__details {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
