/* Banner Styles Starts Here written by SSGP */
.hero-banner {
    position: relative;
}

.hero-banner .hero-banner-image {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 380px;
    display: none;
}

.hero-banner .hero-banner-description {
    margin: 40px 20px 60px;
    text-align: center;
}

.hero-banner-description .hero-banner-name {
    font-size: 1rem;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 24px;
    color: #4F4F4F;
}

.hero-banner-description h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 48px;
    color: #4F4F4F;
    margin-bottom: 36px;
}

.hero-banner-description .hero-banner-detail {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 20px;
}

.novalue {
    display: none !important;
}

.coh-container-fixed {
    margin: 0 20px;
}

@media only screen and (min-device-width: 768px) {
    .hero-banner .hero-banner-image {
        height: 625px;
    }

    .hero-banner-description a {
        display: inline-block;
    }

    .hero-banner .hero-banner-description.left-align {
        max-width: 400px;
        text-align: left;
        left: 10%;
    }

    .hero-banner .hero-banner-description.right-align {
        max-width: 400px;
        text-align: left;
        right: 10%;
    }

    .hero-banner .hero-banner-description.center-align {
        width: 50%;
        text-align: center;
        padding: 60px 0;
        margin: 0 auto;
        transform: none;
    }
}

/* Banner Styles Ends Here written by SSGP */

/*Cardt Style Starts Here written by SSGP*/
.product-card {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.product-card.padding-top-bottom-120 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.product-card.padding-top-bottom-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.product-card.padding-top-bottom-60 {
  padding-top: 3.57rem;
  padding-bottom: 3.57rem;
}

.card-header {
  text-align: center;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.card-header h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0 auto 1.5rem;
  width: 70%;
  letter-spacing: 1.6px;
}

/*.card-header p {*/
/*  font-size: 1.25rem;*/
/*  font-weight: 400;*/
/*  line-height: 2rem;*/
/*  margin-bottom: 1.5rem;*/
/*}*/

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

.feature-card {
  width: 18.75rem;
  margin: 24px 0.3125rem 0;
}

.related-product-card {
  margin: 1.5rem 1.25rem 0 1.25rem;
}

.related-product-card .card-image {
  width: 100%;
  background-color: white;
}
.related-product-card .card-image img {
  margin: auto;
  width: auto;
  height: 240px;
  object-fit: contain;
}
.feature-card .card-image img {
  margin: auto;
  width: auto;
  height: 176px;
  object-fit: contain;
}
.variation-card .card-image img, .relevant-product-card .card-image img {
  margin: auto;
  width: auto;
  height: 200px;
  object-fit: contain;
}

.variation-card, .relevant-product-card {
  width: 160px;
  margin: 24px 5px;
}

.variation-card .card-image img,
.relevant-product-card .card-image img {
  padding: 25px 0;
}
.variation-card .card-image,
.relevant-product-card .card-image {
  background-color: #F6F6F6;
}
/*.feature-card .card-image > a,*/
/*.variation-card .card-image > a {*/
/*  display: none;*/
/*}*/

/*.relevant-product-card .card-image > img {*/
/*  display: none;*/
/*}*/

/*.feature-card .card-image img,*/
/*.variation-card .card-image img {*/
/*  width: 160px;*/
/*}*/

.card-details {
  padding: 40px 10px;
  text-align: center;
}

.variation-card .card-details, .relevant-product-card .card-details {
  background-color: white;
}

.feature-card .card-details h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

.variation-card .card-details h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.variation-card .card-details .card-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.related-product-card .card-details h5 {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 24px;
}

.card-details .card-sku {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.card-details .card-description p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 70px;
  /*opacity: 0.6;*/
}

/*Card Style Ends Here written by SSGP*/
/*Card Responsive Style Starts Here written by SSGP*/
@media only screen and (min-width: 768px) {
  .product-card {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .product-card.padding-top-bottom-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  /*.card-header p {*/
  /*  margin-bottom: 2rem;*/
  /*}*/
  .related-product-card {
      width: 30%;
      margin: 40px 10px 0 10px;
      overflow: hidden;
  }

  .feature-card {
    width: 300px;
  }
  .variation-card, .relevant-product-card {
      width: 300px;
      margin-top: 50px;
      margin-bottom: 40px;
  }

  .feature-card .card-image img,
  .variation-card .card-image img {
      width: 100%;
  }
  .variation-card .card-image img, .relevant-product-card .card-image img {
    height: 300px;
  }

  .card-header {
      margin-left: auto;
      margin-right: auto;
      width: 50%;
  }

  .variation-header h4 {
      width: 100%;
      color: #4D4D4F;
  }

  .card-details {
      padding: 40px;
  }

  .card-container {
      margin: 0 25px;
  }
}

/*Card Responsive Style Ends Here written by SSGP*/

/* Button and Link Style Starts here written by SSGP for Product Card and Related Product layout */
.button-primary {
  font-size: 1.125rem;
  padding: 16px 32px;
  color: white;
  background-color: #51B5DF;
  letter-spacing: 1.6px;
}
.button-primary:hover {
  background-color: #2083AC;
}
.related-product-card .button-secondary {
  font-size: 1.125rem;
  padding: 16px 32px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  letter-spacing: 1.6px;
}
.related-product-card .button-secondary:hover { 
  background-color: rgba(77, 77, 79, 0.1);
}
.button-secondary {
  font-size: 1.125rem;
  padding: 16px 32px;
  color: #686868;
  border: 1px solid #51B5DF;
  background-color: transparent;
  letter-spacing: 1.6px;
}
.button-secondary:hover {
  background-color: rgba(81, 181, 223, 0.1);
}
.link {
  font-size: 1.125rem;
  color: #0078ab;
}
.link:hover {
  color: #009ee0;
}

.link-arrow {
  font-size: 1.125rem;
  color: #0078ab;
  margin-right: 10px;
}
.link-arrow:after {
  content: url(arrow-forward.png);
  width: 22px;
  height: 22px;
  position: relative;
  top: 0;
  left: 8px;
  opacity: 1;
  transition: all 300ms ease-out 50ms;
}
.link-arrow:hover {
  color: #009ee0;
}
.link-arrow:hover::after {
  left: 32px;
  opacity: 0;
  transition: all 300ms ease-out 50ms;
}

/* Button and Link Style Ends here written by SSGP for Product Card and Related Product layout */

/* Featured Product One Column and Two Column Layout Starts Here */
.product-family .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}

@media screen and (max-width: 768px) {
    .product-family .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
        margin-bottom: 1.5rem;
    }
}

