/* General */
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/* Hero labels */
.price-or-date .lmb-label {
    visibility: hidden!important;
}
/* All boxes */
.title-style-1 h5 {
    font-size: 16px!important;
}
.pf-body p {
    font-size: 16px;
}
/* Highlights box */
.pf-body h4 {
    font-size: 16px;
    font-weight: 400;
}
.pf-body .the-price {
    color: #2f79ed;
}
.pf-body .badges {
    font-size: 14px;
    margin-top: 15px;
}
.boxme:first-of-type {
    margin-left: 0;
}
.boxme {
    background: #b3b3b7;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin: 0 5px;
}
.boxme.blue {
    background: #2470FF;
}
.boxme.yellow {
	background: #cdcd0f;
}
.boxme.magenta {
	background: #E51DC0;
}
.boxme.orange {
	background: #FD7823;
}
.boxme.violet {
	background: #8224E3;
}
/* Full Specs */
// to deal with a copypasta of specs from YW, where Propulsion gets messed up and tables are not padded
.header {
    position: relative!important;
    height: auto!important;
}
div.header {
    position: relative!important;
    height: auto!important;
}
a.toggle-btn {
    font-size: 24px!important;
    text-decoration: none!important;
    line-height: 1.25!important;
    font-weight: 600!important;
    margin-bottom: 10px!important;
    margin-top: 20px!important;
}
td.datatable-value {
    padding-left: 15px;
}
table.stripeTbl td {
    padding-left: 15px;
}
table.stripeTbl {
    font-size: 16px;
}
section#listing_tab_full-specs ul li {
    font-size: 16px;
}
section#listing_tab_full-specs ol li {
    font-size: 16px;
}
/* Contact Form */
span.wpcf7-list-item-label {
    font-weight: 500;
}