400;500;600;700&display=swap');
/************** css for changing the theme edited by tanuj on 13/2/2017 **************/
/************** css for changing the theme edited by tanuj on 13/2/2017 **************/
.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*/
.hk-homeslider {
  width: 100%;
  float: left;
  text-align: center;
}
.hk-homeslider .hk-homesliderinner {
  display: inline-block;
  max-width: 1500px;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel {
  float: left;
  width: 75%;
  height: 300px;
  overflow: hidden;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-prev {
  background-image: url(../../images/homeslider/homesliderleft-v3.svg) !important;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-repeat: no-repeat;
  text-indent: -5000px;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-prev:hover {
  background-position: 0 0;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-next {
  background-image: url(../../images/homeslider/homesliderright-v3.svg) !important;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  right: 50px;
  top: 50%;
  margin: 0;
  position: absolute;
  background-repeat: no-repeat;
  text-indent: -5000px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-next:hover {
  background-position: 0 0;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 200px;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #f4f4f4;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-dots .owl-dot.active span,
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-dots .owl-dot:hover span {
  background: #00bfbf;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item {
  overflow: hidden;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item .item img {
  width: auto;
  height: 300px;
  max-width: none;
  margin-left: -6%;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel_1 {
  width: 25%;
  overflow: hidden;
  float: left;
  padding-left: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  height: 142.5px;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel_1 img {
  width: auto;
  height: 142.5px;
  max-width: none;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel_2 {
  width: 25%;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  height: 142.5px;
}
.hk-homeslider .hk-homesliderinner #hkhome-carousel_2 img {
  width: auto;
  height: 142.5px;
  max-width: none;
}
.hk-homeslider .hk-homesliderinner .hkhome-carouseloneinner {
  width: 100%;
  float: left;
  overflow: hidden;
}
/*.multiple-icon-box{ display: none;}*/
@media only screen and (max-width: 1450px) {
  .hk-homeslider .hk-homesliderinner #hkhome-carousel img {
    margin-left: -8%;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item .item img {
    margin-left: -8%;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_1 img {
    margin-left: -7px;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_2 img {
    margin-left: -7px;
  }
}
@media only screen and (max-width: 1410px) {
  .hk-homeslider .hk-homesliderinner #hkhome-carousel img {
    margin-left: -11%;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item {
    overflow: hidden;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item .item img {
    margin-left: -11%;
  }
}
@media only screen and (max-width: 1370px) {
  .hk-homeslider .hk-homesliderinner #hkhome-carousel img {
    width: auto;
    height: 300px;
    margin-left: -13%;
    max-width: none;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item .item img {
    width: auto;
    height: 300px;
    margin-left: -13%;
    max-width: none;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_1 img {
    margin-left: -18px;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_2 img {
    margin-left: -18px;
  }
}
@media only screen and (max-width: 1310px) {
  .hk-homeslider .hk-homesliderinner #hkhome-carousel img {
    width: auto;
    height: 300px;
    margin-left: -17%;
    max-width: none;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item .item img {
    width: auto;
    height: 300px;
    margin-left: -17%;
    max-width: none;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_1 img {
    margin-left: -24px;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_2 img {
    margin-left: -24px;
  }
}
@media only screen and (max-width: 1279px) {
  .hk-homeslider .hk-homesliderinner {
    height: auto;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel {
    float: left;
    width: 100%;
    height: auto;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel img {
    width: 100%;
    height: auto !important;
    margin-left: 0%;
    max-width: none;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-item .item img {
    width: 100%;
    height: auto !important;
    margin-left: 0%;
    max-width: none;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_1 {
    display: none;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel_2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-next,
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-prev {
    width: 25px;
    height: 38px;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-next {
    right: 10px;
  }
  .hk-homeslider .hk-homesliderinner #hkhome-carousel .owl-prev {
    left: 15px;
  }
}
.textOverflowSingleLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!
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*/
.full-width-exp,
.experience-section-hk,
.experience-section-hk .experience-content-list,
.experience-section-hk .experience-content-list ul,
.whats-new-section,
.whats-new-section .whats-new-list,
.whats-new-section .whats-new-list ul li a,
.shop-category-section,
.shop-category-section .shop-category-container,
.shop-category-section .shop-category-container .shop-category-tabs,
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination,
.storefinder .products-available-store,
.subscribe-nl-section,
.subscribe-nl-section .subscribe-nl-container,
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget,
.earn-hkCash-section,
.earn-hkCash-section .earn-hkCash-container,
.authentic-download-section,
.authentic-download-section ul,
.authentic-download-section ul li .authentic-container,
.authentic-download-section ul li .download-app-container {
  float: left;
  width: 100%;
}
.experience-section-hk {
  background: rgba(0, 191, 191, 0.05);
  padding: 20px 0 20px;
  margin-bottom: 20px;
}
.experience-section-hk .experience-title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  color: #141516;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 32px;
}
.experience-section-hk .experience-content-list ul {
  display: table;
}
.experience-section-hk .experience-content-list ul li {
  display: table-cell;
  border-right: 1px solid #d3d4d5;
  box-sizing: border-box;
  list-style: none;
  padding: 0 15px 0 15px;
  vertical-align: top;
  position: relative;
  float: left;
  width: 33.333333%;
}
.experience-section-hk .experience-content-list ul li:first-child {
  padding-left: 0;
  padding-right: 30px;
}
.experience-section-hk .experience-content-list ul li:last-child {
  border-right: 1px solid transparent;
}
.experience-section-hk .experience-content-list ul li .exp-image-left {
  float: left;
  width: 40%;
  max-width: 170px;
}
.experience-section-hk .experience-content-list ul li .exp-content-right {
  float: left;
  width: 60%;
  padding-left: 5%;
  box-sizing: border-box;
  padding-top: 40px;
}
.experience-section-hk .experience-content-list ul li .exp-content-right h3 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #1a4f69;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 28px;
}
.experience-section-hk .experience-content-list ul li .exp-content-right .exp-content-descp {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #25292b;
  line-height: 21px;
  padding-top: 5px;
}
.experience-section-hk .experience-content-list ul li .exp-content-right p {
  font-size: 11px;
  color: #aaa;
  line-height: 16px;
}
.experience-section-hk .experience-content-list ul li .exp-content-right .exp-view-catg-button {
  float: left;
  margin-top: 10px;
  font-size: 12px;
  border: 1px solid #00bfbf;
  padding: 4px 15px;
  box-sizing: border-box;
  min-width: 140px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.experience-section-hk .experience-content-list ul li .exp-content-right .exp-view-catg-button a {
  color: #00bfbf;
  vertical-align: middle;
  font-weight: 500;
}
.experience-section-hk .experience-content-list ul li .exp-content-right .exp-view-catg-button a .view-catg-icon img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.experience-section-hk .experience-content-list ul li .exp-content-right .exp-view-catg-button a:hover {
  color: #00b2ad;
}
@media only screen and (max-width: 1024px) {
  .experience-section-hk {
    padding: 15px 0 0;
    margin-bottom: 0px;
    background: #fff;
  }
  .experience-section-hk .hk-pagecontainer .experience-title {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 16px;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li {
    float: left;
    width: 100%;
    display: block;
    padding: 10px 16px 10px 16px;
    border: 0;
    border-bottom: 1px solid #d3d4d5;
    margin-bottom: 0;
    position: relative;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li:last-child {
    margin-bottom: 0;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li:after {
    content: "";
    background: url(../../images/homeslider/homesliderright.svg);
    width: 11px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0;
    background-repeat: no-repeat;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-image-left {
    width: 25%;
    max-width: 70px;
    height: 100px;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-image-left img {
    max-width: 100%;
    height: auto;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-content-right {
    width: 75%;
    padding-top: 10px;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-content-right h3 {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-content-right .exp-content-descp {
    padding-right: 35px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 6px;
    margin-bottom: 2px;
    color: #7c7f80;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-content-right .exp-view-catg-button {
    font-size: 12px;
    vertical-align: middle;
    margin-top: 7px;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-content-right .exp-view-catg-button a {
    font-weight: 400;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-content-right .exp-view-catg-button a .view-catg-icon img {
    vertical-align: middle;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list ul li .exp-content-right .exp-view-catg-button a i {
    display: none;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list.explist-afterLogin ul li {
    padding-top: 16px;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list.explist-afterLogin ul li .exp-image-left {
    width: 15%;
    max-width: 28px;
    height: auto;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list.explist-afterLogin ul li .exp-image-left img {
    width: 28px;
    height: 28px;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list.explist-afterLogin ul li .exp-content-right {
    padding-top: 0px;
  }
  .experience-section-hk .hk-pagecontainer .experience-content-list.explist-afterLogin ul li .exp-content-right h3 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0px;
    line-height: 25px;
  }
}
.full-width-exp,
.experience-section-hk,
.experience-section-hk .experience-content-list,
.experience-section-hk .experience-content-list ul,
.whats-new-section,
.whats-new-section .whats-new-list,
.whats-new-section .whats-new-list ul li a,
.shop-category-section,
.shop-category-section .shop-category-container,
.shop-category-section .shop-category-container .shop-category-tabs,
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination,
.storefinder .products-available-store,
.subscribe-nl-section,
.subscribe-nl-section .subscribe-nl-container,
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget,
.earn-hkCash-section,
.earn-hkCash-section .earn-hkCash-container,
.authentic-download-section,
.authentic-download-section ul,
.authentic-download-section ul li .authentic-container,
.authentic-download-section ul li .download-app-container {
  float: left;
  width: 100%;
}
.whats-new-section {
  margin: 40px 0 20px;
  padding-bottom: 23px;
}
.whats-new-section .whatsnew-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0px 0 20px;
  text-align: center;
  font-size: 32px;
  text-transform: capitalize;
  line-height: 32px;
}
.whats-new-section .whats-new-list {
  margin-top: 20px;
}
.whats-new-section .whats-new-list ul li {
  list-style: none;
  float: left;
  width: 22.5%;
  margin-right: 3.33%;
  border: 1px solid #d3d4d5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #fffdf0;
}
.whats-new-section .whats-new-list ul li:last-child {
  margin-right: 0;
}
.whats-new-section .whats-new-list ul li:nth-child(2n) {
  background: #f7fcfb;
}
.whats-new-section .whats-new-list ul li h3 {
  margin: 15px 0 10px;
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #1a4f69;
}
.whats-new-section .whats-new-list ul li .whats-new-catg-name {
  font-size: 14px;
  color: #7c7f80;
  margin-bottom: 10px;
}
.whats-new-section .whats-new-list ul li .whats-new-prod-image {
  max-width: 150px;
  display: inline-block;
}
.whats-new-section .whats-new-list ul li .whats-new-prod-image img {
  -webkit-transition: -moz-transform 0.7s ease-out !important;
  -moz-transition: -webkit-transform 0.7s ease-out !important;
  -o-transition: -o-transform 0.7s ease-out !important;
  transition: transform 0.7s ease-out !important;
}
.whats-new-section .whats-new-list ul li .whats-new-prod-image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.whats-new-section .whats-new-list ul li .whats-new-btn {
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  width: 160px;
  z-index: 11;
  padding: 7px 10px 8px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  background: #1a4f69;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
  .whats-new-section {
    padding-bottom: 0;
    margin: 0 0 15px 0;
  }
  .whats-new-section .whatsnew-title {
    font-size: 22px;
    padding: 0 16px;
    margin: 0;
    color: #141516;
  }
  .whats-new-section .whats-new-list ul li {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 27px;
    min-height: 150px;
  }
  .whats-new-section .whats-new-list ul li .whats-new-btn {
    width: 170px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .whats-new-section .whats-new-list ul li h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .whats-new-section .whats-new-list ul li .whats-new-catg-name {
    font-size: 14px;
    color: #7c7f80 !important;
    height: 18px;
  }
  .whats-new-section .whats-new-list ul.owl-carousel .owl-nav > div.owl-next {
    background-image: url(../../images/homeslider/homesliderright.svg);
    width: 15px;
    height: 32px;
    background-position: 0 0;
    right: 15px;
    top: 40%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .whats-new-section .whats-new-list ul.owl-carousel .owl-nav > div.owl-prev {
    background-image: url(../../images/homeslider/homesliderleft.svg) !important;
    width: 15px;
    height: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 15px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  .whats-new-section .whats-new-list ul.owl-carousel .owl-dots {
    text-align: center;
  }
  .whats-new-section .whats-new-list ul.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }
  .whats-new-section .whats-new-list ul.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border: 1px solid #d3d4d5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .whats-new-section .whats-new-list ul.owl-carousel .owl-dots .owl-dot.active span,
  .whats-new-section .whats-new-list ul.owl-carousel .owl-dots .owl-dot:hover span {
    background: #00bfbf;
    border-color: #00bfbf;
  }
}
/* css written by Shani Kumar Maurya */
section.hk-offer-widget ul {
  list-style-type: none;
  font-size: 0;
  margin: 50px 0;
  width: 100%;
  clear: both;
  display: inline-block;
  border-top: 1px solid #d3d4d5;
  border-bottom: 1px solid #d3d4d5;
  padding: 20px 0 25px;
}
section.hk-offer-widget ul li {
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid #d3d4d5;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: top;
}
section.hk-offer-widget ul li a {
  display: block;
}
section.hk-offer-widget ul li h4 {
  color: #212121;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
section.hk-offer-widget ul li p {
  color: #7c7f80;
}
section.hk-offer-widget ul li img {
  display: inline-block;
  vertical-align: top;
}
section.hk-offer-widget ul li:last-child {
  border-right: 0;
}
section.hk-offer-widget .type-first li {
  width: 100%;
}
section.hk-offer-widget .type-first li .offer-content {
  margin-top: 85px;
  display: inline-block;
  margin-left: 10px;
  max-width: 350px;
  min-width: 250px;
  position: relative;
  text-align: left;
}
section.hk-offer-widget .type-first li img {
  max-width: 656px;
}
section.hk-offer-widget .type-second li {
  width: 50%;
}
section.hk-offer-widget .type-second li img {
  width: 175px;
  height: auto;
  max-width: 175px;
}
section.hk-offer-widget .type-second li .offer-content {
  display: inline-block;
  text-align: left;
  margin-top: 25px;
  margin-left: 10px;
  max-width: 200px;
  position: relative;
}
section.hk-offer-widget .type-third li {
  width: 33.333333%;
}
section.hk-offer-widget .type-third li img {
  width: 130px;
  height: auto;
}
section.hk-offer-widget .type-third li .offer-content {
  text-align: left;
  display: inline-block;
  margin-top: 17px;
  margin-left: 20px;
  position: relative;
  width: 155px;
}
section.hk-offer-widget .type-third li .offer-content .hk-offer-heading {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.hk-offer-widget .type-third li .offer-content p {
  font-size: 12px;
  line-height: 16px;
  display: block;
  display: -webkit-box;
  max-height: 35px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.hk-offer-widget .hk-offer-heading {
  margin-bottom: 10px;
}
section.hk-offer-widget .hk-offer-heading span {
  display: block;
}
section.hk-offer-widget .hk-offer-text {
  font-size: 12px;
}
section.hk-offer-widget .offer-list {
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section.hk-offer-widget {
    clear: both;
  }
  section.hk-offer-widget ul {
    margin: 0;
  }
  section.hk-offer-widget ul li h4.hk-offer-heading {
    font-size: 18px;
    line-height: 24px;
  }
  section.hk-offer-widget .type-first li .offer-content {
    max-width: 180px;
    min-width: 149px;
    margin-top: 20px;
  }
  section.hk-offer-widget .type-first img {
    max-width: 150px;
    margin: 0 auto;
    float: left;
  }
  section.hk-offer-widget .type-second li img {
    max-width: 150px;
    margin: 0 auto;
  }
  section.hk-offer-widget .type-second li .offer-content {
    width: auto;
    text-align: left;
    max-width: none;
  }
  section.hk-offer-widget .type-third {
    width: auto;
    border: 1px solid #d3d4d5;
    margin: 0 16px !important;
    border-radius: 2px;
    padding: 0px 0 0px;
    display: block;
  }
  section.hk-offer-widget .type-third li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d3d4d5;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  section.hk-offer-widget .type-third li:last-child {
    border-bottom: 0;
  }
  section.hk-offer-widget .type-third li .offer-list {
    text-align: center;
  }
  section.hk-offer-widget .type-third li .offer-content {
    margin-left: 0;
    text-align: left;
    width: 50%;
    max-width: none;
    vertical-align: top;
  }
  section.hk-offer-widget .type-third li .offer-content h4.hk-offer-heading {
    font-size: 16px;
    line-height: 24px;
    color: #141516;
  }
  section.hk-offer-widget .type-third li img {
    max-width: 150px;
    margin: 0 auto;
    display: inline-block !important;
    vertical-align: top;
    margin-right: 10px;
  }
  section.hk-offer-widget .owl-carousel .owl-nav > div.owl-next {
    background-image: url(../../images/homeslider/homesliderright.svg);
    width: 17px;
    height: 40px;
    background-position: 0 0;
    right: 10px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  section.hk-offer-widget .owl-carousel .owl-nav > div.owl-prev {
    background-image: url(../../images/homeslider/homesliderleft.svg) !important;
    width: 17px;
    height: 40px;
    background-position: 0 0;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  section.hk-offer-widget .owl-carousel .owl-dots {
    text-align: center;
  }
  section.hk-offer-widget .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }
  section.hk-offer-widget .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border: 1px solid #ddd;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    box-sizing: border-box;
  }
  section.hk-offer-widget .owl-carousel .owl-dots .owl-dot.active span,
  section.hk-offer-widget .owl-carousel .owl-dots .owl-dot:hover span {
    background: #00bfbf;
  }
}
@media only screen and (max-width: 380px) {
  section.hk-offer-widget ul li {
    padding: 0 15px;
  }
  section.hk-offer-widget .type-third li .offer-content {
    margin-top: 0;
  }
  section.hk-offer-widget .type-third li img {
    max-width: 95px;
    float: left;
  }
}
/************** css for changing the theme edited by tanuj on 13/2/2017 **************/
.textOverflowSingleLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!
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*/
.hk-exerciseformonth {
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.hk-exerciseformonth .section-title {
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 20px;
  color: #141516;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
}
.hk-exerciseformonth .hk-exercisevideos {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  /*.secondary-video {
      width: 30%;
      padding-bottom: 0;
      float: left;
      ul{list-style-type: none;
        li{ float: left; width: 100%; padding-bottom: 20px;position: relative; cursor: pointer;
          img{ width: 100%;}
          .first-video{ display: none;}
          &:last-child{ border-bottom: 1px solid @border-primary;}
          &:before{ background: url(../../images/videoplay.svg); content: ""; position: absolute; width: 50px; height: 50px; top:35%; left: 35%;}
        }
      }
      div {
        float: left;
        width: 100%;
        .exercisename {
          display: block;
          width: 100%; height:20px;.fontSize(@font-size-16);.fontRoboto(); color: @black-color; font-weight: 600; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;  margin: 10px 0px;
        }
        .exercisevideoview {
          display: block;
          width: 100%;color: @content-color;.fontSize(@font-size-13);.fontRoboto();
        }
      }
    }
    .video-popup{    display: none;
      background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999999;
      .video-popupinner{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        padding: 7px;
        width: 60%;
        height: 67%;.box-shadow(0px,0px,26px 8px,rgba(0,0,0,0.5));
        iframe{ width: 100%; height: 100%;}
      }
    }*/
}
.hk-exerciseformonth .hk-exercisevideos .primary-video {
  width: 100%;
  padding-bottom: 0;
  margin-right: 0;
  box-sizing: border-box;
  float: left;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video iframe {
  width: 100%;
  height: 280px;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video > div {
  padding: 0px 15px;
  display: block;
  width: 100%;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video > div.first-video {
  padding: 0;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video > div .exercisename {
  float: left;
  width: 70%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #25292b;
  font-weight: 600;
  margin: 10px 0px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  overflow: hidden;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video > div .exercisevideoview {
  float: right;
  width: auto;
  margin: 10px 0px ;
  color: #7c7f80;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  visibility: hidden;
}
@media screen and (max-width: 350px) {
  .hk-exerciseformonth .section-title {
    text-transform: capitalize;
    font-size: 20px;
  }
}
/************** css for changing the theme edited by tanuj on 13/2/2017 **************/
.hk-allyouneed {
  float: left;
  width: 100%;
  padding: 20px 15px 15px;
  box-sizing: border-box;
}
.hk-allyouneed .section-title {
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 30px;
  color: #141516;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.3;
}
.hk-allyouneed .allyouneedinner {
  padding: 0px 0px;
  float: left;
  width: 100%;
}
.hk-allyouneed .allyouneedinner .hk-hometransform {
  margin-bottom: 0px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
}
.hk-allyouneed .allyouneedinner .hk-hometransform > a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.hk-allyouneed .allyouneedinner .hk-hometransform img {
  width: 40%;
  float: left;
  margin-bottom: 15px;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-title {
  margin-bottom: 3px;
  float: left;
  width: 50%;
  margin-left: 5%;
  color: #25292b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-cateogory {
  margin-bottom: 7px;
  float: left;
  width: 50%;
  text-transform: capitalize;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #177a99;
  font-size: 13px;
  line-height: 1.5;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-description {
  margin-bottom: 5px;
  float: left;
  width: 55%;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #7c7f80;
  font-size: 12px;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-description a {
  color: #00bfbf;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-datetime {
  float: left;
  width: 50%;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #7c7f80;
  font-size: 11px;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-datetime .time {
  border-right: 1px solid #d3d4d5;
  padding-right: 5px;
  margin-right: 5px;
}
.hk-allyouneed .allyouneedinner .hk-homeblog {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px 0px 0px;
}
.hk-allyouneed .allyouneedinner .hk-homeblog img {
  width: 40%;
  float: left;
}
.hk-allyouneed .allyouneedinner .hk-homeblog > a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-title {
  margin-bottom: 3px;
  float: left;
  width: 50%;
  margin-left: 5%;
  color: #25292b;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-cateogory {
  margin-bottom: 7px;
  float: left;
  width: 50%;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #177a99;
  font-size: 13px;
  line-height: 1.5;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-description {
  margin-bottom: 5px;
  float: left;
  width: 55%;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #7c7f80;
  font-size: 12px;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-description a {
  color: #00bfbf;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-profile {
  float: left;
  width: 50%;
  margin-left: 5%;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #bdbebf;
  font-size: 12px;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-profile img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 350px) {
  .hk-allyouneed .section-title {
    text-transform: capitalize;
    font-size: 20px;
  }
}
/************** css for postquestion mobile **************/
.textOverflowSingleLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!
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*/
.hk-postquestion {
  float: left;
  width: 100%;
  padding: 15px 15px;
  position: relative;
  box-sizing: border-box;
}
.hk-postquestion .postquestionloader-logo {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  display: none;
  z-index: 9;
}
.hk-postquestion .postquestionloader-logo > div {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hk-postquestion .postquestion-top {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid #d3d4d5;
  box-sizing: border-box;
}
.hk-postquestion .postquestion-top .postquestionqa-img {
  float: left;
  width: 20%;
  max-width: 50px;
}
.hk-postquestion .postquestion-top .section-title {
  text-transform: capitalize;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  position: relative;
  margin: 0px 0 10px;
  float: right;
  width: 77%;
}
.hk-postquestion .postquestion-top .section-subtitle {
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  color: #7c7f80;
  float: right;
  width: 77%;
}
.hk-postquestion .postquestion-bottom {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 20px 15px;
  border: 1px solid #d3d4d5;
  box-sizing: border-box;
  border-top: 0px solid #d3d4d5;
  overflow: hidden;
}
.hk-postquestion .postquestion-bottom .qabg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.hk-postquestion .postquestion-bottom .postquestion-form {
  position: relative;
  width: 100%;
  display: block;
  font-size: 14px;
}
.hk-postquestion .postquestion-bottom .postquestion-form select {
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  height: 40px;
  box-sizing: border-box;
  padding: 5px;
  border-color: #d3d4d5;
  color: #25292b;
  font-size: 14px;
  background-size: 11px;
}
.hk-postquestion .postquestion-bottom .postquestion-form input {
  float: left;
  width: 100%;
  height: 40px;
  font-size: 14px;
  margin: 15px 0px 0px 0px;
  box-sizing: border-box;
  padding: 5px;
  border-color: #d3d4d5;
}
.hk-postquestion .postquestion-bottom .postquestion-form input.err-brdr {
  border-color: red;
  font-weight: normal;
  padding-top: 5px;
}
.hk-postquestion .postquestion-bottom .postquestion-form .additional-textarea {
  position: relative;
  width: 100%;
  margin: 15px 0px 0px 0px;
  float: left;
  display: none;
}
.hk-postquestion .postquestion-bottom .postquestion-form .additional-textarea .close-addtext {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.hk-postquestion .postquestion-bottom .postquestion-form .additional-textarea textarea {
  width: 100%;
  height: 70px;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  border-color: #d3d4d5;
  font-family: "Roboto", sans-serif;
  color: #25292b;
  padding-right: 40px;
}
.hk-postquestion .postquestion-bottom .postquestion-form p {
  line-height: 24px;
  border-top: 1px solid #d3d4d5;
  padding-top: 10px;
  float: left;
  width: 100%;
  margin-top: 15px;
  font-weight: 600;
}
.hk-postquestion .postquestion-bottom .postquestion-form p.err-txt {
  padding-left: 0;
  box-sizing: border-box;
  color: red;
  font-weight: normal;
  padding-top: 5px;
}
.hk-postquestion .postquestion-bottom .postquestion-form p .recentquestion {
  color: #177a99;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 14px;
}
.hk-postquestion .postquestion-bottom .postquestion-form p a {
  color: #177a99;
  font-size: 12px;
  margin-left: 0px;
  font-weight: 400;
}
.hk-postquestion .postquestion-bottom .postquestion-form p.err-txt {
  border-top: 0px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse {
  position: relative;
  width: 100%;
  display: none;
  font-size: 14px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .thnk-msg {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #25292b;
  vertical-align: middle;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .thnk-msg img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
  float: left;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .posted-question {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #25292b;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 21px;
  padding-left: 30px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #7c7f80;
  padding-left: 30px;
  margin-bottom: 10px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .postedquestion-category {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding-left: 30px;
  font-weight: 600;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .postedquestion-category span {
  color: #177a99;
  font-weight: 400;
  margin-left: 4px;
}
.hk-postquestion .addmoredetails {
  width: auto;
  float: left;
  margin-top: 12px;
}
.hk-postquestion .addmoredetails a {
  font-size: 12px;
  color: #177a99;
}
.hk-postquestion .postquestion-left {
  float: left;
  width: 100%;
}
.hk-postquestion .postquestion-right {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0px;
  margin: 15px 0px 0;
}
.hk-postquestion .postquestion-right .question-btn {
  float: right;
  text-align: center;
  width: 170px;
  font-weight: 600;
  cursor: pointer;
  background: #00bfbf;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.hk-postquestion .postquestion-right .question-btn:hover {
  background: #00b2ad;
}
.hk-postquestion .postquestion-right .askquesbeforelogin {
  display: none;
}
@media screen and (max-width: 350px) {
  .hk-postquestion .postquestion-top .section-title {
    text-transform: capitalize;
    font-size: 16px;
  }
  .hk-postquestion .postquestion-right .question-btn {
    width: 145px;
  }
}
.full-width-exp,
.experience-section-hk,
.experience-section-hk .experience-content-list,
.experience-section-hk .experience-content-list ul,
.whats-new-section,
.whats-new-section .whats-new-list,
.whats-new-section .whats-new-list ul li a,
.shop-category-section,
.shop-category-section .shop-category-container,
.shop-category-section .shop-category-container .shop-category-tabs,
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination,
.storefinder .products-available-store,
.subscribe-nl-section,
.subscribe-nl-section .subscribe-nl-container,
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget,
.earn-hkCash-section,
.earn-hkCash-section .earn-hkCash-container,
.authentic-download-section,
.authentic-download-section ul,
.authentic-download-section ul li .authentic-container,
.authentic-download-section ul li .download-app-container {
  float: left;
  width: 100%;
}
.shop-category-section {
  margin-bottom: 30px;
}
.shop-category-section .shop-category-container h2 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #212121;
  margin-bottom: 40px;
  font-weight: normal;
  text-align: center;
}
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul li {
  list-style: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
}
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul li.current {
  font-weight: 600;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content {
  display: none;
  border: 1px solid #d3d4d5;
  box-sizing: border-box;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current {
  display: block;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list {
  padding: 20px 40px;
  box-sizing: border-box;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 {
  float: left;
  width: 33.33%;
  padding: 20px;
  box-sizing: border-box;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 .shop-product-image {
  margin-bottom: 20px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 .shop-product-image img {
  max-width: 170px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 700;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 ul {
  list-style: none;
  padding: 0;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 ul li {
  font-size: 13px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 ul li a {
  color: #515455;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 ul li.view-all {
  margin-top: 5px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 ul li.view-all a {
  color: #e2e2e2;
  text-decoration: underline !important;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 ul li.view-all a:hover {
  color: #177a99;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap {
  max-width: 50%;
  margin: 40px auto;
  text-align: center;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image {
  margin-bottom: 40px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image img {
  width: 100%;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap p {
  color: #515455;
  margin-bottom: 10px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap a {
  display: block;
  color: #25292b;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap {
  float: left;
  border-top: 1px dashed #d3d4d5;
  box-sizing: border-box;
  width: 96%;
  margin: 0 2%;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block {
  float: left;
  width: 50%;
  border-right: 1px dashed #d3d4d5;
  box-sizing: border-box;
  text-align: center;
  margin: 50px 0;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block:last-child {
  border-right: 0;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image {
  margin-bottom: 40px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image img {
  max-width: 150px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block p {
  color: #515455;
  margin-bottom: 10px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block a {
  display: block;
  color: #bdbebf;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination {
  background: #f4f4f4;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #d3d4d5;
  margin-top: -1px;
  border-top: 0;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination .shop-nav-prev {
  float: left;
  cursor: pointer;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination .shop-nav-next {
  float: right;
  cursor: pointer;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination .shop-pag-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  text-align: center;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination .shop-pag-dots i {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d3d4d5;
  margin: 0 2px;
  display: inline-block;
  cursor: pointer;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination .shop-pag-dots i.dot-selected {
  background: #00bfbf;
}
@media only screen and (max-width: 1024px) {
  .shop-category-section {
    padding: 0 16px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .shop-category-section .shop-category-container h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #141516;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul {
    float: left;
    width: 100%;
    border: 1px solid #d3d4d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li {
    float: left;
    width: 100%;
    list-style: none;
    background: #f6f7f9;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 14px;
    border-bottom: 1px solid #d3d4d5;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li:last-child {
    border-bottom: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    display: block;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .brands-name-link {
    font-weight: 600;
    font-size: 14px;
    color: #25292b;
    display: block;
    position: relative;
    padding: 15px;
    text-align: left;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .brands-name-link:after {
    content: "";
    background-image: url(../../images/homeslider/homesliderright.svg);
    width: 8px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 14px;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 10px 10px;
    font-family: "Roboto", sans-serif;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .owl-dots {
    text-align: center;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .owl-dots .owl-dot {
    display: inline-block;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border: 1px solid #d3d4d5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .owl-dots .owl-dot.active span,
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .owl-dots .owl-dot:hover span {
    background: #00bfbf;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .top-brands-catg-block {
    float: left;
    width: 100%;
    margin-bottom: 0px;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .top-brands-catg-block .top-brands-image {
    float: left;
    width: 30%;
    max-width: 100px;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .top-brands-catg-block .top-brands-image img {
    width: 100%;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .top-brands-catg-block .top-brands-right {
    float: left;
    width: 70%;
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .top-brands-catg-block .top-brands-right h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #25292b;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .top-brands-catg-block .top-brands-right p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .shop-category-section .shop-category-container .shop-category-tabs ul li .top-brands-slider-home .top-brands-catg-block .top-brands-right a {
    font-size: 12px;
    color: #7c7f80;
  }
}
.hk-homeaskanexpert {
  background-size: cover;
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  padding-top: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.hk-homeaskanexpert > img {
  position: absolute;
  top: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner {
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen {
  text-align: center;
  min-height: 205px;
  padding-top: 00px;
  box-sizing: border-box;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askleft {
  position: absolute;
  top: 65px;
  left: 0;
  height: 140px;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askright {
  position: absolute;
  top: 65px;
  right: 0;
  height: 140px;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .section-title {
  text-transform: capitalize;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #141516;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  padding: 0% 16px;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen p {
  font-weight: 300;
  color: #25292b;
  margin: 15px 0px 20px;
  line-height: 1.5;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 15%;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen p strong {
  text-transform: capitalize;
  font-weight: 700;
  color: #212121;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askanexpertopen {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  background: #00bfbf;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  width: 180px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  padding: 0px 10px;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askanexpertopen img {
  width: 33px;
  height: 20px;
  vertical-align: middle;
}
.hk-homeaskanexpert .askMidImg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  position: relative;
  margin-bottom: 11px;
}
.hk-homeaskanexpert .askMidImg img {
  width: 250px;
}
.storefinder {
  float: left;
  width: 100%;
  padding: 40px 0px;
}
.storefinder .products-available-store {
  background: #d2f6f2;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.storefinder .products-available-store img {
  display: inline;
  width: 106px;
  position: absolute;
  left: 21%;
  top: -3px;
}
.storefinder .products-available-store .product-stores-title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-right: 20px;
  color: #141516;
  margin-left: 10%;
  text-transform: capitalize;
}
.storefinder .products-available-store form {
  display: inline-block;
}
.storefinder .products-available-store form .exp-stores-list {
  width: 150px;
  border-radius: 2px;
  height: 40px;
}
.storefinder .products-available-store form .find-store-btn {
  display: inline-block;
  padding: 12px 14px;
  box-sizing: border-box;
  background: #1a4f69;
  color: #fff;
  border: 0;
  border-radius: 2px;
  margin-left: 10px;
  font-size: 16px;
  min-width: 170px;
}
.storefinder .products-available-store form .find-store-btn:hover {
  background: #1a485b;
}
@media only screen and (max-width: 1024px) {
  .storefinder {
    padding: 15px 0;
  }
  .storefinder .products-available-store img {
    display: none !important;
  }
  .storefinder .products-available-store .product-stores-title {
    margin-left: 16px;
    float: left;
    width: 48%;
    text-align: left;
    margin-right: 0;
    font-size: 18px;
    text-transform: capitalize;
  }
  .storefinder .products-available-store form .find-store-btn {
    padding: 8px 14px;
    background: #1a4f69;
    border: 1px solid #1a4f69;
    border-radius: 2px;
    margin-left: 0px;
    font-size: 14px;
    min-width: 70px;
  }
  .storefinder .products-available-store form {
    display: inline-block;
    float: right;
    margin-right: 16px;
    margin-top: 0px;
  }
}
.full-width-exp,
.experience-section-hk,
.experience-section-hk .experience-content-list,
.experience-section-hk .experience-content-list ul,
.whats-new-section,
.whats-new-section .whats-new-list,
.whats-new-section .whats-new-list ul li a,
.shop-category-section,
.shop-category-section .shop-category-container,
.shop-category-section .shop-category-container .shop-category-tabs,
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination,
.storefinder .products-available-store,
.subscribe-nl-section,
.subscribe-nl-section .subscribe-nl-container,
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget,
.earn-hkCash-section,
.earn-hkCash-section .earn-hkCash-container,
.authentic-download-section,
.authentic-download-section ul,
.authentic-download-section ul li .authentic-container,
.authentic-download-section ul li .download-app-container {
  float: left;
  width: 100%;
}
.subscribe-nl-section .subscribe-nl-container {
  background: #E5E5E5;
  padding: 30px 30px 5px;
  box-sizing: border-box;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.subscribe-nl-section .subscribe-nl-container h2 {
  font-family: "Roboto", sans-serif;
  color: #141516;
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 15px;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-desp {
  color: #7c7f80;
  font-size: 16px;
  font-weight: 400;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget {
  min-height: 105px;
  position: relative;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form {
  margin: 25px 0 10px;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form .subscribe-nl-email {
  width: 33%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 9px 10px;
  box-sizing: border-box;
  height: 40px;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form .subscribe-nl-btn {
  padding: 9px 30px;
  display: inline-block;
  margin-left: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  min-width: 170px;
  background: #1a4f69;
  color: #ffffff;
  height: 40px;
  font-size: 16px;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form .subscribe-error {
  color: #cc181e;
  font-size: 12px;
  font-weight: 600;
  margin-top: -1px;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget .nl-sub-footer-loader {
  display: none;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget .footer-subscription-success {
  display: none;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget .footer-subscription-success h3 {
  color: #00bfbf;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget .commonLoader > div {
  left: 0;
  right: auto;
  bottom: auto;
  top: 25px;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-terms-txt {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -8px;
}
.subscribe-nl-section .subscribe-nl-container .subscribe-terms-txt:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 1024px) {
  .subscribe-nl-section {
    padding: 15px 0;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .subscribe-nl-section .subscribe-nl-container {
    padding: 20px 15px 5px;
    background-position: right bottom !important;
    background-size: auto !important;
    margin: 0 16px;
    box-sizing: border-box;
    width: auto !important;
    display: block !important;
    float: none !important;
    border-radius: 2px;
  }
  .subscribe-nl-section .subscribe-nl-container h2 {
    font-size: 22px;
    width: 60%;
    font-weight: 400;
    line-height: 24px;
  }
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-desp {
    font-size: 13px;
    width: 70%;
    line-height: 18px;
  }
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget {
    min-height: 100px;
  }
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form {
    margin-top: 20px;
  }
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form .subscribe-nl-email {
    width: 59%;
    border: 1px solid #ddd;
    padding: 8px 10px;
    height: 35px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
  }
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form .subscribe-nl-btn {
    min-width: 80px;
    -webkit-appearance: none;
    padding: 3px 20px;
    margin-left: 5px;
    height: 35px;
    border: 1px solid #1a4f69;
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 365px) {
  .subscribe-nl-section .subscribe-nl-container {
    /*background-position:0% 100% !important;*/
  }
  .subscribe-nl-section .subscribe-nl-container h2 {
    font-size: 22px;
  }
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form .subscribe-nl-email {
    width: 55%;
  }
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget div.subscribe-nl-form .subscribe-nl-btn {
    min-width: 100px;
    margin-left: 0;
  }
}
.full-width-exp,
.experience-section-hk,
.experience-section-hk .experience-content-list,
.experience-section-hk .experience-content-list ul,
.whats-new-section,
.whats-new-section .whats-new-list,
.whats-new-section .whats-new-list ul li a,
.shop-category-section,
.shop-category-section .shop-category-container,
.shop-category-section .shop-category-container .shop-category-tabs,
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination,
.storefinder .products-available-store,
.subscribe-nl-section,
.subscribe-nl-section .subscribe-nl-container,
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget,
.earn-hkCash-section,
.earn-hkCash-section .earn-hkCash-container,
.authentic-download-section,
.authentic-download-section ul,
.authentic-download-section ul li .authentic-container,
.authentic-download-section ul li .download-app-container {
  float: left;
  width: 100%;
}
.earn-hkCash-section .earn-hkCash-container {
  border: 1px solid #d3d4d5;
  position: relative;
}
.earn-hkCash-section .earn-hkCash-container .cash-background {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 252px;
  float: left;
  height: auto;
}
.earn-hkCash-section .earn-hkCash-container .earn-hkCash-content-block {
  padding: 30px 30px 30px 365px;
  box-sizing: border-box;
  width: 100%;
}
.earn-hkCash-section .earn-hkCash-container .earn-hkCash-content-block .earn-hkCash-logo {
  float: left;
  width: 20%;
}
.earn-hkCash-section .earn-hkCash-container .earn-hkCash-content-block .earn-hkCash-right {
  float: left;
  width: 80%;
}
.earn-hkCash-section .earn-hkCash-container .earn-hkCash-content-block .earn-hkCash-right h3 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
}
.earn-hkCash-section .earn-hkCash-container .earn-hkCash-content-block .earn-hkCash-right p {
  color: #7c7f80;
  width: 80%;
  font-size: 14px;
  font-weight: 400;
}
.earn-hkCash-section .earn-hkCash-container .earn-hkCash-content-block .earn-hkCash-right p a {
  color: #177a99;
}
.earn-hkCash-section .earn-hkCash-container .earn-hkCash-content-block .earn-hkCash-right p a:hover {
  text-decoration: underline !important;
}
.full-width-exp,
.experience-section-hk,
.experience-section-hk .experience-content-list,
.experience-section-hk .experience-content-list ul,
.whats-new-section,
.whats-new-section .whats-new-list,
.whats-new-section .whats-new-list ul li a,
.shop-category-section,
.shop-category-section .shop-category-container,
.shop-category-section .shop-category-container .shop-category-tabs,
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image,
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3,
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination,
.storefinder .products-available-store,
.subscribe-nl-section,
.subscribe-nl-section .subscribe-nl-container,
.subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget,
.earn-hkCash-section,
.earn-hkCash-section .earn-hkCash-container,
.authentic-download-section,
.authentic-download-section ul,
.authentic-download-section ul li .authentic-container,
.authentic-download-section ul li .download-app-container {
  float: left;
  width: 100%;
}
.authentic-download-section {
  margin-top: 40px;
}
.authentic-download-section ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
  background: #f7fcfb;
  border: 1px solid #d3d4d5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  list-style: none;
  box-sizing: border-box;
  min-height: 185px;
  position: relative;
}
.authentic-download-section ul li:last-child {
  margin-right: 0;
  background: #feeae9;
  overflow: hidden;
  background: url(../../images/downloadappbackground-99.svg) no-repeat center center;
  background-size: 105%;
}
.authentic-download-section ul li:first-child {
  text-align: center;
  background: url(../../images/authenticproductbackground-98.svg) no-repeat center center;
  background-size: 105%;
}
.authentic-download-section ul li .authentic-container {
  padding: 20px 0;
}
.authentic-download-section ul li .authentic-container .authentic-image {
  display: block;
  text-align: center;
}
.authentic-download-section ul li .authentic-container .authentic-image img {
  max-width: 100px;
  display: inline-block;
}
.authentic-download-section ul li .authentic-container h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #141516;
}
.authentic-download-section ul li .download-app-container {
  cursor: pointer;
}
.authentic-download-section ul li .download-app-container .download-app-left {
  float: left;
  width: 45%;
  text-align: center;
}
.authentic-download-section ul li .download-app-container .download-app-left img {
  max-width: 220px;
}
.authentic-download-section ul li .download-app-container .download-app-right {
  float: left;
  width: 55%;
  padding-top: 20px;
}
.authentic-download-section ul li .download-app-container .download-app-right h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #141516;
  text-transform: capitalize;
}
.authentic-download-section ul li .download-app-container .download-app-right .hk-app-block {
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}
.authentic-download-section ul li .download-app-container .download-app-right .hk-app-block i {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
.authentic-download-section ul li .download-app-container .download-app-right .hk-app-block i img {
  width: 30px;
  height: 30px;
}
.authentic-download-section ul li .download-app-container .download-app-right .hk-consult-block {
  font-size: 14px;
  cursor: pointer;
}
.authentic-download-section ul li .download-app-container .download-app-right .hk-consult-block i {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
.authentic-download-section ul li .download-app-container .download-app-right .hk-consult-block i img {
  width: 30px;
  height: 30px;
}
.authentic-download-section ul li .download-app-container:hover .download-app-right > div {
  text-decoration: underline;
}
.arrowAppDownLoad {
  margin-left: 6px;
  display: none;
}
.downloadAuthenticSec {
  position: relative;
}
.downloadAuthenticSec .authenticLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.downloadAuthenticSec .authenticLink .downloadAuthenticSec {
  position: relative;
}
.downloadAuthenticSec .authenticLink .downloadAuthenticSec .authenticLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.download-app-container:hover .hk-consult-block,
.download-app-container:hover .hk-app-block {
  color: #141516;
}
@media only screen and (max-width: 1024px) {
  .authentic-download-section {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .authentic-download-section .hk-pagecontainer {
    padding: 0 16px;
  }
  .authentic-download-section .hk-pagecontainer ul li {
    width: 100%;
    margin-right: 0;
    min-height: 167px;
    margin-bottom: 30px;
    position: relative;
  }
  .authentic-download-section .hk-pagecontainer ul li .authentic-container {
    padding: 20px 0 10px;
  }
  .authentic-download-section .hk-pagecontainer ul li .authentic-container .authentic-image img {
    max-width: 80px;
  }
  .authentic-download-section .hk-pagecontainer ul li .authentic-container h3 {
    font-weight: 600;
    font-size: 18px;
  }
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-left {
    width: 40%;
    position: relative;
    min-height: 165px;
  }
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-left img {
    max-width: 200px;
    position: absolute;
    left: 21px;
    bottom: 0;
  }
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-right {
    width: 60%;
  }
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-right h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 18px;
    text-transform: capitalize;
  }
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-right .hk-app-block,
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-right .hk-consult-block {
    margin-bottom: 7px;
    font-size: 13px;
    color: #25292b;
    cursor: pointer;
    text-decoration: none;
  }
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-right .hk-app-block i img,
  .authentic-download-section .hk-pagecontainer ul li .download-app-container .download-app-right .hk-consult-block i img {
    vertical-align: middle;
  }
  .authentic-download-section .hk-pagecontainer ul li:first-child {
    background-size: 200%;
  }
  .authentic-download-section .hk-pagecontainer ul li:last-child {
    min-height: 150px;
    margin-bottom: 0px;
    overflow: hidden;
    background-size: 200%;
  }
  .authentic-download-section .hk-pagecontainer ul li:last-child .download-app-container .download-app-right h3 {
    margin-top: 10px;
    text-transform: capitalize;
  }
}
.download-app-flip-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #feeae9;
}
.download-app-flip-box .app-hk {
  width: 100%;
  float: left;
  padding: 25px 8px 0 8px;
  box-sizing: border-box;
  text-align: center;
}
.download-app-flip-box .app-hk a {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.download-app-flip-box .app-hk a span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.download-app-flip-box .app-hk a:hover svg path {
  fill: #141516;
}
.download-app-flip-box .app-hk a:hover span {
  color: #141516;
}
.download-app-flip-box h3 {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 18px;
}
.appBackBTn {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  margin-top: 10px;
  clear: both;
  padding: 0 16px;
}
.appBackBTn span {
  cursor: pointer;
  font-size: 12px;
  color: #177a99;
}
@media only screen and (min-width: 768px) {
  .download-app-flip-box .app-hk {
    padding: 35px 8px 0 8px;
  }
  .download-app-flip-box .app-hk a {
    margin: 0 7px;
  }
  .download-app-flip-box .app-hk a:hover svg path {
    fill: #177a99;
  }
  .download-app-flip-box .app-hk a:hover span {
    color: #177a99;
  }
  .download-app-flip-box h3 {
    margin-bottom: 25px;
  }
  .appBackBTn {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .full-width-exp,
  .shopy-concern-section,
  .shopy-concern-section .shopy-concern-container,
  .shopy-concern-section .shopy-concern-container .shopy-concern-list,
  .experience-section-hk,
  .experience-section-hk .experience-content-list,
  .experience-section-hk .experience-content-list ul,
  .whats-new-section,
  .whats-new-section .whats-new-list,
  .whats-new-section .whats-new-list ul li a,
  .shop-category-section,
  .shop-category-section .shop-category-container,
  .shop-category-section .shop-category-container .shop-category-tabs,
  .shop-category-section .shop-category-container .shop-category-tabs .tabs-ul,
  .shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current,
  .shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list,
  .shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap .top-brands-image,
  .shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap h3,
  .shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block .top-brands-image,
  .shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3,
  .shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination,
  .storefinder .products-available-store,
  .subscribe-nl-section,
  .subscribe-nl-section .subscribe-nl-container,
  .subscribe-nl-section .subscribe-nl-container .subscribe-nl-home-widget,
  .earn-hkCash-section,
  .earn-hkCash-section .earn-hkCash-container,
  .authentic-download-section,
  .authentic-download-section ul,
  .authentic-download-section ul li .authentic-container,
  .authentic-download-section ul li .download-app-container {
    float: left;
    width: 100%;
  }
  .shopy-concern-section {
    padding: 0px 16px 0 16px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-title {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    text-align: center;
    line-height: 24px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-title a {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-title p {
    text-align: center;
    color: #7c7f80;
    max-width: 80%;
    margin: 15px auto 0;
    font-size: 13px;
    line-height: 18px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list {
    margin-top: 20px;
    padding: 0 10px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul {
    list-style: none;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li {
    width: 100%;
    float: left;
    text-align: center;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a {
    display: inline-block;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a .shopy-concern-img-box {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    border: 1px solid #d3d4d5;
    position: relative;
    display: block;
    margin: 0 auto 10px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a .shopy-concern-img-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 60px;
    width: auto;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a .concern-name {
    font-size: 12px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a:hover .shopy-concern-img-box {
    border: 1px solid #00bfbf;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a:hover .concern-name {
    font-weight: 600;
    color: #25292b;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-dots {
    text-align: center;
    margin-top: 0px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-dots .owl-dot {
    display: inline-block;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border: 1px solid #d3d4d5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-dots .owl-dot.active span,
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-dots .owl-dot:hover span {
    background: #00bfbf;
    border: 1px solid #00bfbf;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-nav > div {
    width: 13px;
    height: 30px;
    background-position: 0 0;
    top: 30px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-nav .owl-next {
    background-image: url(../../images/homeslider/homesliderright.svg) !important;
    right: -17px;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul .owl-nav .owl-prev {
    background-image: url(../../images/homeslider/homesliderleft.svg) !important;
    left: -17px;
  }
}
@media only screen and (max-width: 767px) {
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a .shopy-concern-img-box {
    width: 60px;
    height: 60px;
    overflow: hidden;
  }
  .shopy-concern-section .shopy-concern-container .shopy-concern-list ul li a .shopy-concern-img-box img {
    width: 40px;
    height: 40px;
  }
}
.hkCash {
  display: none;
}
.homePage {
  margin-top: 15px;
  margin-bottom: 15px;
}
.hk-homeaskanexpert {
  margin-top: 15px;
}
.hk-pagecontainer {
  clear: both;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
/*
#cat-sub-menu-a {
  margin-top: 10px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

  & + script + .hk-homeslider {
    & > .hk-homesliderinner {
      padding-top: 5px!important;
    }
  }

  ul {
    display: inline-block;
    padding: 0 5px;
    width: 865px;
    padding-bottom: 5px;

    li {
      list-style-type: none;
      display: inline-block;
      margin-bottom: 0!important;
      margin-left: 10px;

      &:first-child {
        margin-left: 5px;
      }

      &:last-child {
        margin-right: 5px;
      }

      &:nth-child(3) {
        margin-left: -15px;
      }

      a {
        &.csm-item {
          padding: 10px 5px;

          &.csm-item-2 {
            .csm-bg {
              background-position: -56px;
            }
          }
          &.csm-item-3 {
            p {
              max-width: 105px!important;
            }
            .csm-bg {
              background-position: -107px;
            }
          }
          &.csm-item-4 {
            .csm-bg {
              background-position: -187px;
            }
            p {
              margin-left: -24px!important;
              line-height: 35px;
              padding-left: 27px!important;
              min-width: 65px!important;
              width: 78px!important;
            }
          }
          &.csm-item-5 {
            .csm-bg {
              background-position: -265px;
            }
          }
          &.csm-item-6 {
            .csm-bg {
              background-position: -334px;
              width: 64px;
            }
            p {
              line-height: 35px;
              padding-left: 34px !important;
              max-width: 100px!important;
              width: 93px!important;
            }
          }

          .csm-bg {
            position: relative;
            background: url(../../images/category-on-header-icons.png);
            background-size: 397px 70px;
            display: inline-block;
            width: 58px;
            height: 70px;
            vertical-align: middle;
            z-index: 2;
          }

          p {
            font-size: 12px;
            font-weight: 600;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            padding: 6px 10px 4px 25px;
            border-radius: 50px;
            margin-left: -33px;
            margin-top: 9px;
            max-width: 92px;
            min-width: 85px;
            min-height: 46px;
            z-index: 1;
            line-height: 16px;
            border: 1px solid #d4d5d6;
          }
        }
      }
    }
  }
}

#cat-sub-menu-b {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

  & + script + .hk-homeslider {
    & > .hk-homesliderinner {
      margin-top: -15px!important;
    }
  }

  ul {
    display: inline-block;
    padding: 0 5px;
    width: 530px;

    li {
      list-style-type: none;
      display: inline-block;
      margin-bottom: 0!important;
      margin-left: 20px;

      &:first-child,
      &:nth-child(2) {
        margin-left: 0px;
      }

      &:last-child {
        margin-right: 5px;
      }

      a {
        &.csm-item-header {
          p {
            position: relative;
            display: inline-block;
            text-transform: uppercase;
            font-size: 14px;
            width: 75px;
            font-family: "Roboto", sans-serif;
            vertical-align: middle;
            margin-top: -50px;
            padding-left: 10px;
          }
        }

        &.csm-item {
          padding: 10px 5px;
          display: block;

          &.csm-item-2 {
            .csm-bg {
              background-position: -96px;
            }
          }
          &.csm-item-3 {
            .csm-bg {
              background-position: -192px;
            }
          }
          &.csm-item-4 {
            .csm-bg {
              background-position: -306px;
            }
          }

          .csm-bg {
            position: relative;
            background: url(../../images/goal-icons.svg);
            background-size: 350px;
            background-repeat: no-repeat;
            background-position: left center;
            width: 60px;
            height: 45px;
            margin: 0 auto;
          }

          p {
            font-size: 12px;
            font-weight: 600;
          }
        }
      }
    }
  }
}
*/