.product-family .product-block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    width: 50%;
    padding: 4.5rem;
}

@media screen and (max-width: 768px) {
    .product-family .product-block1 {
        height: auto;
        width: 100%;
        padding: 1.25rem;
        text-align: center;
    }
}

.product-family .product-block1 .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.13em;
    text-align: left;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
    .product-family .product-block1 .title {
        text-align: center;
    }
}

.product-family .product-block1 .description {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 480px) {
    .product-family .product-block1 .description {
        text-align: center;
    }
}

.product-family .product-block2 {
    padding: 2.5rem;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 480px) {
    .product-family .product-block2 {
        text-align: center;
        width: 100%;
    }
}

.product-family .product-block2 .image {
    width: 100%;
    height: auto;
}

.featured-products {
  padding: 2.5rem 0;
}

.featured-products .products-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.featured-products .product {
  width: 50%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .featured-products .product {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .featured-products .product {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.featured-products .product-block1 {
  width: 49%;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .featured-products .product-block1 {
    width: 100%;
    height: auto;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.featured-products .product-block1 .image {
  width: 100%;
}

.featured-products .product-block2 {
  padding: 2.5rem;
  width: 49%;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .featured-products .product-block2 {
    width: 100%;
    text-align: center;
    max-width: unset;
  }
}

.featured-products .product-block2 .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  opacity: 0.8;
}

.featured-products .product-block2 .description {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}
/* Featured Product One Column and Two Column Layout Ends Here */