@import 'icons.css';

.full-price,
.sale-price,
.info-price {
  font-weight: 600;
}
.full-price,
.ful-price span{
  color: #70635a !important;;
}
.sale-price,
.sale-price span
{
  color: #d13239 !important;
}
.info-price
.info-price span {
  color:#0a0444 !important;
}
.package-name-background {
  background-color: #0f3151 !important;
}
.package-name-background p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.package-title {
  color: #242424;
  font-weight: 600;
}
.package-details {
  padding: 5px 10px;
  margin: 0 0 15px;
  font-size: 13px;
  border-left: 5px solid #b4b3b1;
}
.tag-details {
  font-weight: 700;
}
.name-details {
  font-style: italic;
}
.t-head {
  background-color: #f1f1f1;
  color: #242424;
  font-size: 1em;
  font-weight: 600 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.package-warning{
  color: #70635a;
  font-size: .87rem;
  font-style: italic;
}
.italic-font{
  font-style: italic;
}
.result-summary{
  background: #0095ab;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
}
.FC{
  font-size:14px;
  font-weight:600;
  color: #3247de;
}
.LM{
  font-size:14px;
  font-weight:600;
  color: #de7232;
}
.SPO{
  font-size:14px;
  font-weight:600;
  color: #7d0b92;
}
.EBD{
  font-size:14px;
  font-weight:600;
  color: #ff4700;
}
.breadcrumb li {
  font-size: 13px;
  text-align: center;
}
.SPOEBD {
  font-size: 14px;
  font-weight: 600;
  color: #d17f32;
}

.RQNA {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.FCAVL {
  font-size: 14px;
  font-weight: 600;
  color: green;
}
.print-only {
  display: none!important;
}