/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 10, but if you do -- maybe just use a custom class  :)  */
.product_title {
  font-size: 22px;
  letter-spacing: 0;
  text-transform: unset;
  margin-bottom: 18px;
  line-height: 1.3; }
  @media screen and (min-width: 1025px) {
    .product_title {
      font-size: 33px; } }

.product_meta {
  margin-top: 32px; }
  .product_meta span {
    font-weight: 700;
    margin-right: 22px; }
    .product_meta span span {
      font-weight: 400;
      margin-right: 0; }
    .product_meta span:last-of-type {
      margin-right: 0; }

/* Hero */
.woocommerce-product-gallery {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 30px; }
  .woocommerce-product-gallery picture,
  .woocommerce-product-gallery img {
    margin: 0 auto; }
  @media screen and (min-width: 1025px) {
    .woocommerce-product-gallery {
      padding: 55px 45px; } }

.product_meta .sds_sheets {
  display: block;
  margin-top: 24px;
  margin-right: 0;
  font-weight: 400; }

.product_meta .sds-sheet-link {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #1A3A6B;
  text-decoration: none; }
  .product_meta .sds-sheet-link i {
    width: 36px;
    height: 36px;
    margin-right: 14px;
    border-radius: 50%;
    background-color: rgba(94, 177, 224, 0.35);
    color: #1A3A6B;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease-in-out; }
    .product_meta .sds-sheet-link i::before {
      position: relative;
      left: 1px; }
  .product_meta .sds-sheet-link:hover {
    color: #5EB1E0; }
    .product_meta .sds-sheet-link:hover i {
      background-color: rgba(94, 177, 224, 0.55); }

/* More Information */
#sec-more-information {
  padding-top: 40px;
  padding-bottom: 40px;
  /* Same markup + behaviour as the FAQ accordions (js/faqs-accordion.js) */ }
  #sec-more-information .more-information-title {
    margin-bottom: 18px; }
  #sec-more-information .product-description {
    margin-bottom: 40px; }
    #sec-more-information .product-description h5 {
      color: #5EB1E0;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: unset;
      margin-bottom: 14px; }
  #sec-more-information .faq-item {
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom: 3px solid #f2f2f2; }
    #sec-more-information .faq-item h5 {
      margin-bottom: 17px;
      line-height: 1.8; }
    #sec-more-information .faq-item .answer {
      padding-left: 50px;
      margin-bottom: 17px; }
    #sec-more-information .faq-item button {
      width: 100%;
      font-size: 16px !important;
      border: 0;
      background: transparent;
      color: #1A3A6B;
      font: inherit;
      font-weight: 400;
      text-align: left;
      display: flex; }
      #sec-more-information .faq-item button i {
        color: #5EB1E0;
        margin-right: 21px;
        font-size: 23px;
        position: relative;
        top: 6px; }
        #sec-more-information .faq-item button i::before {
          content: '\e912'; }
      #sec-more-information .faq-item button[aria-expanded="true"] i::before {
        content: '\e90e'; }
  #sec-more-information .product-contact-line {
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 0; }
  @media screen and (min-width: 1025px) {
    #sec-more-information {
      padding-top: 75px;
      padding-bottom: 70px; }
      #sec-more-information .product-description {
        margin-bottom: 75px; }
      #sec-more-information .more-information-rows .col-lg-6:first-child {
        padding-right: 40px; }
      #sec-more-information .more-information-rows .col-lg-6:last-child {
        padding-left: 40px; }
      #sec-more-information .faq-item {
        padding-bottom: 5px;
        margin-bottom: 34px; }
        #sec-more-information .faq-item button {
          font-size: 18px !important; }
          #sec-more-information .faq-item button i {
            margin-right: 23px;
            font-size: 24px;
            top: 5px; }
        #sec-more-information .faq-item .answer {
          padding-left: 55px; }
      #sec-more-information .product-contact-line {
        margin-top: 55px; } }

