/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.section-promotion:before,
.section-promotion:after {
  content: '';
  display: table;
}
.section-promotion:after {
  clear: both;
}
.promotion .box {
  position: relative;
  height: 100%;
  line-height: 16px;
  font-size: 14px;
  overflow: hidden;
  color: #ffffff;
}
.promotion .box img {
  display: block;
  height: 126px;
  width: auto;
  max-width: inherit;
}
.promotion .box a {
  color: #ffffff;
}
.promotion .box p {
  margin: 5px 0 0 0;
}
.promotion .box h3 {
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
}
.promotion .box .view {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  transition: color 0.5s ease;
  display: inline-block;
  margin-top: 10px;
}
.promotion .box .view span:before {
  transition: margin 0.5s ease;
  font-size: 9px !important;
  vertical-align: top;
  margin-top: 2px;
  color: #ffffff !important;
}
.promotion .box .view:hover,
.promotion .box .view:focus,
.promotion .box .view:active {
  color: #9e9d9d;
}
.promotion .box .view:hover span:before,
.promotion .box .view:focus span:before,
.promotion .box .view:active span:before {
  margin-left: 5px;
  color: #9e9d9d !important;
}
.promotion .img-box {
  position: relative;
}
.promotion .img-box:after {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #ed1c24;
  mix-blend-mode: multiply;
  content: "";
  z-index: 0;
}
.promotion .content-promotion {
  position: absolute;
  padding: 20px;
  top: 0;
  width: 50%;
  left: 0;
  height: calc(100% - 40px);
}
.promotion .content-promotion h3 a {
  color: #ffffff;
}
.promotion .content-promotion h3 a:hover,
.promotion .content-promotion h3 a:focus,
.promotion .content-promotion h3 a:active {
  color: #9e9d9d;
}
.section-award-winning {
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.list-box-category .box {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(50% - 0.5px);
}
.list-box-category .box .box-content {
  border: solid 1px #ffffff;
}
.list-box-category .box .img-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.list-box-category .box .img-content:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.list-box-category .box .img-content > img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.list-box-category .box .img-content:hover:after,
.list-box-category .box .img-content:focus:after,
.list-box-category .box .img-content:active:after {
  opacity: 1;
  visibility: visible;
}
.list-box-category .box .img-content:hover > img,
.list-box-category .box .img-content:focus > img,
.list-box-category .box .img-content:active > img {
  transform: scale(1) translate3d(0, 0, 0);
}
.list-box-category .box .content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 12px 13px 12px;
  z-index: 10;
}
.list-box-category .box .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(235, 235, 235, 0.7);
  z-index: -1;
  display: none;
  content: "";
  font-size: 0;
  line-height: normal;
  text-indent: -999em;
}
.list-box-category img {
  display: block;
  margin: 0;
  padding: 0;
}
.list-box-category a.title {
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 18px;
  transition: color 0.3s ease;
  margin-bottom: 4px;
  display: block;
}
.list-box-category a.title:hover,
.list-box-category a.title:focus,
.list-box-category a.title:active {
  color: #9e9d9d;
}
.slider-home .container-slider {
  position: relative;
}
.slider-home .smooth-anchor {
  position: absolute;
  bottom: 0;
  z-index: 99;
  text-align: center;
  left: 50%;
  font-size: 30px;
  transform: translateX(-50%);
  color: #fff;
  padding: 15px;
  transition: padding 0.5s ease-in-out;
}
.slider-home .smooth-anchor:hover {
  padding-bottom: 5px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .slider-home .smooth-anchor {
    display: none;
  }
}
.slider-home p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .slider-home#slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.award-winning-wrapper .introduce {
  text-align: center;
  background: #f5f5f5;
  padding: 40px 15px;
}
.award-winning-wrapper .introduce .desc {
  max-width: 640px;
  margin: auto;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .award-winning-wrapper .introduce {
    padding: 15px;
    margin-bottom: 15px;
  }
  .award-winning-wrapper .introduce .desc {
    padding-bottom: 0;
  }
}
.award-winning-box-container {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
}
.award-winning-box-container .award-winning-box {
  padding: 15px;
}
.award-winning-box-container .img-link {
  position: relative;
}
.award-winning-box-container .img-link a:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility .7s ease;
}
.award-winning-box-container img {
  display: block;
  width: 100%;
}
.award-winning-box-container .link {
  padding: 15px 0px;
}
.award-winning-box-container .link .icon-arrow-right {
  padding-left: 30px;
}
.award-winning-box-container .view {
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .award-winning-box-container .view {
    font-size: 16px;
    line-height: 14px;
  }
  .award-winning-box-container .view .icon-arrow-right:before {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .award-winning-box-container {
    padding: 7.5px;
  }
  .award-winning-box-container .award-winning-box {
    padding: 7.5px;
  }
  .award-winning-box-container .link {
    padding-top: 0;
  }
  .award-winning-box-container .link .icon-arrow-right {
    padding-left: 15px;
  }
}
.award-winning-box-container .overlay-content {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
.award-winning-box-container .overlay-content.top {
  top: 15%;
}
.award-winning-box-container .overlay-content.bottom {
  bottom: 7%;
}
.award-winning-box-container .overlay-content h2 {
  color: #fff;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
@media (min-width: 768px) {
  .award-winning-box-container .overlay-content h2 {
    padding: 15px 0;
  }
}
.award-winning-box-container .overlay-content .view {
  text-decoration: underline;
  text-transform: none;
  color: #fff;
}
.award-winning .introduce {
  font-size: 12px;
  line-height: 20px;
  color: #1d1d1d;
  text-align: center;
}
.award-winning .introduce h2 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
}
.award-winning .introduce h2:hover,
.award-winning .introduce h2:focus,
.award-winning .introduce h2:active {
  color: #000000;
}
.award-winning .introduce .view {
  color: #000000;
}
.award-winning .introduce .view:hover,
.award-winning .introduce .view:focus,
.award-winning .introduce .view:active {
  color: #9e9d9d;
}
.award-winning .introduce .view:hover .icon:before,
.award-winning .introduce .view:focus .icon:before,
.award-winning .introduce .view:active .icon:before {
  color: #9e9d9d;
}
.award-winning .introduce .view .icon:before {
  color: #000000;
}
.award-winning .introduce.desktop-only {
  padding: 20px 40px;
}
.award-winning .introduce.desktop-only .desc {
  display: none;
}
.award-winning .introduce.mobile-only {
  display: block;
  padding: 34px 8px;
}
.award-winning .introduce.mobile-only .title {
  display: none;
}
.award-winning .box {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(50% - 0.5px);
}
.award-winning .box .img-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.award-winning .box .content {
  width: calc(100% - 26px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 12px 13px 12px;
  z-index: 10;
}
.award-winning .box .bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(235, 235, 235, 0.7);
  z-index: -1;
  display: none;
  content: "";
  font-size: 0;
  line-height: normal;
  text-indent: -999em;
}
.award-winning .box:nth-child(1) {
  width: 100%;
  clear: none;
  height: 150px;
  margin: 0;
}
.award-winning .box:nth-child(n + 2) {
  height: 190px;
  margin: 0 0 0 0;
}
.award-winning .box:nth-child(2n) {
  clear: none;
}
.award-winning img {
  display: block;
  margin: 0;
  padding: 0;
}
.award-winning a.title {
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 18px;
  transition: color 0.3s ease;
  margin-bottom: 4px;
  display: block;
}
.award-winning a.title:hover,
.award-winning a.title:focus,
.award-winning a.title:active {
  color: #9e9d9d;
}
.latest-king {
  padding-top: 30px;
  padding-bottom: 30px;
}
.latest-king .header {
  text-align: center;
  padding-bottom: 25px;
}
.latest-king .header h2 {
  margin-bottom: 10px;
  font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
}
@media (min-width: 1024px) {
  .latest-king .header h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.latest-king .thumb {
  position: relative;
}
.latest-king .thumb .thumb-link {
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
}
.latest-king .thumb .thumb-link:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.latest-king .thumb .thumb-link:hover:before,
.latest-king .thumb .thumb-link:focus:before,
.latest-king .thumb .thumb-link:active:before {
  opacity: 1;
  visibility: visible;
}
.latest-king .thumb .thumb-title {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  width: 50%;
  padding-right: 20px;
  background: #ffffff;
  left: 0;
  text-align: left;
  padding-top: 15px;
  vertical-align: bottom;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.latest-king .thumb img {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: -1;
}
.latest-king .blog-title {
  margin-top: 15px;
  text-align: left;
  font-size: 22px;
  line-height: 25px;
  font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
}
@media (max-width: 991px) {
  .latest-king .blog-title {
    font-size: 14px;
    line-height: 16px;
  }
}
.latest-king .desc a {
  margin-top: 14px;
}
.section-king-living {
  background: #3f4041;
  z-index: 14;
}
.section-king-living .king-difference {
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.section-king-living .king-difference h2 {
  text-align: center;
  color: #ffffff;
}
.section-king-living .king-difference h4 {
  color: #ffffff;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
}
.section-king-living .king-difference .tab-header .tabs-menu {
  border-bottom: solid 1px #7b7b7b;
}
.section-king-living .king-difference .tab-header .tabs-menu li a {
  color: #ffffff;
}
.section-king-living .king-difference .tab-header .tabs-menu li a:after {
  background: #9e9d9d;
}
.section-king-living .king-difference .tab-header .tabs-menu li a:hover,
.section-king-living .king-difference .tab-header .tabs-menu li a:focus,
.section-king-living .king-difference .tab-header .tabs-menu li a:active {
  color: #9e9d9d;
}
.section-king-living .king-difference .tab-header .tabs-menu li a:hover:after,
.section-king-living .king-difference .tab-header .tabs-menu li a:focus:after,
.section-king-living .king-difference .tab-header .tabs-menu li a:active:after {
  background: #9e9d9d;
}
.section-king-living .king-difference .tab-header .tabs-menu li a.acitve a {
  color: #9e9d9d;
}
.section-king-living .king-difference .tab-header .tabs-menu li a.acitve a:after {
  background: #9e9d9d;
}
.section-find-showroom {
  position: relative;
  overflow: hidden;
  z-index: 1;
  clear: both;
  width: 100%;
}
.section-find-showroom:before,
.section-find-showroom:after {
  content: '';
  display: table;
}
.section-find-showroom:after {
  clear: both;
}
.section-find-showroom .find-showroom {
  z-index: 4;
}
.container-background {
  position: relative;
  display: block;
  width: 100%;
}
.container-background:before {
  display: block;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
}
.container-background img {
  float: left;
  transition: opacity 3s ease, left 3s ease;
  top: 0;
  z-index: 1;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.find-showroom {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.find-showroom .box {
  text-align: center;
  color: #ffffff;
}
.find-showroom .box h2 {
  color: #ffffff;
  letter-spacing: -0.01em;
}
.find-showroom .box ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.find-showroom .box ul li {
  display: none;
  text-align: center;
  margin: 0 -2px;
}
.find-showroom .box ul li.mobile-only {
  display: inline-block;
  margin: 0;
}
.find-showroom .box ul li.mobile-only a {
  margin-right: 0;
  display: block;
}
#king-difference-tab {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#king-difference-tab .tab-content-info {
  text-align: right;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#king-difference-tab .tab-content-info:after {
  content: "";
  display: table;
  clear: both;
}
#king-difference-tab .tab-content-info.show-tab {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  z-index: 2;
}
#king-difference-tab .tab-header h2 {
  text-transform: capitalize;
}
.lookbook-wrapper-container {
  max-width: 1440px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .lookbook-wrapper-container {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .lookbook-wrapper-container {
    font-size: 16px;
  }
}
.lookbook-wrapper-container .lookbook-banners .img-banner img {
  display: block;
  padding: 15px;
  margin: auto;
}
.lookbook-wrapper-container .lookbook-banners.slick-slider {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .lookbook-wrapper-container .lookbook-banners.slick-slider {
    padding: 0 70px;
    margin: 0;
  }
}
.lookbook-wrapper-container .lookbook-banners.slick-slider .slick-arrow {
  background: none;
}
.lookbook-wrapper-container .lookbook-banners.slick-slider .slick-arrow:before {
  font-weight: bold;
  font-size: 20px;
}
.lookbook-wrapper-container .lookbook-title {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .lookbook-wrapper-container .lookbook-title {
    padding-bottom: 30px;
  }
}
.lookbook-wrapper-container .text-banner {
  font-size: 24px;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
@media (min-width: 768px) {
  .lookbook-wrapper-container .text-banner {
    font-size: 32px;
  }
}
.lookbook-wrapper-container .text-banner h3 {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  padding-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .lookbook-wrapper-container .text-banner h3 {
    font-size: 32px;
  }
}
.lookbook-wrapper-container .content-center {
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promotion .img-box:after {
    background: rgba(237, 28, 36, 0.9);
  }
}
.cms-home .page-main {
  display: none;
}
@-webkit-keyframes fill-width {
  from {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
  to {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@-moz-keyframes fill-width {
  from {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
  to {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fill-width {
  from {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
  to {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes no-fill-width {
  from {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  to {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
}
@-moz-keyframes no-fill-width {
  from {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  to {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes no-fill-width {
  from {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  to {
    width: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.no-slider .page-header + .page-main {
  margin-top: 100px;
}
/*fix slider*/
.storelocator-index-view.no-slider .breadcrumbs {
  position: absolute;
}
.storelocator-index-view.no-slider .breadcrumbs .item:not(:last-child)::after {
  color: #fff;
}
.storelocator-index-view.no-slider .page-main {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .storelocator-index-view.no-slider .page-main {
    margin-top: 100px;
  }
}
.page-print .logo {
  float: none;
  display: block;
  text-align: left;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    visibility: visible;
    height: auto;
  }
  .column.main {
    width: 100% !important;
    float: none !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
}
