@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');
.textOverflowSingleLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/*calculated width mixin*/
.content-widget-heading {
  margin: 20px 0 40px;
}
.content-widget-heading h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 28px;
  color: #212121;
  font-weight: 600;
}
.banner-header img {
  width: 100%;
}
ul.about-services {
  list-style: none;
  float: left;
  width: 100%;
  margin: 60px 0 0;
  box-sizing: border-box;
}
ul.about-services li.about-us-service {
  float: left;
  width: 33%;
  text-align: center;
  box-sizing: border-box;
}
ul.about-services li.about-us-service .about-us-service-img {
  height: 80px;
  margin-bottom: 15px;
}
.what-we-do {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
span.about-us-text {
  float: left;
  width: 50%;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
}
span.about-us-link {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 11px;
  margin-top: 3px;
  box-sizing: border-box;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #9e9e9e;
}
span.about-us-link img {
  width: 7px;
  height: 7px;
}
span.about-us-link:hover {
  text-decoration: underline !important;
}
.down-scroll {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
}
.content-heading {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 0;
}
.content-heading h2.content-hd {
  font-size: 28px;
  color: #212121;
  font-weight: 600;
}
.content-heading span.content-sub-hd {
  color: #9e9e9e;
  margin: 10px 0 0;
  width: 700px;
  display: inline-block;
  text-align: center;
}
.content-body {
  float: left;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
ul.our-prods {
  list-style: none;
}
ul.our-prods li.our-prod {
  float: left;
  width: 18%;
  margin-right: 1%;
  margin-left: 1%;
  box-sizing: border-box;
  box-shadow: 1px 3px 10px 0px #e0e0e0;
}
.prod-img-div {
  float: left;
  width: 100%;
  height: 210px;
  text-align: center;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 20px;
}
.prod-abt-div {
  float: left;
  width: 100%;
  height: 125px;
  line-height: 25px;
  background: #fefefe;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  text-align: center;
  box-sizing: border-box;
  padding: 25px 10px;
}
.concern-div {
  background-image: url(../../../assets/images/HKBrand/concern_bg.jpg);
  background-size: cover;
  float: left;
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.concern-div .tile-modal {
  position: absolute;
  background: #fff;
  top: 0;
  width: 810px;
  margin: 0 180px;
  height: 350px;
  z-index: 999;
  box-shadow: 3px 5px 15px -4px #9e9e9e;
}
.concern-div .tile-modal > img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  cursor: pointer;
}
.concern-div .tile-modal .tile-img {
  float: left;
  width: 40%;
  height: 100%;
  background: #cff0f1;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  position: relative;
}
.concern-div .tile-modal .tile-img > img {
  width: 130px;
  height: 130px;
  position: absolute;
  transform: translatey(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 50%;
  margin-left: -65px;
}
.concern-div .tile-modal .tile-abt {
  float: left;
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.concern-div .tile-modal span.tile-txt-head {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #212121;
}
.concern-div .tile-modal span.tile-txt {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #9e9e9e;
  max-height: 190px;
  overflow: hidden;
  overflow-y: auto;
}
.concern-div .tile-modal span.tile-link {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.concern-div .tile-modal span.tile-link a {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  color: #9e9e9e;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 3px;
}
ul.your-concerns {
  list-style: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 180px 60px;
}
ul.your-concerns li.your-concern {
  float: left;
  width: 25%;
  height: 175px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: 1px solid #f4f4f4;
  background: #fff;
  cursor: pointer;
}
ul.your-concerns li.your-concern img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
ul.your-concerns li.your-concern:hover {
  background: #f7f7f7 !important;
}
span.concern-txt {
  float: left;
  width: 100%;
}
ul.trndng-prod {
  list-style: none;
}
.owl-carousel {
  position: relative;
}
.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.view-all-prd {
  text-align: center;
  margin-top: 18px;
}
.view-all-prd a {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 10px 40px;
  font-size: 14px;
  color: #9e9e9e;
  cursor: pointer;
}
.connect-blog-hd {
  margin-top: 64px;
}
ul.connect-articles {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 50px;
}
ul.connect-articles li.connect-article {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding-right: 60px;
}
.hk-homeaskanexpert {
  padding: 60px 0 !important;
  margin-top: 70px !important;
}
.content-widgets.homeWidget {
  margin-top: 0 !important;
}
.about-article {
  margin-top: 20px;
}
span.article-head {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #212121;
  line-height: 25px;
  margin-bottom: 5px;
}
span.article-tag {
  float: left;
  width: 100%;
  color: #9e9e9e;
  font-size: 13px;
}
span.article-views {
  float: left;
  width: 65%;
  color: #9e9e9e;
  font-size: 12px;
}
span.article-summary {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  color: #212121;
  overflow: hidden;
  height: 45px;
}
span.read-more {
  float: left;
  width: 100%;
}
span.read-more a {
  font-size: 13px;
  color: #00bfbf;
  cursor: pointer;
}
span.read-more a:hover {
  text-decoration: underline !important;
}
.accordion li {
  list-style: none;
}
.accordion li .link.shop_lp_faqs_click {
  cursor: pointer;
  display: block;
  padding: 18px 0 6px;
  color: #177a99;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 22px;
}
.accordion li .link.shop_lp_faqs_click:hover {
  color: #212121;
}
.accordion li .submenu {
  font-size: 16px;
  color: #212121;
}
.accordion li .submenu span.done_close {
  font-weight: 600;
  color: #177a99;
  font-size: 14px;
  padding: 4px 0 0 0;
  cursor: pointer;
  display: block;
}
.accordion li .submenu span.done_close img {
  width: 10px;
  height: 10px;
}
.hd-faq-head {
  margin-top: 60px !important;
}
.bd-faq-body {
  margin-top: 20px !important;
}
.accordion li:last-child {
  margin-bottom: 20px;
}
.store-shopping-testimonial {
  float: left;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../../../assets/images/HKBrand/testimonials_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-top: -21px;
}
.store-shopping-testimonial .testimonial-head-wrap {
  float: left;
  width: 100%;
  text-align: center;
}
.store-shopping-testimonial .testimonial-head-wrap .main_hdings {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 0;
  margin-top: 52px;
}
.store-shopping-testimonial .testimonial-slider-wrap {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider {
  float: left;
  width: 100%;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item {
  text-align: center;
  border-radius: 7px;
  padding: 25px 35px 20px;
  box-sizing: border-box;
  background: #fff;
  color: #00bfbf;
  position: relative;
  height: 310px;
  margin: 0 20px 10px 20px;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .user-name {
  color: #1a4f69;
  font-size: 16px;
  display: block;
  -webkit-line-clamp: 1;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .shopped-at {
  font-size: 14px;
  color: #9e9e9e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .shopping-address {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .shopping-address .review-outer {
  background: transparent url(../../../assets/images/star-empty.svg) repeat-x scroll;
  height: 15px;
  width: 75px;
  display: block;
  margin: 10px auto;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .shopping-address .review-inner {
  background: transparent url(../../../assets/images/star-filled.svg) repeat-x scroll;
  height: 15px;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .say-about-details {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  min-height: 160px;
  color: #212121;
  overflow: hidden;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .say-about-details p {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .owl-controls {
  margin: 30px 0;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: transparent;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .owl-prev {
  left: -50px;
  background-image: url(../../../assets/images/HKBrand/rightGreyArrow.svg);
  transform: translateY(-50%) scaleX(-1) !important;
  -webkit-transform: translateY(-50%) scaleX(-1) !important;
  -o-transform: translateY(-50%) scaleX(-1) !important;
  -moz-transform: translateY(-50%) scaleX(-1) !important;
  -ms-transform: translateY(-50%) scaleX(-1) !important;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .owl-next {
  right: -50px;
  background-image: url(../../../assets/images/HKBrand/rightGreyArrow.svg);
}
span.disclaimer-txt {
  color: #9e9e9e;
}
footer {
  margin-top: 70px !important;
}
/*for service pages*/
.nav-service-wrap {
  float: left;
  position: relative;
  width: 100%;
}
.content-hd-service {
  margin-top: 86px;
}
ul.nav-services {
  position: absolute;
  list-style: none;
  float: left;
  width: 100%;
  left: 50%;
  max-width: 1170px;
  z-index: 9;
  border-radius: 50px;
  bottom: 0;
  box-shadow: 1px 5px 16px -3px #e0e0e0;
  background: #fff;
  transform: translateX(-50%) translateY(50%);
  -webkit-transform: translateX(-50%) translateY(50%);
  -o-transform: translateX(-50%) translateY(50%);
  -moz-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  border: 1px solid #e0e0e0;
}
ul.nav-services li.nav-service {
  float: left;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  padding: 15px 5px;
}
ul.nav-services li.nav-service a > img {
  width: 40px;
  vertical-align: middle;
  height: 40px;
}
ul.nav-services li.nav-service a span {
  font-size: 13px;
  font-weight: 600;
  color: #1a4f69;
  margin-left: 4px;
}
ul.nav-services li.nav-service:first-child {
  border: 0;
}
ul.nav-services li.active-nav {
  background: #f7f7f7;
}
ul.nav-services li.active-nav a span {
  color: #212121;
}
ul.nav-services .how-how.active-nav {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}
.banner-header .owl-nav {
  display: none;
}
.banner-header .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.banner-header .owl-dot {
  border: 1px solid #e0e0e0;
  width: 8px;
  background: #e0e0e0;
  height: 8px;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  box-sizing: border-box;
}
.banner-header .owl-dot.active {
  background: #00bfbf;
  border: 1px solid #00bfbf;
}
span.service-question {
  margin-bottom: 25px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
span.service-answer {
  text-align: center;
  display: block;
  color: #424242;
  line-height: 25px;
}
.content-body-extra-heading {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.content-body-extra-heading h3.content-body-extra-hd {
  color: #212121;
  font-size: 22px;
  font-weight: 600;
}
.explore-prods {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.explore-prods a {
  font-size: 18px;
  border: 1px solid #1a4f69;
  background: #1a4f69;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 20px;
  border-radius: 2px;
}
.content-body-extra-body {
  float: left;
  width: 100%;
  margin-top: 25px;
}
li.our-prod.our-prod-service {
  width: 100% !important;
  margin: 20px 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.prod-img-div.prod-img-div-service {
  width: 20%;
  box-shadow: 4px 6px 10px -3px #e0e0e0;
}
.prod-abt-div.prod-abt-div-service {
  width: 80%;
  text-align: left;
  padding: 0 40px 20px;
  background: 0;
  height: auto;
}
span.prod-nam.prod-nam-service {
  float: left;
  width: 100%;
  font-weight: 600;
}
span.about-our-prod.about-our-prod-service {
  float: left;
  color: #212121;
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
}
span.know-more-link.know-more-link-service {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}
span.know-more-link.know-more-link-service img {
  width: 7px;
  height: 7px;
  margin-left: 5px;
}
span.know-more-link.know-more-link-service a {
  color: #00bfbf;
}
span.know-more-link.know-more-link-service a:hover {
  text-decoration: underline !important;
}
.qual-cert {
  text-align: center;
  margin-top: 30px;
}
img.quality-cert-imgs {
  margin: 0 20px;
}
/*for product pages*/
.prod-name-ajax {
  line-height: 35px;
}
.color-container {
  background-color: #fff;
  float: left;
  width: 100%;
  padding-bottom: 60px;
}
.content-bold-heading {
  float: left;
  margin-top: 60px;
  width: 100%;
}
h1.content-bold-head {
  font-size: 36px;
  font-weight: 600;
  color: #212121;
}
span.about-this-prod {
  float: left;
  width: 100%;
  color: #424242;
}
span.mini-about-prod {
  margin-bottom: 25px;
  position: relative;
}
span.mini-about-prod span {
  float: left;
  width: 60%;
}
span.mini-about-prod span p {
  margin-bottom: 15px;
}
span.mini-about-prod:first-child span {
  width: 100%;
}
span.mini-titl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
span.mini-about-prod:last-child {
  margin-bottom: 0;
}
span.mini-about-prod img {
  position: absolute;
  bottom: 0;
  float: left;
  box-sizing: border-box;
  width: 40%;
  padding-left: 15px;
}
.page-prod-left {
  text-align: left !important;
}
.page-prod-width {
  width: 33% !important;
  height: 175px;
}
.multi-prod-tabbing {
  float: left;
  width: 100%;
  margin-top: 45px;
  border-bottom: 1px solid #e0e0e0;
}
span.prod-tab a {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  color: #9e9e9e;
}
span.prod-tab-active a {
  color: #212121;
  font-weight: 600;
  border-bottom: 2px solid #00bfbf;
}
span.content-body-answer {
  color: #424242;
  float: left;
  width: 100%;
}
.content-body-answer-parts {
  margin-bottom: 15px;
}
span.answer-sub-hd {
  color: #212121;
  font-weight: 600;
}
.multi-variety-tabbing {
  float: left;
  width: 100%;
  margin-top: 40px;
}
ul.variety-tabs {
  list-style: none;
  float: left;
  width: 100%;
}
ul.variety-tabs li.variety-tab {
  position: relative;
  float: left;
  width: 92%;
  margin-right: 8%;
  height: 80px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 10px;
}
ul.variety-tabs li.variety-tab img {
  width: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
ul.variety-tabs li.variety-tab span {
  left: 34%;
  position: absolute;
  width: 61%;
  line-height: 16px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #212121;
}
ul.variety-tabs li.variety-tab-active {
  box-shadow: 4px 4px 10px -3px #e0e0e0;
}
ul.variety-tabs li.variety-tab-active span {
  color: #00bfbf !important;
}
ul.variety-tabs .owl-stage-outer {
  height: 86px !important;
}
ul.variety-tabs .owl-nav div {
  background: url(../../../assets/images/HKBrand/rightGreyArrow.svg);
  width: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 30px;
  right: -30px;
}
ul.variety-tabs .owl-prev {
  transform: translateY(-50%) scaleX(-1) !important;
  -webkit-transform: translateY(-50%) scaleX(-1) !important;
  -o-transform: translateY(-50%) scaleX(-1) !important;
  -moz-transform: translateY(-50%) scaleX(-1) !important;
  -ms-transform: translateY(-50%) scaleX(-1) !important;
  right: 0 !important;
  left: -30px;
}
.product-page-details {
  float: left;
  width: 100%;
  margin-top: 60px;
  text-align: left;
}
.product-page-details .img-prd-buy {
  float: left;
  width: 25%;
  margin-right: 60px;
}
.product-page-details .img-prd-buy > img {
  float: left;
  width: 100%;
}
.product-page-details .img-prd-buy span.but-btn-brand {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.product-page-details .img-prd-buy span.but-btn-brand > a {
  box-sizing: border-box;
  padding: 12px 22%;
  font-size: 20px;
  color: #fff;
  background: #df4723;
  border: 1px solid #df4723;
}
.product-page-about-product {
  float: left;
  width: 65%;
  margin: 0;
  text-align: left;
}
ul.product-page-about-product-details {
  float: left;
  width: 100%;
  margin-top: 20px;
}
li.product-page-about-product-detail {
  color: #212121;
  font-size: 14px;
  line-height: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
}
li.product-page-about-product-detail:last-child {
  margin-bottom: 0;
}
.prod-quality-test {
  float: left;
  width: 100%;
  background: #fff;
}
span.about-this-prod.cert-prod {
  width: 59%;
}
.prod-quality-certificates {
  float: left;
  width: 35%;
  text-align: center;
  margin-left: 5%;
}
.prod-quality-certificates img {
  width: 20%;
  box-sizing: border-box;
  margin-left: 30px;
}
.prod-img-div.prod-img-div-prod {
  width: 20%;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.prod-font {
  font-size: 14px;
}
.prod-quality-certificates.prod-quality-analysis {
  position: absolute;
  top: 0;
  float: none;
  right: 0;
  margin: 0;
}
.prod-quality-certificates.prod-quality-analysis img {
  width: 66%;
  height: 290px;
  box-sizing: border-box;
  margin: 0 17%;
  cursor: pointer;
}
.our-prod-analysis {
  cursor: auto !important;
}
.about-certificate {
  color: #212121 !important;
}
.prod-quality-certificates span {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 4px 4px 10px -3px #e0e0e0;
}
.prod-quality-certificates span img {
  width: 30px;
  margin-left: 25%;
}
span.certificate-test-images {
  float: left;
  width: 100%;
}
span.certificate-test-images img {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 5px 5px 10px -4px #e0e0e0;
  margin: 60px 20px 0;
}
.prod-page-external-reads {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.prod-page-external-reads > div {
  float: left;
  width: 50%;
}
span.ext-link-head {
  float: left;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  color: #212121;
}
.external-read-main img {
  float: left;
  width: 100%;
  margin-top: 40px;
}
ul.external-links {
  list-style: none;
  float: left;
  margin-top: 40px;
  width: 100%;
}
ul.external-links li {
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}
ul.external-links li a {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  display: block;
}
ul.external-links li img {
  width: 20px;
  float: right;
}
ul.external-links li:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.tile-modal-cert,
.tile-modal-ingredcert {
  position: fixed;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 3%;
  width: 94%;
  height: 500px;
  z-index: 999999;
  box-shadow: 3px 5px 15px -4px #9e9e9e;
}
.tile-modal-cert > img,
.tile-modal-ingredcert > img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  cursor: pointer;
}
.tile-modal-cert .owl-carousel img,
.tile-modal-ingredcert .owl-carousel img {
  width: auto !important;
  margin: 0 auto;
}
.tile-modal-cert .owl-carousel .owl-nav div,
.tile-modal-ingredcert .owl-carousel .owl-nav div {
  background: url(../../../assets/images/HKBrand/rightGreyArrow.svg);
  width: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 30px;
  right: -80px;
  position: fixed !important;
}
.tile-modal-cert .owl-carousel .owl-prev,
.tile-modal-ingredcert .owl-carousel .owl-prev {
  transform: translateY(-50%) scaleX(-1) !important;
  -webkit-transform: translateY(-50%) scaleX(-1) !important;
  -o-transform: translateY(-50%) scaleX(-1) !important;
  -moz-transform: translateY(-50%) scaleX(-1) !important;
  -ms-transform: translateY(-50%) scaleX(-1) !important;
  right: 0 !important;
  left: -80px;
}
.certificate-container {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  overflow-y: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
}
.certificate-container > img {
  width: auto;
  height: 480px;
}
.certificate-container p {
  height: 435px;
}
.certificate-container p > img {
  height: auto !important;
  width: auto !important;
}
.cert-slide-show {
  height: 450px;
  overflow: hidden;
  overflow-y: auto;
}
.sh-overlay,
.sh-overlay-transparent {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.sh-overlay-transparent {
  background: rgba(0, 0, 0, 0);
  z-index: 999;
}
.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}
.sticky-sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  background-color: #fff;
  z-index: 99999;
}
.sticky-sticky2 {
  position: fixed;
  top: 37px;
  background: #fff;
  padding: 10px 0 5px;
  left: 0;
  z-index: 9999;
  margin-top: 0;
  border-bottom: 1px solid #d3d4d5;
}
.sticky-sticky2 ul {
  max-width: 1170px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.hidden2 {
  display: none !important;
}
span.how-to-use-hd {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
span.how-to-use-bd {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 14px;
}
span.how-to-use-bd:last-child {
  margin-bottom: 0;
}
span.about-this-prod.cert-prod.how-to-use-bd:last-child {
  margin-bottom: 0;
}
.margin-top-less {
  margin-top: 25px !important;
}
.accordion {
  margin-bottom: 0 !important;
}
