@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,700");
/* Our Site Breakpoints (same as twitter bootstrap) */
.product-slide {
  position: relative; }
  .product-slide img {
    margin: 0 auto;
    max-height: 200px; }
  .product-slide h3 {
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase !important; }
  .product-slide:hover .overlay {
    opacity: 1; }
  .product-slide .overlay {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 100%;
    left: 0;
    min-height: 100%;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    transition: opacity .4s ease;
    width: 100%; }
    .product-slide .overlay p {
      margin: 0;
      border-bottom: 1px solid #fff;
      padding-bottom: 18px; }
    .product-slide .overlay .content {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }

.contact-call {
  background-attachment: fixed;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative; }
  .contact-call:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 768px) {
      .contact-call:before {
        background-color: black; } }

.inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center; }
  .inner .title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 38px;
    text-transform: uppercase; }
  .inner p {
    font-family: "Raleway", sans-serif; }

.brands-slick div img {
  max-height: 60px;
  max-width: 80px; }
.brands-slick .slick-slide img {
  margin: 0 auto !important; }

.key-card {
  padding: 20px 20px 0; }
  .key-card i {
    color: #000;
    font-size: 45px;
    margin-bottom: 30px; }
  .key-card p {
    color: #999;
    font-size: 14px;
    line-height: 175%; }

