/* =====================================
   Favourite Consumables CSS START
   ===================================== */
.favourite-add-btn,
.favourite-cart-btn,
.favourite-remove-btn {
  transition: all 0.2s ease;
}

.favourite-add-btn:hover,
.favourite-cart-btn:hover,
.favourite-remove-btn:hover {
  filter: brightness(92%);
}

.favourite-consumables-table .btn {
  display: block;
  min-width: 110px;
  margin-bottom: 8px;
}


/* =====================================
   Favourite Consumables Header START
   ===================================== */
.favourite-consumables-header {
  position: relative;
  margin-bottom: 10px;
}

.favourite-consumables-header h1 {
  margin-top: 0;
  padding-right: 55px;
}

.favourite-consumables-video-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 28px;
  text-align: center;
}

.favourite-consumables-video-btn .fa {
  font-size: 18px;
}

.favourite-consumables-intro {
  margin-bottom: 15px;
}

.favourite-consumables-intro p {
  margin-bottom: 4px;
}
/* =====================================
   Favourite Consumables Header END
   ===================================== */

/* =====================================
   Favourite Consumables CSS END
   ===================================== */
