/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.category-tile {
  position: relative;
}
.category-tile h1,
.category-tile h2 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

.refinement-bar {
  overflow: auto;
}
.refinement-bar ul {
  padding-left: 0;
}
@media (max-width: 768.98px) {
  .refinement-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 543.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .refinement-bar {
    display: block !important;
  }
}

.filter-header {
  margin-left: -15px;
  margin-right: -15px;
}

.header-bar {
  background-color: #eee;
  border-bottom: 0.063em solid #eee;
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
}
.header-bar .fa.fa-close::before {
  font-size: 1.25em;
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .header-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .header-bar {
    padding: 0.938em;
  }
}

.refinements .header,
.refinements .values {
  padding: 0.313em 0;
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}
.refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}
.refinements li.color-attribute button {
  padding: 0;
}
.refinements li.disabled {
  opacity: 0.5;
}
.refinements ul {
  overflow: auto;
}
.refinements ul li {
  padding-left: 1px;
}
.refinements ul li button { /* stylelint-disable-line no-descending-specificity */
  border: none;
  color: var(--skin-link-color-1);
  background-color: transparent;
}
@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}
.refinements .card-header h2 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto;
}
@media (max-width: 768.98px) {
  .secondary-bar button.reset {
    float: right;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .secondary-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .secondary-bar {
    padding: 0.938em;
  }
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 543.98px) {
  .grid-header .result-count,
  .content-grid-header .result-count {
    padding-bottom: 0.938em;
  }
  .grid-header .filter-results,
  .content-grid-header .filter-results {
    display: block;
    width: 100%;
  }
}
.grid-header select,
.content-grid-header select {
  width: 100%;
}

.result-count {
  font-size: 0.875rem;
}

.refinement {
  margin-bottom: 1em;
}
@media (max-width: 768.98px) {
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0.25rem 1rem;
  }
  .refinement .card-body {
    padding: 0 1rem;
  }
}
.refinement a {
  text-decoration: none;
}
.refinement.refinement-category li {
  margin-left: 0.938em;
  display: block;
}
.refinement.refinement-category > ul > li {
  margin-left: 0;
}

.search-banner {
  background-image: url("../images/search.jpg");
  background-position-y: 40%;
}

.search-keywords {
  font-weight: bold;
}

.filter-bar {
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar ul {
  padding-left: 15px;
}
.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
  /* stylelint-disable-next-line no-descending-specificity */
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}
.filter-bar li.filter-value button {
  color: black;
  border: none;
  padding: 0 2rem 0 0.5rem;
}
.filter-bar li.filter-value button::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 11px;
}
.filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 4px;
}
.filter-bar li.swatch-filter button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.filter-bar li.swatch-filter button::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
.filter-bar li.swatch-filter button::after {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome, sans-serif;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 0.18em;
  top: 0.12em;
  font-size: 1.5em;
}

@media (max-width: 543.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both;
}

.swatch-mark.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.swatch-mark.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.search-nav {
  margin-bottom: 1em;
  border-bottom: 0.063em solid #ccc;
}
.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%;
  }
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}
.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

