@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-title {
  margin-top: 45px;
  padding: 0 0 15px;
}
.content-widget-title span {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  font-family: "Roboto", sans-serif !important;
}
.banner-header img {
  width: 100%;
}
.content-brand {
  float: left;
  width: 100%;
  margin-top: 45px;
}
ul.about-services.content-detail {
  list-style: none;
  float: left;
  width: 100%;
}
li.about-us-service {
  float: left;
  width: 33%;
  text-align: center;
}
li.about-us-service .about-us-service-img {
  height: 50px;
}
span.about-us-text {
  float: left;
  width: 100%;
  color: #212121;
  font-size: 14px;
}
span.about-us-link {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 10px;
  box-sizing: border-box;
  padding-left: 6px;
  color: #9e9e9e;
}
span.about-us-link img {
  width: 5px;
  vertical-align: middle;
}
.down-scroll {
  float: left;
  width: 100%;
  text-align: center;
}
.content-heading {
  float: left;
  width: 100%;
  text-align: center;
}
h2.content-hd {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
span.content-sub-hd {
  font-size: 12px;
  display: inline-block;
  width: 300px;
  color: #9e9e9e;
  margin-top: 10px;
}
.content-body {
  float: left;
  width: 100%;
  margin-top: 20px;
}
ul.our-prods {
  float: left;
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  padding: 0 20px;
}
ul.our-prods li.our-prod {
  float: left;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 4px 12px -2px #e0e0e0;
}
.prod-img-div {
  float: left;
  width: 30%;
  height: 105px;
  background: #f6f6f6;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: center;
}
.prod-img-div > img {
  height: 85px;
}
.prod-abt-div {
  float: left;
  width: 65%;
  position: absolute;
  box-sizing: border-box;
  padding: 10px;
  left: 32%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
span.prod-nam {
  float: left;
  width: 95%;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
span.about-our-prod {
  float: left;
  width: 95%;
  color: #9e9e9e;
  overflow: hidden;
  font-size: 13px;
  margin-top: 5px;
}
.know-more-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0px;
  width: 15px;
}
.content-carousel {
  perspective: 1000px;
  height: 300px;
  margin: 0 !important;
}
.carousel {
  height: 100%;
  width: 100%;
  float: left;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}
.item-carousel {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  margin-left: -100px;
  width: 200px;
  height: 250px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 2px 3px 10px -3px #9e9e9e;
}
.h {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -webkit-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -o-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -moz-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -ms-transform: translateX(40px) translateZ(-200px) translateY(-50%);
}
.g {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -webkit-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -o-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -moz-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -ms-transform: translateX(40px) translateZ(-200px) translateY(-50%);
}
.f {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -webkit-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -o-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -moz-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -ms-transform: translateX(40px) translateZ(-200px) translateY(-50%);
}
.e {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -webkit-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -o-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -moz-transform: translateX(40px) translateZ(-200px) translateY(-50%);
  -ms-transform: translateX(40px) translateZ(-200px) translateY(-50%);
}
.d {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(40px) translateZ(-100px) translateY(-50%);
  -webkit-transform: translateX(40px) translateZ(-100px) translateY(-50%);
  -o-transform: translateX(40px) translateZ(-100px) translateY(-50%);
  -moz-transform: translateX(40px) translateZ(-100px) translateY(-50%);
  -ms-transform: translateX(40px) translateZ(-100px) translateY(-50%);
}
.c {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(0px) translateZ(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateZ(0px) translateY(-50%);
  -o-transform: translateX(0px) translateZ(0px) translateY(-50%);
  -moz-transform: translateX(0px) translateZ(0px) translateY(-50%);
  -ms-transform: translateX(0px) translateZ(0px) translateY(-50%);
}
.b {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(-40px) translateZ(-100px) translateY(-50%);
  -webkit-transform: translateX(-40px) translateZ(-100px) translateY(-50%);
  -o-transform: translateX(-40px) translateZ(-100px) translateY(-50%);
  -moz-transform: translateX(-40px) translateZ(-100px) translateY(-50%);
  -ms-transform: translateX(-40px) translateZ(-100px) translateY(-50%);
}
.a {
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transform: translateX(-40px) translateZ(-200px) translateY(-50%);
  -webkit-transform: translateX(-40px) translateZ(-200px) translateY(-50%);
  -o-transform: translateX(-40px) translateZ(-200px) translateY(-50%);
  -moz-transform: translateX(-40px) translateZ(-200px) translateY(-50%);
  -ms-transform: translateX(-40px) translateZ(-200px) translateY(-50%);
}
.concern-titl {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 10px;
  font-size: 16px;
  color: #212121;
  text-align: center;
}
.concern-abt {
  display: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 9px;
  line-height: 10px;
  color: #9e9e9e;
  text-align: center;
  height: 70px;
  overflow: hidden;
}
.concern-img {
  float: left;
  width: 100%;
  text-align: center;
}
.concern-img img {
  width: 60px;
  height: 60px;
}
.concern-rel-prod {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.concern-rel-prod a {
  background: #1a4f69;
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  padding: 8px 20px;
  border-radius: 2px;
  cursor: pointer;
}
.nav-dots {
  float: left;
  width: 100%;
  text-align: center;
}
.dot {
  border: 1px solid #e0e0e0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e0e0e0;
}
.dot.active-dot {
  background: #00bfbf;
}
.view-all-prd {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.view-all-prd a {
  border: 1px solid #e0e0e0;
  color: #9e9e9e;
  box-sizing: border-box;
  padding: 5px 8px;
}
.best_seller .pd_slider_outer {
  padding: 0 !important;
}
ul.connect-articles {
  float: left;
  width: 100%;
  list-style: none;
}
li.connect-article {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
li.connect-article > a > img {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.about-article {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
span.article-head {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
span.article-tag {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #9e9e9e;
}
span.article-views {
  display: none;
}
span.article-summary {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 43px;
  color: #212121;
  margin-top: 10px;
  line-height: 14px;
  font-size: 11px;
}
span.read-more a {
  color: #00bfbf;
}
.content-brand.hk-offer-list {
  padding: 0 15px;
}
.offer-list {
  border: 1px solid #e0e0e0;
  background: #f4f4f4;
}
.offer-list img {
  box-sizing: border-box;
  padding: 20px;
  width: 150px;
  display: inline-block !important;
  vertical-align: middle;
}
.offer-content {
  display: inline-block;
  width: 125px;
  vertical-align: middle;
}
h4.hk-offer-heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
p.hk-offer-text {
  font-size: 11px;
  color: #9e9e9e;
  margin-top: 10px;
}
.wrapper {
  padding: 0 15px;
  float: left;
  width: 100%;
}
ul#accordion {
  list-style: none;
  float: left;
  width: 100%;
}
ul#accordion li {
  float: left;
  width: 100%;
}
.link.shop_lp_faqs_click {
  color: #1a4f69;
}
p.submenu {
  color: #212121;
  margin-top: 5px;
}
span.done_close {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  color: #1a4f69;
}
.store-shopping-testimonial {
  float: left;
  width: 100%;
  background-image: url(../../../assets/images/HKBrand/testimonials_background.jpg);
  box-sizing: border-box;
}
.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: 35px;
}
.store-shopping-testimonial .testimonial-slider-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.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 20px 20px;
  box-sizing: border-box;
  background: #fff;
  color: #00bfbf;
  position: relative;
  max-height: 295px;
  width: 80%;
  margin-bottom: 30px;
  display: inline-block;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .user-name {
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 1;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .shopped-at {
  font-weight: 600;
  margin: 5px 0 7px;
  font-size: 14px;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .shopping-address {
  color: #00bfbf;
  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: 5px auto;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .testimonial-shopping-item .shopping-address .review-outer .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: 13px;
  line-height: 20px;
  height: 150px;
  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-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-top: -20px;
  color: transparent;
  display: none;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .owl-controls {
  text-align: center;
  margin-bottom: 30px;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .owl-controls .owl-dot {
  border-radius: 100%;
  display: inline-block;
  background: #7c7f80;
  width: 7px;
  height: 7px;
  margin: 5px;
}
.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-slider .owl-controls .owl-dot.active {
  background: #00bfbf;
}
.wrapper.wrapper-test {
  height: auto;
}
span.disclaimer-txt {
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  width: 100%;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  color: #515455;
}
.footer {
  margin-top: 35px !important;
}
span.connect-with-us {
  font-weight: 600;
  margin-top: 25px;
}
span.connect-with-us-on {
  margin-top: 10px;
}
span.copyright {
  margin: 25px 0;
}
/*for service pages*/
.qual-cert {
  float: left;
  width: 100%;
  text-align: center;
}
img.quality-cert-imgs {
  display: block;
  margin: 10px auto;
}
.banner-header .owl-nav {
  display: none;
}
.banner-header .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 0px;
  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-answer-topic {
  float: left;
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  color: #212121;
  font-weight: 600;
}
span.service-answer {
  float: left;
  width: 100%;
  margin: 10px 0;
  color: #212121;
}
.explore-prods {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}
.explore-prods a {
  font-size: 13px;
  border: 1px solid #1a4f69;
  background: #1a4f69;
  color: #fff;
  box-sizing: border-box;
  padding: 8px 20px;
  border-radius: 2px;
}
span.know-more-link.know-more-link-service {
  float: left;
  width: 100%;
  position: static;
  margin-top: 10px;
  font-size: 12px;
}
span.know-more-link.know-more-link-service img {
  width: 8px;
  margin-left: 4px;
}
span.know-more-link.know-more-link-service a {
  color: #00bfbf;
}
span.know-more-link.know-more-link-service a img {
  vertical-align: middle;
}
.sticky-nav-service-wrap {
  float: left;
  width: 100%;
  position: fixed;
  background: #f4f4f4;
  box-shadow: 0 -2px 10px -2px #e0e0e0;
  border-top: 1px solid #e0e0e0;
  bottom: 0;
  height: 70px;
  z-index: 99999;
}
.sticky-nav-service-wrap:after,
.sticky-nav-service-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 10%;
  width: 0;
  height: 0;
  border-style: solid;
}
.sticky-nav-service-wrap:after {
  top: -21px;
  border-color: transparent transparent #f4f4f4 transparent;
  border-width: 11px;
  transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
}
.sticky-nav-service-wrap:before {
  top: -22px;
  border-color: transparent transparent #e0e0e0 transparent;
  border-width: 10px;
}
ul.nav-services {
  float: left;
  list-style: none;
  width: 100%;
}
li.nav-service {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
}
li.nav-service img {
  width: 35px;
  height: 35px;
}
li.nav-service span {
  float: left;
  width: 100%;
  font-size: 11px;
  color: #1a4f69;
}
li.active-nav span {
  color: #212121;
}
/*for product page*/
.concerning-img {
  height: 60px;
  width: 60px !important;
  box-sizing: border-box;
  padding: 5px;
}
.color-container {
  float: left;
  width: 100%;
  background: #fff;
}
.page-prod-left {
  text-align: left;
}
span.about-this-prod-title {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 7px;
}
.multi-prod-tabbing {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.multi-prod-tabbing > div.content-brand {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.multi-prod-tabbing > div.content-brand > div.wrapper {
  white-space: nowrap;
}
span.prod-tab a {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 10px;
  font-size: 14px;
  color: #9e9e9e;
}
span.prod-tab-active a {
  color: #212121;
  font-weight: 600;
  border-bottom: 2px solid #00bfbf;
}
.content-body-extra-heading {
  float: left;
  width: 100%;
}
.content-body-extra-body {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
span.answer-sub-hd {
  color: #212121;
  font-weight: 600;
}
span.content-body-answer {
  float: left;
  width: 100%;
}
span.content-body-answer-parts {
  margin-bottom: 7px;
}
.multi-variety-tabbing {
  float: left;
  width: 100%;
  position: relative;
  height: 95px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.tab-scroller {
  float: left;
  width: 100%;
  position: relative;
  clear: both;
  margin-top: 25px;
}
.multi-variety-tabbing {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
ul.variety-tabs {
  list-style: none;
  white-space: nowrap;
}
li.variety-tab {
  width: 35%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 60px;
  white-space: normal;
  text-align: center;
  position: relative;
  border: 1px solid #e0e0e0;
  margin: 0 5px;
  border-radius: 2px;
}
li.variety-tab a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  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%);
  color: #212121;
  font-size: 10px;
  box-sizing: border-box;
  line-height: 14px;
  padding: 7px;
}
li.variety-tab.variety-tab-active {
  background: #f0f0f0;
  border-bottom: 3px solid #00bfbf;
  box-shadow: 2px 2px 5px 0px #e0e0e0;
}
.product-page-details {
  float: left;
  width: 100%;
}
.product-page-details img {
  float: left;
  width: 100%;
}
.product-page-details > a {
  float: left;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 50px;
  padding: 20px;
  font-size: 22px;
  width: 100%;
  border: 1px solid #df4723;
  background: #df4723;
  color: #fff;
  border-radius: 3px;
}
ul.product-page-about-product-details {
  float: left;
  width: 95%;
  margin-left: 5%;
}
ul.your-concerns {
  float: left;
  width: 100%;
  list-style: none;
}
li.your-concern.page-prod-width {
  float: left;
  width: 100%;
  position: relative;
}
li.your-concern.page-prod-width > img {
  float: left;
  width: 20%;
}
li.your-concern.page-prod-width > span {
  position: absolute;
  width: 95%;
  height: 60px;
  top: 0;
}
li.your-concern.page-prod-width > span > span {
  position: absolute;
  padding-left: 25%;
  top: 50%;
  line-height: 20px;
  width: 95%;
  font-size: 15px;
  color: #212121;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
li.your-concern.page-prod-width .more-about-concern {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0;
}
img.down-arrow-img {
  width: 20px !important;
  position: absolute;
  right: 0;
  top: 25px;
  transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
}
.prod-quality-test {
  float: left;
  width: 100%;
  padding-bottom: 35px;
}
span.about-this-prod.cert-prod {
  float: left;
  width: 100%;
}
span.about-this-prod.mini-about-prod {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 13px;
}
span.about-this-prod.mini-about-prod span {
  float: left;
  width: 100%;
}
span.about-this-prod.mini-about-prod span p {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
span.about-this-prod.mini-about-prod img {
  float: left;
  width: 100%;
  margin-top: 20px;
}
span.about-this-prod.mini-about-prod:last-child {
  margin-bottom: 0;
}
.prod-quality-certificates {
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.prod-quality-certificates > img {
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 0 10px;
}
img.fssai-img {
  width: 15px !important;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
span.about-this-prod.cert-prod.ingredient-prod > img {
  float: left;
  width: 100%;
}
ul.our-prods-service {
  padding: 0;
  margin-top: 20px;
}
li.our-prod-service.our-prod-analysis {
  float: left;
  width: 100%;
}
.prod-abt-div-service {
  float: left;
  width: 100%;
}
.prod-img-div-prod {
  float: left;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}
span.view-quality-cert {
  margin-bottom: 35px;
  margin-top: 15px;
  display: block;
  box-sizing: border-box;
  float: left;
  width: 70%;
  padding: 10px 20px;
  position: relative;
  color: #9e9e9e;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
}
span.view-quality-cert > img {
  position: absolute;
  right: 20px;
  top: 50%;
  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%);
}
span.about-certificate {
  color: #212121;
}
span.mini-titl {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
}
.prod-quality-certificates span {
  box-sizing: border-box;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #212121;
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 7px -2px #e0e0e0;
  cursor: pointer;
}
.prod-quality-certificates img {
  width: 15px;
  float: right;
  vertical-align: middle;
}
span.certificate-test-images {
  float: left;
  width: 100%;
}
span.certificate-test-images > img {
  margin-bottom: 35px;
  width: 100%;
}
.prod-page-external-reads > div {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.ext-link-head {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}
.external-read-main > img {
  width: 100%;
}
ul.external-links {
  float: left;
  width: 100%;
  list-style: none;
}
ul.external-links > li {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 25px 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
ul.external-links > li > a {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.external-links > li > a > span {
  width: 90%;
  display: block;
}
ul.external-links > li > a > img {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.external-links > li:last-child {
  border: 0;
}
.tile-modal-cert,
.tile-modal-ingred,
.tile-modal-concern {
  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: 90%;
  z-index: 999999;
  box-shadow: 3px 5px 15px -4px #9e9e9e;
}
.tile-modal-cert > img,
.tile-modal-ingred > img,
.tile-modal-concern > img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  cursor: pointer;
}
.tile-modal-cert .owl-carousel .owl-dots,
.tile-modal-ingred .owl-carousel .owl-dots,
.tile-modal-concern .owl-carousel .owl-dots {
  text-align: center;
}
.tile-modal-cert .owl-carousel .owl-controls .owl-dot,
.tile-modal-ingred .owl-carousel .owl-controls .owl-dot,
.tile-modal-concern .owl-carousel .owl-controls .owl-dot {
  border-radius: 100%;
  display: inline-block;
  background: #7c7f80;
  width: 7px;
  height: 7px;
  margin: 5px;
}
.tile-modal-cert .owl-carousel .owl-controls .owl-dot.active,
.tile-modal-ingred .owl-carousel .owl-controls .owl-dot.active,
.tile-modal-concern .owl-carousel .owl-controls .owl-dot.active {
  background: #00bfbf;
}
.certificate-container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e0e0e0;
  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%);
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.certificate-container > img {
  width: auto;
  height: 100%;
}
.sh-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.y-reflect {
  transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
.sticky-sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  background-color: #fff;
  z-index: 99999;
}
.sticky-sticky2 {
  position: fixed;
  top: 35px;
  left: 0;
  margin-top: 0;
  background: #fff;
  padding: 5px 0 2px;
  z-index: 9999;
  border-bottom: 1px solid #d3d4d5;
}
.sticky-sticky2 .multi-variety-tabbing {
  height: auto;
}
.hidden2 {
  display: none !important;
}
.refer-widgetouter {
  display: none;
}
/*spacing adjustments*/
.cont-prod-rng {
  margin-top: 30px;
}
.cont-prod-rng .content-body {
  margin-top: 10px;
}
.cont-concern {
  margin-top: 35px;
}
.cont-trnd-prod .content-body {
  margin-top: 0;
}
.cont-trnd-prod .content-body .best_seller.productCarousel {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.cont-things-to-know .content-body {
  margin-top: 5px;
}
.cont-things-to-know .content-body li {
  margin-bottom: 5px;
}
.content-brand.hk-homeaskanexpert {
  margin-top: 45px;
  padding-top: 40px;
}
.content-brand.store-shopping-testimonial {
  margin-top: 30px;
}
.content-brand.store-shopping-testimonial .main-hdings {
  margin-top: 45px;
}
.content-brand.store-shopping-testimonial .testimonial-slider-wrap {
  margin-top: 20px;
}
.content-brand.store-shopping-testimonial .testimonial-slider-wrap .testimonial-shopping-item {
  margin-bottom: 15px;
  height: 295px;
}
.content-brand.store-shopping-testimonial .testimonial-slider-wrap .owl-controls {
  margin-bottom: 15px;
}
.serv-main .content-body {
  margin-top: 10px;
}
.cont-concern {
  margin-top: 33px;
}
.cont-ingred {
  margin-top: 10px;
}
.cont-fssai {
  margin-top: 10px;
}
.cont-trnd-hd {
  margin-top: 45px;
}
.cont-trnd-bd {
  margin-top: 0;
}
.cont-trnd-bd .best_seller.productCarousel {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.cont-blog-hd {
  margin-top: 35px;
}
.cont-faq {
  margin-top: 35px;
}
.cont-blog-bd .content-body {
  margin-top: 5px;
}
.cont-blog-bd .content-body li {
  margin-bottom: 5px;
}
.hk-breadcrumb-cntnr.mrgn-bt-10 {
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 10px;
  margin-top: 10px;
}
.hk-breadcrumb-cntnr.mrgn-bt-10 .fnt-bold {
  font-weight: 600;
  color: #9e9e9e;
}
/*new concern css*/
.concern-titl.concern-titl-tile {
  font-size: 18px;
  padding: 30px 0;
}
.concern-img.concern-img-tile > img {
  height: 75px;
  width: 75px;
}
.concern-abt.concern-abt-tile {
  font-size: 13px;
  line-height: 18px;
  height: 270px;
  padding: 30px 10px 0px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  color: #212121;
}
.concern-rel-prod.concern-rel-prod-tile a {
  font-size: 14px;
}
span.how-to-use-hd {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
span.how-to-use-bd {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
span.how-to-use-bd:last-child {
  margin-bottom: 35px;
}
ul#accordion .submenu img {
  width: 100%;
}
span.arow_icon img {
  width: 7px !important;
}
.cert-slide-show {
  width: 100%;
}
