.sale-flag-side {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  display: none; }

.sale-flag-side.visible {
  font-size: 15px; }

.card-text span.price {
  font-size: 20px; }

body.main.home .body.content {
  margin-top: 0px !important; }

.header-padding {
  padding: 0 !important; }

.header-logo > a {
  padding: 0 !important;
  display: inline-block !important; }

h1.page-heading, h2.page-heading, h3.tab-content-title, h3.tab-content-subtitle, h4 {
  font-weight: 700 !important;
  margin-top: 1rem; }

/* search form styling sv */
@media only screen and (max-width: 800px) {
  .navPages-quickSearch {
    max-width: 90%;
    height: auto; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0;
    position: relative;
    width: 100%; }
  .navPages-quickSearch input#search_query {
    height: 30px !important; }
  .navPages-quickSearch .search-icon {
    right: 6px;
    position: absolute;
    height: auto;
    top: 6px; }
  .navPages-quickSearch input.button.button--primary.form-prefixPostfix-button--postfix {
    display: none; }
  .navPages-quickSearch svg {
    fill: #005d8e !important;
    max-width: 20px;
    height: 20px; }
  .navPages-quickSearch {
    width: 100%;
    float: none;
    clear: unset; }
  .mobile-menu .navPages {
    width: 100% !important;
    left: 0;
    height: 200%;
    top: 45px !important; }
  .mobile-menu .right.searchbar {
    display: none !important; }
  .top-menu .right {
    width: 85%; }
  .navPages-quickSearch .form-field {
    width: 95%; }
  .top-menu {
    padding-top: 4px;
    height: 40px; }
  body.main .header-container {
    margin-top: 10px; }
  .logo-link img {
    height: 50px;
    padding: 5px 6px 0; }
  a.modal-close.custom-quick-search {
    display: none !important; } }

/* search form styling */
.continueshop-button {
  background-color: #005d8e;
  width: 250px;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: grid;
  align-items: center;
  margin: auto; }

.continueshop-button a {
  color: white;
  text-decoration: none; }

.form-label {
  font-weight: bold; }

/* Product cards & PDP: style RRP and Sale prices */
.card .price-section--minor,
.card .price-section--minor .price,
.card .price.price--rrp,
.card .price.price--non-sale,
.productView-details .price-section--minor,
.productView-details .price-section--minor .price,
.productView-details .price.price--rrp,
.productView-details .price.price--non-sale {
  color: #666 !important;
  /* medium grey, softer than #222 */
  opacity: 1 !important;
  /* stop theme from muting */
  text-decoration: line-through;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1.5px; }

/* Sale price (force red everywhere) */
.card .price.price--sale,
.card .price.price--sale.price--withTax,
.card .price.price--sale.price--withoutTax,
.productView-details .price.price--sale,
.productView-details .price.price--sale.price--withTax,
.productView-details .price.price--sale.price--withoutTax {
  color: #FF0000 !important;
  /* your red */
  font-weight: 600;
  /* bolder so it stands out */ }

@media (max-width: 768px) {
  .header-container-left-aligned-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
  .header-logo--left {
    margin: 0 auto;
    text-align: center; }
  .header-logo--left img {
    max-width: 180px;
    /* optional */
    height: auto; } }