/* Related products */
#sec-related-products {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(26, 58, 107, 0.12); }
  #sec-related-products h2 {
    margin-bottom: 10px; }
  #sec-related-products h4 {
    letter-spacing: 0;
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 0; }
  #sec-related-products .carousel {
    width: 100%;
    margin-top: 30px; }
  #sec-related-products .owl-carousel {
    position: relative;
    /* Equal-height cards: the flex stage lets every .owl-item stretch to the tallest one */ }
    #sec-related-products .owl-carousel .owl-stage {
      display: flex; }
    #sec-related-products .owl-carousel .related-product {
      height: 100%;
      display: flex; }
    #sec-related-products .owl-carousel .owl-nav {
      display: flex;
      justify-content: center;
      margin-top: 38px; }
      #sec-related-products .owl-carousel .owl-nav button {
        width: 47px;
        height: 47px;
        background-color: transparent;
        border: 1px solid #1A3A6B;
        font-size: 10px;
        margin-right: 25px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #sec-related-products .owl-carousel .owl-nav button span {
          font-size: 50px;
          position: relative;
          top: -5px;
          font-weight: 400; }
        #sec-related-products .owl-carousel .owl-nav button:last-of-type {
          margin-right: 0; }
        #sec-related-products .owl-carousel .owl-nav button:hover {
          color: #5EB1E0;
          border-color: #5EB1E0; }
    #sec-related-products .owl-carousel .owl-dots {
      margin: 45px 0;
      display: none;
      justify-content: center; }
      #sec-related-products .owl-carousel .owl-dots button {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #ACACAC;
        margin-right: 15px; }
        #sec-related-products .owl-carousel .owl-dots button:last-of-type {
          margin-right: 0; }
        #sec-related-products .owl-carousel .owl-dots button.active {
          background-color: #D6D6D6; }
  #sec-related-products .product-card {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #0000000D;
    padding: 40px 24px;
    height: 100%; }
    #sec-related-products .product-card picture,
    #sec-related-products .product-card img {
      margin: 0 auto; }
    #sec-related-products .product-card h3 {
      font-size: 16px;
      line-height: 1.4;
      font-weight: 400;
      margin: 50px 0 21px;
      text-transform: unset;
      letter-spacing: 0; }
    #sec-related-products .product-card p {
      font-size: 14px;
      margin-bottom: 25px; }
    #sec-related-products .product-card a {
      font-weight: 700;
      font-family: "Montserrat", "Open Sans", sans-serif; }
  #sec-related-products .cta {
    margin-top: 40px; }
  @media screen and (min-width: 769px) {
    #sec-related-products .owl-carousel {
      height: 96%; }
      #sec-related-products .owl-carousel .owl-stage-outer {
        height: 100% !important; }
        #sec-related-products .owl-carousel .owl-stage-outer .owl-stage, #sec-related-products .owl-carousel .owl-stage-outer .owl-item {
          height: 100% !important; } }
  @media screen and (min-width: 1025px) {
    #sec-related-products {
      padding-top: 90px;
      padding-bottom: 167px; }
      #sec-related-products .carousel {
        margin-top: 55px; }
      #sec-related-products .owl-carousel .owl-nav {
        justify-content: space-between;
        position: absolute;
        width: 100%;
        bottom: 50%;
        margin-top: 0; }
        #sec-related-products .owl-carousel .owl-nav button {
          margin-right: 0; }
          #sec-related-products .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            transform: translateX(-50%);
            left: -50px; }
          #sec-related-products .owl-carousel .owl-nav button.owl-next {
            position: relative;
            transform: translateX(50%);
            right: -50px; }
      #sec-related-products .owl-carousel .owl-dots {
        display: flex; }
      #sec-related-products .cta {
        margin-top: 20px; } }
  @media screen and (min-width: 1025px) and (max-width: 1540px) {
    #sec-related-products .owl-carousel .owl-nav {
      display: none; } }
