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,
.shopy-concern-section,
.shopy-concern-section .shopy-concern-container,
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  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,
.shopy-concern-section,
.shopy-concern-section .shopy-concern-container,
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  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 {
  clear: both;
}
section.hk-offer-widget ul {
  list-style-type: none;
  font-size: 0;
  width: 100%;
  clear: both;
  margin: 40px 0 20px;
  display: inline-block;
  border-top: 1px solid #d3d4d5;
  border-bottom: 1px solid #d3d4d5;
  padding: 40px 0;
}
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;
  min-height: 155px;
}
section.hk-offer-widget ul li a {
  display: block;
  background: #faf9f8;
  padding: 10px 0 15px;
  width: 90%;
  margin: 0 auto;
}
section.hk-offer-widget ul li h4 {
  color: #141516;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
}
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%;
  padding: 0;
}
section.hk-offer-widget .type-first li a {
  width: 100%;
}
section.hk-offer-widget .type-first li .offer-content {
  margin-top: 25px;
  display: inline-block;
  margin-left: 30px;
  max-width: 350px;
  min-width: 250px;
  position: relative;
  text-align: left;
}
section.hk-offer-widget .type-first li img {
  max-width: 580px;
}
section.hk-offer-widget .type-second li {
  width: 50%;
}
section.hk-offer-widget .type-second li img {
  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: 15px;
  max-width: 220px;
  position: relative;
}
section.hk-offer-widget .type-third li {
  width: 33.333333%;
  min-height: 155px;
}
section.hk-offer-widget .type-third li img {
  width: 140px;
  height: auto;
}
section.hk-offer-widget .type-third li .offer-content {
  text-align: left;
  display: inline-block;
  margin-top: 17px;
  margin-left: 15px;
  position: relative;
  width: 155px;
}
section.hk-offer-widget .type-third li .offer-content .hk-offer-heading {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
section.hk-offer-widget .type-third li .offer-content p {
  font-size: 12px;
  line-height: 18px;
}
section.hk-offer-widget .hk-offer-heading {
  margin-bottom: 5px;
}
section.hk-offer-widget .hk-offer-heading span {
  display: block;
}
section.hk-offer-widget .hk-offer-text {
  font-size: 12px;
  line-height: 18px;
}
section.hk-offer-widget .shop-now-offer {
  background: #1a4f69;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 4px;
  margin-top: 10px;
}
section.hk-offer-widget .offer-list {
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  section.hk-offer-widget {
    clear: both;
  }
  section.hk-offer-widget ul li li h4.hk-offer-heading {
    font-size: 18px;
    line-height: 24px;
  }
  section.hk-offer-widget ul .type-first li .offer-content {
    max-width: 180px;
    min-width: 149px;
    margin-top: 20px;
  }
  section.hk-offer-widget ul .type-first img {
    max-width: 150px;
    margin: 0 auto;
  }
  section.hk-offer-widget ul .type-second li img {
    max-width: 150px;
    margin: 0 auto;
  }
  section.hk-offer-widget ul .type-second li .offer-content {
    width: 100%;
    max-width: none;
  }
  section.hk-offer-widget ul .type-third li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d3d4d5;
    padding-bottom: 20px;
  }
  section.hk-offer-widget ul .type-third li:last-child {
    border-bottom: 0;
  }
  section.hk-offer-widget ul .type-third li .offer-content {
    margin-left: 0;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  section.hk-offer-widget ul .type-third li .offer-content h4.hk-offer-heading {
    font-size: 18px;
    line-height: 24px;
  }
  section.hk-offer-widget ul .type-third li img {
    max-width: 150px;
    margin: 0 auto;
  }
  section.hk-offer-widget ul .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 ul .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 ul .owl-carousel .owl-dots {
    text-align: center;
  }
  section.hk-offer-widget ul .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
  }
  section.hk-offer-widget ul .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 ul .owl-carousel .owl-dots .owl-dot.active span,
  section.hk-offer-widget ul .owl-carousel .owl-dots .owl-dot:hover span {
    background: #00bfbf;
  }
}
.hk-homeaskanexpert {
  width: 100%;
  float: left;
  position: relative;
  background: #f4f4f4;
  padding: 80px 0px;
  box-sizing: border-box;
  margin: 10px 0 20px;
}
.hk-homeaskanexpert > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner {
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3d4d5;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen {
  text-align: center;
  min-height: 450px;
  padding-top: 50px;
  background: #fff;
  box-sizing: border-box;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen:before {
  background: #f4f4f4;
  position: absolute;
  top: 0;
  width: 100%;
  height: 380px;
  left: 0;
  content: "";
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askleft {
  position: absolute;
  top: 140px;
  left: 0;
  height: 200px;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askright {
  position: absolute;
  top: 140px;
  right: 0;
  height: 200px;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .section-title {
  font-size: 32px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: #141516;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen p {
  font-weight: 300;
  color: #7c7f80;
  margin: 35px 0px;
  line-height: 1.7;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 25%;
  box-sizing: border-box;
  font-size: 22px;
  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 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  margin-top: -4px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  background: #00bfbf;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  width: 250px;
  height: 60px;
  line-height: 56px;
  display: inline-block;
  padding: 0px 10px;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askanexpertopen:hover {
  background: #00b2ad;
}
.hk-homeaskanexpert .hk-homeaskanexpertinner .askexpert-landingscreen .askanexpertopen img {
  width: 50px;
  height: 33px;
}
.hk-homeaskanexpert .askMidImg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.hk-homeaskanexpert .askMidImg img {
  width: 300px;
}
/************** 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%;
}
.hk-exerciseformonth .section-title {
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 40px;
  color: #141516;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.hk-exerciseformonth .hk-exercisevideos {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video {
  width: 68%;
  padding-bottom: 0;
  margin-right: 2%;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video:before {
  display: none;
  background: url(../../images/videoplay.svg);
  z-index: 11;
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video iframe {
  width: 100%;
  height: 590px;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  cursor: pointer;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video div {
  display: block;
  width: 100%;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video div .exercisename {
  float: left;
  width: auto;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  color: #25292b;
  font-weight: 600;
  margin: 10px 0px;
}
.hk-exerciseformonth .hk-exercisevideos .primary-video div .exercisevideoview {
  float: right;
  width: auto;
  margin: 10px 0px;
  color: #7c7f80;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  visibility: hidden;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video {
  width: 28%;
  padding-bottom: 0;
  float: right;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video ul {
  list-style-type: none;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video ul li {
  float: left;
  width: 100%;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video ul li img {
  width: 100%;
  cursor: pointer;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video ul li .first-video {
  display: none;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video ul li:before {
  display: none;
  background: url(../../images/videoplay.svg);
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video div {
  float: left;
  width: 100%;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video div .exercisename {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #25292b;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 10px 0px 5px;
}
.hk-exerciseformonth .hk-exercisevideos .secondary-video div .exercisevideoview {
  display: block;
  visibility: hidden;
  width: 100%;
  color: #7c7f80;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
}
.hk-exerciseformonth .hk-exercisevideos .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;
}
.hk-exerciseformonth .hk-exercisevideos .video-popup .video-popupinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding: 7px;
  width: 60%;
  height: 67%;
  -webkit-box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.5);
}
.hk-exerciseformonth .hk-exercisevideos .video-popup .video-popupinner iframe {
  width: 100%;
  height: 100%;
}
/************** css for changing the theme edited by tanuj on 13/2/2017 **************/
.hk-allyouneed {
  float: left;
  width: 100%;
  padding: 0;
}
.hk-allyouneed .section-title {
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 40px;
  color: #141516;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1.3;
}
.hk-allyouneed .allyouneedinner {
  border-top: 1px solid #d3d4d5;
  border-bottom: 1px solid #d3d4d5;
  padding: 40px 0px;
  float: left;
  width: 100%;
}
.hk-allyouneed .allyouneedinner .hk-hometransform {
  border-right: 1px solid #d3d4d5;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 40px;
  position: relative;
}
.hk-allyouneed .allyouneedinner .hk-hometransform > a {
  float: left;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.hk-allyouneed .allyouneedinner .hk-hometransform > img {
  width: 40%;
  float: left;
  margin-bottom: 30px;
  min-height: 120px;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-title {
  margin-bottom: 10px;
  float: left;
  width: 50%;
  margin-left: 5%;
  color: #141516;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 59px;
  overflow: hidden;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-cateogory {
  margin-bottom: 15px;
  float: left;
  width: 50%;
  text-transform: capitalize;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #177a99;
  font-size: 12px;
  font-weight: 600;
  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: #177a99;
}
.hk-allyouneed .allyouneedinner .hk-hometransform .hometransform-datetime {
  float: left;
  width: 50%;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #bdbebf;
  font-size: 12px;
}
.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: 50%;
  box-sizing: border-box;
  padding: 0px 40px;
  position: relative;
}
.hk-allyouneed .allyouneedinner .hk-homeblog > a {
  float: left;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.hk-allyouneed .allyouneedinner .hk-homeblog > img {
  width: 40%;
  float: left;
  margin-bottom: 30px;
  min-height: 120px;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-title {
  overflow: hidden;
  float: left;
  width: 50%;
  max-width: 300px;
  margin-bottom: 10px;
  margin-left: 5%;
  color: #141516;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 59px;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-cateogory {
  margin-bottom: 15px;
  float: left;
  width: 50%;
  margin-left: 5%;
  font-family: "Roboto", sans-serif;
  color: #177a99;
  font-size: 12px;
  font-weight: 600;
  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: #177a99;
}
.hk-allyouneed .allyouneedinner .hk-homeblog .homeblog-profile {
  float: left;
  width: 50%;
  margin-left: 5%;
  line-height: 22px;
  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;
}
/************** 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-postquestion {
  float: left;
  width: 100%;
  padding: 40px 0px 20px;
  position: relative;
}
.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;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.hk-postquestion .postquestion-top .postquestionqa-img {
  float: left;
  width: 85px;
  margin-right: 20px;
}
.hk-postquestion .postquestion-top .section-title {
  text-transform: capitalize;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  position: relative;
  margin: 10px 0 10px;
}
.hk-postquestion .postquestion-top .section-subtitle {
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  color: #7c7f80;
}
.hk-postquestion .postquestion-bottom {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 20px 20px;
  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;
  width: 100%;
}
.hk-postquestion .postquestion-bottom .postquestion-form {
  position: relative;
  width: 100%;
  display: block;
}
.hk-postquestion .postquestion-bottom .postquestion-form select {
  width: 20%;
  float: left;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #25292b;
}
.hk-postquestion .postquestion-bottom .postquestion-form input {
  float: right;
  width: 78%;
  margin-left: 15px;
  height: 40px;
  box-sizing: border-box;
  color: #25292b;
}
.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;
  font-family: "Roboto", sans-serif;
}
.hk-postquestion .postquestion-bottom .postquestion-form p {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-weight: 600;
}
.hk-postquestion .postquestion-bottom .postquestion-form p.err-txt {
  padding-left: 21%;
  box-sizing: border-box;
}
.hk-postquestion .postquestion-bottom .postquestion-form p span {
  color: #25292b;
  display: inline-block;
  max-width: 66%;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hk-postquestion .postquestion-bottom .postquestion-form p span a {
  font-size: 14px;
  font-weight: 600;
}
.hk-postquestion .postquestion-bottom .postquestion-form p a {
  color: #177a99;
  font-size: 12px;
  margin-left: 5px;
}
.hk-postquestion .postquestion-bottom .postquestion-form p a:hover {
  text-decoration: underline !important;
}
.hk-postquestion .postquestion-bottom .post-questionresponse {
  position: relative;
  width: 100%;
  display: none;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .thnk-msg {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .thnk-msg img {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .posted-question {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  line-height: 24px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #7c7f80;
  padding: 5px 0 5px 30px;
  line-height: 18px;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .postedquestion-category {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-left: 30px;
  color: #25292b;
}
.hk-postquestion .postquestion-bottom .post-questionresponse .postedquestion-category span {
  font-weight: 400;
  color: #177a99;
  margin-left: 5px;
}
.hk-postquestion .addmoredetails {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.hk-postquestion .addmoredetails a {
  font-size: 12px;
  color: #177a99;
}
.hk-postquestion .addmoredetails a:hover {
  text-decoration: underline !important;
}
.hk-postquestion .postquestion-left {
  float: left;
  width: 83.5%;
}
.hk-postquestion .postquestion-right {
  float: right;
  width: 170px;
  box-sizing: border-box;
}
.hk-postquestion .postquestion-right .question-btn {
  text-align: center;
  width: 170px;
  cursor: pointer;
  background: #00bfbf;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  margin-right: 10px;
}
.hk-postquestion .postquestion-right .question-btn:hover {
  background: #00b2ad;
}
.hk-postquestion .postquestion-right .askquesbeforelogin {
  display: none;
}
.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,
.shopy-concern-section,
.shopy-concern-section .shopy-concern-container,
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  float: left;
  width: 100%;
}
.shop-category-section .shop-category-container h2 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #212121;
  margin-bottom: 40px;
  text-align: center;
}
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  display: table;
  font-size: 0;
}
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul li {
  display: inline-block;
  list-style: none;
  width: 20%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  text-transform: capitalize;
  color: #515455;
}
.shop-category-section .shop-category-container .shop-category-tabs .tabs-ul li.current {
  font-weight: 600;
  color: #141516;
}
.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: 15px 20px 0px;
  box-sizing: border-box;
  text-align: center;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 .shop-product-image {
  margin-bottom: 17px;
  height: 140px;
}
.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: 10px;
  font-weight: 600;
  text-align: left;
  padding-left: 90px;
}
.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;
  min-height: 150px;
  text-align: left;
  padding-left: 90px;
}
.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: #7c7f80;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .shop-products-list .shop-product-block1 ul li a:hover {
  color: #177a99;
}
.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: #bdbebf;
  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: 80%;
  margin: 20px 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: 25px;
}
.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: 16px;
  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: #7c7f80;
  margin-bottom: 10px;
  clear: both;
  line-height: 21px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap a {
  display: block;
  color: #bdbebf;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-top-wrap a:hover {
  color: #177a99;
}
.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: 25px;
}
.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: 230px;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-tab-content.current .top-brands-bottom-wrap .top-brands-block h3 {
  font-size: 16px;
  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: #7c7f80;
  margin-bottom: 10px;
  clear: both;
  line-height: 21px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.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-tab-content.current .top-brands-bottom-wrap .top-brands-block a:hover {
  color: #177a99;
}
.shop-category-section .shop-category-container .shop-category-tabs .shop-products-pagination {
  background: #f4f4f4;
  padding: 9px 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-prev.tabDisabled {
  opacity: 0.5;
  cursor: default;
}
.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-nav-next.tabDisabled {
  opacity: 0.5;
  cursor: default;
}
.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;
}
.top-brands-block,
.top-brands-top-wrap {
  position: relative;
}
.top-brands-block .topBrandFullClick,
.top-brands-top-wrap .topBrandFullClick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-brands-block:hover a,
.top-brands-top-wrap:hover a {
  color: #177a99 !important;
}
.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,
.shopy-concern-section,
.shopy-concern-section .shopy-concern-container,
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  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,
.shopy-concern-section,
.shopy-concern-section .shopy-concern-container,
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  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,
.shopy-concern-section,
.shopy-concern-section .shopy-concern-container,
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  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;
  }
}
.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,
.shopy-concern-section,
.shopy-concern-section .shopy-concern-container,
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  float: left;
  width: 100%;
}
.shopy-concern-section .shopy-concern-container .shopy-concern-title {
  position: relative;
  margin-bottom: 10px;
}
.shopy-concern-section .shopy-concern-container .shopy-concern-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}
.shopy-concern-section .shopy-concern-container .shopy-concern-title p {
  text-align: center;
  color: #7c7f80;
  max-width: 50%;
  margin: 16px auto 0;
  font-size: 14px;
}
.shopy-concern-section .shopy-concern-container .shopy-concern-list {
  margin-top: 30px;
}
.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: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  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: 42px;
  width: 42px;
  height: 42px;
}
.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 {
  color: #00bfbf;
}
.shopy-concern-section .shopy-concern-container .shopy-concern-list .owl-nav > div {
  width: 13px;
  height: 30px;
  background-position: 0 0;
  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;
}
.shopy-concern-section .shopy-concern-container .shopy-concern-list .owl-nav .owl-next {
  background-image: url(../../images/homeslider/homesliderright.svg) !important;
  right: -10px;
}
.shopy-concern-section .shopy-concern-container .shopy-concern-list .owl-nav .owl-prev {
  background-image: url(../../images/homeslider/homesliderleft.svg) !important;
  left: -10px;
}
.thirdPartyDataList {
  margin: 0;
}
.thirdPartyDataList .ttl-cntnr {
  margin-top: 40px;
}
.thirdPartyDataList .owl-carousel {
  margin-bottom: 20px;
}
.homeWidget {
  margin-top: 40px;
  margin-bottom: 20px;
  clear: both;
}
.ttl-cntnr h2 {
  margin-top: 0;
  margin-bottom: 0;
}