.row.flex-colum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-listing-title {
  font-size: 22px;
  line-height: 26px;
  font-family: "Volvo Novum medium";
  font-weight: 500;
  max-width: 30px;
  width: 100%;
  display: initial;
}
.product-listing-title + .row {
  margin: 23px 0 0 0;
}
.product-listing-title + .row .refinement-bar {
  width: 100%;
  max-width: inherit;
  overflow: visible;
}
.product-listing-title + .row .refinement-bar .refinements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-listing-title + .row .refinement-bar .refinements .refinement {
  border: none;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title {
  font-size: 9px;
  line-height: 11px;
  color: #141414;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values {
  margin-top: 5px;
  padding: 0;
  margin-bottom: 0;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li > button {
  display: none;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li > ul {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li > ul li {
  margin: 0 8px 0 0;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li > ul li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  width: 64px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li > ul li button.selected img {
  border: 1px solid #284E80;
  border-radius: 4px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li > ul li button img {
  width: 64px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values > li > ul li button span {
  font-size: 9px;
  line-height: 11px;
  color: #141414;
  margin: 4px auto 0 auto;
  text-align: center;
  word-break: break-word;
  width: 90%;
  padding-bottom: 4px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 0;
}
.product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour .colour-title {
  font-size: 12px;
  line-height: 14px;
  margin-right: 40px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-right: 17px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour ul button i {
  margin-right: 8px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour ul button span {
  line-height: 14px;
  font-size: 12px;
  color: #284E80;
  margin-left: 8px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 12px;
}
.product-listing-title + .row .refinement-bar .refinements .refinement-stock span {
  font-size: 10px;
  color: #141414;
  margin-left: 4px;
}
.product-listing-title + .row .refinement-bar .fliter-select {
  margin: 0;
  height: 34px;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
.product-listing-title + .row .refinement-bar .fliter-select .custom-select {
  height: 33px;
  border: none;
  line-height: 33px;
  padding: 0;
  font-size: 12px;
  width: 180px;
}

.cart-listing {
  margin-top: 24px;
  max-width: 1109px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-left: 15px;
}
.cart-listing .product-tile {
  border: none;
  background: #FAFAFA;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 14.4px;
  margin-bottom: 24px;
}
.cart-listing .product-tile .pdp-link a {
  font-size: 14px;
  line-height: 17px;
  color: #141414 !important;
  font-family: "Volvo Novum medium";
  font-weight: 500;
}
.cart-listing .product-tile .product-type {
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  margin: 8px 0;
}
.cart-listing .product-tile .product-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-listing .product-tile .product-status .available-text {
  font-size: 12px;
  color: #1C6BBA;
  line-height: 14px;
  font-family: "Volvo Novum medium";
  font-weight: 500;
}
.cart-listing .product-tile .tile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-listing .product-tile .tile-body .main-attribute .attribute-display {
  margin: 10px 0;
}
.cart-listing .product-tile .tile-body .main-attribute .attribute-display .name {
  color: #284E80;
}
.cart-listing .product-tile .tile-body .price-total {
  color: #141414;
  font-family: "Volvo Novum medium";
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid #D5D5D5;
}
.cart-listing .product-tile .tile-body .price-total .line-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #141414;
  font-family: "Volvo Novum medium";
  margin-top: 10px;
}
.cart-listing .product-tile .tile-body .price-total .line-2 .text {
  display: inline-block;
}
.cart-listing .product-tile .tile-body .price-total span {
  color: #284E80;
}
.cart-listing .product-tile .tile-body .price-total .price-disclaimer {
  color: #707070;
  font-family: "Volvo Novum";
  font-size: 10px;
}
.cart-listing .product-tile .tile-body .price .sales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Volvo Novum medium";
  font-size: 12px;
  margin-top: 10px;
}
.cart-listing .product-tile .tile-body .price .sales .value {
  padding-left: 6px;
  color: #284E80;
}
.cart-listing .product-tile .plp-add-btn {
  height: 34px;
  line-height: 34px;
  background: #284E80;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
}
.cart-listing .product-tile .plp-add-btn:hover {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #000;
}
.cart-listing .product-tile a.keep-update {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  height: 34px;
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 34px;
  color: #1C6BBA !important;
  border: 1px solid #1C6BBA;
  cursor: pointer;
  padding: 0;
}
.cart-listing .product-tile a.keep-update:hover {
  color: #fff !important;
  border-color: #141414;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #141414;
  text-decoration: none;
}
.cart-listing .product-tile a.keep-update:hover .custom-btn-label {
  position: relative;
  top: -4px;
}
.cart-listing .product-tile a.keep-update:hover .custom-btn-label:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../images/time-white.svg") !important;
  display: inline-block;
  background-size: contain;
  position: relative;
  top: 8px;
}
.cart-listing .product-tile .custom-btn-label {
  position: relative;
  top: -4px;
}
.cart-listing .product-tile .custom-btn-label:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../images/time-blue.svg") !important;
  display: inline-block;
  background-size: contain;
  position: relative;
  top: 8px;
}
.cart-listing .row.product-grid .col-12.grid-footer {
  display: none;
}
.cart-listing .custom-product-tile {
  width: 100%;
  height: calc(100% - 30px);
  background: #f3f3f3;
  overflow: hidden;
  border-radius: 4px;
}
.cart-listing .custom-product-tile .tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-listing .custom-product-tile .img-view {
  width: 100%;
  height: 70%;
  overflow: hidden;
  opacity: 1;
  display: block;
}
.cart-listing .custom-product-tile .img-view img {
  width: 200%;
  height: auto;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.cart-listing .custom-product-tile .img-view.next {
  opacity: 0;
  display: none;
}
.cart-listing .custom-product-tile .label-pan {
  margin: 46px 30px 14px;
}
.cart-listing .custom-product-tile .label-pan .label-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.125;
  color: #141414;
  text-align: center;
}
.cart-listing .custom-product-tile .label-pan .label-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.375;
  color: #1C6BBA;
  padding: 12px 0px;
  text-align: center;
}
.cart-listing .custom-product-tile .label-pan .start-link {
  color: #1C6BBA !important;
}
.cart-listing .custom-product-tile .label-pan .start-link .right-arrow {
  stroke: #1C6BBA;
  margin: 0 0 2px 8px;
}
.cart-listing .custom-product-tile .label-pan .start-link:hover {
  color: #141414 !important;
}
.cart-listing .custom-product-tile .label-pan .start-link:hover .right-arrow {
  stroke: #141414;
}
.cart-listing .custom-product-tile a {
  text-decoration: none;
}

.container.search-results {
  max-width: 1109px;
  padding: 30px 0 0 0;
}

.tab-content,
#product-search-results {
  padding: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #284E80;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #284E80;
          box-shadow: 0 0 1px #284E80;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.pdp-disclaimer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 58px;
  margin-bottom: 74px;
}
.pdp-disclaimer span {
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 24px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.pdp-disclaimer span:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 60px;
}
.pdp-disclaimer span.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -3px;
}
.pdp-disclaimer .disclaimer-content {
  font-size: 10px;
  line-height: 12px;
  color: #707070;
}
.pdp-disclaimer .disclaimer-content span.title {
  font-size: 10px;
  line-height: 12px;
  width: auto;
  color: #707070;
  position: initial;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Volvo Novum medium";
}
.pdp-disclaimer .disclaimer-content span.title:after {
  content: none;
}
.pdp-disclaimer .disclaimer-content a {
  text-decoration: underline;
  color: #707070 !important;
}

.sort-plp-container {
  font-size: 12px;
  position: relative;
}
.sort-plp-container .option-selected {
  line-height: 34px;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.sort-plp-container .option-selected:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/sort-arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 12px;
}
.sort-plp-container .option-selected.active + .sort-options-container {
  display: block;
}
.sort-plp-container .option-selected.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sort-plp-container .sort-options-container {
  line-height: 40px;
  border: 1px solid #FAFAFA;
  background: #fff;
  position: absolute;
  z-index: 1;
  display: none;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
}
.sort-plp-container .sort-options-container .sort-options {
  padding: 0 13px;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: initial;
  text-align: left;
}
.sort-plp-container .sort-options-container .sort-options.selected {
  background: #FAFAFA;
}
.sort-plp-container .sort-options-container .sort-options:not(.selected):hover {
  background: #1C6BBA;
  color: #fff;
}

.wishlistTile.search-result-item {
  width: 10px;
  height: 10px;
}
.wishlistTile.search-result-item .fa-stack {
  width: 10px;
  height: 10xpx;
}
.wishlistTile.search-result-item i.fa-circle:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/wishlist.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.wishlistTile.search-result-item i.fa-heart-o:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/wishlistAdded.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.wishlistTile.search-result-item i.fa-circle.fa-heart + i.fa:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/wishlistAdded.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.current-product-status.active + .product .product-status .wishlistTile i.fa-circle:before {
  background-image: url("../images/wishlistAdded.png");
}

.filter-reset-button {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EBEBEB;
}
.filter-reset-button button {
  width: auto;
  font-size: 12px;
  display: inline-block;
  padding: 0px 12px;
  background: #284E80;
  color: #fff;
  border: none;
}
.filter-reset-button button:hover {
  background: #000;
  color: #fff;
}

.empty-filter-results {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.empty-filter-results p {
  font-size: 18px;
  line-height: 22px;
  max-width: 507px;
  margin: 0 auto;
  text-align: center;
  color: #141414;
}

.review-recomend {
  width: 100%;
  max-width: 1109px;
  margin: 28px auto 74px auto;
}
.review-recomend h3 {
  font-size: 22px;
  margin-bottom: 66px;
  padding-top: 34px;
  border-top: 1px solid #EBEBEB;
  line-height: 38px;
  font-weight: 400;
  font-family: "Volvo Novum medium";
}
.review-recomend .recomend-content {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review-recomend .recomend-item {
  width: calc(33.33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FAFAFA;
  padding: 14px 16px;
}
.review-recomend .recomend-item .product-name-innner {
  font-size: 14px;
  line-height: 17px;
  color: #141414 !important;
  font-family: "Volvo Novum medium";
  font-weight: 500;
}
.review-recomend .recomend-item .img-section {
  position: relative;
  width: calc(100% + 38px);
  margin-left: -19px;
}
.review-recomend .recomend-item .img-section img {
  display: inline-block;
  width: 100%;
}
.review-recomend .recomend-item .stock-status {
  font-size: 12px;
  line-height: 17px;
  color: #1C6BBA;
  font-family: "Volvo Novum medium";
}
.review-recomend .recomend-item .product-type {
  font-size: 12px;
  line-height: 17px;
  color: #707070 !important;
}
.review-recomend .recomend-item .product-type + div {
  height: 12px;
}
.review-recomend .recomend-item .producat-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.review-recomend .recomend-item .producat-name .product-name-innner {
  font-size: 16px;
  line-height: 19px;
  font-family: "Volvo Novum medium";
}
.review-recomend .recomend-item .producat-name .add-to-wishlist img {
  margin-right: 0;
  width: 12px !important;
}
.review-recomend .recomend-item .attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
}
.review-recomend .recomend-item .attributes .element-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-bottom: 8px;
}
.review-recomend .recomend-item .attributes .element-item:last-child {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 18px;
}
.review-recomend .recomend-item .attributes .element-item .title {
  font-size: 12px;
  line-height: 17px;
  margin-right: 4px;
  color: #284E80;
  display: inline-block;
}
.review-recomend .recomend-item .attributes .element-item .value {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
}
.review-recomend .recomend-item .price-section {
  margin-top: 18px;
}
.review-recomend .recomend-item .price-section .line-1,
.review-recomend .recomend-item .price-section .line-2 {
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  margin-bottom: 12px;
  font-family: "Volvo Novum medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.review-recomend .recomend-item .price-section .line-1 .title,
.review-recomend .recomend-item .price-section .line-2 .title {
  margin-right: 9px;
  white-space: nowrap;
}
.review-recomend .recomend-item .price-section .line-1 .text,
.review-recomend .recomend-item .price-section .line-2 .text {
  color: #284E80;
  min-width: 70px;
  display: inline-block;
  white-space: nowrap;
}
.review-recomend .recomend-item .button {
  width: 100%;
  margin-top: 18px;
}
.review-recomend .recomend-item .button button {
  width: 100%;
  border-radius: 4px;
  border: none;
  background: #284E80;
  height: 41px;
  color: #fff;
  font-size: 12px;
}
.review-recomend .recomend-item .button button:hover {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #000;
}
.review-recomend .add-to-wishlist {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #141414 !important;
  align-items: center;
  text-decoration: none !important;
}
.review-recomend .add-to-wishlist[disabled=disabled] {
  pointer-events: none;
}
.review-recomend .add-to-wishlist img {
  height: 12px;
  margin-right: 30px;
  width: auto !important;
}
.review-recomend .add-to-wishlist.added img.no-added {
  display: none;
}
.review-recomend .add-to-wishlist.noAdded img.added {
  display: none;
}

@media screen and (max-width: 767px) {
  .container.search-results {
    max-width: 100vw;
    padding: 20px 16px;
  }
  .cart-listing {
    margin: 0;
  }
  .cart-listing .row.product-grid {
    width: 100vw;
    margin: 0;
  }
  .cart-listing .row.product-grid .search-item-grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
            flex: 0 0 100vw;
    width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter-bar {
    display: none;
  }
  .product-listing-title {
    font-size: 22px;
    line-height: 26px;
    font-family: "Volvo Novum medium";
    font-weight: 500;
    max-width: 30px;
    width: 100vw;
    display: initial;
  }
  .product-listing-title + .row {
    margin: 23px 0 0 0;
  }
  .product-listing-title + .row .refinement-bar {
    width: 100%;
    max-width: inherit;
    overflow: visible;
    display: block;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
  }
  .product-listing-title + .row .refinement-bar .fliter-select .text-right {
    display: none;
  }
  .product-listing-title + .row .refinement-bar .refinements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-listing-title + .row .refinement-bar .refinements .refinement {
    border: none;
  }
  .product-listing-title + .row .refinement-bar .refinements .refinement .category-title + ul.values {
    display: block;
    margin-top: 5px;
    padding: 0;
    margin-bottom: 0;
  }
  .product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour {
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour .colour-title {
    margin-top: 9px;
  }
  .product-listing-title + .row .refinement-bar .refinements .refinement.refinement-colour ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .empty-filter-results {
    padding-left: 20px;
    padding-right: 20px;
  }
  .empty-filter-results p {
    font-size: 16px;
    max-width: auto;
  }
  .review-recomend {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .review-recomend .recomend-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-recomend .recomend-item {
    width: 100%;
  }
}