.expert-install {
  background-color: #fff; }
  .expert-install .description {
    color: #999;
    font-family: "Raleway", sans-serif;
    letter-spacing: 2px; }
    @media (min-width: 768px) {
      .expert-install .description {
        max-width: 70%; } }
  .expert-install ul {
    margin: 0;
    padding: 0; }
  .expert-install li {
    list-style-position: inside; }
  .expert-install img {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      .expert-install img {
        margin-bottom: -48px; } }

.category-intro {
  text-align: center;
  margin-top: 30px; }
  .category-intro h1 {
    font-size: 2rem !important; }
  .category-intro p {
    color: #666;
    font-size: 14px;
    line-height: 185%; }

.readmore-toggle {
  display: block;
  position: relative;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #474747 !important;
  text-align: center;
  text-transform: none;
  text-decoration: underline !important;
  background-color: #fff;
  padding: 0;
  font-weight: normal;
  cursor: pointer; }
  @media (max-width: 767px) {
    .readmore-toggle {
      margin-left: 0;
      text-align: left; } }
  .readmore-toggle:hover {
    background-color: transparent;
    color: #474747 !important; }

.readmore-content {
  padding: 0; }
  .readmore-content h2 {
    color: #1266a8;
    font-size: 1.7rem; }
    @media (max-width: 767px) {
      .readmore-content h2 {
        text-align: left !important;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .readmore-content p {
      text-align: left !important;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .readmore-content ul {
      padding-left: 0;
      text-align: left !important; } }
  .readmore-content li {
    list-style-type: none; }
    .readmore-content li:not(:last-of-type) {
      margin-bottom: 5px; }

.width-fix .product-card {
  width: 23.5% !important; }
  @media (max-width: 1138px) {
    .width-fix .product-card {
      width: 50% !important; } }
  @media (max-width: 597px) {
    .width-fix .product-card {
      max-width: 100% !important;
      min-width: 100%; } }

.category-static--banner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #002e59; }
  @media (min-width: 768px) {
    .category-static--banner {
      flex-direction: row; } }
  @media (min-width: 1152px) {
    .category-static--banner {
      background-image: url("img/static-banner-bg.png");
      background-repeat: no-repeat;
      background-size: auto;
      background-position: top 0 left 0; } }
  .category-static--banner .mobile-banner--image {
    width: 100%;
    display: none;
    overflow: hidden; }
    @media (max-width: 767px) {
      .category-static--banner .mobile-banner--image {
        display: block;
        position: relative; } }
    .category-static--banner .mobile-banner--image img {
      width: 100%; }
    .category-static--banner .mobile-banner--image:before {
      content: "";
      display: block;
      position: absolute;
      top: 85%;
      left: -10%;
      background-color: #002e59;
      border-top: 30px solid #e0479e;
      border-right: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent;
      width: 115%;
      height: 100%;
      transform: rotate(4deg);
      z-index: 2; }
    .category-static--banner .mobile-banner--image:after {
      content: "";
      display: block;
      position: absolute;
      top: 90%;
      left: -10%;
      background-color: #002e59;
      border-top: 10px solid #fff;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      width: 115%;
      height: 100%;
      transform: rotate(4deg);
      z-index: 5; }
  .category-static--banner .desktop-banner--image {
    display: none;
    position: relative;
    overflow: hidden; }
    .category-static--banner .desktop-banner--image img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    @media (min-width: 768px) {
      .category-static--banner .desktop-banner--image {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%; } }
    @media (min-width: 1152px) {
      .category-static--banner .desktop-banner--image {
        width: 450px; } }
    .category-static--banner .desktop-banner--image:before {
      content: "";
      display: block;
      position: absolute;
      top: 0%;
      left: -75%;
      background-color: #002e59;
      border-top: 30px solid transparent;
      border-right: 30px solid #e0479e;
      border-bottom: 30px solid transparent;
      border-left: 30px solid transparent;
      width: 100%;
      height: 130%;
      transform: rotate(345deg);
      z-index: 2; }
      @media (min-width: 992px) {
        .category-static--banner .desktop-banner--image:before {
          height: 200%; } }
    .category-static--banner .desktop-banner--image:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -80%;
      background-color: #002e59;
      border-top: 10px solid transparent;
      border-right: 10px solid #fff;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      width: 100%;
      height: 130%;
      transform: rotate(345deg);
      z-index: 5; }
      @media (min-width: 992px) {
        .category-static--banner .desktop-banner--image:after {
          height: 200%; } }
  .category-static--banner .banner-content {
    width: 100%;
    padding: 0 30px 30px 30px; }
    @media (min-width: 768px) {
      .category-static--banner .banner-content {
        width: 50%;
        padding: 30px; } }
    @media (min-width: 1152px) {
      .category-static--banner .banner-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: calc(95% - 450px);
        padding: 30px calc(50% / 2 - 450px / 2);
        margin-left: 5%; } }
  .category-static--banner h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 32px !important; }
    @media (min-width: 1152px) {
      .category-static--banner h1 {
        font-size: 32px !important;
        line-height: 32px !important; } }
  .category-static--banner h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 14px;
    line-height: 14px; }
    @media (min-width: 1152px) {
      .category-static--banner h3 {
        font-size: 18px;
        line-height: 18px; } }
    .category-static--banner h3 span {
      font-weight: 600;
      color: #ffbe0b; }
  .category-static--banner p {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1152px) {
      .category-static--banner p {
        font-size: 16px;
        line-height: 22px; } }
    .category-static--banner p a {
      color: #fff;
      text-decoration: underline; }
      .category-static--banner p a:hover {
        text-decoration: none; }
  .category-static--banner .banner-logos {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0; }
    .category-static--banner .banner-logos li {
      list-style: none; }
      .category-static--banner .banner-logos li:not(:first-of-type) {
        margin-left: 20px; }
    .category-static--banner .banner-logos img {
      width: auto;
      height: auto;
      margin: 0; }
      @media (min-width: 1366px) {
        .category-static--banner .banner-logos img {
          height: 60px; } }

/* If we have the static banner don't display the category title */
body.tax-product_cat:has(.category-static--banner) header.intro {
  display: none;
  visibility: hidden; }

.category-equal-cols {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px; }
  @media (max-width: 1400px) {
    .category-equal-cols {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .category-equal-cols {
      flex-direction: row; } }
  .category-equal-cols .text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 30px 30px 0 30px; }
    @media (min-width: 768px) {
      .category-equal-cols .text-col {
        width: 50%; } }
    @media (min-width: 1152px) {
      .category-equal-cols .text-col {
        padding: 60px 0 60px 60px; } }
  .category-equal-cols h4 {
    color: #002e59;
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 32px !important; }
    @media (min-width: 1152px) {
      .category-equal-cols h4 {
        font-size: 32px !important;
        line-height: 32px !important; } }
  .category-equal-cols .image-col {
    width: 100%; }
    @media (min-width: 768px) {
      .category-equal-cols .image-col {
        width: 50%; } }
  .category-equal-cols ul {
    padding-left: 15px; }

.category .product-list {
  width: 100%; }
.category .product-list,
.category .products {
  margin: 0 auto;
  padding: 0; }
  .category .product-list .product-card,
  .category .products .product-card {
    position: relative;
    background-color: #fff;
    list-style-type: none;
    margin-bottom: 40px;
    margin-right: 2%;
    text-align: center;
    width: 33%;
    padding: 5px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58); }
    .category .product-list .product-card:nth-of-type(4n),
    .category .products .product-card:nth-of-type(4n) {
      margin-right: 0; }
    .category .product-list .product-card a,
    .category .products .product-card a {
      text-decoration: none; }
      .category .product-list .product-card a:hover,
      .category .products .product-card a:hover {
        text-decoration: none; }
    .category .product-list .product-card .image,
    .category .products .product-card .image {
      position: relative;
      background-color: #fff;
      margin: 0 auto;
      display: block;
      border-radius: 15px;
      object-fit: cover;
      object-position: center;
      overflow: hidden;
      width: 100%; }
    .category .product-list .product-card img,
    .category .products .product-card img {
      display: block;
      height: 100%;
      margin: 0 auto;
      object-fit: cover;
      object-position: center;
      overflow: hidden;
      width: 100%;
      border-radius: 10px; }
    .category .product-list .product-card .woocommerce-loop-category__title,
    .category .products .product-card .woocommerce-loop-category__title {
      padding: 30px 0;
      font-family: "Raleway", sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
      color: #002e59; }
      .category .product-list .product-card .woocommerce-loop-category__title mark,
      .category .products .product-card .woocommerce-loop-category__title mark {
        display: none; }

.width-fix .card-btn h2 {
  width: 100% !important; }

.filter-container .featured-img {
  max-height: 250px;
  overflow: hidden; }

.main-container .intro {
  background-color: #fff;
  padding: 0 0 30px 0;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  .main-container .intro .wrapper {
    text-align: left; }
    @media (min-width: 992px) {
      .main-container .intro .wrapper {
        text-align: center; } }
  @media (min-width: 1200px) {
    .main-container .intro {
      padding: 0 100px 60px 100px; } }
.main-container h1 {
  text-transform: uppercase;
  color: #002e59;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 20px 0 0;
  font-size: 24px !important; }
  @media (min-width: 992px) {
    .main-container h1 {
      font-size: 2.2rem !important;
      text-align: center;
      padding: 0; } }
.main-container h2 {
  color: #002e59;
  font-size: 22px; }
  @media (min-width: 992px) {
    .main-container h2 {
      font-size: 24px; } }
.main-container a {
  color: #1266a8; }

.snippet {
  margin-top: 30px; }
  .snippet a {
    text-decoration: underline; }
    .snippet a:hover {
      text-decoration: none; }
  .snippet .wrapper {
    padding-top: 60px;
    border-top: 1px solid #002e59;
    text-align: left; }
  .snippet h2 {
    margin-bottom: 30px;
    color: #002e59; }
  .snippet ul {
    padding-left: 0; }
  .snippet p {
    color: #666; }
  .snippet li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    list-style-type: none; }
    .snippet li:not(:last-of-type) {
      margin-bottom: 5px; }
    .snippet li:before {
      content: "";
      display: inline-block;
      position: relative;
      background-color: #002e59;
      margin-right: 5px;
      width: 5px;
      height: 5px;
      border-radius: 100%; }

.product-options {
  display: none;
  clear: both;
  content: ''; }
  .product-options .accordion,
  .product-options .quantity,
  .product-options .sort-by {
    display: inline-block; }
  .product-options .quantity,
  .product-options .sort-by {
    font-family: "Raleway", sans-serif;
    font-weight: bold; }
  .product-options .filter-toggle {
    background-color: #000;
    border: 0;
    color: #fff;
    font-family: "Raleway", sans-serif;
    padding: 8px 12px; }
    .product-options .filter-toggle:hover {
      cursor: pointer; }

.cat-list {
  background-color: #f7f7f7;
  padding: 80px 0 40px 0; }
  .tax-product_cat .cat-list {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0; }

.woocommerce-pagination {
  margin-top: 30px; }
  .woocommerce-pagination .page-numbers {
    border: 0 !important; }
    .woocommerce-pagination .page-numbers li {
      width: 45px;
      height: 45px;
      border: 1px solid #002e59 !important;
      margin-right: 10px !important;
      border-radius: 100%; }
      .woocommerce-pagination .page-numbers li span {
        line-height: 30px !important;
        font-size: 14px !important; }
      .woocommerce-pagination .page-numbers li .current {
        background-color: #002e59 !important;
        color: #fff !important; }
      .woocommerce-pagination .page-numbers li a {
        line-height: 30px !important;
        font-size: 14px !important;
        color: #002e59 !important; }
      .woocommerce-pagination .page-numbers li:hover a {
        background-color: #002e59 !important;
        color: #fff !important; }

.product-container .first-col {
  width: 100%;
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .product-container .first-col {
      width: 50%; } }
  .product-container .first-col span {
    width: 100%; }
  .product-container .first-col .wp-post-image {
    width: 100%; }
  .product-container .first-col .attachment-shop_single {
    width: 100%;
    border-radius: 20px; }
  .product-container .first-col .flaticon-back {
    left: 0;
    background-color: #002e59;
    width: 50px;
    height: 50px;
    text-align: center; }
    @media (min-width: 768px) {
      .product-container .first-col .flaticon-back {
        left: 30px; } }
    .product-container .first-col .flaticon-back:before {
      display: block;
      position: relative;
      content: "";
      line-height: 50px;
      height: 48px;
      background-image: url("img/icons/right-arrow.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center;
      transform: rotate(180deg); }
  .product-container .first-col .flaticon-right-arrow {
    right: 0;
    background-color: #002e59;
    width: 50px;
    height: 50px;
    text-align: center; }
    @media (min-width: 768px) {
      .product-container .first-col .flaticon-right-arrow {
        right: 30px; } }
    .product-container .first-col .flaticon-right-arrow:before {
      display: block;
      position: relative;
      content: "";
      line-height: 50px;
      height: 48px;
      background-image: url("img/icons/right-arrow.png");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: center; }
.product-container .second-col {
  width: 100%;
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .product-container .second-col {
      width: 50%; } }
.product-container .wpgs-nav.slick-initialized {
  padding: 0 8%; }
  .product-container .wpgs-nav.slick-initialized img {
    border-radius: 15px; }
.product-container .wpgs-nav .slick-next {
  right: -20px;
  width: 60px;
  height: 60px; }
  @media (min-width: 768px) {
    .product-container .wpgs-nav .slick-next {
      right: -20px; } }
  @media (min-width: 1200px) {
    .product-container .wpgs-nav .slick-next {
      right: -5px; } }
.product-container .wpgs-nav .slick-prev {
  left: -20px;
  width: 60px;
  height: 60px; }
  @media (min-width: 768px) {
    .product-container .wpgs-nav .slick-prev {
      left: -20px; } }
  @media (min-width: 1200px) {
    .product-container .wpgs-nav .slick-prev {
      left: -5px; } }
.product-container .wpgs-nav .slick-prev:before {
  content: '';
  background-image: url("img/icons/bestseller-right-arrow.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  opacity: 1;
  width: 60px;
  height: 60px;
  font-size: 60px;
  display: block; }
.product-container .wpgs-nav .slick-next:before {
  content: '';
  background-image: url("img/icons/bestsellers-left-arrow.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  opacity: 1;
  width: 60px;
  height: 60px;
  font-size: 60px;
  display: block; }

.product-page .featured-img {
  border: 1px solid #ddd;
  margin: 12px;
  position: relative; }
  .product-page .featured-img .expand-img {
    bottom: 0;
    font-size: 28px;
    padding: 16px 25px;
    position: absolute; }
  .product-page .featured-img a {
    color: #000; }
.product-page .thumbnails {
  display: flex;
  justify-content: center;
  max-height: 150px;
  width: 100%; }
  .product-page .thumbnails .thumbnail-img {
    border: 1px solid #ddd;
    height: 100%;
    margin: 12px;
    width: 33%; }
.product-page .content h1 {
  font-size: 26px;
  margin: 0;
  text-transform: uppercase; }
  @media (max-width: 576px) {
    .product-page .content h1 {
      font-size: 20px !important; } }
.product-page .content .lead-time {
  font-size: 14px;
  margin-bottom: 20px; }
.product-page .content .description-copy {
  margin: 22px 0; }
.product-page .variations_form label:not(.check-input) {
  font-size: 14px;
  font-weight: bold; }
.product-page .variations_form select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0; }
  .product-page .variations_form select option {
    padding-left: 15px; }
.product-page .variations_form .submit-quote {
  background-color: #002e59;
  border: 0;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 14px 0;
  text-transform: uppercase;
  transition: .4s color ease, .4s background-color ease;
  width: 80%; }
  .product-page .variations_form .submit-quote:hover {
    background-color: #000;
    color: #002e59; }
    .product-page .variations_form .submit-quote:hover:hover {
      cursor: pointer; }
.product-page .variations_form .final {
  padding-top: 30px;
  position: relative; }
.product-page .variations_form .quantityLabel {
  display: block;
  position: relative;
  top: -36px; }
.product-page .variations_form .quantity,
.product-page .variations_form .submit-quote {
  display: inline; }
.product-page .variations_form .quantity {
  border-radius: 0;
  height: 52px;
  position: relative; }
.product-page .product-specs .specification-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px; }
.product-page .product-specs .specification-card {
  margin: 0;
  padding: 30px 15px;
  width: 25%; }
  @media (max-width: 576px) {
    .product-page .product-specs .specification-card {
      width: 50%; } }
  .product-page .product-specs .specification-card .spec-icon {
    margin-bottom: 28px;
    width: 125px; }
  .product-page .product-specs .specification-card .spec-title {
    font-size: 18px;
    margin-bottom: 4px; }

.install {
  padding-bottom: 60px; }

.sticker {
  width: 75px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 30px; }

.collateral-banner {
  width: 100%; }
  @media (min-width: 768px) {
    .collateral-banner {
      float: left;
      position: relative;
      width: 45%; } }

.you-may--like .wrapper {
  border-top: 1px solid #002e59; }
.you-may--like h2 {
  color: #002e59;
  font-size: 24px; }
  @media (min-width: 992px) {
    .you-may--like h2 {
      font-size: 34px; } }

.first-col-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0; }
  .first-col-links a {
    display: flex;
    align-items: center;
    color: #002e59 !important;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px; }
    .first-col-links a:first-of-type:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      background-image: url("img/description-icon.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30px;
      margin-right: 10px; }
    .first-col-links a:last-of-type:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      background-image: url("img/spec-icon.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30px;
      margin-right: 10px; }

.enquire-link {
  display: block;
  border: 1px solid #002e59;
  border-radius: 20px;
  padding: 15px;
  width: calc(100% - 40px);
  text-align: center;
  margin-left: 20px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #002e59;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  transition: all .3s ease; }
  @media (min-width: 1200px) {
    .enquire-link {
      font-size: 16px;
      line-height: 16px;
      width: calc(100% - 60px); } }
  .enquire-link:hover {
    background-color: #002e59;
    color: #fff;
    text-decoration: none; }

.product-detailed {
  display: block;
  position: relative;
  background-color: #f7f7f7;
  padding: 60px 20px;
  margin-bottom: 30px; }
  .product-detailed .wrapper {
    display: flex;
    flex-direction: column;
    text-align: left; }
    @media (min-width: 768px) {
      .product-detailed .wrapper {
        flex-direction: row; } }
  .product-detailed .col-description {
    width: 100%; }
    @media (min-width: 768px) {
      .product-detailed .col-description {
        width: 50%;
        padding-right: 5%; } }
    .product-detailed .col-description h3 {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      color: #002e59;
      margin-bottom: 30px; }
    .product-detailed .col-description ul {
      padding: 0; }
    .product-detailed .col-description p {
      color: #666; }
    .product-detailed .col-description li {
      color: #666;
      list-style-type: none; }
  .product-detailed .col-specs {
    width: 100%; }
    @media (min-width: 768px) {
      .product-detailed .col-specs {
        width: 50%; } }
    .product-detailed .col-specs h3 {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      color: #002e59;
      margin-bottom: 30px; }

.enquireform {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px; }
  @media (min-width: 768px) {
    .enquireform {
      width: 500px;
      padding: 40px; } }
  .enquireform .wpcf7-list-item {
    margin: 0 0 10px 0 !important; }
  .enquireform label {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #002e59; }
  .enquireform input,
  .enquireform textarea {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc; }
  .enquireform input {
    height: 50px;
    margin-bottom: 10px; }
  .enquireform textarea {
    padding: 10px;
    margin-bottom: 10px; }
  .enquireform input[type="submit"] {
    width: 150px;
    height: auto;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    background-color: red;
    border: 1px solid red;
    border-radius: 20px;
    padding: 10px 0;
    font-weight: 600;
    cursor: pointer; }
  .enquireform input[type="checkbox"] {
    width: auto;
    height: auto; }
  .enquireform .wpcf7-list-item label {
    font-family: sans-serif;
    color: #666;
    font-size: 14px;
    line-height: 20px; }
  .enquireform .wpcf7-spinner {
    display: none !important;
    visibility: hidden; }
  .enquireform .btn-container {
    display: flex;
    align-items: center;
    justify-content: center; }

.modal-title {
  width: 100%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #002e59;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .modal-title {
      font-size: 34px;
      line-height: 44px; } }

.yith-ywraq-add-to-quote {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center; }
  .yith-ywraq-add-to-quote .add-request-quote-button {
    position: relative;
    background-color: transparent !important;
    border: 0 !important;
    color: #002e59 !important;
    text-transform: uppercase !important;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    padding-left: 50px;
    font-size: 18px !important;
    line-height: 18px !important;
    text-decoration: underline; }
    .yith-ywraq-add-to-quote .add-request-quote-button:hover {
      text-decoration: none; }
    .yith-ywraq-add-to-quote .add-request-quote-button:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: -8px;
      width: 40px;
      height: 40px;
      background-image: url("img/icons/quote-icon.png");
      background-repeat: no-repeat;
      background-size: 40px;
      background-position: center; }

.yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #002e59; }
.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  text-decoration: underline; }
.yith-ywraq-add-to-quote .yith_ywraq_add_item_product_message {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #002e59; }
.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message {
  display: inline-block;
  font-family: "Raleway", sans-serif; }

.quote-success-message {
  background-color: rgba(18, 102, 168, 0.1); }

.yith-ywraq-add-button.addedd .quote-success-message {
  padding: 20px; }

.ywraq-before-form .button {
  width: 250px !important;
  height: auto;
  max-width: 250px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  background-color: #002e59 !important;
  border: 1px solid #002e59 !important;
  border-radius: 20px !important;
  padding: 15px 0 !important;
  font-weight: 600;
  cursor: pointer; }

.yith-ywraq-list-content {
  display: none;
  visibility: hidden; }

.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
  width: 100% !important; }

.yith-request-a-quote-page .site-inner-content {
  padding-left: 20px;
  padding-right: 20px; }
.yith-request-a-quote-page .entry-header {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding: 0 30px; }
.yith-request-a-quote-page .entry-title {
  text-transform: uppercase;
  color: #002e59;
  font-size: 24px !important;
  text-align: center; }
  @media (min-width: 768px) {
    .yith-request-a-quote-page .entry-title {
      text-align: left; } }
  @media (min-width: 1200px) {
    .yith-request-a-quote-page .entry-title {
      font-size: 32px !important; } }
.yith-request-a-quote-page .yith-ywraq-before-table {
  display: none;
  visibility: hidden; }
.yith-request-a-quote-page .ywraq_responsive {
  border-radius: 0 !important; }
  .yith-request-a-quote-page .ywraq_responsive thead {
    background-color: #002e59;
    color: #fff; }
    .yith-request-a-quote-page .ywraq_responsive thead .product-quantity {
      padding: 15px !important;
      text-align: center !important; }
    .yith-request-a-quote-page .ywraq_responsive thead th {
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    .yith-request-a-quote-page .ywraq_responsive .cart_item {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .yith-request-a-quote-page .ywraq_responsive tbody td {
    border-top: 0 !important; }
  @media (min-width: 768px) {
    .yith-request-a-quote-page .ywraq_responsive tbody .product-thumbnail {
      width: 200px; } }
  @media (min-width: 768px) {
    .yith-request-a-quote-page .ywraq_responsive tbody .product-name {
      padding: 30px 0 0 30px; } }
  .yith-request-a-quote-page .ywraq_responsive tbody .product-name a {
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    color: #002e59;
    font-size: 18px;
    line-height: 26px; }
  .yith-request-a-quote-page .ywraq_responsive tbody .product-name ul {
    margin-top: 20px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important; }
  .yith-request-a-quote-page .ywraq_responsive tbody .product-name li {
    display: block;
    position: relative;
    width: 100%;
    color: #666; }
  .yith-request-a-quote-page .ywraq_responsive tbody .product-quantity {
    text-align: center !important; }
  .yith-request-a-quote-page .ywraq_responsive tbody .quantityLabel {
    display: none;
    visibility: hidden; }
  .yith-request-a-quote-page .ywraq_responsive tbody .qty {
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    height: 50px; }
  .yith-request-a-quote-page .ywraq_responsive .attachment-woocommerce_thumbnail {
    max-width: 200px; }

#yith-ywraq-form .update-list-wrapper {
  justify-content: center !important; }
  #yith-ywraq-form .update-list-wrapper .button {
    background-color: #002e59 !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 15px 40px;
    text-transform: uppercase; }

.yith-ywraq-mail-form-wrapper {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .yith-ywraq-mail-form-wrapper {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; } }
  .yith-ywraq-mail-form-wrapper h3 {
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #002e59;
    font-weight: 600; }
  .yith-ywraq-mail-form-wrapper .form-row {
    margin: 0 0 10px 0 !important; }
    .yith-ywraq-mail-form-wrapper .form-row label {
      display: block;
      position: relative;
      width: 100%;
      text-align: left;
      margin-bottom: 5px !important; }
    .yith-ywraq-mail-form-wrapper .form-row .woocommerce-input-wrapper {
      width: 100%; }
    .yith-ywraq-mail-form-wrapper .form-row input:not(.raq-send-request) {
      border-radius: 0 !important;
      height: 50px;
      border: 1px solid #ccc;
      padding-left: 15px; }
    .yith-ywraq-mail-form-wrapper .form-row textarea {
      border: 1px solid #ccc;
      height: 400px !important;
      max-height: 400px !important;
      padding: 20px; }
  .yith-ywraq-mail-form-wrapper .form-row-wide {
    padding: 3px !important; }
  .yith-ywraq-mail-form-wrapper .raq-send-request-row {
    margin-top: 30px !important; }
  .yith-ywraq-mail-form-wrapper .raq-send-request {
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: red !important;
    border-radius: 20px !important;
    color: #fff !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    transition: all .3s ease; }
    .yith-ywraq-mail-form-wrapper .raq-send-request:hover {
      background-color: #002e59 !important; }

.single-product .yith-ywraq-add-to-quote {
  background-color: transparent;
  padding: 0; }
  .single-product .yith-ywraq-add-to-quote .quote-success-message {
    display: flex;
    align-items: center;
    justify-content: center; }
    .single-product .yith-ywraq-add-to-quote .quote-success-message > div {
      padding: 20px 0; }
      .single-product .yith-ywraq-add-to-quote .quote-success-message > div + div {
        margin-left: 10px; }

.cta-link:hover {
  text-decoration: none; }
.cta-banner {
  background-color: #002e59;
  color: #fff;
  padding: 40px;
  text-align: center;
  transition: background-color .4s ease; }
  .cta-banner:hover {
    background-color: #333333; }
    .cta-banner:hover p {
      text-decoration: none; }
  .cta-banner p {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 1200px) {
      .cta-banner p {
        font-size: 26px; } }
  .cta-banner span {
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase; }

.key-features {
  height: 100%; }
  .key-features .col-4,
  .key-features .col-8 {
    padding: 0; }
  .key-features .key-container {
    max-width: 150px;
    margin: 0 auto; }
  .key-features-container {
    background-color: #002e59;
    padding: 18px 0 10px; }
    .key-features-container a,
    .key-features-container p {
      color: #fff; }
      .key-features-container a:hover,
      .key-features-container p:hover {
        text-decoration: none; }
    .key-features-container .fas {
      color: #fff; }
    .key-features-container-cat a {
      color: #000; }
      .key-features-container-cat a:hover {
        text-decoration: none; }
  .key-features-slick {
    margin: 0 auto;
    max-width: 1100px;
    display: none;
    visibility: hidden; }
    @media (max-width: 400px) {
      .key-features-slick {
        max-width: 275px; } }
  .key-features .fas {
    vertical-align: middle;
    font-size: 25px;
    width: 20%;
    margin-bottom: 20px; }
  .key-features p {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 76%;
    text-align: center;
    margin: 0;
    font-weight: 700; }

.slick-initialized {
  display: block !important;
  visibility: visible !important; }

.woocommerce-loop-category__title {
  width: 80%;
  margin: 0 auto; }

.breadcrumb {
  background-color: #fff;
  color: #474747;
  margin: 0 auto;
  max-width: 1366px;
  border-radius: 0; }
  .woocommerce-order-received .breadcrumb {
    display: none;
    visibility: hidden; }
  .breadcrumb p,
  .breadcrumb a {
    color: #7a7a7a;
    font-size: 10px;
    margin: 0;
    text-transform: uppercase; }

#breadcrumbs {
  text-align: center;
  width: 100%; }

.secured-by-design {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 100px 0;
  text-align: center;
  width: 100%; }
  .secured-by-design img {
    width: 90%; }
    @media (min-width: 768px) {
      .secured-by-design img {
        width: 60%; } }

.filter-container .accordion {
  background: #fff;
  margin-bottom: 22px;
  padding: 12px 18px 22px; }
.filter-container .filter-section {
  border-bottom: 1px solid #999;
  padding: 8px 0; }
.filter-container .option {
  display: block; }
  .filter-container .option input:hover,
  .filter-container .option label:hover {
    cursor: pointer; }
.filter-container .filter-title {
  border: 0;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase; }
  .filter-container .filter-title:not(.no-hover):hover {
    cursor: pointer; }
.filter-container input {
  margin: 5px 12px 0;
  vertical-align: top; }
.filter-container label {
  max-width: 80%; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .75s ease-in-out;
  transition-delay: 3s; }

.top-link--bar {
  display: block;
  position: relative;
  width: 100%;
  background-color: #002e59;
  color: #fff;
  padding: 10px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .top-link--bar .wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1366px) {
      .top-link--bar .wrapper {
        justify-content: unset; } }
  @media (min-width: 1200px) {
    .top-link--bar {
      padding: 10px 50px; } }
  .top-link--bar a {
    color: #fff; }
  .top-link--bar .area {
    font-size: 10px;
    display: block;
    font-weight: 700; }
    @media (min-width: 768px) {
      .top-link--bar .area {
        font-size: 12px; } }
  .top-link--bar .social {
    display: none;
    width: auto;
    padding: 0;
    margin: 0; }
    @media (min-width: 1200px) {
      .top-link--bar .social {
        display: flex; } }
    .top-link--bar .social li {
      display: inline-block;
      position: relative;
      width: auto;
      margin-right: 15px; }
      .top-link--bar .social li img {
        width: 100%;
        max-width: 15px; }
  .top-link--bar .top-links {
    display: none;
    width: auto;
    padding: 0;
    margin: 0 0 0 15px; }
    @media (min-width: 1200px) {
      .top-link--bar .top-links {
        display: flex; } }
    .top-link--bar .top-links li {
      display: inline-block;
      position: relative;
      width: auto; }
      @media (min-width: 1200px) {
        .top-link--bar .top-links li {
          font-size: 13px; } }
      .top-link--bar .top-links li:not(:last-of-type) {
        margin-right: 25px; }
  .top-link--bar .contact-links {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .top-link--bar .contact-links {
        margin-left: auto;
        margin-right: unset;
        width: auto; } }
    .top-link--bar .contact-links li {
      display: inline-block;
      align-items: center;
      position: relative;
      width: auto;
      text-align: center;
      font-size: 12px;
      line-height: 12px;
      width: 25%; }
      @media (min-width: 768px) {
        .top-link--bar .contact-links li {
          display: flex;
          text-align: left;
          width: auto; } }
      @media (min-width: 1200px) {
        .top-link--bar .contact-links li {
          font-size: 13px;
          line-height: 13px;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center; }
          .top-link--bar .contact-links li:not(:last-of-type) {
            margin-right: 25px; } }
      @media (min-width: 1366px) {
        .top-link--bar .contact-links li {
          flex-direction: row;
          align-items: center; } }
      @media (min-width: 1200px) {
        .top-link--bar .contact-links li:not(:last-of-type) {
          margin-right: 25px; } }
      .top-link--bar .contact-links li strong {
        margin-right: 10px; }
      .top-link--bar .contact-links li a {
        font-size: 11px; }
        @media (min-width: 1200px) {
          .top-link--bar .contact-links li a {
            font-size: 13px; } }

.header-content {
  display: block;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff; }
  @media (min-width: 1200px) {
    .header-content {
      padding: 10px 50px; } }
  .header-content .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media (min-width: 1200px) {
      .header-content .wrapper {
        justify-content: unset; } }

.desktop-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  order: 3; }
  @media (min-width: 992px) {
    .desktop-logo {
      justify-content: flex-start;
      order: unset;
      width: 10%; } }
  .desktop-logo img {
    width: 100%;
    max-width: 60px; }

.search-desktop {
  display: none;
  position: relative;
  width: 25%;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 30px;
  padding: 5px; }
  @media (min-width: 992px) {
    .search-desktop {
      display: inline-block; } }
  @media (min-width: 1366px) {
    .search-desktop {
      width: 20%; } }
  .search-desktop form {
    display: flex;
    width: 100%;
    height: 35px; }
  .search-desktop input[type="search"] {
    border: 0 !important;
    border-top-left-radius: 30px;
    font-family: "Raleway", sans-serif;
    border-bottom-left-radius: 30px;
    padding-left: 15px; }
  .search-desktop button[type="submit"] {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer; }
  .search-desktop img {
    width: 25px;
    height: auto; }

.header-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 30%;
  margin-bottom: 0;
  padding: 0;
  order: 3; }
  @media (min-width: 992px) {
    .header-links {
      order: unset;
      justify-content: flex-end;
      width: 70%; } }
  .header-links .feefo-rating {
    display: none; }
    @media (min-width: 992px) {
      .header-links .feefo-rating {
        margin-right: 10px;
        display: inline-block; } }
    @media (min-width: 1366px) {
      .header-links .feefo-rating {
        margin-right: 20px; } }
    .header-links .feefo-rating img {
      max-width: 130px; }
  .header-links li {
    position: relative;
    width: auto;
    list-style-type: none; }
    @media (min-width: 992px) {
      .header-links li:not(:last-of-type) {
        margin-right: 3%; } }
  .header-links span {
    margin-right: 5px; }
  .header-links a {
    font-family: "Raleway", sans-serif;
    color: #002e59;
    font-size: 14px;
    line-height: 16px; }
    @media (min-width: 992px) {
      .header-links a {
        text-align: left; } }
  .header-links img {
    width: 100%;
    max-width: 35px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .header-links img {
        margin-bottom: 0; } }

.sales-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 15%;
  margin-right: 15%;
  order: 4; }
  @media (min-width: 992px) {
    .sales-link {
      flex-direction: row;
      align-items: flex-start;
      margin-right: 0;
      order: 3; } }

.account-link {
  display: none; }
  @media (min-width: 992px) {
    .account-link {
      display: inline-flex;
      order: 4; } }

@media (min-width: 992px) {
  .account-icon {
    max-width: 40px !important; } }

@media (min-width: 992px) {
  .basket-icon {
    max-width: 40px !important; } }

.my-quote--mob {
  display: none; }
  @media (max-width: 991px) {
    .my-quote--mob {
      display: inline-flex;
      flex-direction: column;
      flex-wrap: wrap;
      order: 2;
      width: 15%;
      position: relative; } }
  .my-quote--mob img {
    width: 100%;
    max-width: 30px;
    margin-bottom: 9px; }
  .my-quote--mob span:not(.raq-tip-counter) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #002e59;
    font-size: 14px;
    line-height: 14px;
    font-family: "Raleway", sans-serif; }
  .my-quote--mob .widget_ywraq_mini_list_quote {
    position: absolute;
    right: 15%; }
    @media (min-width: 768px) {
      .my-quote--mob .widget_ywraq_mini_list_quote {
        right: 7%; } }
  .my-quote--mob .raq-items-number {
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 768px) {
      .my-quote--mob .raq-items-number {
        right: 25px; } }

.widget_ywraq_mini_list_quote .raq-info {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 5px 0 !important; }

.widget_ywraq_mini_list_quote {
  margin: 0 !important; }

.ywraq-quote-icon-icon_quote:before {
  display: none; }

.my-quote {
  display: none;
  flex-direction: column;
  align-items: center;
  font-family: "Raleway", sans-serif;
  color: #002e59;
  font-size: 14px;
  line-height: 16px;
  width: 15%;
  order: 2; }
  @media (min-width: 992px) {
    .my-quote {
      display: inline-flex;
      flex-direction: row;
      align-items: flex-center; }
      .my-quote .widget_ywraq_mini_list_quote {
        position: absolute;
        top: -5px;
        right: 0; } }
  .my-quote span {
    margin: 0 0 0 5px;
    text-align: left; }
  .my-quote img {
    width: 100%;
    max-width: 35px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .my-quote img {
        margin-bottom: 0; } }

.my-basket {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  order: 5; }
  @media (min-width: 992px) {
    .my-basket {
      flex-direction: row;
      align-items: flex-start; } }

.basket-count {
  position: absolute;
  top: -3px;
  right: 0;
  color: red;
  font-weight: 600; }
  @media (min-width: 992px) {
    .basket-count {
      right: 6px; } }

.mob-txt {
  display: block;
  margin: 0; }
  @media (min-width: 992px) {
    .mob-txt {
      display: none; } }

.desktop-txt {
  display: none;
  margin: 0; }
  @media (min-width: 992px) {
    .desktop-txt {
      display: inline-block; } }

.google-rating {
  display: none !important;
  order: 6; }
  @media (min-width: 992px) {
    .google-rating {
      display: inline-flex !important; } }
  .google-rating img {
    max-width: 200px; }

.call-message {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px; }
  @media (min-width: 992px) {
    .call-message {
      display: none; } }

.main-footer {
  background-color: #000;
  background-image: url("img/footer-bollard-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
  color: #fff; }
  @media (max-width: 768px) {
    .main-footer {
      background-image: url("img/footer-bollard-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }
  @media (max-width: 769px) {
    .main-footer {
      padding-bottom: 100px; } }
  .main-footer h6 {
    color: #ddd;
    font-family: Helvetica;
    letter-spacing: 1.7px; }

.address-footer {
  font-size: 14px;
  font-family: "Raleway", sans-serif; }

.contact-footer ul {
  padding: 0; }
.contact-footer li {
  list-style-type: none;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px; }
  .contact-footer li span {
    color: #fff;
    font-weight: bold; }
  .contact-footer li a {
    color: #fff; }

.useful-links {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .useful-links {
      margin-top: 0; } }
  .useful-links ul {
    padding: 0; }
  .useful-links li {
    list-style-type: none;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 5px; }
    .useful-links li a {
      color: #fff; }

.newsletter {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .newsletter {
      margin-top: 0; } }
  .newsletter form {
    display: flex; }
    @media (min-width: 768px) {
      .newsletter form {
        flex-direction: column; } }
    @media (min-width: 1200px) {
      .newsletter form {
        flex-direction: row; } }
  .newsletter input {
    background-color: #fff !important;
    padding: 5px 10px !important;
    border: 1px solid #fff !important;
    font-family: "Raleway", sans-serif;
    font-size: 14px; }
  .newsletter button {
    background-color: #002e59;
    border: 1px solid #002e59;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 14px; }
    .newsletter button:hover {
      background-color: #00172b;
      border: 1px solid #002e59; }

.socials {
  padding: 0;
  margin: 20px 0; }
  .socials li {
    display: inline-block;
    width: 30px;
    height: 30px; }

.facebook-icon {
  background: url("img/social/facebook.png") no-repeat center;
  background-size: 30px auto; }
  .facebook-icon:hover {
    background: url("img/social/facebook-hover.png") no-repeat center;
    background-size: 30px auto; }

.twitter-icon {
  background: url("img/social/twitter.png") no-repeat center;
  background-size: 30px auto; }
  .twitter-icon:hover {
    background: url("img/social/twitter-hover.png") no-repeat center;
    background-size: 30px auto; }

.instagram-icon {
  background: url("img/social/instagram-white.png") no-repeat center;
  background-size: 30px auto; }
  .instagram-icon:hover {
    background: url("img/social/instagram-color.png") no-repeat center;
    background-size: 30px auto; }
  .instagram-icon a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px; }

.payments {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0; }
  .payments li {
    display: inline-block;
    position: relative;
    list-style-type: none; }
  .payments img {
    width: 70px; }

.product-page .order-quote .quantityLabel {
  position: absolute; }

.product-page .order-quote label:not(.check-input) {
  font-weight: bold; }

.woocommerce-variation-add-to-cart {
  margin-top: 10px; }

.footer-contact input:not(.btn),
.footer-contact textarea,
.woocommerce .main-footer input:not(.btn),
.woocommerce .main-footer textarea {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #252525;
  color: #fff; }
  .footer-contact input:not(.btn):focus,
  .footer-contact textarea:focus,
  .woocommerce .main-footer input:not(.btn):focus,
  .woocommerce .main-footer textarea:focus {
    background-color: rgba(0, 0, 0, 0.5); }
.footer-contact button:hover,
.woocommerce .main-footer button:hover {
  cursor: pointer; }
.footer-contact .grey-icon,
.woocommerce .main-footer .grey-icon {
  color: #999;
  margin: auto 10px;
  vertical-align: middle;
  width: 16px; }
.footer-contact .input-group-prepend,
.woocommerce .main-footer .input-group-prepend {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #252525 !important; }

.input-group-text {
  padding-top: 10px; }

.contact-form {
  margin: 0 auto;
  max-width: 500px;
  position: relative; }

textarea {
  min-height: 40px;
  max-height: 120px; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #efadad !important;
  color: #fff !important;
  float: left;
  font-size: 12px !important;
  width: 100%;
  margin: 10px 0 0 0 !important;
  text-align: center;
  padding: 15px !important; }

div.wpcf7-mail-sent-ok {
  color: #fff !important;
  float: left;
  font-size: 12px !important;
  width: 100%;
  margin: 10px 0 0 0 !important;
  text-align: center;
  padding: 15px !important; }

.invalid .wpcf7-validates-as-required {
  border: 1px solid #efadad !important; }

.contact-form div.wpcf7-validation-errors, .contact-form div.wpcf7-acceptance-missing {
  border: 1px solid #efadad !important;
  color: #efadad !important;
  position: relative;
  font-size: 12px !important;
  width: 100%;
  margin: 75px auto 0 auto !important;
  text-align: center;
  padding: 15px !important; }

#wpcf7-f482-o1 input:not(.btn-yellow),
#wpcf7-f482-o1 select {
  border-radius: 0;
  border: 0;
  color: #000;
  padding: 24px 14px; }
  #wpcf7-f482-o1 input:not(.btn-yellow)::placeholder,
  #wpcf7-f482-o1 select::placeholder {
    font-size: 14px;
    color: #000; }
#wpcf7-f482-o1 select {
  font-size: 14px;
  padding: 16px;
  width: 100%;
  height: 48px;
  padding: 4px;
  line-height: 32px;
  text-indent: 8px; }
#wpcf7-f482-o1 textarea {
  border-radius: 0;
  border: 0;
  color: #000;
  padding: 16px; }
  #wpcf7-f482-o1 textarea::placeholder {
    font-size: 14px;
    color: #000; }
#wpcf7-f482-o1 option {
  margin: 30px 0; }

.form-control {
  height: auto;
  padding: 8px;
  border: 1px solid #ccc !important; }

.contact_details_container {
  display: block;
  position: relative;
  margin-top: 60px;
  width: 90%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 60px 0; }
  @media (min-width: 768px) {
    .contact_details_container {
      display: flex;
      width: 100%; } }
  .contact_details_container .contact_details {
    display: inline-block;
    width: 100%;
    text-align: left; }
    .contact_details_container .contact_details h3 {
      padding: 10px 0; }
    .contact_details_container .contact_details a {
      color: #212529;
      text-decoration: underline; }
      .contact_details_container .contact_details a:hover {
        text-decoration: none; }
    @media (min-width: 768px) {
      .contact_details_container .contact_details {
        width: 40%; } }
  .contact_details_container .contact_map {
    display: inline-block;
    width: 100%; }
    @media (min-width: 768px) {
      .contact_details_container .contact_map {
        width: 60%; } }

.page-template-contact .site-inner-content {
  padding: 0 0 40px 0;
  border-bottom: 1px solid #002e59; }
.page-template-contact .secured-by-design {
  border-top: 1px solid #002e59; }
.page-template-contact h1 {
  text-transform: uppercase;
  color: #002e59;
  margin-bottom: 30px; }
.page-template-contact h2 {
  font-size: 26px;
  margin-bottom: 10px; }
  .page-template-contact h2 a {
    text-decoration: underline; }
    .page-template-contact h2 a:hover {
      text-decoration: none; }

.search-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  padding: 40px 0 0 0;
  width: 100%; }
  @media (min-width: 768px) {
    .search-items {
      flex-direction: row; } }
  .search-items article {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 20px 5% 20px 0;
    min-height: 300px;
    text-align: center; }
    @media (min-width: 768px) {
      .search-items article {
        width: 30%; } }
    .search-items article:nth-of-type(3n) {
      margin-right: 0; }
    .search-items article img {
      width: 100%;
      border: 1px solid #ccc;
      height: auto; }
    .search-items article .entry-header {
      width: 90%; }
      @media (min-width: 992px) {
        .search-items article .entry-header {
          width: 70%; } }
    .search-items article .entry-title {
      font-family: "Raleway",sans-serif;
      font-size: 15px !important;
      font-weight: bold;
      margin: 25px auto 0 auto !important;
      margin-bottom: 25px; }
    .search-items article .button {
      margin-top: 25px !important;
      background-color: #1266a8;
      color: #fff !important;
      display: inline-block;
      font-family: "Raleway",sans-serif;
      font-weight: bold;
      margin: 0 auto;
      margin-bottom: 12px;
      padding: 12px 20px !important;
      text-transform: uppercase;
      transition: color .4s ease,background-color .4s ease;
      width: 80% !important;
      border-radius: 0 !important;
      font-size: 14px !important; }
      .search-items article .button:hover {
        background-color: #000; }

.articles {
  max-width: 1170px;
  margin: 0 auto; }
  .articles img {
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .articles article {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .articles article {
        flex-direction: row; } }
    .articles article .thumb-link {
      display: block;
      position: relative;
      margin-bottom: 20px;
      align-self: flex-start; }
      @media (min-width: 768px) {
        .articles article .thumb-link {
          width: 30%;
          margin-bottom: 0; } }
    .articles article img {
      height: 100%; }
    .articles article .entry-content {
      text-align: left; }
      @media (min-width: 768px) {
        .articles article .entry-content {
          width: 70%;
          padding-left: 30px; } }
      .articles article .entry-content h2 {
        text-transform: uppercase;
        font-size: 22px;
        margin: 0; }
      .articles article .entry-content p {
        font-size: 14px; }
      .articles article .entry-content .readmore {
        font-style: italic;
        font-size: 16px;
        font-family: serif;
        text-decoration: underline; }
      .articles article .entry-content .entry-meta {
        margin: 5px 0 20px 0;
        font-size: 14px;
        font-family: serif;
        font-style: italic; }

.single-article {
  margin-top: 40px; }
  .single-article .entry-meta {
    margin-bottom: 30px;
    font-size: 14px;
    font-family: serif;
    font-style: italic; }
  .single-article .post-thumbnail {
    position: relative;
    margin-bottom: 40px; }
    .single-article .post-thumbnail img {
      height: auto; }

.back-news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #ccc; }
  .back-news a {
    border: 1px solid #ccc;
    padding: 15px 30px;
    border-radius: 40px;
    text-align: center;
    font-size: 14px; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  width: 100%; }
  .pagination .nav-links {
    display: flex; }
    .pagination .nav-links .page-numbers {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 5px;
      padding: 5px 10px;
      border: 1px solid #ccc; }
    .pagination .nav-links .current {
      border: 1px solid #e7f500;
      background-color: #e7f500; }
    .pagination .nav-links .next,
    .pagination .nav-links .prev {
      border: 0; }

.single-article p a {
  text-decoration: underline; }

.wsp-container {
  display: block;
  position: relative;
  width: 100%;
  text-align: left; }
  .wsp-container ul {
    padding: 0 0 0 20px; }
  .wsp-container a {
    color: #000; }

.wsp-posts-title,
.wsp-pages-title,
.wsp-product_cats-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.wsp-posts-list,
.wsp-pages-list,
.wsp-product_cats-list {
  margin-bottom: 30px; }

.key-messages {
  display: block;
  position: relative;
  width: 100%;
  background-color: #eee;
  padding: 10px 10px; }
  @media (min-width: 1200px) {
    .key-messages .slick-track {
      width: 100% !important;
      display: flex;
      justify-content: center; } }
  .key-messages .slick-slide {
    padding: 0 !important; }
    @media (min-width: 1200px) {
      .key-messages .slick-slide {
        margin: 0 15px; } }
  .key-messages ul {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0; }
  .key-messages .slick-initalized {
    display: block; }
  .key-messages li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    padding: 10px 0;
    color: #002e59;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .key-messages li {
        justify-content: flex-start;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .key-messages li {
        width: auto !important; } }
    @media (min-width: 1366px) {
      .key-messages li {
        justify-content: center; } }
    .key-messages li a {
      color: #002e59; }
      .key-messages li a:visited {
        color: #002e59; }
  .key-messages .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px; }
    .key-messages .icon img {
      width: 100%;
      max-width: 35px;
      margin: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  box-shadow: none !important;
  outline: none !important; }

.slick-slide {
  outline: none !important;
  padding: 0 6px; }

.draggable:hover {
  cursor: grab; }

.yellow-icon,
.text-yellow {
  color: #002e59 !important; }
  .yellow-icon .fas,
  .text-yellow .fas {
    color: #002e59 !important; }

.wrapper, .wrapper-nav, .wrapper-top {
  clear: both;
  content: '';
  margin: 0 auto;
  padding: 0; }

.wrapper {
  max-width: 1366px;
  text-align: center; }
  .wrapper-nav {
    max-width: 1150px; }
    @media (max-width: 435px) {
      .wrapper-nav {
        width: 100%;
        padding: 0 4% !important; } }
  .wrapper-top {
    max-width: 1150px; }
  @media (min-width: 768px) {
    .wrapper {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .wrapper {
      padding: 0; } }

.line-after-center::after, .line-after-left::after {
  clear: both;
  content: '';
  background-color: #222;
  display: block;
  height: 4px;
  width: 60px; }

.line-after-center::after {
  margin: 22px auto; }
.line-after-left::after {
  margin: 30px 0; }

.header-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%; }
  .header-banner img {
    width: 100%; }
  .header-banner:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .header-banner .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

.tax-product_cat .site-inner-content {
  padding: 0; }

.site-inner-content {
  padding: 40px 0;
  text-align: center; }
  .woocommerce-lost-password .site-inner-content {
    padding: 40px 20px; }
  .woocommerce-cart .site-inner-content, .blog .site-inner-content, .single-post .site-inner-content, .woocommerce-order-received .site-inner-content, .woocommerce-checkout .site-inner-content {
    padding: 50px 2em; }
    @media (min-width: 1200px) {
      .woocommerce-cart .site-inner-content, .blog .site-inner-content, .single-post .site-inner-content, .woocommerce-order-received .site-inner-content, .woocommerce-checkout .site-inner-content {
        padding: 50px 0; } }
  .site-inner-content a {
    color: #000; }

body {
  background-color: #fff; }
  body.home {
    background-color: #fff; }

.slick-container {
  margin: 0 auto;
  max-width: 1000px;
  position: relative; }

.product-carousel h2, .product-carousel h3, .product-carousel h4, .product-carousel h5, .product-carousel h6 {
  color: #002e59; }
.product-carousel .prev,
.product-carousel .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3; }
  .product-carousel .prev:hover,
  .product-carousel .next:hover {
    cursor: pointer; }
  @media (max-width: 1050px) {
    .product-carousel .prev,
    .product-carousel .next {
      display: none !important; } }
.product-carousel .prev {
  left: -60px;
  margin-left: 15px; }
  .product-carousel .prev img {
    max-height: 35px; }
.product-carousel .next {
  margin-right: 15px;
  right: -60px; }
  .product-carousel .next img {
    max-height: 35px; }

.products-slick {
  padding-top: 50px; }

.product-tiles {
  margin: 0 auto;
  width: 100%; }
  .product-tiles .slick-list {
    padding: 15px 0; }
  .product-tiles .product-tile {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 300px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58); }
    .product-tiles .product-tile .title {
      font-family: "Raleway", sans-serif;
      font-size: 15px;
      font-weight: bold;
      margin: 0 auto;
      min-height: 55px;
      margin-bottom: 25px;
      width: 100%;
      padding: 0; }
    .product-tiles .product-tile .product-btn {
      display: block;
      position: relative;
      width: 100%;
      max-width: 150px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      font-size: 14px;
      color: red;
      text-align: center;
      text-transform: uppercase;
      background-color: #fff;
      border: 2px solid red;
      border-radius: 20px;
      padding: 10px 0;
      font-weight: 600; }
      .product-tiles .product-tile .product-btn:hover {
        text-decoration: none; }
    .product-tiles .product-tile .multi-colour::after {
      background: url("../img/colour-icon.png") no-repeat 50%/cover;
      clear: both;
      content: '';
      bottom: 0;
      display: block;
      height: 65px;
      position: absolute;
      right: 0;
      width: 65px; }
    .product-tiles .product-tile .image {
      background-color: #fff;
      height: 180px;
      margin: 0 auto 25px;
      position: relative;
      width: 100%; }
    .product-tiles .product-tile img {
      display: block;
      height: 100%;
      margin: 0 auto;
      object-fit: cover;
      object-position: center;
      overflow: hidden;
      width: 100%; }
  .product-tiles .products {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%; }
    @media (min-width: 576px) {
      .product-tiles .products {
        display: flex;
        flex-direction: row; } }
    .product-tiles .products li {
      align-items: center; }
      .product-tiles .products li img {
        object-fit: cover;
        object-position: center; }
      .product-tiles .products li .supply-fitted--details {
        margin-bottom: 15px; }
      .product-tiles .products li .button {
        display: block;
        position: relative;
        width: 100%;
        max-width: 250px;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        transition: all .3s ease;
        border: 1px solid red;
        background-color: red;
        border-radius: 25px;
        padding: 15px 0;
        font-weight: 500; }
        .product-tiles .products li .button:hover {
          text-decoration: none;
          border-color: #002e59;
          background-color: #fff;
          color: #002e59; }
    .product-tiles .products .item-content {
      display: flex;
      flex-direction: column;
      /* height: 100%; */
      width: 100%;
      padding: 10px;
      min-height: 220px;
      text-align: left; }

/* related products */
.related-products-slick img {
  border: 0; }
.related-products-slick .slick-slide {
  padding: 20px 15px; }
.related-products-slick .slick-prev,
.related-products-slick .slick-next {
  cursor: pointer;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 3; }
  .related-products-slick .slick-prev:hover,
  .related-products-slick .slick-next:hover {
    cursor: pointer; }
  @media (max-width: 1050px) {
    .related-products-slick .slick-prev,
    .related-products-slick .slick-next {
      display: none !important; } }
.related-products-slick .slick-prev {
  background-image: url("./img/icons/bestseller-right-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 35px;
  left: -45px;
  margin-left: 15px; }
  .related-products-slick .slick-prev:hover {
    background-image: url("./img/icons/bestseller-right-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 35px; }
  .related-products-slick .slick-prev:focus {
    background-image: url("./img/icons/bestseller-right-arrow.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 55px 35px !important; }
.related-products-slick .slick-next {
  background-image: url("./img/icons/bestsellers-left-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 35px;
  margin-right: 15px;
  right: -45px; }
  .related-products-slick .slick-next:hover {
    background-image: url("./img/icons/bestsellers-left-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 35px; }
  .related-products-slick .slick-next:focus {
    background-image: url("./img/icons/bestsellers-left-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: 55px 35px !important;
    background-position: center !important; }
.related-products-slick .product-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.37); }
  .related-products-slick .product-tile:hover .product-btn {
    background-color: white;
    border: 1px solid red;
    color: red; }
.related-products-slick .product-actions {
  display: flex;
  flex-direction: column;
  height: 100%; }
.related-products-slick .title {
  display: block;
  margin-top: 20px !important;
  position: relative;
  width: 100% !important;
  color: #002e59;
  font-size: 18px !important;
  line-height: 28px !important; }
.related-products-slick .price-col {
  grid-column: span 4 !important; }
.related-products-slick .supply-price {
  border-bottom: 0 !important; }
.related-products-slick .fitted-product--details {
  grid-column: span 4 !important;
  grid-template-rows: unset !important; }
.related-products-slick .install-date {
  display: inline-block;
  width: auto;
  position: relative;
  margin-bottom: 0;
  margin-left: 0;
  background-color: #002e59;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding-left: 45px;
  padding-right: 15px;
  background-image: url("img/installed-by.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: top 50% left 10px; }
.related-products-slick .product-btn {
  display: block;
  position: relative;
  width: 100% !important;
  max-width: 200px !important;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 14px !important;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease;
  border: 1px solid red !important;
  background-color: red !important;
  border-radius: 20px !important;
  padding: 10px 0;
  font-weight: 500; }
  .related-products-slick .product-btn:hover {
    background-color: #002e59 !important;
    border: 1px solid #002e59 !important; }

/* Product category result count and sorting from main product loop */
.woocommerce-result-count,
.woocommerce-ordering,
.sort-by {
  display: none;
  visibility: hidden; }

/* New product option section which has out result count and sorting */
.product-options .woocommerce-ordering,
.product-options .sort-by {
  display: block;
  visibility: visible; }
.product-options .sort-by {
  float: left !important;
  position: relative;
  width: 75%; }
  @media (min-width: 576px) {
    .product-options .sort-by {
      width: 50%; } }
  @media (min-width: 768px) {
    .product-options .sort-by {
      margin-left: 40px;
      width: 40%; } }
  @media (min-width: 992px) {
    .product-options .sort-by {
      float: right !important;
      margin-left: 0;
      width: auto; } }
@media (min-width: 768px) {
  .product-options .woocommerce-result-count {
    display: block;
    font-size: 16px;
    visibility: visible; } }
.product-options .woocommerce-result-count {
  font-weight: bold;
  padding-top: .5rem; }
.product-options #filter-toggle {
  background-color: #000;
  border: 0;
  color: #fff;
  font-family: "Raleway",sans-serif;
  padding: 8px 12px; }

/* Category product item on category page */
.category-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
  @media (min-width: 576px) {
    .category-item {
      width: 47%;
      margin-right: 6%; }
      .category-item:nth-of-type(2n) {
        margin-right: 0; } }
  @media (min-width: 768px) {
    .category-item {
      width: 31.333%;
      margin-right: 3%;
      margin-bottom: 30px; }
      .category-item:nth-of-type(2n) {
        margin-right: 3%; }
      .category-item:nth-of-type(3n) {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .category-item {
      margin-bottom: 60px; } }
  @media (max-width: 435px) {
    .category-item {
      min-height: auto !important; } }
  .category-item:hover {
    text-decoration: none; }
  .category-item a:hover {
    text-decoration: none; }
  .category-item .image {
    background-color: #fff;
    height: auto;
    border-radius: 0;
    margin: 0 !important;
    position: relative;
    width: 100%; }
  .category-item img {
    display: block !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100%;
    border-radius: 0;
    overflow: hidden; }
  .category-item h2 {
    margin: 10px auto !important;
    width: 100% !important;
    color: #002e59;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 600; }
    @media (min-width: 576px) {
      .category-item h2 {
        display: block;
        min-height: 50px; } }
    @media (min-width: 1200px) {
      .category-item h2 {
        margin-bottom: 0; } }
  .category-item:hover {
    text-decoration: none; }

.category-item.new-layout span.price {
  display: none !important; }

/* Category Page Filters Sidebar */
.woocommerce-widget-layered-nav {
  border-bottom: 1px solid #999;
  padding: 8px 0; }
  .woocommerce-widget-layered-nav:last-of-type {
    border-bottom: 0; }
  .woocommerce-widget-layered-nav .widget-title {
    border: 0;
    color: #000;
    cursor: pointer;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 !important;
    padding: 6px 12px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
    .woocommerce-widget-layered-nav .widget-title:after {
      background: url("./img/icons/dropdown-arrow.png") no-repeat 50%/cover;
      clear: both;
      content: "";
      height: 20px;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px; }
  .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
    display: none;
    padding: 0 20px; }

.widget-open .widget-title:after {
  background: url("./img/icons/dropdown-arrow.png") no-repeat 50%/cover;
  clear: both;
  content: "";
  height: 20px;
  position: absolute;
  right: 12px;
  top: 20%;
  transform: rotate(180deg) translateY(-20%);
  width: 20px; }

/* Mobile filters sidebar */
.mobile-filters {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  position: relative;
  width: 100%; }
  .mobile-filters section {
    width: 100%; }

/* Product Page Styles */
.entry-summary .summary-product--title {
  position: relative; }
  .entry-summary .summary-product--title h1 {
    font-size: 24px !important;
    color: #002e59;
    margin: 0;
    text-transform: uppercase;
    padding-right: 0; }
    @media (min-width: 992px) {
      .entry-summary .summary-product--title h1 {
        padding-right: 200px; } }
    @media (min-width: 1366px) {
      .entry-summary .summary-product--title h1 {
        padding-right: 250px; } }
  .entry-summary .summary-product--title .install-date {
    top: 0;
    right: 0;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .entry-summary .summary-product--title .install-date {
        position: absolute;
        margin-bottom: 0; } }
.entry-summary .woocommerce-product-details__short-description {
  margin: 22px 0 35px; }
  .entry-summary .woocommerce-product-details__short-description ul {
    padding-left: 15px; }
.entry-summary .cart {
  display: flex;
  margin-bottom: 10px;
  width: 100%; }
  .entry-summary .cart .qty {
    height: 50px;
    width: 50px;
    border-radius: 0;
    border: 1px solid #002e59;
    margin-left: 5px;
    margin-right: 5px; }
  .entry-summary .cart .quantity {
    display: inline-flex;
    position: relative;
    top: 5px;
    align-items: center;
    width: auto; }
    .entry-summary .cart .quantity .quantityLabel {
      display: none;
      margin-bottom: 0;
      margin-right: 5px;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase; }
  .entry-summary .cart .minus {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background-color: #002e59;
    border: 1px solid #002e59;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px; }
  .entry-summary .cart .plus {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background-color: #002e59;
    border: 1px solid #002e59;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    line-height: 30px; }
  .entry-summary .cart button {
    background-color: red !important;
    border: 0;
    border-radius: 0 !important;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    margin-left: 0;
    padding: 14px 0 !important;
    transition: .4s color ease,.4s background-color ease;
    width: 100% !important;
    height: 51px;
    margin-top: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .entry-summary .cart button {
        width: 48% !important;
        margin-left: 3px;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .entry-summary .cart button {
        width: 61% !important; } }
    @media (min-width: 1200px) {
      .entry-summary .cart button {
        width: 70% !important; } }
    @media (min-width: 1366px) {
      .entry-summary .cart button {
        width: 72% !important; } }
    .entry-summary .cart button:hover {
      background-color: #00172b !important;
      color: #fff !important; }
  .entry-summary .cart .disabled,
  .entry-summary .cart .alt {
    background-color: red !important;
    opacity: 1 !important;
    border-radius: 0 !important; }
  .entry-summary .cart #idis_plfy {
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important; }
    .entry-summary .cart #idis_plfy hr {
      display: none;
      visibility: hidden; }
    .entry-summary .cart #idis_plfy h4 {
      background-color: transparent !important;
      font-family: "Raleway", sans-serif !important;
      font-size: 20px;
      line-height: 20px;
      color: #002e59 !important;
      font-weight: bold;
      padding: 0 !important;
      margin: 30px 0 !important; }
      .entry-summary .cart #idis_plfy h4 strong {
        display: none;
        visibility: hidden; }
      .entry-summary .cart #idis_plfy h4 span label {
        margin-bottom: 0; }
      .entry-summary .cart #idis_plfy h4 span:after {
        content: "Inc VAT";
        display: inline-block;
        position: relative;
        width: auto;
        height: auto;
        font-family: "Raleway", sans-serif;
        font-size: 12px;
        line-height: 12px;
        color: #002e59;
        font-weight: 400;
        margin-left: 0;
        margin-top: -5px;
        text-transform: uppercase; }
.entry-summary .woosppo_main_parent_divv {
  padding: 0 !important; }
  .entry-summary .woosppo_main_parent_divv > div {
    display: flex !important;
    flex-wrap: wrap; }
    .entry-summary .woosppo_main_parent_divv > div > div {
      display: flex !important;
      flex-wrap: wrap; }
    .entry-summary .woosppo_main_parent_divv > div strong:not(label strong) {
      display: block;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-size: 18px; }
  .entry-summary .woosppo_main_parent_divv p strong {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px; }
  .entry-summary .woosppo_main_parent_divv p .woosppo_class_main_for_all_fields {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: 100%;
    border-radius: 0 !important;
    background-color: #eee !important;
    border: 0 !important;
    padding-left: 15px;
    background-image: url("img/select-arrow.png");
    background-position: 95% 55%;
    background-repeat: no-repeat;
    background-size: 15px; }
.entry-summary .variations_form {
  flex-direction: column;
  margin-top: 30px; }
  .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity {
    display: inline-flex; }
    .entry-summary .variations_form .woocommerce-variation-add-to-cart .quantity .quantityLabel {
      display: none;
      visibility: hidden;
      position: absolute;
      top: -30px;
      margin-bottom: 5px;
      margin-right: 0; }
  .entry-summary .variations_form .woocommerce-variation-add-to-cart tr {
    display: table-row; }
  .entry-summary .variations_form tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
  .entry-summary .variations_form label {
    margin-bottom: 15px !important;
    text-transform: uppercase; }
  .entry-summary .variations_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    width: 100%;
    border-radius: 0 !important;
    background-color: #eee !important;
    border: 0 !important;
    padding-left: 15px;
    background-image: url("img/select-arrow.png");
    background-position: 95% 55%;
    background-repeat: no-repeat;
    background-size: 15px; }

.ywctm-custom-button-container .ywctm-custom-button {
  background-color: #002e59;
  padding: 20px; }
  .ywctm-custom-button-container .ywctm-custom-button:hover {
    background-color: #002e59 !important; }
.ywctm-custom-button-container span {
  width: 100%;
  text-align: center; }
.ywctm-custom-button-container strong {
  color: #fff;
  font-family: "Raleway", sans-serif; }

.yith-wapo-addon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  width: 100%;
  border-radius: 0 !important;
  background-color: #eee !important;
  border: 0 !important;
  padding-left: 15px;
  background-image: url(img/select-arrow.png);
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 15px; }

.product-accordion {
  margin-top: 50px; }

.accordion-heading {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px;
  font-family: "Raleway", sans-serif;
  color: #002e59;
  border-bottom: 1px solid #002e59;
  cursor: pointer;
  background-image: url("img/icons/blue-plus.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% right 15px; }
  .accordion-heading.active-tab {
    background-image: url("img/icons/blue-minus.png"); }

.accordion-item:first-of-type .accordion-heading {
  border-top: 1px solid #002e59; }

.accordion-content {
  padding: 15px;
  border-bottom: 1px solid #002e59; }
  .accordion-content p:only-of-type {
    margin-bottom: 0; }

.prod-messages {
  width: 100%;
  margin-top: 30px; }
  .prod-messages ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    width: 100%;
    margin-bottom: 0; }
  .prod-messages li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: 0 2%; }
    @media (min-width: 768px) {
      .prod-messages li {
        width: 25%; } }
  .prod-messages img {
    max-width: 50px; }
  .prod-messages p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: sans-serif;
    color: #002e59; }

.wapo-addon-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0; }
  .wapo-addon-title span {
    font-family: "Raleway", sans-serif;
    color: #212529;
    font-size: 14px;
    line-height: 20px; }

.yith-wapo-block .yith-wapo-addon .addon-header {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #212529; }
  .yith-wapo-block .yith-wapo-addon .addon-header span {
    color: #212529; }

/* Tier Pricing Styles */
.tier-pricing-summary-table {
  width: 100%; }

.tier-pricing-summary-table__total .amount {
  font-weight: bold;
  font-size: 16px; }

.price-rules-table-wrapper {
  margin-bottom: 60px; }
  .price-rules-table-wrapper table.shop_table {
    border: 0; }
  .price-rules-table-wrapper thead th {
    background-color: #002e59;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: normal; }

.price-rule-active td {
  color: #212529; }

.price-rule-active .amount {
  color: #212529 !important; }

.main-image {
  position: relative; }
  .main-image img {
    border: 1px solid #ddd;
    position: relative;
    width: 100%; }
  .main-image .slider-for {
    margin: 0;
    padding: 0;
    position: relative; }
    .main-image .slider-for li {
      display: block;
      position: relative; }
      .main-image .slider-for li:after {
        background-image: url("./img/icons/zoom.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 45px 52px;
        bottom: 10px;
        content: "";
        display: block;
        height: 52px;
        left: 10px;
        position: absolute;
        width: 45px; }

.slider-nav {
  margin: 0;
  padding: 0; }
  .slider-nav li {
    padding: 5px; }
    .slider-nav li img {
      width: 100%; }

.thumbnails {
  display: flex;
  justify-content: space-between;
  margin-top: 15px; }
  .thumbnails .woocommerce-product-gallery__image {
    padding: 0 10px;
    width: 33%; }
    .thumbnails .woocommerce-product-gallery__image:after {
      display: none; }

.reset_variations,
.woocommerce-variation-availability {
  display: none !important;
  visibility: hidden !important; }

.discount-table {
  display: table;
  margin-top: 20px;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 40px; }
  .discount-table thead td {
    background-color: #fff; }
  .discount-table td {
    padding: 15px; }
  .discount-table tr {
    background-color: #f7f7f7; }
    .discount-table tr:nth-of-type(odd) {
      background-color: #eee; }
  .discount-table .price {
    color: red;
    font-weight: 600; }

/* Product Page Related / Upsell products */
.woocommerce-notices-wrapper {
  margin-top: 0; }
  .woocommerce-notices-wrapper .wc-forward {
    background-color: #e7f500 !important;
    border: 0;
    border-radius: 0 !important;
    color: #000 !important;
    display: inline-block;
    font-weight: bold;
    padding: 14px 25px !important;
    text-transform: uppercase;
    transition: .4s color ease,.4s background-color ease;
    width: auto !important; }

/* Basket Page */
.woocommerce-cart .entry-title {
  text-transform: uppercase; }

.woocommerce-cart table.cart img {
  width: 150px !important; }

.woocommerce-cart-form__contents {
  border-radius: 0 !important;
  border: 1px solid #f5f5f5 !important; }
  .woocommerce-cart-form__contents thead {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 14px !important; }
  .woocommerce-cart-form__contents td {
    border-top: 1px solid #f5f5f5 !important;
    padding: 25px 10px !important;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 14px !important; }
    .woocommerce-cart-form__contents td a {
      font-weight: 800; }
    .woocommerce-cart-form__contents td dl {
      margin-top: 10px; }
      .woocommerce-cart-form__contents td dl * {
        font-size: 12px;
        line-height: 12px; }
      .woocommerce-cart-form__contents td dl dd {
        margin-bottom: 15px !important; }
        .woocommerce-cart-form__contents td dl dd:last-of-type {
          margin-bottom: 0 !important; }
  .woocommerce-cart-form__contents .variation dd {
    text-align: left; }
  .woocommerce-cart-form__contents .variation dt {
    margin-bottom: 5px; }
  .woocommerce-cart-form__contents .qty {
    height: 50px; }
  .woocommerce-cart-form__contents .quantityLabel {
    display: none;
    visibility: hidden; }
  .woocommerce-cart-form__contents .product-quantity {
    text-align: center; }
  .woocommerce-cart-form__contents .woocommerce-Price-amount {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
    font-weight: 600; }
  .woocommerce-cart-form__contents .actions button {
    background-color: transparent;
    border-radius: 0 !important;
    margin-right: 20px;
    padding: 15px 20px !important;
    border: 1px solid #002e59;
    color: #002e59;
    text-transform: uppercase; }
    .woocommerce-cart-form__contents .actions button:disabled {
      background-color: #eee !important;
      border: 1px solid #eee !important; }

.woocommerce table.shop_table tbody {
  background-color: #fff; }

.woocommerce table.shop_table img {
  border: 0; }

.woocommerce a.remove {
  font-size: 32px !important;
  color: #333 !important;
  font-weight: normal !important;
  width: auto !important; }

.woocommerce a.remove:hover {
  background-color: transparent !important;
  color: #000 !important; }

.cart_totals {
  width: 100%;
  float: right;
  position: relative; }
  @media (min-width: 768px) {
    .cart_totals {
      width: 40%; } }
  .cart_totals h2 {
    display: none;
    visibility: hidden; }
  .cart_totals .shop_table {
    border: 0 !important;
    font-family: "Raleway", sans-serif;
    font-weight: 600; }
  .cart_totals th {
    text-transform: uppercase; }
  .cart_totals td {
    text-align: right; }
  .cart_totals [data-title="Total"] {
    color: #002e59;
    font-size: 22px; }
  .cart_totals .checkout-button {
    background-color: #002e59 !important;
    border-radius: 0 !important;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #fff !important; }
    .cart_totals .checkout-button:hover {
      background-color: #00172b !important; }

.cross-sells {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  padding: 60px 20px;
  width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important; }
  .cross-sells h2 {
    text-align: center;
    text-transform: uppercase; }
  .cross-sells ul {
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .cross-sells ul {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1100px;
        margin: 0 auto !important; } }
  .cross-sells li {
    width: 100%;
    padding: 0 !important; }
    @media (min-width: 576px) {
      .cross-sells li {
        width: 49%;
        margin-right: 2%; }
        .cross-sells li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .cross-sells li {
        width: 23.5%;
        margin-right: 2%; }
        .cross-sells li:nth-of-type(2n) {
          margin-right: 2%; }
        .cross-sells li:nth-of-type(4n) {
          margin-right: 0; } }
  .cross-sells .category-item {
    min-height: unset; }
    .cross-sells .category-item .image {
      background-color: transparent;
      border: 0; }
    .cross-sells .category-item img {
      border: 1px solid #ddd;
      height: auto !important; }
    .cross-sells .category-item h2 {
      font-family: "Raleway",sans-serif;
      font-size: 15px !important;
      font-weight: bold;
      margin: 25px auto 0 auto !important;
      margin-bottom: 25px;
      width: 100% !important;
      padding: 0 20px; }
    .cross-sells .category-item .button {
      background-color: #002e59;
      border-radius: 0 !important;
      color: #fff !important;
      display: inline-block;
      font-family: "Raleway",sans-serif;
      font-size: 18px !important;
      font-weight: bold;
      margin: 0 auto;
      margin-bottom: 12px;
      margin-top: 20px !important;
      padding: 20px 25px !important;
      text-transform: uppercase;
      transition: color .4s ease,background-color .4s ease;
      width: 40% !important; }
      @media (min-width: 576px) {
        .cross-sells .category-item .button {
          width: 80% !important; } }
      .cross-sells .category-item .button:hover {
        background-color: #000; }

/* Checkout Page */
.woocommerce-checkout .checkout {
  margin: 0; }
.woocommerce-checkout .entry-header {
  display: none;
  visibility: hidden; }

#customer_details {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 50px;
  padding: 15px; }
  #customer_details .woocommerce-input-wrapper {
    width: 100%; }
  #customer_details input {
    border: 1px solid #ccc;
    height: 50px;
    padding: 15px;
    width: 100%; }
  #customer_details input[type="checkbox"] {
    height: auto;
    width: auto;
    margin-right: 10px; }
  #customer_details .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center; }
  #customer_details textarea {
    min-height: 250px;
    padding: 15px;
    border: 1px solid #ccc; }

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 50px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  align-items: center;
  display: flex;
  height: 100%; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
  top: 13px !important; }

.woocommerce-privacy-policy-text {
  display: none;
  visibility: hidden; }

.woocommerce-checkout-payment {
  background-color: transparent !important; }

.place-order {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-top: 3px solid #000; }
  .place-order .button {
    background-color: #000 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 20px 30px !important;
    text-transform: uppercase !important; }

/* Homepage Styles */
.bollard-range .prev, .bollard-range .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3; }
  @media (max-width: 1075px) {
    .bollard-range .prev, .bollard-range .next {
      display: none !important; } }
.bollard-range .next {
  margin-right: 10px;
  right: -58px; }
  .bollard-range .next:hover {
    cursor: pointer; }
  .bollard-range .next img {
    max-height: 35px; }
.bollard-range .prev {
  left: -58px;
  margin-left: 10px; }
  .bollard-range .prev:hover {
    cursor: pointer; }
  .bollard-range .prev img {
    max-height: 35px; }

.technical-download {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 15px 0 35px;
  width: 100%; }

.thumbnails {
  display: block;
  position: relative; }
  .thumbnails li {
    cursor: pointer;
    padding: 5px; }
  .thumbnails .left {
    align-items: center;
    display: flex;
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0; }
    .thumbnails .left img {
      width: 30px; }
  .thumbnails .right {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0; }
    .thumbnails .right img {
      width: 30px; }

.prod-sticker {
  border: 0 !important;
  bottom: 20px;
  display: block;
  height: auto !important;
  position: absolute !important;
  right: 15px;
  width: 100px !important;
  z-index: 5; }

.misc-page-banner {
  margin-top: 50px; }

.nationwide-2-block {
  display: block;
  padding: 30px 0 60px 0;
  position: relative; }

.our-categories {
  background-color: #fff; }

.quote-form {
  display: block;
  margin: 12px 0 50px;
  position: relative; }
  .quote-form .col-md-4 {
    float: left;
    padding: 0; }
  .quote-form .col-md-4 p, .quote-form .col-md-12 p {
    padding: 10px !important;
    margin: 0 !important;
    max-width: 100%  !important; }
  .quote-form .col-md-12 {
    float: left;
    padding: 0; }
  .quote-form h3 {
    text-transform: uppercase;
    width: 100%; }
  .quote-form p {
    margin: 0 auto 50px auto;
    max-width: 80%; }
  .quote-form form {
    display: block;
    position: relative; }
  .quote-form .wpcf7 {
    width: 100%; }
  .quote-form select {
    width: 100%; }
  .quote-form select {
    background-color: #fff;
    color: #495057;
    height: calc(2.25rem + 2px); }
  .quote-form textarea {
    height: 250px !important; }
  .quote-form div.wpcf7-validation-errors,
  .quote-form div.wpcf7-acceptance-missing {
    color: #efadad !important;
    margin-top: 20px !important;
    position: relative;
    width: 100% !important; }
  .quote-form .wpcf7-display-none,
  .quote-form .wpcf7-mail-sent-ok {
    color: #398f14 !important;
    margin-top: 20px !important;
    position: relative;
    width: 100% !important; }

.misc-content {
  display: block;
  margin: 50px 0;
  position: relative; }
  .misc-content h3 {
    width: 100%; }
  .misc-content p {
    line-height: 190%;
    width: 85%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 600px) {
      .misc-content p {
        width: 95%; } }

.term-description p,
.snippet p {
  font-size: 16px;
  line-height: 22px; }
  .term-description p a,
  .snippet p a {
    text-decoration: underline;
    color: #666; }
    .term-description p a:visited,
    .snippet p a:visited {
      color: #666; }
    .term-description p a:hover,
    .snippet p a:hover {
      text-decoration: none; }

@media (max-width: 767px) {
  .term-description p {
    text-align: left; } }

.related-products-slick {
  margin-top: 0 !important; }
  @media (min-width: 768px) {
    .related-products-slick {
      margin-top: 40px !important; } }
  .related-products-slick .slick-prev:before,
  .related-products-slick .slick-next:before {
    content: "" !important; }

.flex-viewport {
  border: 1px solid #eee; }

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 20px;
  width: 30px; }

.carousel-control-next, .carousel-control-prev {
  width: 100px !important; }

.carousel-control-next-icon {
  background-image: url("img/icons/whiteLeftArrow.png"); }

.carousel-control-prev-icon {
  background-image: url("img/icons/whiteRightArrow.png"); }

.pt-md-5, .py-md-5, .ml-md-5, .mx-md-5, .pl-3, .px-3, .pl-5, .px-5, .pr-lg-5, .px-lg-5, .pl-1, .px-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media (max-width: 435px) {
    .pt-md-5, .py-md-5, .ml-md-5, .mx-md-5, .pl-3, .px-3, .pl-5, .px-5, .pr-lg-5, .px-lg-5, .pl-1, .px-1 {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }

.product-page .px-3 {
  margin-bottom: 30px; }

.product-page .px-3, .product-page .pl-5 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.pt-md-5, .py-md-5 {
  padding-top: 0 !important; }

.our-categories .px-3, .category-intro.px-3, .product-carousel.px-3 {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1100px; }

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0; }

.summary {
  padding: 0 20px; }
  .summary .price .woocommerce-Price-amount {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #002e59;
    font-weight: bold; }
    .summary .price .woocommerce-Price-amount bdi {
      font-size: 30px;
      line-height: 30px; }
    .summary .price .woocommerce-Price-amount:before {
      content: "From";
      display: inline-block;
      position: relative;
      width: auto;
      height: auto;
      font-family: "Raleway", sans-serif;
      font-size: 12px;
      line-height: 12px;
      color: #999;
      font-weight: 400;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .summary .price .woocommerce-Price-amount:after {
      content: "Inc VAT";
      display: inline-block;
      position: relative;
      width: auto;
      height: auto;
      font-family: "Raleway", sans-serif;
      font-size: 12px;
      line-height: 12px;
      color: #999;
      font-weight: 400;
      margin-top: 5px;
      text-transform: uppercase; }
    .summary .price .woocommerce-Price-amount + .woocommerce-Price-amount {
      display: none;
      visibility: hidden; }
  .summary table {
    width: 100%; }

.woocommerce-product-gallery__trigger {
  background: url("img/icons/enlarge.png") no-repeat left top;
  background-size: 40px auto;
  position: absolute;
  top: 30px;
  right: 40px;
  width: 45px;
  height: 45px;
  z-index: 1; }
  .woocommerce-product-gallery__trigger img {
    display: none !important; }
  @media (max-width: 435px) {
    .woocommerce-product-gallery__trigger {
      bottom: 30px; } }

.footer-logo {
  width: 75px; }

.view-spec-container {
  padding: 60px 0 0 0; }
  .view-spec-container .view-spec-btn {
    padding: 20px 0 20px 50px;
    background: url("img/icons/spec.png") no-repeat left;
    background-size: 40px auto;
    text-transform: uppercase;
    font-weight: bold;
    color: #1266a8; }
    .view-spec-container .view-spec-btn:hover {
      color: #000;
      text-decoration: underline; }

.navbar-collapse {
  border-bottom: 1px solid #ddd; }

.woocommerce-variation-price {
  display: flex;
  position: relative;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #002e59;
  font-weight: bold; }
  .woocommerce-variation-price .woocommerce-Price-amount:before {
    display: none !important; }

.woocommerce-tabs {
  background-color: #f7f7f7;
  padding: 60px 0; }
  .woocommerce-tabs .tabs {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .woocommerce-tabs .tabs {
        flex-direction: row; } }
    .woocommerce-tabs .tabs li {
      display: inline-block;
      list-style-type: none;
      flex: 1;
      padding: 10px 20px;
      text-align: center;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .woocommerce-tabs .tabs li:first-of-type {
        border-left: 1px solid #ddd; }
      .woocommerce-tabs .tabs li:last-of-type {
        border-right: 1px solid #ddd; }
      .woocommerce-tabs .tabs li a {
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        font-weight: 600; }
    .woocommerce-tabs .tabs .active {
      background-color: #fff; }
      .woocommerce-tabs .tabs .active a {
        color: #002e59; }
  .woocommerce-tabs h2 {
    display: none;
    visibility: hidden; }

.woocommerce table.shop_attributes {
  border-top: 0 !important; }

.woocommerce table.shop_attributes th {
  width: auto;
  font-family: "Raleway", sans-serif;
  font-weight: normal !important;
  font-style: normal !important; }
  @media (min-width: 768px) {
    .woocommerce table.shop_attributes th {
      width: 300px; } }

.woocommerce table.shop_attributes td {
  font-family: "Raleway", sans-serif;
  font-weight: normal !important;
  font-style: normal !important; }
  .woocommerce table.shop_attributes td p {
    font-family: "Raleway", sans-serif;
    font-weight: normal !important;
    font-style: normal !important; }

.woocommerce table.shop_attributes tr:nth-child(odd) th {
  background: #fff !important;
  border-bottom: 0 !important; }

.woocommerce table.shop_attributes tr:nth-child(even) th {
  background-color: #f7f7f7;
  border-bottom: 0 !important; }

.woocommerce table.shop_attributes tr:nth-child(odd) td {
  background: #fff !important;
  border-bottom: 0 !important; }

.woocommerce table.shop_attributes tr:nth-child(even) td {
  background-color: #f7f7f7;
  border-bottom: 0 !important; }

.product-review {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 85px 0;
  background-image: url("img/reviews-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .product-review:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .product-review h4 {
    display: block;
    position: relative;
    margin-bottom: 45px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 26px !important;
    line-height: 26px;
    color: #fff; }
    .product-review h4 span {
      color: #002e59; }
  .product-review ul {
    display: block;
    position: relative;
    padding: 0; }
  .product-review li {
    list-style-type: none; }
  .product-review blockquote {
    margin-bottom: 65px;
    max-width: 90%;
    margin: 0 auto 45px auto;
    font-size: 20px;
    line-height: 26px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 200; }
    @media (min-width: 768px) {
      .product-review blockquote {
        max-width: 80%; } }
    @media (min-width: 992px) {
      .product-review blockquote {
        max-width: 70%; } }
  .product-review blockquote.marks {
    padding: .75em;
    quotes: "“" "”" "‘" "’  "; }
  .product-review blockquote.marks:before {
    content: open-quote;
    color: #fff;
    font-size: 40px;
    line-height: 0;
    /*margin-right: .25em;*/
    vertical-align: -15px; }
  .product-review blockquote.marks:after {
    content: close-quote;
    color: #002e59;
    font-size: 40px;
    line-height: 0;
    /*margin-left: .25em;*/
    vertical-align: -15px; }
  .product-review .company-name {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    line-height: 18px;
    color: #fff;
    font-weight: 600; }

.bollard-range h2 {
  margin-bottom: 60px; }
.bollard-range .button-container {
  display: block;
  position: relative;
  margin-top: 20px; }
  .bollard-range .button-container a {
    display: inline-block;
    position: relative;
    background-color: #002e59;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 600; }
    .bollard-range .button-container a:hover {
      background-color: #00172b;
      text-decoration: none; }

.popular-bollards ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0; }
.popular-bollards li {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 20px;
  padding: 5px;
  list-style-type: none; }
  @media (min-width: 768px) {
    .popular-bollards li {
      width: 24%; }
      .popular-bollards li:nth-of-type(4n) {
        margin-right: 0; } }
  .popular-bollards li .post-thumbnail {
    border: 1px solid #eee;
    margin-bottom: 20px; }
  .popular-bollards li img {
    width: 100%;
    height: auto; }
  .popular-bollards li .prod-title {
    display: block;
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    font-family: "Raleway", sans-serif; }
    .popular-bollards li .prod-title a {
      color: #000; }

.woocommerce-message {
  max-width: 1150px;
  margin: 0 auto; }

.product-page {
  padding-top: 0;
  padding-bottom: 0; }

.woocommerce-cart .site-inner-content {
  padding: 50px 20px 50px 20px; }

.woocommerce-cart .site-main {
  overflow: hidden; }

.woocommerce-cart-form__cart-item dt {
  text-align: left; }

.woocommerce-checkout .site-inner-content {
  padding: 0 20px 50px 20px; }

.coupon {
  display: flex;
  width: 100%; }
  @media (min-width: 768px) {
    .coupon {
      width: 40%; } }
  .coupon input[type="text"] {
    flex: 1 0 auto;
    padding-left: 15px !important;
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
    font-weight: 600; }
    @media (min-width: 768px) {
      .coupon input[type="text"] {
        flex: 1 0 30%; } }
  .coupon ::-webkit-input-placeholder {
    /* Edge */
    color: #000;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
    font-weight: 600; }
  .coupon :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
    font-weight: 600; }
  .coupon ::placeholder {
    color: #000;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 14px !important;
    font-weight: 600; }
  .coupon .actions button {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important; }
  .coupon .button {
    flex: 1 0 auto;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
    margin: 0 !important;
    font-size: 13px !important; }
    @media (min-width: 768px) {
      .coupon .button {
        flex: 1 0 10%; } }

.checkout_coupon .form-row {
  padding: 0 !important;
  margin: 0 !important;
  height: 53px; }
.checkout_coupon input[type="text"] {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  flex: 1 0 auto; }
  @media (min-width: 768px) {
    .checkout_coupon input[type="text"] {
      flex: 1 0 30%; } }
.checkout_coupon button {
  background-color: #e7f500 !important;
  border-radius: 0 !important;
  flex: 1 0 auto;
  margin: 0 !important;
  padding: 20px !important; }
  @media (min-width: 768px) {
    .checkout_coupon button {
      flex: 1 0 10%; } }

.woocommerce-shipping-fields {
  margin-top: 20px; }

#customer_details h3 {
  font-size: 18px; }

/* Account Styles */
.woocommerce-account .entry-header {
  display: none;
  visibility: hidden; }

.account-forms {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .account-forms {
      flex-direction: row; } }
  .account-forms .login {
    margin-top: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #F5F5F5; }
  .account-forms .u-column1,
  .account-forms .u-column2 {
    width: 100%; }
    @media (min-width: 768px) {
      .account-forms .u-column1,
      .account-forms .u-column2 {
        width: 50%; } }
    .account-forms .u-column1 h2,
    .account-forms .u-column2 h2 {
      text-transform: uppercase;
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 20px; }
    .account-forms .u-column1 label,
    .account-forms .u-column2 label {
      font-family: "Raleway", sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
    .account-forms .u-column1 button,
    .account-forms .u-column2 button {
      margin-top: 15px;
      margin-bottom: 20px;
      border-radius: 0 !important;
      background-color: #002e59;
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 18px; }
      .account-forms .u-column1 button:hover,
      .account-forms .u-column2 button:hover {
        background-color: #000;
        color: #fff; }
    .account-forms .u-column1 .lost-pass,
    .account-forms .u-column2 .lost-pass {
      float: right;
      position: relative;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #002e59;
      font-size: 14px;
      text-transform: none;
      font-weight: 400;
      text-decoration: underline; }
    .account-forms .u-column1 .woocommerce-form__label-for-checkbox,
    .account-forms .u-column2 .woocommerce-form__label-for-checkbox {
      display: inline-block !important;
      position: relative;
      width: 100%; }
    .account-forms .u-column1 input[type="text"],
    .account-forms .u-column1 input[type="password"],
    .account-forms .u-column2 input[type="text"],
    .account-forms .u-column2 input[type="password"] {
      height: 50px;
      background-color: #fff;
      border: 0;
      padding-left: 10px; }
  .account-forms .u-column2 ul {
    padding: 15px 0 0 0; }
  .account-forms .u-column2 li {
    list-style-type: none;
    background-image: url("img/account-tick.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .account-forms .u-column2 {
      padding: 0 50px; } }
  .account-forms .register {
    border: 0 !important;
    border-top: 1px solid #ccc !important;
    border-radius: 0 !important;
    padding: 20px 0 !important; }
    .account-forms .register input[type="email"] {
      height: 50px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding-left: 10px; }
  .account-forms .form-notice-strong {
    margin-top: 20px;
    text-transform: uppercase;
    color: #002e59;
    font-size: 12px;
    font-weight: 500; }
  .account-forms .form-notice a {
    text-decoration: underline; }

.woocommerce-MyAccount-navigation ul {
  padding: 0 20px !important; }
.woocommerce-MyAccount-navigation li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 10px; }
  .woocommerce-MyAccount-navigation li:last-of-type {
    margin-bottom: 0; }
  .woocommerce-MyAccount-navigation li a:hover {
    color: #002e59; }

.woocommerce-MyAccount-content {
  padding: 0 20px; }

.woocommerce-orders-table {
  border-radius: 0 !important; }

.woocommerce-orders-table__cell .view {
  background-color: #002e59 !important;
  color: #fff;
  font-weight: 400 !important;
  font-size: 18px;
  border-radius: 0 !important;
  color: #fff !important; }
  .woocommerce-orders-table__cell .view:hover {
    background-color: #000;
    color: #fff; }

.woocommerce-Addresses address {
  font-size: 14px; }
.woocommerce-Addresses .edit {
  color: #002e59;
  font-size: 12px; }
.woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #ddd;
  padding: 30px; }
  .woocommerce-Addresses .woocommerce-Address h3 {
    font-size: 24px;
    line-height: 24px; }
.woocommerce-Addresses .u-column2 {
  margin-top: 30px; }

.woocommerce-EditAccountForm,
.woocommerce-address-fields {
  padding: 30px;
  border: 1px solid #ddd; }
  .woocommerce-EditAccountForm .form-row,
  .woocommerce-address-fields .form-row {
    padding: 0 !important; }
  .woocommerce-EditAccountForm span em,
  .woocommerce-address-fields span em {
    color: #666;
    font-size: 11px; }
  .woocommerce-EditAccountForm label,
  .woocommerce-address-fields label {
    margin-bottom: 2px !important; }
  .woocommerce-EditAccountForm input,
  .woocommerce-address-fields input {
    height: 50px;
    padding-left: 10px; }
  .woocommerce-EditAccountForm .woocommerce-Button,
  .woocommerce-address-fields .woocommerce-Button {
    background-color: #002e59 !important;
    color: #fff;
    font-weight: 400 !important;
    font-size: 18px;
    border-radius: 0 !important;
    color: #fff !important;
    height: 50px;
    margin-top: 30px !important; }
    .woocommerce-EditAccountForm .woocommerce-Button:hover,
    .woocommerce-address-fields .woocommerce-Button:hover {
      background-color: #000;
      color: #fff; }

.woocommerce-address-fields {
  margin-top: 30px; }
  .woocommerce-address-fields p {
    margin-bottom: 15px !important; }
    .woocommerce-address-fields p .woocommerce-input-wrapper {
      width: 100%; }
  .woocommerce-address-fields .button {
    background-color: #002e59 !important;
    color: #fff;
    font-weight: 400 !important;
    font-size: 18px;
    border-radius: 0 !important;
    color: #fff !important;
    height: 50px;
    margin-top: 30px !important; }
    .woocommerce-address-fields .button:hover {
      background-color: #000;
      color: #fff; }

.woocommerce .woocommerce-customer-details address {
  padding: 30px !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important; }

.woocommerce-ResetPassword .form-row-first {
  border: 1px solid #333;
  padding: 15px !important;
  width: 100% !important; }
  @media (min-width: 768px) {
    .woocommerce-ResetPassword .form-row-first {
      padding: 30px !important; } }
  .woocommerce-ResetPassword .form-row-first input {
    height: 50px;
    padding-left: 10px; }
.woocommerce-ResetPassword .woocommerce-Button {
  background-color: #002e59 !important;
  color: #fff;
  font-weight: 400 !important;
  font-size: 18px;
  border-radius: 0 !important;
  color: #fff !important;
  height: 50px;
  margin-top: 30px !important;
  text-transform: uppercase; }
  .woocommerce-ResetPassword .woocommerce-Button:hover {
    background-color: #000;
    color: #fff; }

.site-message {
  background-color: #002e59;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px; }
  .site-message p {
    padding: 0;
    margin: 0; }
    .site-message p strong {
      text-transform: uppercase; }

.tax-product_cat .ywctm-custom-button {
  text-align: center; }

.feefo-reviews {
  text-align: center; }

.btn-white {
  background-color: transparent !important;
  border: 3px solid #fff !important;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color .4s ease, background-color .4s ease; }
  .btn-white:hover {
    cursor: pointer; }
  .btn-white:hover {
    background-color: #fff !important;
    text-decoration: none;
    color: #000 !important; }
.btn-blue {
  background-color: #f5f5f5 !important;
  border: 3px solid #002e59 !important;
  border-radius: 0;
  color: #002e59;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color .4s ease, background-color .4s ease; }
  .btn-blue:hover {
    cursor: pointer; }
  .btn-blue:hover {
    background-color: #002e59 !important;
    text-decoration: none;
    color: #f5f5f5 !important; }
.btn-yellow {
  background-color: #002e59 !important;
  border: 3px solid #002e59 !important;
  border-radius: 0;
  color: #002e59;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color .4s ease, background-color .4s ease;
  color: #fff; }
  .btn-yellow:hover {
    cursor: pointer; }
  .btn-yellow:hover {
    background-color: #002e59 !important;
    text-decoration: none;
    color: #002e59 !important; }
  .btn-yellow:hover {
    background-color: #fff !important;
    color: #002e59 !important; }
.btn-carousel {
  background-color: #fff !important;
  border: 3px solid transparent !important;
  border-radius: 0;
  color: transparent;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: color .4s ease, background-color .4s ease;
  border: 3px solid #fff;
  color: #000; }
  .btn-carousel:hover {
    cursor: pointer; }
  .btn-carousel:hover {
    background-color: transparent !important;
    text-decoration: none;
    color: #fff !important; }

.btn-danger {
  background-color: #d9534f !important;
  border-color: #d43f3a !important; }

.primary-menu {
  display: none;
  width: 100%;
  background-color: #002e59;
  order: 1; }
  @media (min-width: 992px) {
    .primary-menu {
      display: inline-block;
      order: unset; } }

@media (min-width: 992px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
    color: #002e59; }

  #mega-menu-wrap-menu-1 {
    position: unset !important;
    background-color: #002e59; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    position: unset; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    visibility: visible;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color: #002e59; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    display: inline-block;
    flex: 1 0 auto;
    background-color: #002e59;
    border-right: 1px solid rgba(18, 102, 168, 0.5); }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover {
      background: #002140 !important; }

  .mega-quote-link {
    background-color: red !important;
    border: 0 !important;
    transition: all .3s ease; }
    .mega-quote-link:hover {
      background-color: #e60000 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 30px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: transparent !important;
    color: #fff !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: normal !important;
    color: #fff !important;
    padding: 0 20px !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    padding: 0 !important;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 18px !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #002140 !important;
    color: #fff !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul {
    margin: 0;
    padding: 0 !important; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li {
    list-style-type: none !important;
    padding: 5px 0 !important; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li a {
      color: #666;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li {
    padding: 0 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    padding: 0 !important;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 18px !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
    float: none !important;
    max-width: 1400px;
    margin: 0 auto !important; } }
@media (min-width: 1600px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    max-width: 1366px; } }
.mobile-menu {
  display: none; }
  @media (max-width: 991px) {
    .mobile-menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      line-height: 16px;
      width: 15%;
      order: 1; } }
  @media (min-width: 768px) {
    .mobile-menu {
      width: 20%; } }
  .mobile-menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002e59;
    font-size: 14px;
    line-height: 14px; }
  .mobile-menu img {
    width: 100%;
    max-width: 30px;
    margin-bottom: 9px; }
  .mobile-menu a {
    color: #002e59;
    font-size: 14px;
    line-height: 14px; }

.mobile-menu--container {
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 80%;
  background-color: #fff;
  color: #999;
  transform: translateX(-120%);
  transition: all 0.75s ease-in-out;
  transition-delay: 0.25s; }
  @media (min-width: 768px) {
    .mobile-menu--container {
      width: 400px; } }
  @media (min-width: 1200px) {
    .mobile-menu--container {
      display: none; } }
  .mobile-menu--container .menu-inner {
    overflow-y: auto;
    height: 100%; }
    .mobile-menu--container .menu-inner .top-links {
      margin: 0;
      padding: 0; }
    .mobile-menu--container .menu-inner li {
      border-bottom: 1px solid #ccc;
      display: list-item;
      margin: 0;
      clear: both; }
      .mobile-menu--container .menu-inner li a {
        height: auto;
        padding: 10px 20px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        color: #002e59;
        display: block;
        width: 100%;
        font-size: 14px;
        margin: 0;
        line-height: 40px; }

.menu-active {
  transform: translateX(0);
  transition: all .75s ease-in-out;
  transition-delay: 0.25s;
  z-index: 500; }

.mob-menu--close {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002e59;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -48px;
  top: 20px; }
  .mob-menu--close img {
    width: 100%;
    max-width: 20px; }

@media (max-width: 991px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0;
    background-color: #fff; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.mega-menu-item {
    border-bottom: 1px solid #ccc; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    border-bottom: 1px solid #ccc; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: auto;
    padding: 10px 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #002e59; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul {
      padding: 0 20px; }
      #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li {
        display: block;
        position: relative;
        width: 100%; }
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul li a {
          font-size: 14px !important;
          line-height: 14px;
          color: #999; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    padding: 10px 20px;
    color: #002e59;
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: "Raleway", sans-serif;
    font-weight: 600; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    margin-bottom: 10px;
    margin-top: 10px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; } }
.search-mob {
  display: none;
  position: relative;
  width: 100%;
  border-top: 1px solid #002e59;
  padding: 10px 20px; }
  @media (max-width: 991px) {
    .search-mob {
      display: block; } }
  .search-mob form {
    display: flex;
    width: 100%; }
  .search-mob input[type="search"] {
    border: 2px solid red !important;
    border-right: 0 !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 25px;
    font-family: "Raleway", sans-serif; }
    .search-mob input[type="search"]::placeholder {
      font-size: 14px;
      line-height: 14px; }
  .search-mob button[type="submit"] {
    background-color: transparent;
    border: 2px solid red !important;
    border-left: 0 !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 65px; }
  .search-mob img {
    width: 25px;
    height: 25px; }

/* Arrows */
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  z-index: 90 !important; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent;
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: .5; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .2; }
  .slick-prev:before,
  .slick-next:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: unset !important;
    font-size: 20px;
    line-height: 1;
    opacity: .5; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px; }
    .slick-dots li button {
      background: transparent;
      border: 0;
      color: transparent;
      cursor: pointer;
      display: block;
      font-size: 0px;
      height: 20px;
      line-height: 0px;
      outline: none;
      padding: 5px;
      width: 20px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: .7; }
      .slick-dots li button:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: orange;
        font-size: 20px;
        height: 20px;
        left: 0;
        line-height: 20px;
        opacity: .5;
        position: absolute;
        text-align: center;
        top: 0;
        width: 20px; }
    .slick-dots li.slick-active button:before {
      color: #ccc;
      opacity: .5; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: flex;
  flex-direction: column;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.hero-home img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }
.hero-home .slick-slide {
  padding: 0; }

.homepage-banners {
  position: relative; }
  .homepage-banners ul {
    padding: 0;
    display: flex;
    width: 100%;
    margin: 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff; }
  .homepage-banners li {
    list-style: none;
    flex: 1; }
    .homepage-banners li img {
      width: 100%; }
    @media (min-width: 768px) {
      .homepage-banners li:nth-of-type(2) {
        border-left: 5px solid #fff;
        border-right: 5px solid #fff; } }
  .homepage-banners a {
    display: block;
    width: 100%;
    height: 100%; }

.banner-nav {
  display: none;
  visibility: hidden; }
  @media (max-width: 767px) {
    .banner-nav {
      display: flex;
      visibility: visible;
      width: 100%;
      align-items: center;
      justify-content: center;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .banner-nav .prev-banner {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-right: 5px; }
    .banner-nav .prev-banner:hover img {
      opacity: 0; }
      .banner-nav .prev-banner:hover img + img {
        opacity: 1; }
  .banner-nav .next-banner {
    display: block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 5px; }
    .banner-nav .next-banner:hover img {
      opacity: 0; }
      .banner-nav .next-banner:hover img + img {
        opacity: 1; }
  .banner-nav img {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all .3s ease; }
    .banner-nav img + img {
      opacity: 0; }

.save-on--bollards {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .save-on--bollards {
      padding-bottom: 60px; } }
  .save-on--bollards h3 {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 0;
    font-size: 24px !important;
    line-height: 34px;
    text-transform: capitalize;
    color: #002e59; }
    @media (min-width: 1200px) {
      .save-on--bollards h3 {
        font-size: 36px !important;
        line-height: 36px; } }
  .save-on--bollards .slick-list {
    padding: 20px 15px; }
  .save-on--bollards .slick-slide {
    padding: 20px 15px; }
  .save-on--bollards ul {
    width: 100%;
    padding: 10px 50px; }
    @media (min-width: 768px) {
      .save-on--bollards ul {
        padding: 10px 100px; } }
  .save-on--bollards li {
    display: block;
    position: relative;
    background-color: #fff;
    transition: all .3s ease;
    padding: 10px;
    margin: 0 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37); }
    .save-on--bollards li img {
      width: 100%;
      height: auto; }
    .save-on--bollards li:hover .view-product {
      background-color: red;
      color: #fff;
      border: 2px solid red; }
  .save-on--bollards .prod-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
    height: auto; }
    @media (min-width: 1200px) {
      .save-on--bollards .prod-title {
        padding: 10px 30px; } }
    .save-on--bollards .prod-title a {
      color: #333; }
  .save-on--bollards .price {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 26px;
    height: 100px; }
    .save-on--bollards .price strong {
      font-size: 24px;
      line-height: 24px; }
  .save-on--bollards .from,
  .save-on--bollards .vat {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #666; }
  .save-on--bollards .view-product {
    display: block;
    position: relative;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 14px;
    color: red;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid red;
    border-radius: 20px;
    padding: 10px 0;
    font-weight: 600; }
    .save-on--bollards .view-product:hover {
      text-decoration: none; }
  .save-on--bollards .slick-prev {
    background-image: url("./img/arrow-prev.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 50px;
    height: 50px;
    left: 0; }
    @media (min-width: 768px) {
      .save-on--bollards .slick-prev {
        left: 25px; } }
    @media (min-width: 1200px) {
      .save-on--bollards .slick-prev {
        left: 60px; } }
  .save-on--bollards .slick-next {
    background-image: url("./img/arrow-next.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 50px;
    height: 50px;
    right: 0; }
    @media (min-width: 768px) {
      .save-on--bollards .slick-next {
        right: 25px; } }
    @media (min-width: 1200px) {
      .save-on--bollards .slick-next {
        right: 60px; } }

.installation-callout {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #002e59;
  background-image: url("./img/installation-background-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px 0; }
  .installation-callout .callout-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; }
  .installation-callout:hover {
    color: #fff;
    text-decoration: none; }
  .installation-callout p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
    @media (min-width: 768px) {
      .installation-callout p {
        font-size: 26px;
        line-height: 26px; } }
    @media (min-width: 1200px) {
      .installation-callout p {
        font-size: 36px;
        line-height: 36px; } }
    .installation-callout p:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 40px;
      height: 40px;
      background-image: url("./img/icons/tools-icon-01.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 40px;
      margin-right: 15px; }
      @media (min-width: 1200px) {
        .installation-callout p:before {
          width: 80px;
          height: 80px;
          background-size: 80px; } }

.shopby-categories {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20px 30px 20px;
  background-color: #f7f7f7; }
  @media (min-width: 768px) {
    .shopby-categories {
      padding: 0 0 30px 0; } }
  .shopby-categories .shopby-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .shopby-categories h1 {
    text-align: center;
    padding: 30px 20px;
    text-transform: capitalize;
    color: #002e59;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .shopby-categories h1 {
        padding: 30px 0;
        font-size: 36px !important;
        line-height: 36px; } }
  @media (min-width: 768px) {
    .shopby-categories p {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
      color: #666; } }
  .shopby-categories ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .shopby-categories ul {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 20px;
        margin-bottom: 30px; } }
  .shopby-categories li {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.37); }
    @media (min-width: 768px) {
      .shopby-categories li {
        width: 22.7%;
        margin-bottom: 30px;
        margin-right: 3%; }
        .shopby-categories li:nth-of-type(4n) {
          margin-right: 0; } }
    .shopby-categories li img {
      width: 100%;
      height: auto;
      border-radius: 20px;
      transition: all .3s ease; }
    .shopby-categories li:hover .shop-link {
      opacity: 1; }
      .shopby-categories li:hover .shop-link:before {
        opacity: .8; }
  .shopby-categories .cat-img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
  .shopby-categories .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0; }
  .shopby-categories .cat-title {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #002e59;
    transition: all .3s ease; }
    .shopby-categories .cat-title a {
      color: #002e59; }
      .shopby-categories .cat-title a:visited {
        color: #002e59; }
  .shopby-categories .shop-link {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 20px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    transition: all .3s ease; }
    .shopby-categories .shop-link:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #002e59;
      border-radius: 20px;
      z-index: 1;
      transition: all .3s ease; }
    .shopby-categories .shop-link span {
      width: 100%;
      max-width: 150px;
      text-align: center;
      text-transform: uppercase;
      background-color: red;
      border: 1px solid red !important;
      color: #fff;
      font-size: 14px;
      border: 2px solid #999;
      border-radius: 20px;
      padding: 10px 0;
      font-weight: 600;
      z-index: 2; }
      @media (min-width: 768px) {
        .shopby-categories .shop-link span {
          max-width: 110px;
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .shopby-categories .shop-link span {
          max-width: 150px;
          font-size: 14px; } }
    .shopby-categories .shop-link:hover {
      text-decoration: none; }

.expert-installation {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #002e59;
  background-image: url("./img/installation-background-2-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0; }
  .expert-installation .installation-inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .expert-installation .installation-inner {
        padding: 0 20px; } }
  .expert-installation h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .expert-installation h3 {
        font-size: 36px !important;
        line-height: 36px; } }
  .expert-installation h4 {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px !important;
    line-height: 20px !important; }
    @media (min-width: 1200px) {
      .expert-installation h4 {
        font-size: 36px !important;
        line-height: 36px !important;
        margin-bottom: 40px;
        margin-top: 0; } }
  .expert-installation p {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 14px; }
    @media (min-width: 1200px) {
      .expert-installation p {
        font-size: 18px;
        line-height: 18px; } }
  .expert-installation ul {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .expert-installation ul {
        width: 49%;
        margin-bottom: 30px;
        padding: 0; } }
    @media (min-width: 1200px) {
      .expert-installation ul {
        margin-bottom: 60px; } }
  .expert-installation li {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 700; }
    @media (min-width: 1200px) {
      .expert-installation li {
        font-size: 24px;
        line-height: 24px; } }
    .expert-installation li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      background-image: url("./img/icons/tick-icon-01.png");
      background-position: center;
      background-size: 30px;
      background-repeat: no-repeat;
      margin-right: 15px; }
  .expert-installation .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .expert-installation .info-link {
    display: block;
    position: relative;
    width: 100%;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: red;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid red;
    border-radius: 20px;
    padding: 10px 0;
    font-weight: 600; }
    .expert-installation .info-link:hover {
      text-decoration: none;
      background-color: red;
      color: #fff; }

.dom {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: auto; }
  @media (min-width: 1200px) {
    .dom {
      display: block; } }

.customer-reviews {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  background-color: #f7f7f7; }
  .customer-reviews .reviews-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .customer-reviews h4 {
    text-align: center;
    padding: 60px 0;
    text-transform: capitalize;
    color: #002e59;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .customer-reviews h4 {
        font-size: 36px !important;
        line-height: 36px; } }

.why-choose {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 30px 0 30px;
  background-color: #002e59;
  color: #fff; }
  @media (min-width: 1366px) {
    .why-choose {
      padding: 60px 0 0 0; } }
  .why-choose .choose-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .why-choose h4 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .why-choose h4 {
        font-size: 36px !important;
        line-height: 36px;
        margin-bottom: 80px; } }
  .why-choose ul {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    vertical-align: top; }
    @media (min-width: 768px) {
      .why-choose ul {
        width: 45%;
        margin-right: 5%;
        margin-bottom: 30px; } }
    .why-choose ul:last-of-type {
      margin-right: 0; }
  .why-choose li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 700; }
    @media (min-width: 768px) {
      .why-choose li {
        flex-direction: row;
        margin-bottom: 60px; } }
  .why-choose .icon {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .why-choose .icon {
        margin-bottom: 0;
        margin-right: 25px; } }
    .why-choose .icon img {
      width: 100%;
      max-width: 100px; }
  .why-choose .text-wrapper {
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .why-choose .text-wrapper {
        width: calc(100% - 100px); } }
    .why-choose .text-wrapper h5 {
      text-align: center; }
      @media (min-width: 768px) {
        .why-choose .text-wrapper h5 {
          text-align: left; } }
    .why-choose .text-wrapper p {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      text-align: center; }
      @media (min-width: 768px) {
        .why-choose .text-wrapper p {
          text-align: left; } }

.brand-logos {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #fff; }
  .brand-logos .brands-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .brand-logos h4 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 60px;
    color: #002e59;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .brand-logos h4 {
        font-size: 36px !important;
        line-height: 46px;
        margin-bottom: 80px; } }
  .brand-logos ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 30px; }
  .brand-logos li:last-child {
    display: none; }
    @media (min-width: 768px) {
      .brand-logos li:last-child {
        display: inline-block; } }
  .brand-logos li {
    display: inline-block;
    position: relative;
    width: 33.3%;
    margin-right: 0;
    padding: 15px; }
    .brand-logos li:nth-of-type(3n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .brand-logos li {
        width: 16.666%;
        padding: 20px 30px;
        margin-right: 0; }
        .brand-logos li:nth-of-type(3n) {
          margin-right: 0; }
        .brand-logos li:nth-of-type(6n) {
          margin-right: 0; } }
    @media (min-width: 1200px) {
      .brand-logos li {
        width: 12%; } }
    .brand-logos li:hover img {
      filter: grayscale(0); }
    .brand-logos li img {
      width: 100%;
      height: auto;
      filter: grayscale(1);
      transition: all .3s ease; }

.customer-projects {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 60px 0;
  background-color: #fff; }
  .customer-projects .projects-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto; }
  .customer-projects h4 {
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 60px;
    color: #002e59;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .customer-projects h4 {
        font-size: 36px !important;
        line-height: 36px;
        margin-bottom: 80px; } }
  .customer-projects p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #002e59;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .customer-projects p {
        font-size: 22px;
        line-height: 22px; } }
    .customer-projects p a {
      color: red; }

.project-list {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 30px; }
  .project-list ul {
    display: block;
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .project-list ul {
        display: flex; } }
    .project-list ul li:last-child {
      display: none; }
      @media (min-width: 768px) {
        .project-list ul li:last-child {
          display: block; } }
    .project-list ul li {
      display: inline-block;
      position: relative;
      width: 49%;
      margin-right: 0;
      margin-bottom: 2%; }
      @media (min-width: 768px) {
        .project-list ul li {
          display: block;
          margin-right: 2%;
          margin-bottom: 0; } }
      .project-list ul li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .project-list ul li {
          width: 20%; }
          .project-list ul li:nth-of-type(2n) {
            margin-right: 2%; }
          .project-list ul li:nth-of-type(5n) {
            margin-right: 0; } }
      .project-list ul li:hover .thumb-overlay {
        background-color: rgba(0, 0, 0, 0.6); }
        .project-list ul li:hover .thumb-overlay img {
          opacity: 1; }
      .project-list ul li .thumb-overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        transition: all .3s ease; }
        .project-list ul li .thumb-overlay img {
          width: 100%;
          max-width: 40px;
          height: auto;
          opacity: 0;
          transition: all .3s ease; }
  .project-list img {
    width: 100%;
    height: auto; }

.bollard-introduction {
  padding: 60px 30px 0 30px; }
  .bollard-introduction h2 {
    color: #002e59;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .bollard-introduction h2 {
        font-size: 36px !important;
        line-height: 46px; } }

.gallery-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 80px; }
  .gallery-container h1,
  .gallery-container p {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
  .gallery-container h1 {
    color: #002e59;
    margin-top: 30px;
    margin-bottom: 30px; }
  .gallery-container p {
    margin-bottom: 60px;
    font-family: "Raleway", sans-serif;
    color: #666;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 1200px) {
      .gallery-container p {
        font-size: 16px;
        line-height: 24px; } }
  .gallery-container ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px; }
    .gallery-container ul li {
      display: inline-block;
      position: relative;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 20px; }
      .gallery-container ul li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .gallery-container ul li {
          width: 32%;
          margin-bottom: 30px; }
          .gallery-container ul li:nth-of-type(2n) {
            margin-right: 2%; }
          .gallery-container ul li:nth-of-type(3n) {
            margin-right: 0; } }
      .gallery-container ul li:hover .thumb-overlay {
        background-color: rgba(0, 0, 0, 0.6); }
        .gallery-container ul li:hover .thumb-overlay img {
          opacity: 1; }
      .gallery-container ul li .thumb-overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        transition: all .3s ease; }
        .gallery-container ul li .thumb-overlay img {
          width: 100%;
          max-width: 40px;
          height: auto;
          opacity: 0;
          transition: all .3s ease; }
  .gallery-container img {
    width: 100%;
    height: auto; }

.product-listing--container {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .product-listing--container .prod-title {
    margin-top: 10px; }
    @media (min-width: 576px) {
      .product-listing--container .prod-title {
        display: block; } }
    .product-listing--container .prod-title a {
      color: #002e59;
      font-size: 18px;
      line-height: 28px;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 600; }

.colour-variation {
  margin-bottom: 20px; }
  .colour-variation p {
    color: #002e59;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .colour-variation img {
    max-width: 100px;
    margin: 0 !important; }

.supply-fitted--details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20px; }
  .supply-fitted--details .price-col {
    grid-column: span 4;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .supply-fitted--details .price-col {
        grid-column: span 2;
        padding-right: 15px; } }
  .supply-fitted--details .fitted-product--details {
    grid-column: span 4;
    display: grid;
    grid-template-rows: repeat(2, 1fr); }
    @media (min-width: 992px) {
      .supply-fitted--details .fitted-product--details {
        grid-column: span 2; } }
  .supply-fitted--details .supply-price {
    color: red;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc; }
    .supply-fitted--details .supply-price:before {
      content: "Supply only";
      display: block;
      width: 100%;
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      margin-bottom: 5px; }
    .supply-fitted--details .supply-price:after {
      content: "Inc VAT";
      display: block;
      width: 100%;
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      margin-top: 8px; }
  .supply-fitted--details .fitted-price {
    color: red;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 0; }
    .supply-fitted--details .fitted-price:before {
      content: "Supply & Installation";
      display: block;
      width: 100%;
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      margin-bottom: 5px; }
    .supply-fitted--details .fitted-price:after {
      content: "Inc VAT";
      display: block;
      width: 100%;
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      font-weight: 400;
      margin-top: 8px; }

.fitted-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  .fitted-details .fitted-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    grid-column: span 2; }
    .fitted-details .fitted-detail img {
      max-width: 50px; }
    .fitted-details .fitted-detail p {
      text-align: center;
      color: #002e59;
      font-size: 11px;
      line-height: 14px;
      margin-bottom: 0; }

.install-available {
  display: block;
  background-color: #002e59;
  font-family: sans-serif;
  color: #fff;
  padding: 8px 10px;
  text-align: right;
  width: 100%; }
  @media (min-width: 576px) {
    .install-available {
      text-align: center; } }
  @media (min-width: 992px) {
    .install-available {
      text-align: right; } }
  .install-available p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px; }
    @media (min-width: 576px) {
      .install-available p {
        font-size: 11px;
        line-height: 11px; } }
    @media (min-width: 1366px) {
      .install-available p {
        font-size: 14px;
        line-height: 14px; } }
    .install-available p:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      background-image: url("img/installed-by.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
      @media (min-width: 500px) {
        .install-available p:before {
          margin-right: 5px; } }

.install-date {
  background-color: #ccc;
  font-family: sans-serif;
  color: #002e59;
  font-size: 12px;
  line-height: 12px;
  padding: 10px;
  text-align: center;
  width: auto;
  margin-bottom: 0; }
  @media (min-width: 1366px) {
    .install-date {
      font-size: 14px;
      line-height: 14px; } }

/* new price display for sale items */
.price:not(.single_variation_wrap .price) {
  display: flex;
  flex-direction: row; }
  .price:not(.single_variation_wrap .price) ins {
    text-decoration: none;
    padding-right: 30px; }
    .price:not(.single_variation_wrap .price) ins span.woocommerce-Price-amount.amount {
      color: red !important; }
  .price:not(.single_variation_wrap .price) del {
    text-decoration: none; }
    .price:not(.single_variation_wrap .price) del .woocommerce-Price-amount:before {
      content: "Was"; }
    .price:not(.single_variation_wrap .price) del bdi {
      text-decoration: line-through; }

.single_variation_wrap .price {
  display: flex;
  flex-direction: row; }
  .single_variation_wrap .price ins {
    order: 1;
    text-decoration: none;
    padding-right: 30px; }
    .single_variation_wrap .price ins span.woocommerce-Price-amount.amount {
      color: red !important; }
  .single_variation_wrap .price del {
    order: 2;
    text-decoration: none; }
    .single_variation_wrap .price del span.woocommerce-Price-amount:before {
      content: "Was" !important;
      display: inline-block;
      position: relative;
      width: auto;
      height: auto;
      font-family: "Raleway", sans-serif;
      font-size: 12px;
      line-height: 12px;
      color: #999;
      font-weight: 400;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .single_variation_wrap .price del bdi {
      text-decoration: line-through; }

.sale-sticker {
  width: 100px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 30px; }
  @media (min-width: 576px) {
    .sale-sticker {
      width: 150px; } }

.category-sticker .sale-sticker {
  width: 100px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px; }

.our-awards {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  .our-awards h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #002e59;
    font-size: 24px !important;
    line-height: 34px; }
    @media (min-width: 1200px) {
      .our-awards h4 {
        font-size: 36px !important;
        line-height: 46px; } }

.awards-inner {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto; }
  .awards-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
  .awards-inner li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%; }
    .awards-inner li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .awards-inner li {
        width: 18.4%;
        margin-bottom: 0; }
        .awards-inner li:nth-of-type(2n) {
          margin-right: 2%; }
        .awards-inner li:nth-of-type(5n) {
          margin-right: 0; } }
    .awards-inner li img {
      width: 100%;
      height: auto; }

.celebrity-banner {
  margin-bottom: 60px; }
  .celebrity-banner picture,
  .celebrity-banner img {
    width: 100%; }

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: bold; }

h4 {
  font-size: 1.3rem !important; }

h1 {
  font-size: 2.2rem !important; }

/*# sourceMappingURL=style.css.map */
