/**
 * 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;
  }
}
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-action-addto-product {
  background-image: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 0.5s ease;
  background: #ffffff;
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  cursor: pointer;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  margin: 0;
  padding: 6px 0 6px 15px;
  width: auto;
  font-size: 11px;
  line-height: 1.4px;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0px;
}
.abs-action-link-button > span,
.abs-action-addto-product > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  line-height: 14px;
}
.abs-action-link-button > span:after,
.abs-action-addto-product > span:after {
  font-family: 'Icomoon';
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-weight: bold;
  content: "\e901";
  font-size: 9px;
  transition: right 0.3s ease;
  position: absolute;
  right: 6px;
  top: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
.abs-action-link-button:hover > span:after,
.abs-action-addto-product:hover > span:after {
  color: #ffffff;
  right: 0;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus {
  text-decoration: none;
}
.abs-account-blocks .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong {
  color: #000000;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  margin-top: 1.575px;
  margin-bottom: 1.05px;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  min-width: 200px;
  display: none;
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #1d1d1d;
  text-decoration: none;
}
.abs-product-link > a:hover {
  color: #1d1d1d;
  text-decoration: none;
}
.abs-product-link > a:active {
  color: #1d1d1d;
  text-decoration: none;
}
.abs-add-fields .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10.5px;
  margin-left: 70%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5.25px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  min-width: 100%;
  display: none;
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.25px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto-gridlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before {
  -webkit-font-smoothing: antialiased;
  font-size: 29px;
  line-height: 24px;
  color: #4a4a4a;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #000000;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  line-height: 1.5;
  padding: 0;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited {
  color: #8a8888;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover {
  color: #8a8888;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-add-fields .action.remove:active {
  color: #8a8888;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover {
  color: #8a8888;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
.abs-revert-secondary-color:hover {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  line-height: 14px;
}
.abs-shopping-cart-items .action.continue > span:after {
  font-family: 'Icomoon';
  display: block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-weight: bold;
  content: "\e901";
  font-size: 9px;
  transition: right 0.3s ease;
  position: absolute;
  right: 6px;
  top: 3px;
}
.abs-shopping-cart-items .action.continue:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover > span:after {
  color: #ffffff;
  right: 0;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before {
  color: inherit;
}
.abs-field-date input {
  margin-right: 10.5px;
  width: calc(100% - (40px + 10.5px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-discount-block > .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block.active > .title:after {
  content: '\e617';
}
@font-face {
  font-family: 'Helvetica Neue Thin';
  src: url('../fonts/helvetica_neue/HelveticaNeueThin.eot');
  src: url('../fonts/helvetica_neue/HelveticaNeueThin.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue/HelveticaNeueThin.woff') format('woff'), url('../fonts/helvetica_neue/HelveticaNeueThin.ttf') format('truetype'), url('../fonts/helvetica_neue/HelveticaNeueThin.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue Light';
  src: url('../fonts/helvetica_neue/HelveticaNeueLight.eot');
  src: url('../fonts/helvetica_neue/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue/HelveticaNeueLight.woff') format('woff'), url('../fonts/helvetica_neue/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/helvetica_neue/HelveticaNeueLight.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('../fonts/helvetica_neue/HelveticaNeueMedium.eot');
  src: url('../fonts/helvetica_neue/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue/HelveticaNeueMedium.woff') format('woff'), url('../fonts/helvetica_neue/HelveticaNeueMedium.ttf') format('truetype'), url('../fonts/helvetica_neue/HelveticaNeueMedium.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/helvetica_neue/HelveticaNeueBold.eot');
  src: url('../fonts/helvetica_neue/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue/HelveticaNeueBold.woff') format('woff'), url('../fonts/helvetica_neue/HelveticaNeueBold.ttf') format('truetype'), url('../fonts/helvetica_neue/HelveticaNeueBold.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helvetica_neue/HelveticaNeue.eot');
  src: url('../fonts/helvetica_neue/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/helvetica_neue/HelveticaNeue.woff') format('woff'), url('../fonts/helvetica_neue/HelveticaNeue.ttf') format('truetype'), url('../fonts/helvetica_neue/HelveticaNeue.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon/icomoon.eot');
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#CreativeBlockBBBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk_Bold";
  src: url("../fonts/AktivGrotesk_Bold/e5b10466-0a77-4de7-8499-db235184e968.eot?#iefix");
  src: url("../fonts/AktivGrotesk_Bold/e5b10466-0a77-4de7-8499-db235184e968.eot?#iefix") format("eot"), url("../fonts/AktivGrotesk_Bold/17d11d65-4e0e-4681-88ab-4c5faa2fc3bf.woff2") format("woff2"), url("../fonts/AktivGrotesk_Bold/b58d0e0d-fcd2-4365-bd63-c85a8ae3ed4d.woff") format("woff"), url("../fonts/AktivGrotesk_Bold/d5d49499-3679-4b89-9ef5-f5a4b4dd7f8a.ttf") format("truetype");
}
@font-face {
  font-family: "AktivGrotesk_Medium";
  src: url("../fonts/AktivGrotesk_Medium/12b66499-2e8d-4034-8fd5-61505c67e402.eot?#iefix");
  src: url("../fonts/AktivGrotesk_Medium/12b66499-2e8d-4034-8fd5-61505c67e402.eot?#iefix") format("eot"), url("../fonts/AktivGrotesk_Medium/c510fb33-d5b0-40fb-8c35-a0e6b2035bcd.woff2") format("woff2"), url("../fonts/AktivGrotesk_Medium/2f8ebed4-a49e-46f9-81a8-982d97cf61d1.woff") format("woff"), url("../fonts/AktivGrotesk_Medium/90440004-7287-40a0-9e61-5a7e1f977e3d.ttf") format("truetype");
}
@font-face {
  font-family: "AktivGrotesk_Regular";
  src: url("../fonts/AktivGrotesk_Regular/fd1d536a-3682-4d5d-949d-c3ed49bf82a2.eot?#iefix");
  src: url("../fonts/AktivGrotesk_Regular/fd1d536a-3682-4d5d-949d-c3ed49bf82a2.eot?#iefix") format("eot"), url("../fonts/AktivGrotesk_Regular/d1af32f0-173d-417a-9c5e-abc33c4fd20c.woff2") format("woff2"), url("../fonts/AktivGrotesk_Regular/5c9b4351-3407-4fab-96a1-d097522bb217.woff") format("woff"), url("../fonts/AktivGrotesk_Regular/fdb92457-e497-46fe-bd46-656324061516.ttf") format("truetype");
}
@font-face {
  font-family: "AktivGrotesk_Thin";
  src: url("../fonts/AktivGrotesk_Thin/c2ec25b3-bc11-458f-8563-0ec7a147a67d.eot?#iefix");
  src: url("../fonts/AktivGrotesk_Thin/c2ec25b3-bc11-458f-8563-0ec7a147a67d.eot?#iefix") format("eot"), url("../fonts/AktivGrotesk_Thin/0a181389-3afc-4564-8db9-d1c4ef8fab49.woff2") format("woff2"), url("../fonts/AktivGrotesk_Thin/70c858bd-0f4a-4966-ba9e-3f1ee574ed35.woff") format("woff"), url("../fonts/AktivGrotesk_Thin/cb25b850-55cf-4a3d-955d-fca5b09bc629.ttf") format("truetype");
}
@font-face {
  font-family: "AktivGrotesk_Hairline";
  src: url("../fonts/AktivGrotesk_Hairline/c7d43b03-e0a2-4831-a9b7-9118a8b0ab3d.eot?#iefix");
  src: url("../fonts/AktivGrotesk_Hairline/c7d43b03-e0a2-4831-a9b7-9118a8b0ab3d.eot?#iefix") format("eot"), url("../fonts/AktivGrotesk_Hairline/15468dc4-1575-496f-ba0c-d5b371f46fe4.woff2") format("woff2"), url("../fonts/AktivGrotesk_Hairline/c7164da0-1547-454b-a230-346617904f8a.woff") format("woff"), url("../fonts/AktivGrotesk_Hairline/3d45420b-dac7-4acb-bd7b-724730a2f71b.ttf") format("truetype");
}
.product-info-main .page-title-wrapper .page-title {
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.view {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: normal;
  display: inline-block;
  transition: color 0.3s ease;
}
.view > span.icon {
  display: inline-block;
  margin-left: -3px;
}
.view .icon:before {
  font-weight: 900;
  transition: padding 0.3s ease;
  color: #000000;
  font-size: 8px;
  vertical-align: top;
  margin-top: 2px;
}
.view:hover,
.view:focus,
.view:active {
  color: #9e9d9d;
}
.view:hover .icon:before,
.view:focus .icon:before,
.view:active .icon:before {
  padding-left: 5px;
  color: #9e9d9d;
}
.view.view-white {
  color: #ffffff;
}
.view.view-white .icon:before {
  color: #ffffff;
}
.view.view-white:hover,
.view.view-white:focus,
.view.view-white:active {
  color: #9e9d9d;
}
.view.view-white:hover .icon:before,
.view.view-white:focus .icon:before,
.view.view-white:active .icon:before {
  color: #9e9d9d;
}
.view.view-center {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.view.view-center .icon:before {
  font-size: 8px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 5px;
  transition: right 0.5s ease;
  top: 0;
  vertical-align: top;
}
.view.view-center:hover span.icon:before,
.view.view-center:focus span.icon:before,
.view.view-center:active span.icon:before {
  padding-right: 0;
  right: 0px;
}
#king-difference-tab {
  overflow: hidden;
  width: 100%;
}
.tab-content-info {
  position: relative;
  overflow: hidden;
}
.tabs-menu {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: inline-block;
  border-bottom: solid 1px #ffffff;
}
.tabs-menu li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.tabs-menu li a {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  position: relative;
  padding-left: 14px;
}
.tabs-menu li a span {
  display: block;
  padding: 7px 0;
  margin: 0;
}
.tabs-menu li a:after {
  background: #ffffff;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 1px;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  transition: visibility 0.3s, opacity 0.3s;
}
.tabs-menu li a:hover,
.tabs-menu li a:focus,
.tabs-menu li a:active {
  color: #9e9d9d;
}
.tabs-menu li a:hover:after,
.tabs-menu li a:focus:after,
.tabs-menu li a:active:after {
  background: #9e9d9d;
  visibility: inherit;
  opacity: 1;
}
.tabs-menu li.active a {
  color: #ffffff;
}
.tabs-menu li.active a:after {
  background: #ffffff;
  opacity: 1;
  visibility: inherit;
  width: 100%;
}
.tabs-menu li:first-child a {
  padding-left: 0;
}
.tabs-content {
  font-size: 12px;
  line-height: 20px;
}
.tabs-content .tab-info {
  display: block;
  text-align: left !important;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
}
.tabs-content .tab-info p {
  margin-bottom: 8px;
}
.tabs-content .tab-info h4 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #ffffff;
}
.tabs-content .tab-content {
  display: none;
}
.tabs-content .tab-content.show-tab {
  display: block;
}
.tab-header {
  text-align: center;
}
.tab-header > h2 {
  margin-bottom: 38px;
  padding-bottom: 0;
}
.tab-header .tabs-menu {
  text-align: center;
  border-bottom-color: #c4c4c4;
}
.tab-header .tabs-menu li a {
  color: #000000;
}
.tab-header .tabs-menu li a:after {
  background-color: #333435;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot');
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf') format('truetype'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon:before {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: normal;
}
.icon.icon-arrow-left:before {
  content: "\e900";
}
.icon.icon-arrow-right:before {
  content: "\e901";
}
.icon.icon-back-to-top:before {
  content: "\e902";
}
.icon.icon-back-to-bottom:before {
  content: "\e90c";
}
.icon.icon-cart:before {
  content: "\e903";
}
.icon.icon-close:before {
  content: "\e904";
}
.icon.icon-facebook:before {
  content: "\e905";
}
.icon.icon-heart:before {
  content: "\e906";
}
.icon.icon-instagram:before {
  content: "\e907";
}
.icon.icon-pinterest:before {
  content: "\e908";
}
.icon.icon-search:before {
  content: "\e909";
}
.icon.icon-twitter:before {
  content: "\e90a";
}
.icon.icon-youtube:before {
  content: "\e90f";
}
.icon.icon-loading:before {
  content: "\e90";
}
.icon.icon-comment:before {
  content: "\e90d";
}
.icon.icon-download:before {
  content: "\e90e";
}
.icon.icon-play:before {
  content: "\e90b";
}
.icon.icon-pause:before {
  content: "\e912";
}
.icon.icon-email:before {
  content: "\e90e1";
}
.icon.icon-heart-dark:before {
  content: "\e9061";
}
.icon.icon-check:before {
  content: "\e9051";
}
.icon.icon-add:before {
  content: "\e911";
}
.icon.icon-lock:before {
  content: "\e910";
}
a > .icon:before {
  transition: color 0.2s ease;
}
a:hover > .icon:before,
a:active > .icon:before,
a:focus > .icon:before {
  color: #9e9d9d;
}
.cms-template-wrap:after,
.cms-template-wrap .cms-template:after,
.cms-template-wrap .tabs-content:after,
.cms-template-wrap .tab-content:after,
.cms-template-wrap *[data-title]:after {
  content: "";
  display: table;
  clear: both;
}
.hidden-in-frontend {
  display: none !important;
  visibility: hidden !important;
}
.cms-template-wrap {
  margin: 20px 0;
  display: block;
  position: relative;
}
.cms-template-wrap .cms-template {
  display: block;
}
.cms-template-wrap *,
.cms-template-wrap *:before,
.cms-template-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cms-anchor-item {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
  min-height: inherit !important;
  position: relative;
}
/* == CMS GRID =========================================*/
.cms-template-wrap.cms-grid .cms-template {
  max-width: 1100px;
  margin: 0 auto;
}
.cms-template-wrap.cms-grid .grid-content img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.cms-template-wrap.cms-grid .grid-content .grid-item {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 20px 0;
  vertical-align: top;
  padding: 5px;
}
.cms-template-wrap.cms-grid .grid-content .grid-item .item-wrap {
  background: #fff;
  display: block;
  border: 1px solid orange;
  padding: 5px;
}
.cms-template-wrap.cms-grid .grid-content .grid-item.grid-item-full {
  width: 100%;
}
.cms-template-wrap.cms-grid .grid-content .grid-item.grid-1-3 {
  width: 33.33333%;
}
.cms-template-wrap.cms-grid .grid-content .grid-item.grid-2-3 {
  width: 66.66666%;
}
/* == CMS SLIDER =========================================*/
.cms-template-wrap.cms-slider .item-image .img img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
/* == CMS TABS =========================================*/
.cms-template-wrap.cms-tabs {
  overflow: hidden;
}
.cms-template-wrap.cms-tabs .cms-template {
  max-width: 1100px;
  margin: 0 auto;
}
.cms-template-wrap.cms-tabs.tabs-full-width .cms-template {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li a {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 5px solid #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li:hover a,
.cms-template-wrap.cms-tabs .tabs ul.horizontal li.active a {
  color: red;
  border-color: red;
}
.cms-template-wrap.cms-tabs .tabs .tabs-content {
  display: block;
  position: relative;
  overflow: hidden;
}
.cms-template-wrap.cms-tabs .tabs .tabs-content .tab-content {
  position: absolute;
  left: -999999px;
  top: -999999px;
  opacity: 0;
  width: 100%;
  display: block;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.cms-template-wrap.cms-tabs .tabs .tabs-content .tab-content.show-tab {
  left: auto;
  top: auto;
  opacity: 1;
  position: relative;
}
/* == CMS GRID =========================================*/
.mceContentBody .cms-grid .grid-content img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.mceContentBody .cms-grid .grid-content .grid-item {
  display: inline-block;
  width: 50%;
  margin: 0 -4px 20px 0;
  vertical-align: top;
  padding: 5px;
}
.mceContentBody .cms-grid .grid-content .grid-item .item-wrap {
  background: #fff;
  display: block;
  position: relative;
  border: 1px solid orange;
  padding: 5px;
}
.mceContentBody .cms-grid .grid-content .grid-item .item-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.mceContentBody .cms-grid .grid-content .grid-item .img-wrap {
  display: block;
  position: relative;
  z-index: 1;
}
.mceContentBody .cms-grid .grid-content .grid-item .desc-wrap {
  display: block;
  padding: 10px;
  width: 100%;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media .desc-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-center-center .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-center-left .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-center-right .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-top-center .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-top-left .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-top-right .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-bottom-center .desc-wrap {
  bottom: 0;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-bottom-left .desc-wrap {
  bottom: 0;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.desc-on-top-media.desc-bottom-right .desc-wrap {
  bottom: 0;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.set-desc-bg .desc-wrap {
  background: rgba(0, 0, 0, 0.4);
}
.mceContentBody .cms-grid .grid-content .grid-item.grid-item-full {
  width: 100%;
}
.mceContentBody .cms-grid .grid-content .grid-item.grid-1-2 {
  width: 50%;
}
.mceContentBody .cms-grid .grid-content .grid-item.grid-1-3 {
  width: 33.33333%;
}
.mceContentBody .cms-grid .grid-content .grid-item.grid-1-4 {
  width: 25%;
}
.mceContentBody .cms-grid .grid-content .grid-item.grid-2-3 {
  width: 66.66666%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.content-media-left .img-wrap {
  float: left;
  width: 50%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.content-media-left .desc-wrap {
  float: left;
  width: 50%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.content-media-right .img-wrap {
  float: right;
  width: 50%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.content-media-right .desc-wrap {
  float: right;
  width: 50%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-2 .img-wrap {
  width: 50%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-2 .desc-wrap {
  width: 50%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-3 .img-wrap {
  width: 33.33333%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-3 .desc-wrap {
  width: 66.66666%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-4 .img-wrap {
  width: 25%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-4 .desc-wrap {
  width: 75%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-5 .img-wrap {
  width: 20%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-5 .desc-wrap {
  width: 80%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-6 .img-wrap {
  width: 16.66666%;
}
.mceContentBody .cms-grid .grid-content .grid-item.content-item.with-image-media.media-width-1-6 .desc-wrap {
  width: 83.33333%;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item .desc-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-center-center .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-center-left .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-center-right .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-top-center .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-top-left .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-top-right .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-bottom-center .desc-wrap {
  bottom: 0;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-bottom-left .desc-wrap {
  bottom: 0;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.image-item.desc-bottom-right .desc-wrap {
  bottom: 0;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item .desc-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-center-center .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-center-left .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-center-right .desc-wrap {
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-top-center .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-top-left .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-top-right .desc-wrap {
  top: 0;
  bottom: auto;
  text-align: right;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-bottom-center .desc-wrap {
  bottom: 0;
  text-align: center;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-bottom-left .desc-wrap {
  bottom: 0;
  text-align: left;
}
.mceContentBody .cms-grid .grid-content .grid-item.video-item.desc-bottom-right .desc-wrap {
  bottom: 0;
  text-align: right;
}
.category-collection .list-box-category {
  display: flex;
  flex-wrap: wrap;
}
.category-collection .list-box-category .box {
  width: 50%;
  vertical-align: top;
  float: left;
  margin: 0;
}
.category-collection .list-box-category .box .box-content {
  margin: -0.5px;
  position: relative;
  height: 100%;
  border: solid 1px #ffffff;
}
.category-collection .list-box-category .box .img-content {
  height: 190px;
}
.category-collection .list-box-category .box .img-content img {
  height: 100%;
  width: auto;
  max-width: inherit;
  min-width: 100%;
}
.category-collection .promotion {
  padding-top: 20px;
}
.page-layout-boxed-content .list-box-category {
  display: flex;
  flex-wrap: wrap;
}
.page-layout-boxed-content .list-box-category .box {
  border: 5px solid red !important;
  width: 50%;
  vertical-align: top;
  float: left;
  margin: 0;
}
.page-layout-boxed-content .list-box-category .box .box-content {
  margin: -0.5px;
  position: relative;
  height: 100%;
  border: solid 1px #ffffff;
}
.page-layout-boxed-content .list-box-category .box .img-content {
  height: 190px;
}
.page-layout-boxed-content .list-box-category .box .img-content img {
  height: 100%;
  width: auto;
  max-width: inherit;
  min-width: 100%;
}
.page-layout-boxed-content .promotion {
  padding-top: 20px;
}
.section-category-listing {
  position: relative;
  z-index: 11;
}
.block-content.benefit {
  color: #fff;
  padding: 60px 15px;
}
.block-content.benefit .benefit-content {
  max-width: 585px;
  margin: auto;
}
.block-content.benefit .benefit-content h3 {
  padding: 15px 0;
  color: #fff;
}
.block-content.benefit ul {
  list-style: none;
  padding: 15px 0;
}
.block-content.benefit ul li:before {
  margin-left: 0px;
  background: url(/media/wysiwyg/steelframe/tick-icon.png) no-repeat;
  content: "tick";
  text-indent: -9999px;
  display: inline-block;
  width: 30px;
  position: relative;
  top: 8px;
}
@media (max-width: 767px) {
  .block-content.benefit {
    padding: 15px;
  }
  .block-content.benefit h3 {
    font-family: AktivGrotesk_Regular;
  }
}
.page-header {
  background: none;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.page-header .container {
  max-width: 1570px;
}
body .minicart-wrapper {
  text-align: right;
}
body .minicart-wrapper a.cart {
  display: flex;
  padding-right: 15px;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  body .minicart-wrapper a.cart {
    padding-right: 19px;
  }
}
@media (min-width: 1440px) {
  body .minicart-wrapper a.cart {
    padding-right: 25px;
  }
}
body .minicart-wrapper a.cart .link-icon {
  padding-right: 0;
}
body .minicart-wrapper a.cart:hover {
  color: #9e9d9d;
}
body .minicart-wrapper a.cart:hover .square-counter {
  color: #9e9d9d;
}
body .minicart-wrapper .square-counter {
  color: #000;
  font-size: 12px;
  padding-left: 2px;
}
#quick-links #search_button {
  display: inline-block;
  width: 34px;
  height: 34px;
  float: left;
}
#quick-links #search_button .icon {
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  display: block;
}
#quick-links #search_button #icon-search:before {
  content: "\e909";
}
#quick-links #search_close {
  visibility: hidden;
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  opacity: 0;
}
.top-strip {
  min-height: 30px;
  padding: 0 5px;
}
.top-strip,
.bottom-strip {
  background: var(--red);
  text-align: center;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 12px;
  color: #ffffff;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.top-strip .icon:before,
.bottom-strip .icon:before {
  font-size: 9px;
}
.top-strip .close,
.bottom-strip .close {
  padding: 8px;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
}
.top-strip a,
.bottom-strip a {
  color: #ffffff;
}
.top-strip a:hover,
.bottom-strip a:hover,
.top-strip a:focus,
.bottom-strip a:focus,
.top-strip a:active,
.bottom-strip a:active {
  color: #9e9d9d;
}
.top-strip p,
.bottom-strip p {
  margin: 0;
  padding: 8px 0;
}
.page-wrapper .header-spacer {
  margin-top: -1px;
  order: -1;
}
@media (min-width: 768px) {
  .page-wrapper .header-spacer {
    height: 105px;
  }
}
.page-wrapper .page-header {
  position: fixed;
}
@media (min-width: 1440px) {
  .page-wrapper .page-header.nav-up .logo.menu-desktop {
    position: relative;
    bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .page-wrapper .page-header.header-sticky .logo.menu-desktop {
    position: relative;
    bottom: 16px;
  }
}
.page-wrapper .page-header .main-headnav {
  background: #fff;
}
.page-wrapper .page-header .main-headnav > .container {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (min-width: 1280px) {
  .page-wrapper .page-header .main-headnav > .container {
    max-width: unset;
  }
}
@media (max-width: 1279px) {
  .page-wrapper .page-header .header_navigation {
    width: 100%;
    overflow-y: scroll;
    margin-right: 10px;
  }
}
@media (min-width: 1280px) {
  .page-wrapper .page-header .header_navigation {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
}
.page-wrapper .page-header .nav-toggle {
  width: 50px;
  height: 54px;
  padding: 15px;
  position: static;
}
.page-wrapper .page-header .nav-toggle .fa:before {
  font-size: 24px;
  color: #000;
  line-height: unset;
}
@media (max-width: 1279px) {
  .page-wrapper .page-header .nav-toggle {
    display: block;
  }
}
.page-wrapper .page-header .search-toggle {
  cursor: pointer;
}
.page-wrapper .page-header .link-icon {
  max-width: none;
  padding: 10px 9px;
  display: flex;
}
.page-wrapper .page-header .link-icon.invert {
  display: none;
}
.page-wrapper .page-header .fa {
  color: #fff;
  font-size: 16px;
}
.page-wrapper .page-header .fa:hover {
  color: #8a8888;
}
.page-wrapper .page-header .logo {
  padding: 0 15px;
  max-width: 153px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .page-wrapper .page-header .logo {
    padding-left: 19.5px;
    padding-right: 9px;
    max-width: 135px;
  }
}
@media (min-width: 1440px) {
  .page-wrapper .page-header .logo {
    padding-left: 25px;
    padding-right: 9px;
    max-width: 182px;
  }
}
.page-wrapper .page-header .logo img {
  display: block;
}
.page-wrapper .page-header .logo img.invert {
  display: none;
}
@media (min-width: 1440px) {
  .page-wrapper .page-header .logo.menu-desktop {
    position: relative;
    bottom: 4px;
  }
}
.page-wrapper .page-header.header-sticky,
.page-wrapper .page-header.nav-up {
  top: 0;
}
.page-wrapper .page-header.header-sticky .top-strip,
.page-wrapper .page-header.nav-up .top-strip {
  display: none !important;
}
@media (min-width: 1280px) {
  .page-wrapper .page-header.header-sticky .logo img,
  .page-wrapper .page-header.nav-up .logo img,
  .page-wrapper .page-header.header-sticky .link-icon,
  .page-wrapper .page-header.nav-up .link-icon {
    display: none;
  }
  .page-wrapper .page-header.header-sticky .logo img.invert,
  .page-wrapper .page-header.nav-up .logo img.invert,
  .page-wrapper .page-header.header-sticky .link-icon.invert,
  .page-wrapper .page-header.nav-up .link-icon.invert {
    display: block;
  }
  .page-wrapper .page-header.header-sticky .searchform .logo img,
  .page-wrapper .page-header.nav-up .searchform .logo img {
    display: block;
  }
  .page-wrapper .page-header.header-sticky .toggle-nav .fa-bars,
  .page-wrapper .page-header.nav-up .toggle-nav .fa-bars {
    color: #FFF;
  }
  .page-wrapper .page-header.header-sticky .main-headnav,
  .page-wrapper .page-header.nav-up .main-headnav {
    background: rgba(0, 0, 0, 0.8);
  }
  .page-wrapper .page-header.header-sticky .minicart-wrapper .square-counter,
  .page-wrapper .page-header.nav-up .minicart-wrapper .square-counter {
    color: #fff;
  }
  .page-wrapper .page-header.header-sticky nav.ms-megamenu .ms-level0 > .ms-label,
  .page-wrapper .page-header.nav-up nav.ms-megamenu .ms-level0 > .ms-label {
    color: #fff;
  }
  .page-wrapper .page-header.header-sticky nav.ms-megamenu .ms-level0.active > .ms-label:after,
  .page-wrapper .page-header.nav-up nav.ms-megamenu .ms-level0.active > .ms-label:after {
    background: #fff;
  }
}
@media (max-width: 1279px) {
  .page-wrapper .page-header .logo {
    margin: auto;
  }
  .page-wrapper .page-header .nav-toggle {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-header .nav-toggle {
    width: 86px;
  }
}
.cookie-status-message {
  display: none;
}
@media (max-width: 1279px) {
  .d-footer-screen_d {
    display: none;
  }
}
@media (min-width: 1280px) {
  .d-footer-screen-t-m {
    display: none;
  }
}
.page-footer {
  position: relative;
  z-index: 99;
  padding: 0;
}
.page-footer .container:before,
.page-footer .container:after {
  content: '';
  display: table;
}
.page-footer .container:after {
  clear: both;
}
.footer-top {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  background: #F7F5F0;
  color: #000;
  letter-spacing: 0.04em;
  font-size: 14px;
}
.footer-top .footer-logo {
  max-width: 148px;
  padding: 25px 0;
}
.footer-top .footer-logo .footer-currency {
  padding: 15px 0;
}
@media (min-width: 1280px) {
  .footer-top .footer-logo {
    padding: 15px 0 5px;
  }
}
.footer-top .footer-king {
  letter-spacing: 0;
}
.footer-top .footer-page-links {
  max-width: 100%;
  width: 100%;
  padding: 20px;
}
.footer-top .footer-page-links .KL-accordion [data-role='trigger'] {
  border: none;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  letter-spacing: 0.12em;
  font-family: "AktivGrotesk_Bold", 'Helvetica Neue', Arial, sans-serif;
}
.footer-top .footer-page-links .KL-accordion [data-role='trigger']:after {
  content: none;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
.footer-top .footer-page-links .KL-accordion [data-role='content'] {
  padding: 0;
}
.footer-top .footer-page-links .KL-accordion [data-role='content'] a {
  display: block;
  padding: 5px 0;
}
.footer-top .footer-page-links .KL-accordion [data-role='content'] a:hover {
  text-decoration: underline;
}
.footer-top .footer-page-links .KL-accordion [data-role='content'] a:hover,
.footer-top .footer-page-links .KL-accordion [data-role='content'] a:visited {
  color: #000;
}
@media (max-width: 1279px) {
  .footer-top .footer-page-links .KL-accordion [data-role='trigger']:after {
    content: "+";
    font-size: 24px;
    color: #797979;
  }
  .footer-top .footer-page-links .KL-accordion [data-role="collapsible"].active [data-role='trigger']:after {
    content: "–";
    color: #000;
  }
  .footer-top .footer-page-links .KL-accordion [data-role='content'] {
    padding: 5px 20px 15px;
  }
}
@media (min-width: 1280px) {
  .footer-top .footer-page-links .KL-accordion {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .footer-top .footer-page-links .KL-accordion [data-role='trigger'] {
    pointer-events: none;
  }
  .footer-top .footer-page-links .KL-accordion [data-content-type='html'] {
    gap: 30px;
  }
}
.footer-top .footer-page-links ul li {
  padding: 5px 0;
  margin: 0;
}
@media (min-width: 1280px) {
  .footer-top .footer-page-links {
    width: 1067px;
  }
}
.footer-top .footer-right .footer-currency {
  font-size: 14px;
  padding: 15px 0;
  color: #9e9d9d;
}
@media (max-width: 1279px) {
  .footer-top {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .footer-top {
    padding: 60px 0 30px;
  }
}
.footer-bottom {
  padding: 29px 20px;
  text-align: center;
}
.footer-bottom.footer-bottom-checkout {
  background: #fff;
}
.footer-newsletter {
  display: block;
  max-width: 100%;
  padding: 20px;
}
.footer-newsletter .block {
  margin-bottom: 20px;
}
.footer-newsletter .block .title {
  margin: 65px 0 7px;
}
.footer-newsletter .block .title span {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.06em;
  text-transform: capitalize;
}
.footer-newsletter .block .sub-title {
  margin-bottom: 50px;
}
.footer-newsletter .content {
  position: relative;
}
.footer-newsletter .field.newsletter {
  width: 100%;
}
.footer-newsletter input[type="email"] {
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue Light', sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  height: 32px;
}
.footer-newsletter input[type="email"]:hover,
.footer-newsletter input[type="email"]:focus,
.footer-newsletter input[type="email"]:active {
  outline: none;
}
.footer-newsletter input[type="email"]::placeholder {
  color: #939393;
}
.footer-newsletter .actions {
  margin: 0;
}
.footer-newsletter .action.subscribe.primary {
  position: absolute;
  right: 0;
  border: none;
  color: #000;
  box-shadow: none;
  background: none;
  padding: 0 0 0 20px;
  line-height: 20px;
  top: 5px;
  font-size: 15px;
}
.footer-newsletter .action.subscribe.primary > span {
  padding: 0;
}
.footer-newsletter .action.subscribe.primary > span:after {
  display: none;
}
.footer-newsletter .action.subscribe.primary .fa-long-arrow-right:before {
  font-size: 20px;
}
@media (max-width: 1279px) {
  .footer-newsletter {
    margin-bottom: 10px;
    border-bottom: 1px solid #797979;
  }
  .footer-newsletter .block .title {
    margin: 35px 0 7px;
  }
  .footer-newsletter .block .title span {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .footer-newsletter {
    width: 466px;
  }
}
.footer-social {
  padding-bottom: 15px;
}
.footer-social ul {
  margin: 0;
  padding: 0;
}
.footer-social ul li {
  list-style: none;
  margin: 0 24px 0 0;
  padding: 0;
  display: inline-block;
}
.footer-social ul li .fa,
.footer-social ul li .icon {
  font-size: 23px;
}
.footer-social ul li .fa:before,
.footer-social ul li .icon:before {
  color: #000;
  transition: color .2s ease;
}
.footer-social ul li .fa.fa-pinterest,
.footer-social ul li .icon.fa-pinterest {
  font-size: 24px;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
}
.footer-bottom ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.newsletter-subscribe-message-container {
  display: none;
}
.newsletter-subscribe-message-container .newsletter-subscribe-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  background: #C4DDC9;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.newsletter-subscribe-message-container .newsletter-subscribe-message img {
  padding-right: 29px;
}
@media (max-width: 767px) {
  .newsletter-subscribe-message-container .newsletter-subscribe-message {
    font-size: 16px;
  }
  .newsletter-subscribe-message-container .newsletter-subscribe-message img {
    padding-right: 15px;
  }
}
.scrollup {
  position: fixed;
  width: 35px;
  height: 40px;
  background: rgba(138, 136, 136, 0.5);
  right: 100px;
  bottom: 30px;
  display: block;
  z-index: 500;
  transition: background 0.5s ease;
  text-align: center;
}
.scrollup .icon-arrow-up {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
.scrollup .icon-arrow-up:before {
  content: "\e902";
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
}
.scrollup:hover,
.scrollup:focus,
.scrollup:active {
  background: #8a8888;
}
.scrollup:hover .icon-arrow-up:before,
.scrollup:focus .icon-arrow-up:before,
.scrollup:active .icon-arrow-up:before {
  color: #ffffff;
}
.main-headnav {
  width: 100%;
}
.main-headnav .nav-toggle + .search-close {
  display: none;
}
@media (max-width: 1279px) {
  .main-headnav.show-search {
    position: relative;
  }
  .main-headnav.show-search .searchform {
    top: 100%;
    padding-top: 30px;
    border-top: 1px solid #797979;
  }
  .main-headnav.show-search .action.search-toggle {
    opacity: 0;
    cursor: auto;
  }
  .main-headnav.show-search .nav-toggle {
    display: none;
    color: #000;
    letter-spacing: 0.12em;
  }
  .main-headnav.show-search .nav-toggle + .search-close {
    display: flex;
    width: 160px;
    padding: 15px;
    cursor: pointer;
  }
  .main-headnav.show-search .nav-toggle + .search-close .icon-close:before {
    font-size: 16px;
    color: #1d1d1d;
    line-height: unset;
  }
}
@media (max-width: 767px) {
  .main-headnav.show-search .nav-toggle + .search-close {
    width: 86px;
  }
}
.menu-desktop {
  display: none !important;
}
@media (min-width: 1280px) {
  .menu-desktop {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .menu-non-desktop {
    display: none !important;
  }
}
.header_navigation {
  color: #000;
}
.header_navigation .action.nav-toggle {
  font-size: 24px;
  width: auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 60px;
  letter-spacing: 0.12em;
}
.header_navigation .action.nav-toggle .icon-close:before {
  font-size: 16px;
  color: #000;
  padding: 5px;
  margin-right: 15px;
}
.header_navigation .nav-sections-item-content {
  margin: 0;
}
.header_navigation a {
  color: #000;
}
@media (max-width: 1279px) {
  .header_navigation {
    z-index: 1001;
    background: #fff;
    height: 100vh;
    width: 100%;
    max-width: 414px;
    overflow-y: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
}
.ms-footer a:hover {
  text-decoration: underline;
}
.ms-footer img {
  padding: 15px 0;
  display: block;
}
@media (min-width: 1280px) {
  .ms-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    margin: 5px 0 30px;
  }
}
nav.ms-megamenu {
  letter-spacing: 0.12em;
  font-size: 14px;
}
nav.ms-megamenu .container {
  width: 100%;
}
nav.ms-megamenu .ms-topmenu {
  display: flex;
  justify-content: center;
  position: static;
  margin: 0;
  padding: 0px;
}
@media (max-width: 1279px) {
  nav.ms-megamenu .ms-topmenu {
    flex-direction: column;
    padding: 20px 0 20px 15px;
  }
}
@media (min-width: 1280px) {
  nav.ms-megamenu .ms-topmenu li:first-child {
    margin-left: auto !important;
  }
  nav.ms-megamenu .ms-topmenu li:last-child {
    margin-right: auto !important;
  }
}
nav.ms-megamenu .ms-level0 {
  margin: 0;
}
nav.ms-megamenu .ms-level0 > .ms-label {
  text-transform: uppercase;
}
nav.ms-megamenu .ms-level0 > .ms-submenu {
  width: 100%;
  display: none;
}
@media (max-width: 1279px) {
  nav.ms-megamenu .ms-level0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
  }
  nav.ms-megamenu .ms-level0:last-of-type {
    padding: 30px 0;
  }
  nav.ms-megamenu .ms-level0:last-of-type:before {
    content: " ";
    height: 1px;
    width: 100%;
    background: #797979;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  nav.ms-megamenu .ms-level0.active > .ms-label {
    text-decoration: underline;
    font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  }
}
@media (min-width: 1280px) {
  nav.ms-megamenu .ms-level0 > .ms-label {
    line-height: 20px;
    padding: 30px 22px;
    display: block;
    text-transform: uppercase;
    font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    position: relative;
    white-space: nowrap;
  }
  nav.ms-megamenu .ms-level0 > .ms-label:before {
    display: block;
    content: attr(title);
    font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
  }
  nav.ms-megamenu .ms-level0 > .ms-submenu {
    position: absolute;
    top: 100% !important;
    left: 0 !important;
    border-top: 1px solid #e5e5e5;
    background: #ffff;
    padding: 20px 0;
  }
  nav.ms-megamenu .ms-level0.active > .ms-label {
    font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  }
  nav.ms-megamenu .ms-level0.active > .ms-label:after {
    height: 2px;
    background: #000;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  nav.ms-megamenu .ms-level0 > .ms-label {
    padding: 30px 8px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  nav.ms-megamenu .ms-level0 > .ms-label {
    padding: 30px 10px;
  }
}
@media (min-width: 1920px) {
  nav.ms-megamenu .ms-level0 > .ms-label {
    padding: 30px 24px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  nav.ms-megamenu .ms-level0.active > .ms-label:after {
    width: calc(100% - 17px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  nav.ms-megamenu .ms-level0.active > .ms-label:after {
    width: calc(100% - 21px);
  }
}
@media (min-width: 1920px) {
  nav.ms-megamenu .ms-level0.active > .ms-label:after {
    width: calc(100% - 49px);
  }
}
nav.ms-megamenu .ms-level0 .level1-menu-toggle {
  padding: 10px;
  font-size: 18px;
  width: 40px;
  text-align: center;
}
nav.ms-megamenu .ms-level0 .level1-menu-toggle:before {
  content: "+";
  color: #797979;
}
nav.ms-megamenu .ms-level0.active .level1-menu-toggle:before {
  content: "—";
  font-size: 10px;
  font-family: 'AktivGrotesk_Bold';
  color: #000;
}
nav.ms-megamenu .menu-item.ms-level1 {
  padding: 11px 0;
}
nav.ms-megamenu .menu-item.ms-level1:hover {
  text-decoration: underline;
}
nav.ms-megamenu .submenu-container {
  display: flex;
  flex-direction: column;
}
nav.ms-megamenu .submenu-container .ms-content {
  display: flex;
}
nav.ms-megamenu .submenu-container .ms-maincontent {
  flex-shrink: 0;
  margin: 0;
}
nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-item {
  padding: 8px 0;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-title {
  padding: 10px 0;
}
nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-title .featured-menu-item {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
@media (max-width: 1279px) {
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-item {
    font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-title {
    padding: 3px 0;
    position: relative;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-title:after {
    padding: 10px;
    font-size: 18px;
    width: 40px;
    text-align: center;
    content: "+";
    position: absolute;
    right: -15px;
    top: 3px;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-title.active a {
    text-decoration: underline;
    font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-title.active:after {
    content: "—";
    font-size: 10px;
    font-family: 'AktivGrotesk_Bold';
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items .featured-menu-content {
    display: none;
    padding: 0 15px 15px;
  }
}
@media (min-width: 1280px) {
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items a:before {
    display: block;
    content: attr(title);
    font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items a:hover {
    text-decoration: underline;
    font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  }
}
nav.ms-megamenu .submenu-container .ms-featured {
  display: none;
}
@media (max-width: 1279px) {
  nav.ms-megamenu .submenu-container .ms-maincontent {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  nav.ms-megamenu .submenu-container .ms-maincontent {
    display: flex;
    min-width: 300px;
    padding-right: 20px;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .col,
  nav.ms-megamenu .submenu-container .ms-maincontent .col-left,
  nav.ms-megamenu .submenu-container .ms-maincontent .col-right {
    margin-right: auto;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items {
    padding-right: 20px;
    margin-right: auto;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .menu-item-container {
    min-width: 300px;
    padding: 6px 0;
    margin-right: auto;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items + .menu-item-container {
    padding: 0;
  }
  nav.ms-megamenu .submenu-container .ms-maincontent .featured-menu-items + .menu-item-container .menu-item.ms-level1 {
    padding: 18px 0;
  }
  nav.ms-megamenu .submenu-container .ms-featured {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }
}
.menu-bottom-links {
  background: #F7F5F0;
  padding: 20px 0 100px;
  border-top: 1px solid #797979;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.menu-bottom-links .link {
  padding: 10px 15px;
}
.menu-bottom-links .link a {
  display: flex;
  align-items: center;
}
.menu-bottom-links .link img {
  padding-right: 10px;
  width: 24px;
}
@media (min-width: 1280px) {
  .menu-bottom-links {
    display: none;
  }
}
html.noScroll {
  overflow: hidden;
}
html.noScroll .page-header:before {
  content: " ";
  background-color: #000;
  opacity: 0.5;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  html.noScroll .page-header:before {
    z-index: -1;
  }
}
.bootstrap-grid.menu-gallery {
  display: none;
}
.bootstrap-grid.menu-gallery[gallery="default"] {
  display: block;
}
.bootstrap-grid.menu-gallery .gallery-item {
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.bootstrap-grid.menu-gallery .gallery-item > span {
  padding-top: 15px;
  text-align: center;
}
.bootstrap-grid.menu-gallery .gallery-item strong {
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  font-weight: normal;
}
.bootstrap-grid.menu-gallery .gallery-item span {
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
.searchform {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffff;
  padding-top: 60px;
  padding-bottom: 10px;
  z-index: 1000;
  width: 100%;
}
.searchform > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchform #quick-links,
.searchform .popular-search {
  display: none !important;
}
.searchform .icon:before {
  color: #000;
}
.searchform .logo {
  padding-bottom: 10px;
}
.searchform .search-close {
  padding: 5px;
  margin-right: 130px;
  cursor: pointer;
}
.searchform .block-search {
  width: 100%;
  margin: 0 6%;
  padding: 0;
}
.searchform .search_field {
  border: none;
  padding: 0 15px;
  margin: 0;
}
.searchform #search_input {
  background: none;
  border-bottom: 1px solid #000;
  padding: 0;
  text-indent: 30px;
}
.searchform #search_input::placeholder {
  background-image: url('../images/header/search.svg');
  background-repeat: no-repeat;
  opacity: 0.5;
  background-position-y: center;
}
.searchform #search_input.haskey {
  text-indent: 0px;
}
.searchform #search_input:placeholder-shown {
  text-indent: 30px !important;
}
.searchform #search_close_mobile {
  position: absolute;
  top: 0;
  left: 0;
}
.searchform #search_submit {
  position: absolute;
  right: 0;
  bottom: 1px;
  margin-bottom: 1px;
  height: 31px;
  padding: 12px 15px;
  border: none;
}
.searchform #search_submit:hover {
  background: none;
}
@media (max-width: 767px) {
  .searchform {
    padding-top: 20px;
  }
  .searchform .block-search {
    margin: 0;
  }
  .searchform .search_field {
    position: relative;
    padding: 0;
  }
  .searchform #search_input {
    position: static;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .page-header.header-sticky .searchform,
  .page-header.nav-up .searchform {
    padding-top: 40px;
  }
}
.mst-searchautocomplete__autocomplete {
  border: none;
  letter-spacing: 0.12em;
  padding: 60px 0;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  margin-left: -30px;
  width: 60px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner .spinner-item {
  width: 10px;
  height: 10px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: none;
  color: #000;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  background: none;
  text-align: left;
  margin-top: auto;
  padding-bottom: 30px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  color: #000;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a:hover {
  text-decoration: underline;
}
.mst-searchautocomplete__autocomplete._active {
  border: none;
}
@media (max-width: 1279px) {
  .mst-searchautocomplete__autocomplete {
    padding: 30px 0;
  }
}
.mst-searchautocomplete__index.magento_cms_page,
.mst-searchautocomplete__index.mirasvit_blog_post {
  display: none;
}
.mst-searchautocomplete__index.magento_catalog_product ul {
  display: flex;
}
.mst-searchautocomplete__index.magento_catalog_product li.mst-searchautocomplete__item.magento_catalog_product {
  flex-direction: column;
}
.mst-searchautocomplete__wrapper {
  display: flex;
}
.mst-searchautocomplete__wrapper > .result-wrapper {
  flex-grow: 1;
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 140px;
  display: flex;
  flex-direction: column;
}
.mst-searchautocomplete__wrapper .popular-search-container {
  flex-shrink: 0;
  padding: 0 15px;
  width: 275px;
  border-right: 1px solid #e5e5e5;
}
.mst-searchautocomplete__wrapper .popular-search-container .popular-search-block {
  padding-bottom: 22px;
}
.mst-searchautocomplete__wrapper .popular-search-container .popular-search-block .popular-item {
  padding: 8px 0;
}
.mst-searchautocomplete__wrapper .popular-search-container .popular-search-block .popular-item-title {
  padding-bottom: 10px;
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mst-searchautocomplete__wrapper .popular-search-container {
    width: 100%;
    margin: 0 6%;
    padding: 0 15px;
    display: flex;
    border: none;
  }
  .mst-searchautocomplete__wrapper .popular-search-container .popular-search-block {
    padding-right: 40px;
    padding-left: 15px;
  }
  .mst-searchautocomplete__wrapper .popular-search-container .popular-search-block + .popular-search-block {
    padding-left: 40px;
    border-left: 1px solid #e5e5e5;
  }
  .mst-searchautocomplete__wrapper > .result-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .mst-searchautocomplete__wrapper .popular-search-container {
    border: none;
    width: 100%;
    padding: 0;
  }
  .mst-searchautocomplete__wrapper > .result-wrapper {
    display: none;
  }
}
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --black: #1d1d1d;
  --grey: #282829;
  --white: #fff;
  --linen: #c6b5a1;
}
.linen {
  color: #c6b5a1;
}
.linen-bg {
  background: #c6b5a1;
}
.desktop-only {
  display: block !important;
}
.mobile-only {
  display: none !important;
}
b,
strong {
  font-family: AktivGrotesk_Bold, 'Helvetica Neue Bold', sans-serif;
}
.bootstrap-grid > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.bootstrap-grid .box {
  float: none;
}
.bootstrap-grid .box img {
  display: block;
  width: 100%;
}
.bootstrap-grid .box .img-link {
  position: relative;
}
.bootstrap-grid .box .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;
}
.bootstrap-grid .box .img-link:hover a:before {
  opacity: 1;
  visibility: visible;
}
.bootstrap-grid.narrow-mobile > .container {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.bootstrap-grid.narrow-mobile > .container div[class*="col"] {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.KL-accordion [data-role='trigger'] {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
}
.KL-accordion [data-role='trigger']:after {
  content: "＋";
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 0;
}
.KL-accordion [aria-expanded="true"] [data-role='trigger']:after {
  content: "-";
}
.KL-accordion [data-role='content'] {
  padding: 10px 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.d-none {
  display: none;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
.visible-i {
  visibility: visible !important;
}
.invisible-i {
  visibility: hidden !important;
}
.d-none-i {
  display: none !important;
}
.d-inline-i {
  display: inline !important;
}
.d-inline-block-i {
  display: inline-block !important;
}
.d-block-i {
  display: block !important;
}
.d-flex-i {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .d-sm-none-i {
    display: none !important;
  }
  .d-sm-inline-i {
    display: inline !important;
  }
  .d-sm-inline-block-i {
    display: inline-block !important;
  }
  .d-sm-block-i {
    display: block !important;
  }
  .d-sm-flex-i {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .text-sm-left-i {
    text-align: left !important;
  }
  .text-sm-right-i {
    text-align: right !important;
  }
  .text-sm-center-i {
    text-align: center !important;
  }
}
@media (max-width: 400px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.cylindo-viewer-container.has-thumbs {
  z-index: 0;
}
.checkout-cart-index .cylindo-button.cylindo-ar-button a {
  border: none !important;
  border-radius: 0 !important;
}
.checkout-cart-index .cylindo-button.cylindo-ar-button a > .ar-glyph-background {
  background-color: rgba(243, 243, 243, 0.5) !important;
  border-radius: 0px !important;
  border: 0 !important;
  min-width: 164.5px;
}
.cylindo-wrapper .cylindo-thumbnail-list > li.loading::after,
.cylindo-wrapper .cylindo-button.cylindo-ar-button a:link,
.cylindo-wrapper .cylindo-button.cylindo-ar-button a:hover,
.cylindo-wrapper .cylindo-button.cylindo-ar-button a:visited,
.cylindo-wrapper .cylindo-drag-tooltip,
.cylindo-wrapper .cylindo-button.cylindo-ar-button a > .ar-glyph-background > div.ar-text,
.cylindo-wrapper .cylindo-tooltip-not-available,
.cylindo-wrapper .cylindo-no-feature {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  color: #1d1d1d;
}
.cylindo-wrapper .cylindo-drag-tooltip {
  background: none;
}
.cylindo-wrapper .cylindo-drag-tooltip .right:after,
.cylindo-wrapper .cylindo-drag-tooltip .left:before {
  display: none;
}
.cylindo-wrapper .cylindo-drag-tooltip .tooltip-drag,
.cylindo-wrapper .cylindo-drag-tooltip .tooltip-zoom {
  height: 30px;
  min-width: 150px;
  background: rgba(243, 243, 243, 0.5);
  border-radius: 3px;
  margin: 0 4px;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
  padding-left: 38px;
  text-align: left;
  font-family: 'Montserrat';
  letter-spacing: 0.15em;
  color: #000000;
  padding-right: 10px;
}
.cylindo-wrapper .cylindo-drag-tooltip .tooltip-drag::before {
  content: url('../MindArc_Cylindo/images/drag.svg');
  width: 22px;
  height: 22px;
  display: inline-block;
  line-height: 32px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.cylindo-wrapper .cylindo-drag-tooltip .tooltip-zoom::before {
  content: url(../MindArc_Cylindo/images/zoom.svg);
  width: 22px;
  height: 27px;
  display: inline-block;
  line-height: 32px;
  position: absolute;
  left: 10px;
  top: 4px;
}
.cylindo-thumbnail-wrapper {
  border-top: 1px #eee solid;
}
.cylindo-thumbnail-wrapper:not(.has-scroll) > .cylindo-thumbnail-bar {
  width: calc(100% - 60px) !important;
}
.cylindo-thumbnail-wrapper:not(.has-scroll) > .cylindo-thumbnail-slider a.prev:before {
  font-family: FontAwesome;
  content: "\f104" !important;
  font-size: 48px;
  line-height: 16px;
}
.cylindo-thumbnail-wrapper:not(.has-scroll) > .cylindo-thumbnail-slider a.next:before {
  font-family: FontAwesome;
  content: "\f105" !important;
  font-size: 48px;
  line-height: 16px;
}
#cylindoViewerWrapper {
  margin: 90px 0 0;
}
.cylindo-tooltip-not-available,
.cylindo-no-feature {
  display: none !important;
}
@media (max-width: 1292px) {
  #cylindoViewerWrapper {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1140px) {
  #careeerDetails .detail-area {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body.jobadder-list.blog .columns .column.main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1708px) {
  body.jobadder-list.blog .columns .column.main {
    width: calc(100% - 416px);
    width: -moz-calc(100% - 416px);
    width: -webkit-calc(100% - 416px);
    padding: 0 15px;
  }
}
@media screen and (min-width: 1279px) {
  body.jobadder-list.blog .columns .column.main {
    padding-top: 30px;
  }
}
.order-track-form-container {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .order-track-form-container {
    padding: 30px 0;
  }
}
.order-track-form-container .container {
  max-width: 640px;
}
@media (max-width: 360px) {
  .order-track-form-container .container {
    padding: 0;
  }
}
.order-track-form-container h2 {
  text-align: center;
  margin-bottom: 30px;
}
.order-track-form-container .field {
  margin-bottom: 15px;
}
.order-track-form-container .label {
  display: none;
}
.order-track-form-container textarea,
.order-track-form-container select,
.order-track-form-container input {
  background: transparent;
  border: 2px solid #9e9d9d;
  color: #1d1d1d;
  min-height: 44px;
  border-radius: 5px;
}
.order-track-form-container textarea::placeholder,
.order-track-form-container select::placeholder,
.order-track-form-container input::placeholder {
  color: #9e9d9d;
}
.order-track-form-container #order_track_submit_button {
  text-align: center;
  width: 300px;
  height: 44px;
  border: none;
  color: #fff;
  background: #c6b5a1;
  font-size: 16px;
  border-radius: 5px;
}
.order-track-form-container #order_track_submit_button > span:after {
  display: none;
}
@media (max-width: 480px) {
  .order-track-form-container #order_track_submit_button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pagebuilder-column[mobile_width="p-col-xs-6"] {
    flex-basis: 50%;
  }
  .pagebuilder-column[mobile_width="p-col-xs-4"] {
    flex-basis: 33.33%;
  }
  div[data-content-type="row"] > .mobile-padding {
    padding: 7.5px !important;
  }
  div[data-content-type="row"] > .mobile-padding .pagebuilder-column {
    padding: 7.5px !important;
  }
}
.background-video[data-content-type='video'] .pagebuilder-video-container {
  padding-top: 42.1874%;
}
.pagebuilder-slider.lookbook {
  width: 1440px;
  max-width: 100%;
  margin: auto !important;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.pagebuilder-slider.lookbook img {
  display: block;
  padding: 15px;
  margin: auto;
}
.pagebuilder-slider.lookbook.slick-slider .slick-arrow {
  background: none;
}
.pagebuilder-slider.lookbook.slick-slider .slick-arrow:before {
  font-weight: bold;
  font-size: 20px;
}
.pagebuilder-slider.lookbook.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.pagebuilder-slider.lookbook.slick-slider .slick-arrow.slick-next {
  right: 0;
}
@media (max-width: 767px) {
  .pagebuilder-slider.lookbook.slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
figure[data-content-type="image"] {
  position: relative;
}
figure[data-content-type="image"] a {
  display: flex;
  flex-wrap: wrap;
}
figure[data-content-type="image"] .overlay-content {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
figure[data-content-type="image"] .overlay-content.top {
  top: 15%;
}
figure[data-content-type="image"] .overlay-content.bottom {
  bottom: 7%;
}
figure[data-content-type="image"] .overlay-content h2 {
  color: #fff;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
@media (min-width: 768px) {
  figure[data-content-type="image"] .overlay-content h2 {
    padding: 15px 0;
  }
}
figure[data-content-type="image"] .overlay-content .view {
  text-decoration: underline;
  text-transform: none;
  color: #fff;
}
@media (min-width: 1024px) {
  figure[data-content-type="image"] .overlay-content .view {
    font-size: 16px;
    line-height: 14px;
  }
}
.rug-filter-wrapper {
  max-width: 1085px;
  margin: 15px auto;
  padding: 0 7.5px;
  font-size: 14px;
}
.rug-filter-wrapper .filter-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .rug-filter-wrapper .filter-content {
    justify-content: space-between;
  }
}
.rug-filter-wrapper .toolbar-sorter {
  padding-right: 50px;
}
.rug-filter-wrapper .toolbar-sorter select {
  background-color: transparent;
  cursor: pointer;
  margin: 0;
}
.rug-filter-wrapper .filter-attr {
  position: relative;
  z-index: 3;
}
.rug-filter-wrapper .filter-attr .filter-by {
  padding: 8px 0;
  cursor: pointer;
}
.rug-filter-wrapper .filter-attr .filter-by .fa-angle-down {
  padding-left: 10px;
}
.rug-filter-wrapper .filter-attr .filter-options {
  background: #e6e3db;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 200px;
  margin-top: 2px;
  display: none;
}
.rug-filter-wrapper .filter-state-container {
  text-align: center;
  margin-top: 15px;
}
.rug-filter-wrapper .filter-state-container .filter-current .items .item {
  display: flex;
  justify-content: center;
}
.rug-filter-wrapper .filter-state-container .filter-current .items .item .filter-value {
  padding: 0 5px;
}
.rug-filter-wrapper .filter-state-container .filter-current .items .item .action.remove {
  cursor: pointer;
  padding: 0 5px;
}
.rug-filter-wrapper .filter-state-container .filter-current .items .item .action.remove:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 14px;
  float: right;
}
.rug-filter-wrapper .filter-state-container .filter-current .items .item .action.remove span {
  display: none;
}
.rug-filter-wrapper .filter-state-container .filter-clear {
  cursor: pointer;
  max-width: 140px;
  margin: auto;
}
.rug-filter-wrapper .filter-state-container .filter-clear span {
  text-decoration: underline;
}
.rug-filter-wrapper.range-2021 {
  max-width: 1170px;
}
.no-reulst.category-box {
  width: 100%;
  text-align: center;
}
.page-main #amasty-shopby-product-list {
  overflow: visible;
}
.filter-options.KL-accordion .filter-options-title {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
}
.filter-options.KL-accordion [data-role='content'].filter-options-content {
  text-align: left;
}
.filter-options.KL-accordion [data-role='content'] .filter-option {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.filter-options.KL-accordion input[type="checkbox"] {
  margin: 0;
}
.filter-options.KL-accordion input[type="checkbox"] + label {
  cursor: pointer;
  padding-left: 10px;
  font-size: 12px;
}
.survey {
  background: #fff;
  transition: all .3s;
  margin: 0 auto;
}
@media (max-width: 474px) {
  .survey {
    margin-bottom: 20px;
  }
}
#form_survey {
  font-size: 14px;
}
#form_survey .Skin {
  min-height: 100%;
  margin: 0 auto 20px;
  height: auto;
  width: 100%;
}
#form_survey .Skin .Container {
  width: 100%;
  padding: 0;
  position: relative;
}
#form_survey .Skin .Container .close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 17.5px;
  background: url(../images/close.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 980px) {
  #form_survey .Skin {
    display: table;
  }
}
@media (max-width: 474px) {
  #form_survey .Skin {
    margin: 0 auto;
  }
}
#form_survey .Skin input {
  font-family: Poppins, Arial, sans-serif;
  color: #757575;
}
#form_survey .LogoContainer {
  display: none;
  padding: 0;
}
#form_survey .LogoContainer .Logo {
  padding: 12px;
  background-color: #282829;
  background-position: center center;
  text-align: center;
}
#form_survey .LogoContainer .Logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 37px;
}
@media (max-width: 480px) {
  #form_survey .LogoContainer {
    margin-bottom: 0;
  }
  #form_survey .LogoContainer img {
    max-width: 50%;
    max-height: 24px;
  }
}
#form_survey #HeaderContainer {
  margin: 0 auto;
}
#form_survey #HeaderContainer #Header {
  padding: 20px 0 0;
  text-align: center;
  font-size: 16px;
  font-family: "AktivGrotesk_Bold", 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
}
#form_survey .SkinContent {
  margin: 0 auto;
  overflow-y: scroll;
  padding: 20px 0 40px;
}
#form_survey .SkinContent::-webkit-scrollbar {
  width: .3rem;
}
#form_survey .SkinContent::-webkit-scrollbar-track {
  background: #e5e5e5;
  margin: 0;
}
#form_survey .SkinContent::-webkit-scrollbar-thumb {
  background-color: #727272;
  border-radius: .3rem;
  border: .3rem solid #727272;
  cursor: pointer;
}
#form_survey .SkinContent .Question {
  padding: 0 15px;
}
#form_survey .SkinContent .ValidationError {
  display: none;
  background: url(../../../../../frontend/Magento/blank/en_AU/MindArc_Survey/images/error.svg) no-repeat left top;
  background-size: 20px 20px;
  color: #d13a34;
  margin: 0 auto;
  padding: 5px 0 10px 0;
  text-indent: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  background-position: left 5px;
}
@media (max-width: 770px) {
  #form_survey .SkinContent .ValidationError {
    margin-bottom: 0;
  }
}
#form_survey .Questions .Question {
  display: none;
  white-space: normal;
}
#form_survey .Questions .Question.active {
  display: block;
}
#form_survey .Questions .Question .QuestionText {
  padding: 0px 0px 24px;
  width: 100%;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 770px) {
  #form_survey .Questions .Question .QuestionText {
    padding: 10px 0 20px;
  }
}
#form_survey .Questions .Question .QuestionText a {
  color: #333435;
  text-decoration: underline;
}
#form_survey .Questions .Question .QuestionBody {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  font-weight: 400;
}
#form_survey fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#form_survey .ChoiceStructure {
  width: 100%;
  margin: 0;
  padding: 0;
}
#form_survey .ChoiceStructure .CollumnLabel {
  font-weight: 400;
  width: 50%;
}
#form_survey .ChoiceStructure .First {
  text-align: left;
  padding-left: 0;
}
#form_survey .ChoiceStructure .Last {
  text-align: right;
  padding-right: 0;
}
@media only screen and (min-width: 481px) {
  #form_survey .ChoiceStructure {
    border-spacing: 10px;
  }
}
#form_survey .Selection .custom-radio {
  display: none;
}
#form_survey .Selection .radio-icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #9b9b9b;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: box-shadow 0.2s ease;
}
#form_survey .Selection .custom-radio:checked + .radio-icon {
  border: 3.5px solid white;
  background-color: #282829;
  outline: 2px solid #282829;
}
#form_survey .Selection .custom-radio:checked ~ span {
  color: white;
}
#form_survey .Selection .checkbox-icon {
  width: 17px;
  height: 17px;
  border: 2px solid #9b9b9b;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  background-color: #F7F5F0;
  transition: box-shadow 0.2s ease;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
#form_survey .Selection .custom-checkbox:checked + .checkbox-icon {
  background-color: #282829;
  border-color: #282829;
  background-image: url('../../../../../frontend/Magento/blank/en_AU/MindArc_Survey/images/check.svg');
}
#form_survey .Selection .custom-checkbox:checked ~ span {
  color: white;
}
#form_survey .Selection.disabled-radio {
  pointer-events: none;
}
#form_survey .Selection.no-hover {
  text-align: center;
  height: 100%;
}
#form_survey .Selection.no-hover .SingleAnswer {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#form_survey .Selection.no-hover .SingleAnswer span:first-of-type {
  color: #000000;
  padding: 10px 4%;
  width: 100%;
}
#form_survey .Selection.no-hover .SingleAnswer .radio-icon {
  margin-right: 0;
}
#form_survey .Selection.hover {
  list-style: none;
  padding: 13px 20px 13px 10px;
  background-color: #F7F5F0;
  border-color: #F7F5F0;
  color: #000000;
  margin: 0 auto 8px auto;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  transition: background-color 0.2s ease;
}
#form_survey .Selection.hover.checked {
  background-color: #282829;
}
#form_survey .Selection.hover .MultipleAnswer {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#form_survey .Selection.hover .MultipleAnswer .custom-checkbox,
#form_survey .Selection.hover .MultipleAnswer .custom-radio {
  display: none;
}
#form_survey textarea {
  border: 2px solid #9b9b9b;
  background-color: #F7F5F0;
  max-width: 100%;
  min-height: 48px;
  color: #333435;
  border-radius: 0px;
  padding: 10px;
  margin: 2px 0;
  height: 8em;
  width: 100%;
  overflow-x: hidden;
}
#form_survey textarea:focus {
  border-color: #282829;
  outline: none;
}
#form_survey .QuestionBody .EndOfSurvey {
  color: #333435;
  background-color: revert;
  padding: 30px 0 30px 0;
  text-align: center;
}
#form_survey .Buttons {
  margin: 0px auto;
  font-weight: 500;
  padding: 10px 15px 0 15px;
  text-align: right;
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 770px) {
  #form_survey .Buttons {
    margin: 10px auto 0;
    padding: 10px 15px;
  }
}
#form_survey .Buttons .PrevButton,
#form_survey .Buttons .NextButton {
  border: none;
  border-radius: 3px;
  font-weight: 500;
  background: #F7F5F0;
  color: #000000;
  padding: 8px 20px;
  margin: 2px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s;
}
#form_survey .Buttons .PrevButton:active,
#form_survey .Buttons .NextButton:active {
  background: rgba(204, 189, 172, 0.2);
}
#form_survey .Buttons .PrevButton {
  float: left;
}
#form_survey .Buttons .disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 500px) {
  #form_survey table.ChoiceStructure .Selection.no-hover {
    padding: 0 5px;
  }
}
:root {
  --picktim-container-width: 180px;
  --picktim-container-height: 105px;
}
.video-chat-popup-cms {
  position: relative;
  color: #fff;
  display: flex;
}
.video-chat-popup-cms .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #c6b5a1;
  padding: 15px 5%;
}
.video-chat-popup-cms .quote-bg-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://via.placeholder.com/1024x200px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-chat-popup-cms .quote-bg-image:after {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
}
.video-chat-popup-cms .cover-content {
  padding: 30px 5% 15px;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 240px;
}
.video-chat-popup-cms .title {
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  font-size: 24px;
  padding: 10px 10px 0;
  line-height: 30px;
}
.video-chat-popup-cms .desc {
  font-size: 16px;
  padding: 10px;
}
.video-chat-popup-cms .image {
  flex-shrink: 0;
  display: flex;
}
.video-chat-popup-cms .action {
  margin: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 6px;
  width: 150px;
}
.video-chat-popup-cms .chat-apps {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.video-chat-popup-cms .chat-apps a {
  color: #fff;
  padding: 5px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
}
.video-chat-popup-cms .chat-apps a img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .video-chat-popup-cms .chat-apps {
    padding: 10px 0;
  }
  .video-chat-popup-cms .chat-apps a {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .video-chat-popup-cms {
    flex-direction: column;
  }
}
.modal-popup.video-chat-booking-popup .action-close:hover:before,
.modal-popup.video-chat-booking-popup .action-close:before {
  color: #fff;
}
.modal-popup.video-chat-booking-popup .modal-header {
  padding: 0;
  z-index: 1;
}
.modal-popup.video-chat-booking-popup .modal-content {
  padding: 0;
}
.modal-popup.video-chat-booking-popup .modal-inner-wrap {
  width: 600px;
  max-width: 90%;
  max-height: 100%;
  margin: auto;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.modal-popup.video-chat-booking-popup #video-chat-booking-popup-modal {
  width: 100%;
  max-width: 100%;
  border: 1px solid #fff;
}
.modal-popup.video-chat-booking-popup .modal-footer {
  display: none;
}
@media (max-width: 768px) {
  .modal-popup.video-chat-booking-popup.modal-slide._inner-scroll {
    left: 0;
  }
  .modal-popup.video-chat-booking-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: 0;
    max-width: 320px;
    margin: auto;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }
}
.video-chat-booking-form-container {
  max-width: 720px;
  margin: auto;
}
.video-chat-booking-form-container .video-chat-popup-response {
  padding: 15px 5% 45px;
  text-align: center;
  font-size: 14px;
}
.video-chat-booking-form-container .video-chat-popup-response .title {
  font-size: 28px;
}
.video-chat-booking-form-container .video-chat-popup-response .desc {
  padding: 15px;
}
.video-chat-booking-form {
  padding: 15px 5%;
}
.video-chat-booking-form input[type="text"] {
  border: 1px solid #dadada;
  background: #fff;
  border-radius: 5px;
}
.video-chat-booking-form input[type="text"]::placeholder {
  color: #aaa;
}
.video-chat-booking-form .fields {
  display: flex;
  flex-wrap: wrap;
}
.video-chat-booking-form .fields .label {
  display: none;
}
.video-chat-booking-form .fields .field {
  width: 50%;
  padding: 10px;
}
.video-chat-booking-form .fields .field.full {
  width: 100%;
}
@media (min-width: 640px) {
  .video-chat-booking-form .fields .field.short {
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .video-chat-booking-form .fields .field.mobile-full {
    width: 100%;
  }
}
.video-chat-booking-form .fields .field .control {
  position: relative;
}
.video-chat-booking-form .fields .field .ui-datepicker-trigger span {
  font-size: 0;
}
.video-chat-booking-form .fields .field ._has-datepicker {
  padding-right: 32px;
}
.video-chat-booking-form .fields .field ._has-datepicker + .ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: none;
  background: none;
  color: #1d1d1d;
}
.video-chat-booking-form .fields .field ._has-datepicker + .ui-datepicker-trigger span {
  display: none;
}
.video-chat-booking-form .fields .field ._has-datepicker + .ui-datepicker-trigger:before {
  font-family: 'icons-blank-theme';
  content: '\e612';
  font-size: 36px;
  line-height: 36px;
  display: block;
  text-align: center;
}
.video-chat-booking-form .fields .field ._has-datepicker.timepicker + .ui-datepicker-trigger:before,
.video-chat-booking-form .fields .field ._has-datepicker.datepicker-time + .ui-datepicker-trigger:before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 24px;
  line-height: 36px;
  width: 36px;
  display: block;
  text-align: center;
}
.video-chat-booking-form .fields .field .timepicker {
  padding-right: 0;
}
.video-chat-booking-form .action {
  text-align: center;
}
.video-chat-booking-form .action #video_booking_submit_button {
  background: #c6b5a1;
  min-width: 200px;
  padding: 12px;
  margin-top: 30px;
  text-transform: none;
  border: none;
  color: #fff;
  font-size: 16px;
}
.video-chat-booking-form .action #video_booking_submit_button > span {
  padding: 0;
}
.video-chat-booking-form .action #video_booking_submit_button > span:after {
  display: none;
}
.ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #1d1d1d transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #1d1d1d;
}
/*the container must be positioned relative:*/
.kl-custom-select {
  position: relative;
  width: 100% !important;
  display: flex;
  flex-direction: column;
}
.kl-custom-select .mage-error {
  order: 5;
}
.kl-custom-select select {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.kl-custom-select .select-selected {
  border: 1px solid #dadada;
  cursor: pointer;
  user-select: none;
  height: 36px;
  padding: 0 44px 0 10px;
  line-height: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.kl-custom-select .select-selected.default {
  color: #aaa;
}
.kl-custom-select .select-selected:after {
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #171717;
  width: 44px;
  text-align: center;
  font-size: 30px;
  height: 36px;
  line-height: 32px;
  border-radius: 0px 5px 5px 0;
}
.kl-custom-select .select-selected.select-arrow-active:after {
  content: "\f105";
  background: #4c4c4c;
}
.kl-custom-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 15px 10px 15px 15px;
  border: 1px solid #dadada;
  margin-top: -1px;
}
.kl-custom-select .select-items div {
  cursor: pointer;
  user-select: none;
  height: 36px;
  padding: 0 44px 0 10px;
  line-height: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.kl-custom-select .select-items div:after {
  font-family: FontAwesome;
  content: "\f1db";
  position: absolute;
  top: 0;
  right: 0;
  color: #dadada;
  width: 44px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  height: 100%;
}
.kl-custom-select .select-items div:hover {
  background: #ebebeb;
}
.kl-custom-select .select-items div.same-as-selected:after {
  content: "\f111";
}
.kl-custom-select .select-hide {
  display: none;
}
.picktim-container {
  position: absolute;
  width: var(--picktim-container-width);
  height: var(--picktim-container-height);
  border: 1px solid #dadada;
  background: #ebebeb;
  padding: 20px 10px;
  z-index: 9999;
}
.picktim-container input[type="text"] {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  height: 24px;
}
.picktim-container td {
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.picktim-container .picktim-btn {
  cursor: pointer;
  padding: 0 8px;
}
.picktim-container .picktim-separator {
  line-height: 24px;
}
.picktim-container .picktim-ampm {
  width: 45px;
  line-height: 24px;
}
.picktim-clear.fa {
  display: none;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.widget-button {
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 13px;
  padding: 16px 30px;
  margin: 0;
  background: none;
  color: #fff;
  letter-spacing: 0.16em;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .widget-button {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 40px;
  }
}
.widget-button span {
  padding: 0;
}
.widget-button span:after {
  display: none;
}
.widget-button.button-primary:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.widget-button.button-secondary {
  background: #fff;
  color: #000;
}
.widget-button.button-secondary:hover {
  background: none;
  color: #fff;
}
.widget-desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  .widget-desktop {
    display: block !important;
  }
}
.widget-tablet {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget-tablet {
    display: block !important;
  }
}
.widget-mobile {
  display: block !important;
}
@media (min-width: 1024px) {
  .widget-mobile {
    display: none !important;
  }
}
.text-line {
  padding-bottom: 5px;
  line-height: normal;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #000;
}
.text-line.accent {
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .text-line {
    font-size: 14px;
  }
  .text-line.accent {
    font-size: 36px;
  }
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.link-wrapper {
  height: 100%;
}
.home-notice-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  min-height: 80px;
  background: #CD2A2D;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.home-notice-bar a {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 1023px) {
  .home-notice-bar {
    font-size: 12px;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .page-layout-cms-new-full-width .home-fullwidth-banner-container {
    max-height: 594px;
  }
}
.page-layout-cms-new-full-width .home-fullwidth-banner-container .banner-overlay-content {
  bottom: auto;
}
.page-layout-cms-new-full-width .home-fullwidth-banner-container .link-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  body .page-wrapper div.video-overlay-content,
  body .home-fullwidth-banner-container .banner-overlay-content {
    padding: 28px 19px 18.67px;
  }
  body .page-wrapper div.video-overlay-content .widget-button,
  body .home-fullwidth-banner-container .banner-overlay-content .widget-button {
    letter-spacing: 0.96px;
    line-height: 12px;
  }
  body .page-wrapper div.video-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
  }
  body .page-wrapper div.video-content-wrapper .text-line,
  body .page-wrapper div.video-content-wrapper .text-line.line3 {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    padding-bottom: 0;
  }
  body .page-wrapper div.video-content-wrapper .text-line.accent {
    font-size: 16px;
    letter-spacing: 1.28px;
    text-transform: capitalize;
    font-family: 'AktivGrotesk_Medium';
  }
  .page-wrapper div.mobile-position.middle-center .video-content-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 42px;
    margin-bottom: 0;
    text-align: center;
  }
  .page-wrapper div.mobile-position.middle-left .video-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 42px;
    margin-bottom: 0;
    text-align: left;
  }
  .page-wrapper div.mobile-position.bottom-left .video-content-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 24px;
    text-align: left;
  }
  .page-wrapper div.mobile-position.bottom-center .video-content-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
  }
  .page-wrapper div.mobile-position.top-left .video-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .page-wrapper div.mobile-position.top-center .video-content-wrapper {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-wrapper .home-2block-banner-container .video-content-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.home-fullwidth-video-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 1024px) {
  .home-fullwidth-video-container {
    height: 760px;
  }
}
@media (min-width: 1440px) {
  .home-fullwidth-video-container {
    height: 960px;
  }
}
.home-fullwidth-video-container iframe {
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 1200px;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .home-fullwidth-video-container iframe {
    width: 1820px;
  }
}
@media (min-width: 1440px) {
  .home-fullwidth-video-container iframe {
    width: 2280px;
  }
}
@media (min-width: 2280px) {
  .home-fullwidth-video-container iframe {
    width: 100%;
    height: 150vh;
  }
}
.home-fullwidth-video-container iframe.mobile-only {
  height: 150vw;
  width: 100%;
}
.home-fullwidth-video-container .video-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  flex-direction: column;
  text-align: center;
  padding: 8% 20px;
}
.home-fullwidth-video-container .video-overlay-content .widget-button {
  margin-top: auto;
}
.home-fullwidth-video-container .video-overlay-content .text-line {
  color: #fff;
}
.home-fullwidth-video-container .video-overlay-content .text-line.line3 {
  letter-spacing: 0.04em;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .home-fullwidth-video-container .video-overlay-content.desktop-position {
    padding: 15px;
    height: auto;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    align-items: center;
  }
  .home-fullwidth-video-container .video-overlay-content.desktop-position .widget-button {
    margin-top: 45px;
    text-align: center;
    align-self: auto;
  }
  .home-fullwidth-video-container .video-overlay-content.desktop-position .text-line.line3 {
    letter-spacing: 0.04em;
    font-size: 18px;
  }
  .home-fullwidth-video-container .video-overlay-content .widget-button {
    align-self: center;
  }
  .home-fullwidth-video-container .video-overlay-content.float-top {
    top: 0;
    padding-top: 6%;
    transform: translate(-50%, 0);
    height: 50%;
    width: 100%;
    align-items: center;
  }
  .home-fullwidth-video-container .video-overlay-content.float-right {
    left: auto;
    right: 0;
    padding-right: 6%;
    transform: translate(0, -50%);
    justify-content: center;
    text-align: right;
    height: 100%;
    width: 60%;
    align-items: flex-end;
  }
  .home-fullwidth-video-container .video-overlay-content.float-bottom {
    top: auto;
    bottom: 0;
    padding-bottom: 6%;
    justify-content: flex-end;
    transform: translate(-50%, 0);
    height: 50%;
    width: 100%;
    align-items: center;
  }
  .home-fullwidth-video-container .video-overlay-content.float-left {
    left: 0;
    padding-left: 6%;
    transform: translate(0, -50%);
    justify-content: center;
    text-align: left;
    height: 100%;
    width: 60%;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .home-fullwidth-video-container .video-overlay-content.float-right {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .home-fullwidth-video-container .video-overlay-content.float-left {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .home-fullwidth-video-container .video-overlay-content {
    padding: 8% 10px;
  }
  .home-fullwidth-video-container .video-overlay-content .widget-button {
    width: 100%;
  }
  .home-fullwidth-video-container .video-overlay-content.float-center .video-content-wrapper {
    justify-content: center;
    align-items: center;
  }
  .home-fullwidth-video-container .video-overlay-content.float-left .video-content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }
  .home-fullwidth-video-container .video-overlay-content.float-right .video-content-wrapper {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
  }
  .home-fullwidth-video-container .video-overlay-content.float-bottom .video-content-wrapper {
    justify-content: flex-end;
    margin-bottom: 24px;
  }
}
.home-fullwidth-banner-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin: -1.05px;
}
@media (min-width: 1024px) {
  .home-fullwidth-banner-container {
    height: 760px;
  }
}
@media (min-width: 1440px) {
  .home-fullwidth-banner-container {
    height: 960px;
  }
}
.home-fullwidth-banner-container iframe {
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 1200px;
  min-height: 100%;
  min-width: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .home-fullwidth-banner-container iframe {
    width: 1820px;
  }
}
@media (min-width: 1440px) {
  .home-fullwidth-banner-container iframe {
    width: 2280px;
  }
}
.home-fullwidth-banner-container .banner-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  flex-direction: column;
  text-align: center;
  padding: 8% 20px;
  bottom: 0;
}
.home-fullwidth-banner-container .banner-overlay-content .widget-button {
  margin-top: auto;
}
.home-fullwidth-banner-container .banner-overlay-content .text-line {
  color: #fff;
}
@media (min-width: 1024px) {
  .home-fullwidth-banner-container .banner-overlay-content {
    padding: 15px;
    height: auto;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .home-fullwidth-banner-container .banner-overlay-content .widget-button {
    margin-top: 45px;
    text-align: center;
  }
  .home-fullwidth-banner-container .banner-overlay-content.float-top {
    top: 0;
    padding-top: 6%;
    transform: translate(-50%, 0);
    height: 50%;
    width: 100%;
    align-items: center;
  }
  .home-fullwidth-banner-container .banner-overlay-content.float-right {
    left: auto;
    right: 0;
    padding-right: 6%;
    transform: translate(0, -50%);
    justify-content: center;
    text-align: right;
    height: 100%;
    width: 60%;
    align-items: flex-end;
  }
  .home-fullwidth-banner-container .banner-overlay-content.float-bottom {
    top: auto;
    bottom: 0;
    padding-bottom: 6%;
    justify-content: flex-end;
    transform: translate(-50%, 0);
    height: 50%;
    width: 100%;
    align-items: center;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  }
  .home-fullwidth-banner-container .banner-overlay-content.float-left {
    left: 0;
    padding-left: 6%;
    transform: translate(0, -50%);
    justify-content: center;
    text-align: left;
    height: 100%;
    width: 60%;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .home-fullwidth-banner-container .banner-overlay-content {
    padding: 8% 10px;
  }
}
.home-banner-v2-container {
  text-align: center;
  padding: 60px 15px;
}
.home-banner-v2-container .link {
  font-size: 14px;
  letter-spacing: 0.16em;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  text-decoration: underline;
  padding-bottom: 15px;
}
.home-banner-v2-container .banner-content {
  max-width: 640px;
  margin: auto;
}
.home-banner-v2-container .text-line.content {
  margin: 15px 0;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
  line-height: 18px;
  letter-spacing: 0.04em;
}
.home-banner-v2-container .link-wrapper {
  position: relative;
  margin: 15px 0;
}
.home-banner-v2-container .link-wrapper .banner-overlay-content {
  position: absolute;
  top: auto;
  bottom: 15px;
  padding: 15px;
  width: 100%;
}
.home-banner-v2-container .link-wrapper .banner-overlay-content .widget-button {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .home-banner-v2-container .banner-content {
    max-width: 432px;
    padding: 0 30px;
  }
  .home-banner-v2-container .link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-banner-v2-container {
    padding: 30px 15px;
  }
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}
.parallax__container .parallax {
  /* can be put in a seperate class for better control */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* --------------------------- */
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}
.home-lookbook-container-wrapper {
  width: 100%;
  background: #F7F5F0;
}
.home-lookbook-container {
  max-width: 1640px;
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  font-size: 10px;
  background: #F7F5F0;
}
.home-lookbook-container .lookbookslider {
  width: 100%;
}
.home-lookbook-container .lookbookslider .lookbook-item img {
  display: none;
  padding: 5px;
  margin: auto;
  min-width: 300px;
  max-width: 360px;
}
.home-lookbook-container .lookbookslider.slick-initialized .lookbook-item img {
  display: block;
}
.home-lookbook-container .lookbookslider.slick-slider {
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .home-lookbook-container .lookbookslider.slick-slider {
    padding: 0 100px;
    margin: 0;
  }
}
.home-lookbook-container .lookbookslider.slick-slider .slick-arrow {
  background-image: url("../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/widget-slider-arrow.png");
  background-size: cover;
  width: 60px;
  height: 60px;
  background-color: transparent;
}
.home-lookbook-container .lookbookslider.slick-slider .slick-arrow:hover {
  background-image: url("../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/widget-arrow-grey.png");
}
.home-lookbook-container .lookbookslider.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.home-lookbook-container .lookbookslider.slick-slider .slick-arrow.slick-prev {
  transform: scale(-1) translate(0, 50%);
}
.home-lookbook-container .lookbookslider.slick-slider .slick-arrow:before {
  display: none;
}
.home-lookbook-container .lookbookslider.slick-slider .slick-dots {
  display: flex !important;
  padding: 5px;
}
.home-lookbook-container .lookbookslider.slick-slider .slick-dots li {
  flex-grow: 1;
  margin: 0;
}
.home-lookbook-container .lookbookslider.slick-slider .slick-dots li button {
  width: 100%;
  height: 3px;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #E5E5E5;
}
.home-lookbook-container .lookbookslider.slick-slider .slick-dots li.slick-active button {
  background: #000;
}
.home-lookbook-container .lookbook-content {
  width: 100%;
  text-align: center;
  padding: 15px;
}
.home-lookbook-container h3.text-line {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .home-lookbook-container h3.text-line {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.home-lookbook-container.below {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .home-lookbook-container {
    padding: 60px 0 45px;
  }
}
@media (min-width: 1024px) {
  .home-lookbook-container {
    padding: 120px 0 105px;
  }
}
@media (min-width: 1920px) {
  .home-lookbook-container {
    max-width: 1816px;
  }
  .home-lookbook-container .lookbookslider .lookbook-item img {
    max-width: 404px;
  }
}
.home-2block-banner-container {
  justify-content: center;
  padding: 120px 15px;
  margin: -5px;
  background: #F7F5F0;
}
.home-2block-banner-container .widget-banner {
  max-width: 820px;
  width: 100%;
  padding: 5px;
  position: relative;
}
.home-2block-banner-container .banner-overlay-content {
  display: flex;
  justify-content: center;
  padding: 15px;
}
@media (max-width: 767px) {
  .home-2block-banner-container .banner-overlay-content {
    pointer-events: none;
  }
  .home-2block-banner-container .banner-overlay-content .banner-button {
    position: absolute;
    bottom: 15px;
    padding: 15px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .home-2block-banner-container .banner-overlay-content {
    position: absolute;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    flex-direction: column;
    color: #fff;
    justify-content: space-between;
  }
  .home-2block-banner-container .banner-overlay-content .text-line {
    color: #fff;
  }
  .home-2block-banner-container .banner-overlay-content .banner-content {
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-2block-banner-container .banner-overlay-content {
    padding: 28px 19px 18.67px;
  }
  .home-2block-banner-container .banner-overlay-content.desktop-position .video-content-wrapper {
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
  }
  .home-2block-banner-container .banner-overlay-content.position-bb .banner-content {
    margin-top: auto;
    height: auto;
  }
  .home-2block-banner-container .banner-overlay-content.mobile-position .video-content-wrapper {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .home-2block-banner-container .banner-overlay-content {
    align-items: center;
    padding: 8% 15px;
  }
  .home-2block-banner-container .banner-overlay-content.position-tt .banner-button {
    margin-bottom: auto;
  }
  .home-2block-banner-container .banner-overlay-content.position-bb .banner-content {
    margin-top: auto;
  }
}
@media (max-width: 1024px) {
  .home-2block-banner-container {
    padding: 60px 15px;
  }
}
@media (max-width: 767px) {
  .home-2block-banner-container {
    padding: 40px 15px;
    flex-direction: column;
  }
  .home-2block-banner-container > a:first-child {
    margin-bottom: 40px;
  }
  .home-2block-banner-container .mobile-position div.video-content-wrapper {
    justify-content: center !important;
    align-items: center !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.home-2block-banner-v2-container {
  justify-content: center;
  padding: 120px 15px;
  margin: -5px;
}
.home-2block-banner-v2-container .widget-banner {
  max-width: 706px;
  width: 100%;
  padding: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.home-2block-banner-v2-container .widget-banner img {
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .home-2block-banner-v2-container {
    padding: 60px 15px;
  }
}
@media (max-width: 767px) {
  .home-2block-banner-v2-container {
    padding: 40px 15px;
    flex-direction: column;
  }
  .home-2block-banner-v2-container > a:first-child {
    margin-bottom: 40px;
  }
  .home-2block-banner-v2-container .widget-banner .banner-button {
    padding: 10px 0;
  }
  .home-2block-banner-v2-container .widget-banner .widget-button.button-thirdly {
    border: 1px solid #000;
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-2block-banner-v2-container .widget-banner img {
    padding: 0;
  }
  .home-2block-banner-v2-container .widget-banner .banner-content {
    position: absolute;
    top: 15px;
    width: calc(100% - 10px);
    padding: 15px;
    color: #fff;
  }
  .home-2block-banner-v2-container .widget-banner .banner-content .text-line {
    color: #fff;
  }
  .home-2block-banner-v2-container .widget-banner .banner-button {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 10px);
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .home-2block-banner-v2-container .widget-banner img {
    padding: 30px 0;
  }
  .home-2block-banner-v2-container .widget-banner .widget-desktop.link {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
    text-decoration: underline;
  }
  .home-2block-banner-v2-container .widget-banner.position-tt picture,
  .home-2block-banner-v2-container .widget-banner.position-tt img {
    order: 1;
  }
  .home-2block-banner-v2-container .widget-banner.position-bb picture,
  .home-2block-banner-v2-container .widget-banner.position-bb img {
    order: -1;
  }
}
.home-carousel-container {
  padding: 60px 0;
  text-align: center;
  background: #f7f5f0;
}
.home-carousel-container .carousel-content {
  padding: 15px 15px 0;
}
.home-carousel-container .link {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  text-decoration: underline;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .home-carousel-container .link {
    padding: 5px 0;
    display: inline-block;
  }
}
.home-carousel-container .text-line.second {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .home-carousel-container .text-line.second {
    font-size: 12px;
  }
}
.home-carousel-container .text-line.content {
  max-width: 826px;
  margin: 15px auto;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media (max-width: 1023px) {
  .home-carousel-container .text-line.content {
    max-width: 538px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-carousel-container .text-line.content {
    max-width: 304px;
    margin-bottom: 0;
  }
}
.home-carousel-container .home-carousel .carousel-item {
  position: relative;
}
.home-carousel-container .home-carousel .carousel-item .item-content {
  position: absolute;
  letter-spacing: 1.2px;
  color: #fff;
}
.home-carousel-container .home-carousel .carousel-item .item-content .text-line {
  color: #fff;
}
@media (min-width: 768px) {
  .home-carousel-container .home-carousel .carousel-item .item-content.top-left {
    top: 30px;
    left: 30px;
    text-align: left;
  }
  .home-carousel-container .home-carousel .carousel-item .item-content.top-right {
    top: 30px;
    right: 30px;
    text-align: right;
  }
  .home-carousel-container .home-carousel .carousel-item .item-content.bottom-left {
    bottom: 30px;
    left: 30px;
    text-align: left;
  }
  .home-carousel-container .home-carousel .carousel-item .item-content.bottom-right {
    bottom: 30px;
    right: 30px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .home-carousel-container .home-carousel .carousel-item .item-content {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .home-carousel-container .home-carousel .carousel-item .item-content.m-top-left {
    top: 30px;
    left: 30px;
    text-align: left;
  }
  .home-carousel-container .home-carousel .carousel-item .item-content.m-top-right {
    top: 30px;
    right: 30px;
    text-align: right;
  }
  .home-carousel-container .home-carousel .carousel-item .item-content.m-bottom-left {
    bottom: 30px;
    left: 30px;
    text-align: left;
  }
  .home-carousel-container .home-carousel .carousel-item .item-content.m-bottom-right {
    bottom: 30px;
    right: 30px;
    text-align: right;
  }
}
.home-carousel-container .home-carousel.slick-slider {
  margin: 0;
}
.home-carousel-container .home-carousel.slick-slider .slick-slide {
  padding: 15px;
}
.home-carousel-container .home-carousel.slick-slider .slick-arrow {
  background-image: url("../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/widget-arrow-white.png");
  background-size: cover;
  width: 60px;
  height: 60px;
  background-color: transparent;
  z-index: 1;
}
.home-carousel-container .home-carousel.slick-slider .slick-arrow:hover {
  background-image: url("../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/widget-arrow-grey.png");
}
.home-carousel-container .home-carousel.slick-slider .slick-arrow.slick-next {
  right: 75px;
}
.home-carousel-container .home-carousel.slick-slider .slick-arrow.slick-prev {
  left: 75px;
  transform: scale(-1) translate(0, 50%);
}
.home-carousel-container .home-carousel.slick-slider .slick-arrow:before {
  display: none;
}
.home-carousel-container .home-carousel.slick-slider .slick-dots {
  display: flex !important;
  padding: 0 60px;
}
.home-carousel-container .home-carousel.slick-slider .slick-dots li {
  flex-grow: 1;
  margin: 0;
}
.home-carousel-container .home-carousel.slick-slider .slick-dots li button {
  width: 100%;
  height: 3px;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #E5E5E5;
}
.home-carousel-container .home-carousel.slick-slider .slick-dots li.slick-active button {
  background: #000;
}
@media (max-width: 767px) {
  .home-carousel-container .home-carousel.slick-slider {
    padding: 7.5px 0 7.5px 7.5px;
  }
  .home-carousel-container .home-carousel.slick-slider .slick-dots {
    padding: 7.5px;
  }
  .home-carousel-container .home-carousel.slick-slider .slick-slide {
    padding: 7.5px;
  }
  .home-carousel-container .home-carousel.slick-slider img {
    max-width: 360px;
  }
}
@media (max-width: 1023px) {
  .home-carousel-container .link {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-carousel-container {
    padding: 30px 0;
  }
}
/*
ORDER: Base + typography > general layout + grid > page layout > components
*/
@keyframes line {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.kl-container {
  max-width: 116rem;
  margin: 0 auto;
}
.kl-section .cms-anchor-item {
  top: -7.4rem;
}
.kl-heading {
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.84rem;
  position: relative;
}
.kl-heading--orange {
  color: #C6B5A1;
}
.kl-heading--white {
  color: #F7F5F0;
  margin: 0;
  padding: 8rem 0 0;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .kl-heading--white {
    font-size: 2.4rem;
    line-height: 2.64rem;
    padding: 4.8rem 0 0;
    max-width: 32.1rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-heading--white {
    font-size: 2.4rem;
    line-height: 2.64rem;
    padding: 4.8rem 0 0;
    max-width: 32.1rem;
    margin: 0 auto;
  }
}
.kl-heading--black {
  color: #2C2C2C;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 37.5em) {
  .kl-heading--black {
    padding: 0 7.05rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-heading--black {
    padding: 0 7.05rem;
  }
}
.margin-bottom4 {
  margin: 0 0 .4rem;
}
.margin-bottom8 {
  margin: 0 0 .8rem;
}
.margin-bottom16 {
  margin: 0 0 1.6rem;
}
.margin-bottom24 {
  margin: 0 0 2.4rem;
}
.margin-bottom40 {
  margin: 0 0 4rem;
}
.align-center {
  text-align: center;
}
.kl-background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kl-background__bgimg {
  object-fit: cover;
  background: #000;
  display: block;
  width: 100%;
  height: 100%;
  animation: fade .5s ease;
}
@media only screen and (max-width: 48em) {
  .kl-background__bgimg.for-desktop {
    display: none;
  }
}
.kl-background__bgimg.for-mobile {
  display: none;
}
@media only screen and (max-width: 48em) {
  .kl-background__bgimg.for-mobile {
    display: block;
  }
}
.kl-background__iframedk,
.kl-background__iframemb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.kl-background__iframe {
  position: absolute !important;
  top: 0 !important;
}
.kl-container .slidernav {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav {
    margin: 2rem auto 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav {
    margin: 2rem auto 0;
  }
}
.kl-container .slidernav .slick-list.draggable {
  padding: 0 !important;
}
@media only screen and (max-width: 58.4375em) {
  .kl-container .slidernav .slick-list.draggable {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 4rem;
  }
  .kl-container .slidernav .slick-list.draggable::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav .slick-list.draggable {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav .slick-list.draggable {
    margin: 0 auto;
  }
}
.kl-container .slidernav .slick-initialized .slick-slide {
  padding: 0;
  flex: 1;
}
.kl-container .slidernav .slick-track {
  padding: 0 !important;
  display: flex;
  transform: none !important;
  gap: 2rem;
  justify-content: center;
  max-width: 88rem;
  flex-wrap: wrap;
}
.kl-container .slidernav .slick-track::before,
.kl-container .slidernav .slick-track::after {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav .slick-track {
    margin: 0;
    left: 2rem;
    justify-content: left;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav .slick-track {
    margin: 0;
    left: 2rem;
    justify-content: left;
  }
}
.kl-container .slidernav .slick-slide {
  flex: 0 0 16rem;
  float: none;
  padding: 0;
  cursor: pointer;
  margin: 0;
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav .slick-slide {
    flex: 0 0 12rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav .slick-slide {
    flex: 0 0 12rem;
  }
}
.kl-container .slidernav .slick-current .slidernav__span-line--small {
  opacity: 0;
  transition: width 0.25s ease-in-out;
}
.kl-container .slidernav .slick-current .slidernav__span-line--large {
  opacity: 1;
  width: 100%;
  transition: width 0.25s ease-in-out;
}
.kl-container .slidernav .slick-current .slidernav__span-large {
  font-weight: 700;
}
.kl-container .slidernav .slick-previous .slidernav__span-line--small {
  opacity: 1;
  transition: width 0.25s ease-in-out;
}
.kl-container .slidernav .slick-previous .slidernav__span-line--prev {
  opacity: 1;
  width: 0;
  transition: width 0.25s ease-in-out;
}
.kl-container .slidernav__span-line {
  height: .3rem;
  display: block;
  position: relative;
}
.kl-container .slidernav__span-line--small {
  position: absolute;
  height: .1rem;
  width: 100%;
  background: #fff;
  bottom: 0;
}
.kl-container .slidernav__span-line--large {
  position: absolute;
  height: .3rem;
  width: 1%;
  background: #fff;
  opacity: 0;
}
.kl-container .slidernav__span-line--prev {
  position: absolute;
  height: .3rem;
  width: 100%;
  background: #fff;
  opacity: 0;
}
.kl-container .slidernav__span-small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: .088rem;
  text-transform: uppercase;
  display: block;
  margin: 1rem 0 0;
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav__span-small {
    font-size: 1rem;
    line-height: 1.28rem;
    letter-spacing: 0.08em;
    margin: 1.3rem 0 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav__span-small {
    font-size: 1rem;
    line-height: 1.28rem;
    letter-spacing: 0.08em;
    margin: 1.3rem 0 0;
  }
}
.kl-container .slidernav__span-large {
  color: #FFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
  display: block;
  margin: .4rem 0 0;
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav__span-large {
    font-size: 1.3rem;
    line-height: 1.56rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-container .slidernav__span-large {
    font-size: 1.3rem;
    line-height: 1.56rem;
  }
}
.sliderbody {
  max-width: 84rem;
  margin: 12.4rem auto 0 !important;
}
@media only screen and (max-width: 37.5em) {
  .sliderbody {
    margin: 19.8rem auto 0 !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .sliderbody {
    margin: 19.8rem auto 0 !important;
  }
}
.sliderbody .slick-slide {
  padding: 0 !important;
}
.sliderbody__item {
  display: flex !important;
  gap: 4rem;
}
@media only screen and (max-width: 53.125em) {
  .sliderbody__item {
    margin: 0 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .sliderbody__item {
    flex-direction: column;
    max-width: 48.4rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__item {
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__item {
    gap: 1.6rem;
  }
}
.sliderbody__left {
  flex: 1;
  display: flex;
  align-items: start;
  gap: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__left {
    flex-direction: column;
    gap: .8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__left {
    flex-direction: column;
    gap: .8rem;
  }
}
.sliderbody__image {
  flex: 0 0 6.4rem;
}
.sliderbody__text-small {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__text-small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__text-small {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.sliderbody__text-large {
  color: #FFF;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.64rem;
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__text-large {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .sliderbody__text-large {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.sliderbody__right {
  flex: 1;
}
.slide-arrow {
  position: absolute;
  gap: 4rem;
  height: 2rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .slide-arrow {
    bottom: 4.1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .slide-arrow {
    bottom: 4.1rem;
  }
}
.slide-arrow__span {
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/ChevronLeft.svg') no-repeat;
  width: 2rem;
  height: 1.1rem;
  flex: 1;
  cursor: pointer;
}
.slide-arrow__span--prev {
  transform: rotate(270deg);
}
.slide-arrow__span--next {
  transform: rotate(90deg);
}
#section-comfort-layer {
  height: 70rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 48em) {
  #section-comfort-layer .sliderbody__item {
    gap: 1.6rem;
  }
  #section-comfort-layer .sliderbody__text-small {
    max-width: 40rem;
    float: right;
  }
  #section-comfort-layer .sliderbody__right {
    margin-top: -1.1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-comfort-layer .sliderbody__text-small {
    float: none;
  }
  #section-comfort-layer .sliderbody__right {
    margin-top: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-comfort-layer .sliderbody__text-small {
    float: none;
  }
  #section-comfort-layer .sliderbody__right {
    margin-top: 0;
  }
}
#section-fit-cover {
  height: 70rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
#section-fit-cover .kl-background::after {
  display: none;
  position: absolute;
  content: "";
  width: 128.4rem;
  height: 36.9rem;
  border-radius: 128.4rem;
  background: radial-gradient(50% 50% at 50% 50%, #beb9bc 36.5%, rgba(184, 177, 178, 0) 100%);
  left: 50%;
  transform: translateX(-50%);
  top: 11.5rem;
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .kl-background::after {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .kl-background::after {
    display: none;
  }
}
#section-fit-cover .sliderbody__right {
  display: flex;
  gap: 2.6rem;
  flex-direction: column;
}
@media only screen and (max-width: 48em) {
  #section-fit-cover .sliderbody__right {
    margin-left: .9rem;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .sliderbody__right {
    margin-left: 0;
    gap: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .sliderbody__right {
    margin-left: 0;
    gap: 2rem;
  }
}
#section-fit-cover .sliderbody__right-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .sliderbody__right-item {
    gap: 2.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .sliderbody__right-item {
    gap: 2.7rem;
  }
}
#section-fit-cover .sliderbody__right-image {
  flex: 0 0 3.2rem;
}
#section-fit-cover .sliderbody__text-small {
  flex: 1;
}
#section-fit-cover .slidernav__span-small {
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0;
  font-style: normal;
  margin: 1.2rem 0;
  text-transform: none;
}
#section-fit-cover .slick-current .slidernav__span-small {
  font-weight: 700;
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .kl-container .slidernav .slick-slide {
    flex: 0 0 9.8rem;
  }
  #section-fit-cover .sliderbody {
    margin: 16.3rem auto 0 !important;
  }
  #section-fit-cover .kl-container .slidernav .slick-track {
    justify-content: center;
    width: calc(96%) !important;
    margin: 0 auto;
    left: 0;
  }
  #section-fit-cover .kl-container .slidernav .slick-list.draggable {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-fit-cover .kl-container .slidernav .slick-slide {
    flex: 0 0 9.8rem;
  }
  #section-fit-cover .sliderbody {
    margin: 16.3rem auto 0 !important;
  }
  #section-fit-cover .kl-container .slidernav .slick-track {
    justify-content: center;
    width: calc(96%) !important;
    margin: 0 auto;
    left: 0;
  }
  #section-fit-cover .kl-container .slidernav .slick-list.draggable {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 23.3125em) {
  #section-fit-cover .kl-container .slidernav .slick-slide {
    flex: 1;
  }
}
#section-layering {
  background: #282828;
  overflow: hidden;
}
#section-layering .kl-heading--orange {
  margin: 0 0 2.4rem;
}
@media only screen and (max-width: 82.25em) {
  #section-layering .kl-heading--orange {
    position: absolute;
    top: 8rem;
    max-width: 38rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 41.25em) {
  #section-layering .kl-heading--orange {
    font-size: 2.4rem;
    line-height: 2.64rem;
    max-width: 32.6rem;
    top: 4rem;
    width: 100%;
  }
}
.kl-layer {
  display: flex;
  gap: 1rem;
  height: 50rem;
  align-items: center;
}
@media only screen and (max-width: 82.25em) {
  .kl-layer {
    display: block;
    height: auto;
  }
}
.kl-layer__images {
  flex: 1 1 auto;
  position: relative;
  height: 50rem;
  animation: fade .5s ease;
}
@media only screen and (max-width: 82.25em) {
  .kl-layer__images {
    max-width: 77rem;
    margin: 0 auto;
    height: auto;
  }
}
.kl-layer__images--open {
  transform: translateX(2.3rem);
}
@media only screen and (max-width: 82.25em) {
  .kl-layer__images--open {
    transform: none;
  }
}
.kl-layer__images--open::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #333435 26.54%, rgba(51, 52, 53, 0) 82.26000000000001%);
  z-index: 6;
  content: "";
}
@media only screen and (max-width: 82.25em) {
  .kl-layer__images--open::before {
    display: none;
  }
}
.kl-layer__image {
  transition: transform .5s ease;
}
.kl-layer__image--before {
  opacity: 1;
  position: relative;
}
@media only screen and (max-width: 82.25em) {
  .kl-layer__image--before {
    top: 2rem;
    left: 0;
  }
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__image--before {
    max-width: 35.9rem;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 20em) {
  .kl-layer__image--before {
    max-width: 32rem;
  }
}
.kl-layer__image--after {
  position: absolute;
  opacity: 0;
  transform: scale(1, 0.5);
}
@media only screen and (max-width: 20em) {
  .kl-layer__image--after {
    max-width: 32rem;
  }
}
.kl-layer__image--afteractive {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 82.25em) {
  .kl-layer__image--afteractive {
    top: 0.8rem;
  }
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__image--afteractive {
    max-width: 35.9rem;
    margin: 0 auto;
    top: -0.1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 20em) {
  .kl-layer__image--afteractive {
    max-width: 32rem;
  }
}
.kl-layer__image--sethidden {
  display: none !important;
}
.kl-layer__button {
  position: absolute;
  opacity: 0;
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/button_add.svg') no-repeat center;
  display: block;
  height: 6.4rem;
  width: 6.4rem;
  z-index: 6;
  cursor: pointer;
  transition: all .1s;
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__button {
    background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/button_add_mobile.svg') no-repeat center;
    height: 4rem;
    width: 4rem;
  }
}
.kl-layer__button--active {
  opacity: 1;
}
.kl-layer__button--open {
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/button_sub.svg') no-repeat center;
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__button--open {
    background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/button_sub_mobile.svg') no-repeat center;
  }
}
.kl-layer__button--1 {
  left: 26.5rem;
  top: 8rem;
}
.kl-layer__button--2 {
  left: 19.6rem;
  top: 14.5rem;
}
.kl-layer__button--3 {
  left: 12.9rem;
  top: 19.5rem;
}
.kl-layer__button--4 {
  left: 18rem;
  top: 27.1rem;
}
.kl-layer__button--5 {
  left: 23.9rem;
  top: 35.7rem;
}
.kl-layer__text {
  flex: 0 1 38rem;
}
.kl-layer__text--open {
  opacity: 0;
}
.kl-layer__para {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  color: #DDDDDD;
}
@media only screen and (max-width: 82.25em) {
  .kl-layer__para {
    text-align: center;
    max-width: 38rem;
    margin: 0 auto;
    top: -2.4rem;
    position: relative;
  }
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__para {
    font-size: 1.2rem;
    line-height: 1.8rem;
    max-width: 32.5rem;
    top: 2.1rem;
  }
}
@media only screen and (max-width: 20em) {
  .kl-layer__para {
    max-width: calc(96%);
  }
}
.kl-layer__popup {
  display: none;
  transition: all .5s;
  position: absolute;
  right: 5.6rem;
  top: 5rem;
  width: 90rem;
  height: 60rem;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 7;
  animation: fade .5s ease;
}
@media only screen and (max-width: 82.25em) {
  .kl-layer__popup {
    position: relative;
    top: 1.6rem;
    width: calc(96%);
    height: 48.533rem;
    max-width: 72.8rem;
    margin: 0 auto;
    left: 0;
  }
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__popup {
    left: 0;
    max-width: 33.5rem;
    height: 44.6rem;
    top: 2.1rem;
  }
}
.kl-layer__popup--show {
  display: block;
}
.kl-layer__popup-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.kl-layer__popup-content::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.kl-layer__popup-close {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/buttonx.svg') no-repeat;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__popup-close {
    top: 2.5rem;
    right: 2.5rem;
  }
}
.kl-layer__popup-details {
  position: absolute;
  left: 4.8rem;
  bottom: 5rem;
  max-width: 35rem;
  z-index: 1;
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__popup-details {
    top: 4rem;
    left: 2.4rem;
  }
}
.kl-layer__popup-heading {
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: #fff;
  margin: 0 0 .8rem;
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__popup-heading {
    font-size: 1.8rem;
    line-height: 2.16rem;
    max-width: 28.7rem;
  }
}
.kl-layer__popup-para {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  color: #fff;
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__popup-para {
    font-size: 1.2rem;
    line-height: 1.8rem;
    max-width: 28.7rem;
    top: -0.4rem;
    position: relative;
  }
}
.kl-layer__popup-button {
  position: absolute;
  right: 3.2rem;
  width: 2rem;
  height: 2rem;
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/ChevronLeft.svg') no-repeat;
  cursor: pointer;
  z-index: 1;
}
.kl-layer__popup-button--next {
  bottom: 8.8rem;
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__popup-button--next {
    bottom: 7.4rem;
    right: 2.4rem;
  }
}
.kl-layer__popup-button--prev {
  bottom: 5.6rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 41.25em) {
  .kl-layer__popup-button--prev {
    right: 2.4rem;
    bottom: 2.3rem;
  }
}
.kl-container--layering {
  padding: 10rem 0;
  position: relative;
}
@media only screen and (max-width: 82.25em) {
  .kl-container--layering {
    padding: 6.7rem 0;
  }
  .kl-container--layering .kl-layer__images {
    margin: 0 auto;
  }
  .kl-container--layering .kl-layer__para {
    top: -2.3rem;
  }
  .kl-container--layering .kl-layer__button--1 {
    left: 16.5rem;
    top: 7.6rem;
  }
  .kl-container--layering .kl-layer__button--2 {
    left: 39rem;
    top: 17.2rem;
  }
  .kl-container--layering .kl-layer__button--3 {
    left: 21.9rem;
    top: 22.6rem;
  }
  .kl-container--layering .kl-layer__button--4 {
    left: 44.3rem;
    top: 29.6rem;
  }
  .kl-container--layering .kl-layer__button--5 {
    left: 27.2rem;
    top: 37.5rem;
  }
}
@media only screen and (max-width: 41.25em) {
  .kl-container--layering {
    padding: 6.1rem 0;
  }
  .kl-container--layering .kl-layer__images {
    margin: 7.7rem auto 2rem;
    max-width: 37.5rem;
  }
  .kl-container--layering .kl-layer__button--1 {
    left: 11.3rem;
    top: 1.5rem;
  }
  .kl-container--layering .kl-layer__button--2 {
    left: 8.5rem;
    top: 5.6rem;
  }
  .kl-container--layering .kl-layer__button--3 {
    left: 4.3rem;
    top: 7.2rem;
  }
  .kl-container--layering .kl-layer__button--4 {
    left: 8.9rem;
    top: 12.3rem;
  }
  .kl-container--layering .kl-layer__button--5 {
    left: 5.9rem;
    top: 15.9rem;
  }
}
.kl-container--large {
  max-width: 144rem;
}
@media only screen and (max-width: 82.25em) {
  .kl-container--large .kl-layer__para {
    display: none;
  }
  .kl-container--large .kl-layer__text--open {
    opacity: 1;
  }
}
@media only screen and (max-width: 82.25em) {
  .kl-container--open {
    padding: 5.8rem 0;
  }
  .kl-container--open .kl-layer__images {
    margin: 10rem auto 2rem;
  }
  .kl-container--open .kl-layer__para {
    top: 1.8rem;
  }
}
@media only screen and (max-width: 41.25em) {
  .kl-container--open {
    padding: 6.1rem 0;
  }
  .kl-container--open .kl-layer__images {
    margin: 7.9rem auto 2rem;
  }
}
#section-usps {
  background: #F7F5F0;
}
#section-usps .kl-container {
  padding: 6.4rem 0;
}
@media only screen and (max-width: 37.5em) {
  #section-usps .kl-container {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-usps .kl-container {
    padding: 4rem 0;
  }
}
.kl-usps {
  display: flex;
  gap: 1rem;
  text-align: center;
  color: #2c2c2c;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 48em) {
  .kl-usps {
    padding: 0 2rem;
    column-gap: .1rem;
    row-gap: 3.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps {
    flex-direction: column;
    gap: 3.2rem;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps {
    flex-direction: column;
    gap: 3.2rem;
    padding: 0 1.5rem;
  }
}
.kl-usps__item {
  flex: 0 0 28.2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 48em) {
  .kl-usps__item {
    flex: 0 0 calc(49.5%);
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__item {
    flex: 1;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__item {
    flex: 1;
  }
}
.kl-usps__image-box {
  height: 6.4rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__image-box {
    height: 5.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__image-box {
    height: 5.6rem;
  }
}
.kl-usps__image {
  max-width: 6.4rem;
  max-height: 6.4rem;
  margin: 0 auto;
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__image {
    max-width: 5.6rem;
    max-height: 5.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__image {
    max-width: 5.6rem;
    max-height: 5.6rem;
  }
}
.kl-usps__heading {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin: 0 auto .8rem;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #2C2C2C;
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__heading {
    font-size: 1.8rem;
    line-height: 2.16rem;
    max-width: 22.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__heading {
    font-size: 1.8rem;
    line-height: 2.16rem;
    max-width: 22.7rem;
  }
}
.kl-usps__para p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  color: #282829;
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__para p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .kl-usps__para p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.kl-usps__para p:not(:last-child) {
  margin-bottom: 1rem;
}
.kl-usps__para a {
  text-decoration: underline;
  color: #282829;
}
.section-comparison-table {
  background: #F7F5F0;
  overflow: hidden;
}
.section-comparison-table .kl-wrapper {
  padding: 8rem 0 7.2rem;
  display: block;
}
@media only screen and (max-width: 37.5em) {
  .section-comparison-table .kl-wrapper {
    padding: 6.4rem 0 5.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-comparison-table .kl-wrapper {
    padding: 6.4rem 0 5.5rem;
  }
}
.section-comparison-table .kl-container {
  max-width: 100%;
  margin-left: 14rem;
}
@media only screen and (max-width: 64.0625em) {
  .section-comparison-table .kl-container {
    margin-left: 0;
    position: relative;
  }
  .section-comparison-table .kl-container::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 2.1rem;
    height: 1rem;
    background: #F7F5F0;
    z-index: 99999;
  }
  .section-comparison-table .kl-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 2.1rem;
    height: 1rem;
    background: #F7F5F0;
    z-index: 99999;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-comparison-table .kl-container {
    margin-left: 0;
  }
  .section-comparison-table .kl-container::before,
  .section-comparison-table .kl-container::after {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-comparison-table .kl-container {
    margin-left: 0;
  }
  .section-comparison-table .kl-container::before,
  .section-comparison-table .kl-container::after {
    display: none;
  }
}
@media only screen and (min-width: 100em) {
  .section-comparison-table .kl-container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-comparison-table .kl-heading--black {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.64rem;
    /* 26.4px */
    padding: 0;
    margin: 0 auto 3.9rem;
    max-width: 23.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-comparison-table .kl-heading--black {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.64rem;
    /* 26.4px */
    padding: 0;
    margin: 0 auto 3.9rem;
    max-width: 23.4rem;
  }
}
.comparison {
  margin: 0 auto;
  overflow-x: scroll;
  display: block;
  width: 100%;
}
.comparison::-webkit-scrollbar {
  height: .3rem;
}
.comparison::-webkit-scrollbar-track {
  background: #e5e5e5;
  margin: 0 4rem 0 0;
}
@media only screen and (max-width: 64.0625em) {
  .comparison::-webkit-scrollbar-track {
    margin: 0 2rem;
  }
}
.comparison::-webkit-scrollbar-thumb {
  background-color: #727272;
  border-radius: .3rem;
  border: .3rem solid #727272;
  cursor: pointer;
}
@media only screen and (max-width: 37.5em) {
  .comparison {
    padding: 0 1.5rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison {
    padding: 0 1.5rem;
    overflow: hidden;
  }
}
.comparison__head {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .comparison__head {
    display: flex;
    gap: 1rem;
    padding-bottom: .8rem;
  }
  .comparison__head--sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    justify-content: start;
    left: 0;
    background: #F7F5F0;
    box-shadow: 0px 1px 0px 0px #797979;
    padding: 1.2rem 1.5rem;
    transition: transform .5s linear;
    z-index: 2;
    transform: translateY(-8rem);
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__head {
    display: flex;
    gap: 1rem;
    padding-bottom: .8rem;
  }
  .comparison__head--sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    justify-content: start;
    left: 0;
    background: #F7F5F0;
    box-shadow: 0px 1px 0px 0px #797979;
    padding: 1.2rem 1.5rem;
    transition: transform .5s linear;
    z-index: 2;
    transform: translateY(-8rem);
  }
}
.comparison__body {
  padding: 0 4rem 1rem 0;
}
@media only screen and (max-width: 64.0625em) {
  .comparison__body--desktop {
    padding: 0 2rem 1rem 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__body--desktop {
    display: none;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__body--desktop {
    display: none;
  }
}
@media only screen and (min-width: 100em) {
  .comparison__body--desktop {
    margin: 0 auto;
  }
}
.comparison__body--mobile {
  display: none;
}
@media only screen and (max-width: 37.5em) {
  .comparison__body--mobile {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__body--mobile {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.comparison__select {
  flex: 1;
  border-radius: .5rem;
  border: .1rem solid #DDD;
  padding: 1.9rem 4rem 1.9rem 1.2rem;
  background-color: #F7F5F0;
  background-image: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/ChevronLeftBlack.svg');
  background-position: right 1.6rem center;
  background-repeat: no-repeat;
  height: auto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2C2C2C;
}
.comparison__option {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media only screen and (max-width: 37.5em) {
  .comparison__option {
    gap: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__option {
    gap: 1rem;
  }
}
.comparison__item {
  flex: 0 0 27.5rem;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .comparison__item {
    flex: 1 0 16.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__item {
    flex: 1 1 16.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__item {
    flex: 1 1 16.7rem;
  }
}
.comparison__image {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
@media only screen and (max-width: 37.5em) {
  .comparison__image {
    max-width: 12rem;
    max-height: 8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__image {
    max-width: 12rem;
    max-height: 8rem;
  }
}
.comparison__image--ct {
  width: 4.8rem;
  height: 4.8rem;
}
.comparison__span {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  color: #282829;
}
@media only screen and (max-width: 37.5em) {
  .comparison__span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}
.comparison__span--span20 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.comparison__span--span18 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.16rem;
}
.comparison__span--span15 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
}
.comparison__span--around {
  display: inline-block;
  padding: .5rem 1rem;
  border: .1rem solid #333435;
  border-radius: .6rem;
  line-height: normal;
  font-weight: 500;
}
@media only screen and (max-width: 37.5em) {
  .comparison__span--around {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__span--around {
    font-size: 1.4rem;
  }
}
.comparison__span--color1 {
  color: #2C2C2C;
}
.comparison__span--color2 {
  color: #333435;
}
.comparison__line {
  height: .1rem;
  background: #797979;
  width: 100%;
  margin: 2.8rem auto;
}
@media only screen and (max-width: 37.5em) {
  .comparison__line {
    margin: 2.4rem auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .comparison__line {
    margin: 2.4rem auto;
  }
}
.comparison__images {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.comparison__images-image {
  width: 2.8rem;
  height: 2.8rem;
}
.comparison__characters {
  display: flex;
  justify-content: center;
  gap: .8rem;
}
.comparison__characters-span {
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  border: 1px solid #333435;
  border-radius: 50%;
  display: flex;
  height: 3.2rem;
  width: 3.2rem;
  justify-content: center;
  align-items: center;
}
.comparison__button {
  display: block;
  max-width: 15rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C2C2C;
  border-radius: .5rem;
  margin: 0 auto;
}
.comparison__button-label {
  color: #FFF;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4rem;
  letter-spacing: .088rem;
  text-transform: uppercase;
}
.comparison__button-icon {
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/Rectangle816.svg') no-repeat;
  width: .6rem;
  height: 1rem;
  display: block;
  position: relative;
  left: .5rem;
}
.diff-multi-slider {
  height: 87rem;
  position: relative;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider {
    height: 70rem;
  }
}
@media only screen and (min-width: 64em) {
  .diff-multi-slider .kl-background iframe {
    height: 170rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-background iframe {
    width: 150rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-background iframe {
    width: 150rem;
  }
}
.diff-multi-slider .kl-container .slidernav--v2 {
  margin: 4.8rem auto 0;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .slidernav--v2 {
    margin: 4rem auto 0;
  }
}
.diff-multi-slider .kl-container .slidernav--v2 .slick-list.draggable {
  margin: 0 auto;
  max-width: 106rem;
}
@media only screen and (max-width: 70em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-list.draggable {
    max-width: 100%;
    margin: 0 5rem;
  }
}
@media only screen and (max-width: 70em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-list.draggable {
    max-width: 100%;
    margin: 0 5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-list.draggable {
    max-width: 100%;
    margin: 0;
  }
}
.diff-multi-slider .kl-container .slidernav--v2 .slick-track {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-track {
    margin: 0 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-track {
    margin: 0 2rem;
    left: 0;
    gap: 0;
  }
  .diff-multi-slider .kl-container .slidernav--v2 .slick-track .slick-slide:not(:last-child) {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-track {
    margin: 0 2rem;
    left: 0;
    gap: 0;
  }
  .diff-multi-slider .kl-container .slidernav--v2 .slick-track .slick-slide:not(:last-child) {
    margin-right: 2rem;
  }
}
.diff-multi-slider .kl-container .slidernav--v2 .slick-next {
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/ChevronLeft.svg') no-repeat;
  width: 2rem;
  height: 1.1rem;
  flex: 1;
  cursor: pointer;
  transform: rotate(90deg);
  right: .4rem;
  top: 1.1rem;
}
.diff-multi-slider .kl-container .slidernav--v2 .slick-next::before {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-next {
    display: none !important;
  }
}
.diff-multi-slider .kl-container .slidernav--v2 .slick-prev {
  background: url('../../../../../frontend/Magento/blank/en_AU/Playhouse_CustomWidget/images/ChevronLeft.svg') no-repeat;
  width: 2rem;
  height: 1.1rem;
  flex: 1;
  cursor: pointer;
  transform: rotate(270deg);
  left: .2rem;
  top: 1.1rem;
}
.diff-multi-slider .kl-container .slidernav--v2 .slick-prev::before {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slick-prev {
    display: none !important;
  }
}
.diff-multi-slider .kl-container .slidernav--v2 .slick-arrow.slick-disabled {
  opacity: 0;
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slidernav__span-small {
    margin: 1rem 0 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .slidernav--v2 .slidernav__span-small {
    margin: 1rem 0 0;
  }
}
.diff-multi-slider .kl-container .sliderbody {
  margin: 8.8rem auto 0 !important;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .sliderbody {
    margin: 9.9rem auto 0 !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody {
    position: absolute;
    bottom: 10rem;
    left: 0;
    margin: 0 auto !important;
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody {
    position: absolute;
    bottom: 10rem;
    left: 0;
    margin: 0 auto !important;
    width: 100%;
  }
}
.diff-multi-slider .kl-container .sliderbody .slick-slide {
  transition: all .5s linear;
}
.diff-multi-slider .kl-container .sliderbody__text-large {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.36rem;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .sliderbody__text-large {
    font-size: 2.6rem;
    line-height: 3.12rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__text-large {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__text-large {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
}
.diff-multi-slider .kl-container .sliderbody__text-large p {
  padding: 0;
  margin: 0;
}
.diff-multi-slider .kl-container .sliderbody__text-large a,
.diff-multi-slider .kl-container .sliderbody__text-large a:hover {
  color: #fff;
  text-decoration: underline;
}
.diff-multi-slider .kl-container .sliderbody__text-small p {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.52rem;
  letter-spacing: -.018rem;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .sliderbody__text-small p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__text-small p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__text-small p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.diff-multi-slider .kl-container .sliderbody__text-small p a,
.diff-multi-slider .kl-container .sliderbody__text-small p a:hover {
  color: #fff;
  text-decoration: underline;
}
.diff-multi-slider .kl-container .sliderbody__item {
  display: none !important;
  transition: all .5s ease;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .sliderbody__item {
    max-width: 45.4rem;
    gap: 1.8rem;
    flex-direction: column;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__item {
    max-width: 100%;
    gap: 0;
    padding: 0 2rem;
  }
  .diff-multi-slider .kl-container .sliderbody__item .sliderbody__left {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__item {
    max-width: 100%;
    gap: 0;
    padding: 0 2rem;
  }
  .diff-multi-slider .kl-container .sliderbody__item .sliderbody__left {
    margin-bottom: 1.6rem;
  }
}
.diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__right .sliderbody__text-large {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .sliderbody__item--image {
    flex-direction: row;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__text-large {
    display: none;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__left {
    flex: 0 0 6.4rem;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__right {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__right .sliderbody__text-large {
    display: block;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__item--image {
    flex-direction: column;
    gap: 0;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__left {
    margin-bottom: .8rem;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__right {
    gap: 0;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__right .sliderbody__text-large {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .sliderbody__item--image {
    flex-direction: column;
    gap: 0;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__left {
    margin-bottom: .8rem;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__right {
    gap: 0;
  }
  .diff-multi-slider .kl-container .sliderbody__item--image .sliderbody__right .sliderbody__text-large {
    margin-bottom: 1.6rem;
  }
}
.diff-multi-slider .kl-container .sliderbody .slick-active .sliderbody__item {
  display: flex !important;
}
.diff-multi-slider .kl-container .slide-arrow {
  bottom: 8.1rem;
}
.diff-multi-slider .kl-container .slide-arrow .disable {
  opacity: .3;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-container .slide-arrow {
    bottom: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .slide-arrow {
    gap: 0;
  }
  .diff-multi-slider .kl-container .slide-arrow__span--prev {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-container .slide-arrow {
    gap: 0;
  }
  .diff-multi-slider .kl-container .slide-arrow__span--prev {
    margin-right: 4rem;
  }
}
.diff-multi-slider .kl-sub-heading {
  color: #fff;
  text-align: center;
  padding-top: 12.7rem;
  font-size: 1.4rem;
  line-height: 1.96rem;
  letter-spacing: .14rem;
  text-transform: uppercase;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  margin: 0 auto;
  max-width: 83.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-sub-heading {
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.68rem;
    letter-spacing: .12rem;
    padding-top: 8rem;
    max-width: 56.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-sub-heading {
    padding-top: 4.8rem;
    max-width: 33.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-sub-heading {
    padding-top: 4.8rem;
    max-width: 33.5rem;
  }
}
.diff-multi-slider .kl-heading {
  color: #fff;
  margin: 1.2rem auto 0;
  text-align: center;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.52rem;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  max-width: 83.8rem;
}
@media only screen and (max-width: 56.25em) {
  .diff-multi-slider .kl-heading {
    font-size: 3.2rem;
    line-height: 3.84rem;
    max-width: 56.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-heading {
    font-size: 2.8rem;
    line-height: 3.36rem;
    max-width: 33.5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .diff-multi-slider .kl-heading {
    font-size: 2.8rem;
    line-height: 3.36rem;
    max-width: 33.5rem;
  }
}
.diff-multi-slider .kl-background__bgimg {
  position: absolute;
}
.diff-multi-slider .kl-background {
  height: 100%;
}
#section-heritage {
  background: linear-gradient(0deg, rgba(93, 56, 0, 0.2) 0%, rgba(93, 56, 0, 0.2) 100%);
  background-blend-mode: screen;
}
#section-integrated {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#section-integrated .kl-sub-heading {
  padding-top: 12rem;
}
@media only screen and (max-width: 56.25em) {
  #section-integrated .kl-sub-heading {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-integrated .kl-sub-heading {
    padding-top: 4.8rem;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-integrated .kl-sub-heading {
    padding-top: 4.8rem;
  }
}
#section-integrated .kl-container .sliderbody {
  margin: 9.8rem auto 0 !important;
}
@media only screen and (max-width: 56.25em) {
  #section-integrated .kl-container .sliderbody {
    margin: 9.9rem auto 0 !important;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-integrated .kl-container .sliderbody {
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 37.5em) {
  #section-integrated .kl-container .sliderbody {
    margin: 0 auto !important;
  }
}
.widget-promo-banner-container {
  margin: 0 -8px;
  padding: 15px 0;
}
.widget-promo-banner-container .full-width {
  display: flex;
  flex-wrap: wrap;
}
.widget-promo-banner-container .half-width {
  display: flex;
}
.widget-promo-banner-container .half-width .img {
  width: 50%;
}
.widget-promo-banner-container .img {
  width: 100%;
}
.widget-promo-banner-container .img img {
  display: block;
  width: 100%;
  padding: 8px;
  height: auto;
}
body.materials-post-view .page-title {
  margin-bottom: 2rem;
}
.materials__post-view:before,
.materials__post-view:after {
  content: '';
  display: table;
}
.materials__post-view:after {
  clear: both;
}
.materials__post-view .materials__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.materials__post-view-related-posts {
  margin: 2rem 0;
}
.materials__post-view-related-posts:before,
.materials__post-view-related-posts:after {
  content: '';
  display: table;
}
.materials__post-view-related-posts:after {
  clear: both;
}
.materials__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.materials__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.materials__post-view-related-posts ol li {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.materials__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.materials__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.materials__post-view-related-products {
  margin: 2rem 0;
}
.materials__post-view-related-products:before,
.materials__post-view-related-products:after {
  content: '';
  display: table;
}
.materials__post-view-related-products:after {
  clear: both;
}
.materials__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.materials__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.materials__post-list-wrapper .materials__post-list {
  list-style: none;
  padding: 0;
}
.materials__post-list-wrapper .materials__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.materials__post-list-wrapper .toolbar {
  position: relative;
}
.materials__post-item:before,
.materials__post-item:after {
  content: '';
  display: table;
}
.materials__post-item:after {
  clear: both;
}
.materials__post-item .materials__post-header .materials__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.materials__post-item .materials__post-header .materials__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.materials__post-item .materials__post-header .materials__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.materials__post-item .materials__post-excerpt:before,
.materials__post-item .materials__post-excerpt:after {
  content: '';
  display: table;
}
.materials__post-item .materials__post-excerpt:after {
  clear: both;
}
.materials__post-item .materials__post-excerpt > img,
.materials__post-item .materials__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.materials__post-item .materials__post-excerpt .read-more {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.materials__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
.materials__post-meta:before,
.materials__post-meta:after {
  content: '';
  display: table;
}
.materials__post-meta:after {
  clear: both;
}
.materials__post-meta .materials__post-meta-time,
.materials__post-meta .materials__post-meta-author,
.materials__post-meta .materials__post-meta-comments,
.materials__post-meta .materials__post-meta-sharing {
  margin-right: 2rem;
}
.materials__post-meta .materials__post-meta-sharing {
  display: inline-block;
  margin-left: 2rem;
}
.materials__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.materials__post-footer:before,
.materials__post-footer:after {
  content: '';
  display: table;
}
.materials__post-footer:after {
  clear: both;
}
.materials__post-footer .materials__post-footer-categories,
.materials__post-footer .materials__post-footer-tags {
  display: block;
  float: right;
  margin-left: 2rem;
}
.materials__post-footer .materials__post-footer-categories a,
.materials__post-footer .materials__post-footer-tags a {
  color: #a3a3a3;
}
.materials__post-footer .materials__post-footer-categories a::after,
.materials__post-footer .materials__post-footer-tags a::after {
  content: ',';
}
.materials__post-footer .materials__post-footer-categories a:last-child::after,
.materials__post-footer .materials__post-footer-tags a:last-child::after {
  content: '';
}
.materials__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.materials__post-pinned:before,
.materials__post-pinned:after {
  content: '';
  display: table;
}
.materials__post-pinned:after {
  clear: both;
}
.materials__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'AktivGrotesk_Regular', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.materials__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.materials__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.materials__post-pinned .items .item:last-child {
  margin-right: 0;
}
.materials__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.materials__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
.materials__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.materials__sidebar-main > .block .block-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.materials__sidebar-main > .block .block-title strong {
  font-weight: 300;
}
.materials__sidebar-search {
  margin-bottom: 2rem;
}
.materials__sidebar-search form {
  position: relative;
}
.materials__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
}
.materials__sidebar-search form button {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.materials__sidebar-recent .item:before,
.materials__sidebar-recent .item:after {
  content: '';
  display: table;
}
.materials__sidebar-recent .item:after {
  clear: both;
}
.materials__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  width: 10rem;
  border-radius: 2px;
}
.materials__sidebar-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.materials__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.materials__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.materials__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.materials__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.materials__sidebar-tag-cloud a {
  color: #666;
}
.materials__sidebar-rss-link {
  text-align: center;
}
.materials__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.materials__sidebar-rss-link a:hover {
  text-decoration: none;
}
.materials__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.materials__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.materials__post-catalog-related-posts ol li:before,
.materials__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.materials__post-catalog-related-posts ol li:after {
  clear: both;
}
.materials__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.materials__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
.premium-material-v2-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.premium-material-v2-wrapper div[data-role="collapsible"] {
  border-bottom: solid 1px #c4c4c4;
  padding-left: 10%;
  cursor: pointer;
  margin: 30px 0;
}
.premium-material-v2-wrapper div[data-role="collapsible"] div[data-role="trigger"] {
  border-bottom: 5px solid transparent;
  font-family: AktivGrotesk_Bold, 'Helvetica Neue Bold', sans-serif;
}
.premium-material-v2-wrapper div[data-role="collapsible"].first {
  padding-left: 0;
}
.premium-material-v2-wrapper div[data-role="collapsible"].active div[data-role="trigger"] {
  border-color: #000;
}
.premium-material-v2-wrapper div[data-role="content"] {
  order: 2;
  width: 100%;
  display: none;
}
.premium-material-v2-wrapper div[data-role="content"][role="tabpanel"] {
  display: block;
}
.premium-material-v2-wrapper div[data-role="content"] .top-banner {
  padding: 15px 0;
  text-align: center;
}
.premium-material-v2-wrapper div[data-role="content"] .list-item {
  text-align: left;
}
.premium-material-v2-wrapper .cms-template-wrap.cms-tabs .tabs .tab-header {
  overflow: hidden;
}
.premium-material-v2-wrapper .cms-template-wrap.cms-tabs .tabs ul.horizontal {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.premium-material-v2-wrapper .cms-template-wrap.cms-tabs .tabs ul.horizontal li {
  padding: 0 8px!important;
}
@media (min-width: 992px) {
  .premium-material-v2-wrapper .cms-template-wrap.cms-tabs .tabs ul.horizontal li {
    padding: 0 25px!important;
  }
}
.premium-material-v2-wrapper .cms-template-wrap.cms-tabs .tabs ul.horizontal li:first-child {
  padding-left: 8px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.-am-blocked {
  pointer-events: none;
  opacity: 0.6;
}
.amgdprcookie-bar-container {
  padding: 0;
  bottom: 25px;
  position: absolute;
  left: 25px;
}
@media (max-width: 766px) {
  .amgdprcookie-bar-container {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex !important;
  flex-direction: row;
  justify-content: start;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin: 0 0 16px;
  padding: 0 31px;
  line-height: normal;
  font-family: 'AktivGrotesk_Medium';
  border-radius: 4px;
  border: 1px solid #FFF;
  height: 46px;
  flex-basis: auto;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button:focus {
  outline: none;
  box-shadow: none;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button:not(:last-child) {
  margin-right: 16px;
}
.amgdprcookie-bar-container a {
  text-decoration: underline;
}
.amgdprcookie-bar-container .amgdprcookie-bar-block {
  width: 100%;
  padding: 27px 80px;
  border: 1px solid #3F3F3F;
  background: #282829;
  position: relative;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  max-width: 100%;
  padding-right: 45px;
}
.amgdprcookie-button-close {
  color: #fff !important;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.44px;
  text-decoration: none !important;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 18px;
  font-family: 'AktivGrotesk_Bold';
  cursor: pointer;
}
.amgdprcookie-button-close .icon-close {
  width: 11px;
  height: 11px;
  background-image: url(../images/close.svg);
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.amgdprcookie-bar-template {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed !important;
}
.modal-popup.amgdprcookie-groups-modal.gdpr-cookie-container_setup-modal._show {
  z-index: 99999993 !important;
}
.modal-popup.amgdprcookie-groups-modal.-table._show {
  z-index: 99999994 !important;
}
.amgdprcookie-close-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.modal-popup.amgdprcookie-groups-modal .modal-header,
.modal-popup.gdpr-cookie-container_setup-modal .modal-header,
.modal-popup.amgdprcookie-groups-modal .modal-content,
.modal-popup.gdpr-cookie-container_setup-modal .modal-content,
.modal-popup.amgdprcookie-groups-modal .modal-footer,
.modal-popup.gdpr-cookie-container_setup-modal .modal-footer {
  padding: 20px;
}
.modal-popup.amgdprcookie-groups-modal .modal-header .modal-title,
.modal-popup.gdpr-cookie-container_setup-modal .modal-header .modal-title,
.modal-popup.amgdprcookie-groups-modal .modal-content .modal-title,
.modal-popup.gdpr-cookie-container_setup-modal .modal-content .modal-title,
.modal-popup.amgdprcookie-groups-modal .modal-footer .modal-title,
.modal-popup.gdpr-cookie-container_setup-modal .modal-footer .modal-title {
  padding: 0;
  color: #fff;
  line-height: normal;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap,
.modal-popup.gdpr-cookie-container_setup-modal .modal-inner-wrap {
  width: calc(100% - 30px);
  max-width: 740px;
}
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-caption,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-caption {
  color: #fff;
  margin-bottom: 8px;
}
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-main-wrapper,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-main-wrapper {
  color: #fff;
}
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-cookie-container .amgdprcookie-text,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-cookie-container .amgdprcookie-text {
  color: #fff;
}
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-cookie-container .amgdprcookie-options,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-cookie-container .amgdprcookie-options {
  color: #C6B5A1;
  text-decoration: underline;
}
.modal-popup.amgdprcookie-groups-modal .modal-inner-wrap,
.modal-popup.gdpr-cookie-container_setup-modal .modal-inner-wrap {
  background: #282829;
  color: #fff;
}
.modal-popup.amgdprcookie-groups-modal .modal-footer,
.modal-popup.gdpr-cookie-container_setup-modal .modal-footer,
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-buttons-block.-settings,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-buttons-block.-settings {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0;
}
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-done,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-done {
  max-width: 200px;
  font-size: 20px;
  padding: 15px;
  background: #C6B5A1;
  text-transform: none;
  line-height: normal;
}
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-done span,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-done span {
  padding: 0;
}
.modal-popup.amgdprcookie-groups-modal .amgdprcookie-done span:after,
.modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-done span:after {
  display: none;
}
@media (max-width: 767px) {
  .modal-popup.amgdprcookie-groups-modal .amgdprcookie-done,
  .modal-popup.gdpr-cookie-container_setup-modal .amgdprcookie-done {
    padding: 10px;
  }
}
.gdpr-cookie-container_setup-modal .modal-header {
  display: none;
}
.gdpr-cookie-container_setup-modal h2.cookieoption {
  color: unset;
  font-family: 'AktivGrotesk_Regular';
  margin-bottom: 15px;
}
.modal-popup.amgdprcookie-groups-modal .modal-footer {
  padding: 20px;
}
@media (max-width: 645px) {
  .amgdprcookie-bar-template .amgdprcookie-bar-container {
    padding: 0;
    bottom: 0;
    left: 0;
  }
  .amgdprcookie-bar-template .amgdprcookie-bar-container .amgdprcookie-policy {
    padding-right: 0;
  }
  .amgdprcookie-bar-template .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    gap: 3%;
    flex-wrap: wrap;
  }
  .amgdprcookie-bar-template .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin: 0;
    flex: 0 0 calc(48.5%);
  }
  .amgdprcookie-bar-template .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button.-settings {
    flex: 1;
    margin-top: 3%;
  }
  .amgdprcookie-bar-template .amgdprcookie-bar-container .amgdprcookie-bar-block {
    padding: 42px 16px 15px;
    border: none;
    border-top: 1px solid #3F3F3F;
  }
}
.cms-king-contract .catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-desc {
  max-width: 1170px;
}
.trade-contact-cms .rug-content-container .content {
  max-width: 380px;
}
.trade-contact-cms .rug-content-container .content h3 {
  padding: 15px 0;
}
.trade-contact-cms .bootstrap-grid {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .trade-contact-cms .bootstrap-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.trade-contact-cms .grid-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .trade-contact-cms .grid-item {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
.trade-contact-cms .grid-item .state {
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  color: #c6b5a1;
  font-size: 16px;
}
.trade-contact-cms .grid-item .role {
  padding: 5px 0;
}
.trade-contact-form {
  background: #c6b5a1;
  padding: 60px 0;
  color: #000;
}
@media (max-width: 767px) {
  .trade-contact-form {
    padding: 30px 0;
  }
}
.trade-contact-form .container {
  max-width: 840px;
}
@media (max-width: 360px) {
  .trade-contact-form .container {
    padding: 0;
  }
}
.trade-contact-form .form-title {
  text-align: center;
  font-size: 32px;
  padding-bottom: 45px;
  font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
}
@media (max-width: 767px) {
  .trade-contact-form .form-title {
    padding-bottom: 20px;
  }
}
.trade-contact-form .form-description {
  text-align: center;
}
.trade-contact-form .field {
  margin-bottom: 15px;
}
.trade-contact-form .legend {
  display: none;
}
.trade-contact-form .field-element {
  width: 100%;
}
.trade-contact-form textarea,
.trade-contact-form select,
.trade-contact-form input {
  background: transparent;
  border: 2px solid #fff;
  min-height: 44px;
  border-radius: 5px;
}
.trade-contact-form textarea::placeholder,
.trade-contact-form select::placeholder,
.trade-contact-form input::placeholder {
  color: #000;
}
.trade-contact-form textarea {
  min-height: 160px;
  padding: 15px;
}
.trade-contact-form .submit-apply {
  text-align: center;
}
.trade-contact-form .submit-apply .action.primary {
  width: 300px;
  height: 44px;
  border: none;
  color: #c6b5a1;
  font-size: 16px;
  border-radius: 5px;
}
.trade-contact-form .submit-apply .action.primary > span:after {
  display: none;
}
@media (max-width: 480px) {
  .trade-contact-form .submit-apply .action.primary {
    width: 100%;
  }
}
.trade-contact-form .i-accept-the-terms-and-conditions .nested {
  display: flex;
  align-items: center;
}
.trade-contact-form .i-accept-the-terms-and-conditions .field-element {
  width: auto;
  min-height: 20px;
}
@media (min-width: 768px) {
  .trade-contact-form .i-accept-the-terms-and-conditions .nested {
    justify-content: flex-end;
  }
  .trade-contact-form .i-accept-the-terms-and-conditions .div.mage-error {
    text-align: right;
  }
}
.trade-contact-form .action.primary > span {
  padding: 0;
}
.section-storeform .showroom-cms {
  padding: 20px;
}
@media (max-width: 767px) {
  .section-storeform .showroom-cms {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .calendly-toggle .desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.container-showroom-data.calendly > strong {
  font-size: 14px;
  line-height: 22px;
}
.container-showroom-data.calendly .calendly-toggle-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.container-showroom-data.calendly .calendly-toggle-container .calendly-toggle {
  display: flex;
  gap: 8px;
  padding: 12px;
  background: #282829;
  color: #fff;
  font-family: 'AktivGrotesk_Bold';
  padding-left: 7px;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-position: 12px 24px;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
}
.container-showroom-data.calendly .calendly-toggle-container .calendly-toggle .title {
  font-size: 18px;
}
.container-showroom-data.calendly .calendly-toggle-container .calendly-toggle img {
  margin-bottom: auto;
  margin-top: 4px;
}
.stores-list-ul .action.primary {
  padding: 6px;
  text-align: center;
}
.stores-list-ul .action.primary:focus,
.stores-list-ul .action.primary:active,
.stores-list-ul .action.primary:hover {
  background: #000;
}
.stores-list-ul .action.primary.calendly_button {
  background: #000;
  color: #fff;
}
.stores-list-ul .action.primary.calendly_button:focus,
.stores-list-ul .action.primary.calendly_button:active,
.stores-list-ul .action.primary.calendly_button:hover {
  background: #fff;
  color: #1d1d1d;
}
.stores-list-ul .action.primary > span {
  padding: 0;
}
.stores-list-ul .action.primary > span:after {
  display: none;
}
@media (max-width: 767px) {
  .stores-list-ul .action-container {
    display: flex;
    gap: 5px;
  }
  .stores-list-ul .action-container .action.primary {
    margin: 0;
    min-width: 0;
    flex-shrink: 1;
    flex-basis: 50%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }
}
.calendly-popup .modal-inner-wrap {
  max-width: 1024px;
  text-align: center;
  width: 100%;
  min-height: 300px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%) !important;
  padding: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .calendly-popup.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 100%;
  }
}
.calendly-popup p.title {
  font-size: 32px;
  margin: 0 0 17px;
  line-height: 48px;
  font-family: "AktivGrotesk_Hairline";
  text-shadow: 0 0 #000;
}
@media (max-width: 767px) {
  .calendly-popup p.title {
    font-size: 24px;
  }
}
.calendly-popup .calendly-toggle {
  text-align: left;
}
.calendly-popup .action-close {
  padding: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.calendly-popup .action-close:before {
  color: #000;
}
.calendly-popup .action-close:after {
  content: "close";
  color: #000;
}
.calendly-popup .action-close:hover:before,
.calendly-popup .action-close:hover:after {
  color: #000;
}
.calendly-popup .modal-content {
  padding: 0;
}
.calendly-popup .calendly-top-container {
  max-width: 580px;
  padding: 15px;
  margin: auto;
  text-align: center;
}
.calendly-popup .calendly-top-container > strong {
  font-size: 14px;
  line-height: 22px;
}
.products-grid .product-item .product-item-info {
  text-align: center;
}
.products-grid .product-item .product-item-info:before,
.products-grid .product-item .product-item-info:after {
  content: '';
  display: table;
}
.products-grid .product-item .product-item-info:after {
  clear: both;
}
.products-grid .product-item .product-item-info .img-content .product-item-photo {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
.product-item-details {
  text-align: center;
}
.product-item-details .product-item-name {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  font-weight: normal;
}
.product-item-details .product-item-name {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
}
.product-item-inner {
  padding-top: 15px;
}
.product-item-inner .product-item-actions .view-link {
  margin-bottom: 10px;
}
.product-item-inner .product-item-actions .actions-primary {
  display: flex;
  justify-content: center;
}
.product-item-inner .product-item-actions .actions-primary a.action.primary {
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .product-item-inner .product-item-actions .shop-link,
  .product-item-inner .product-item-actions .view-link {
    width: 100%;
  }
  .product-item-inner .product-item-actions .shop-link a.action.primary,
  .product-item-inner .product-item-actions .view-link a.action.primary {
    display: block;
  }
}
.category-package-list {
  padding-top: 30px;
}
.category-package-list .category-title {
  text-align: center;
}
.package-list .product-item-details .item-details-info {
  text-align: center;
}
.package-list .action-dimensions {
  background: #ebebeb;
  border-color: #ebebeb;
  padding-left: 0;
  padding-right: 15px;
}
.package-list .action-dimensions > span {
  padding-left: 20px;
  padding-right: 0;
}
.package-list .action-dimensions span:after {
  display: none;
}
.package-list .action-dimensions span:before {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: bold;
  content: "\e90c";
  font-size: 9px;
  left: 6px;
  position: absolute;
  top: 3px;
  transition: left .3s ease, color .3s ease ;
}
.package-list .action-dimensions:hover span:before,
.package-list .action-dimensions:focus span:before,
.package-list .action-dimensions:active span:before {
  left: 0;
  color: #ffffff;
}
.package-list .price-box .price-sale_price {
  color: var(--red);
}
.package-list .price-box .price-container {
  padding: 0 5px;
  display: inline-block;
}
.package-list .price-box .price-container.price-final_price {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .package-list .price-box {
    display: flex;
  }
  .package-list .price-box .price-container {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .package-list .product-item-inner {
    display: flex;
  }
}
.package-list .product-item-actions {
  display: block;
}
.package-list .product-item-details .product-item-name {
  padding-left: 0;
  padding-right: 0;
}
.package-list .product-item-inner .product-item-actions .view-link {
  margin-left: 0;
}
.page-products.catalog-category-view .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.page-products.catalog-category-view .products-grid .product-items .product-item {
  display: flex;
  padding: 0 15px;
}
.page-products.catalog-category-view .products-grid .product-items .product-item.lifestyle-product {
  width: 100%;
  align-items: center;
}
.page-products.catalog-category-view .products-grid .product-items .product-item.lifestyle-product .img-content .category-image.lifestyle {
  display: none;
}
@media (min-width: 768px) {
  .page-products.catalog-category-view .products-grid .product-items .product-item.lifestyle-product .box-content.product-item-info {
    width: 35%;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item.lifestyle-product > .product.photo.product-item-photo {
    width: 65%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-products.catalog-category-view .products-grid .product-items .product-item.lifestyle-product > .product.photo.product-item-photo {
    display: none;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item.lifestyle-product .img-content .category-image.lifestyle {
    display: block;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item.lifestyle-product .img-content .category-image.lifestyle + .category-image {
    display: none;
  }
}
.page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-item-name {
  padding: 0;
  font-size: 28px;
  line-height: normal;
  font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
}
.page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-label-two {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
@media (max-width: 1023px) {
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .wrap-label-name {
    display: flex;
    flex-direction: column;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .wrap-label-name .product-label.label-sale {
    order: 3;
    width: fit-content;
    margin: auto;
    margin-top: 5px;
  }
}
.box-dimension {
  position: relative;
  padding: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  background: #f8f8f8;
  width: 100%;
}
.box-dimension:before,
.box-dimension:after {
  content: '';
  display: table;
}
.box-dimension:after {
  clear: both;
}
.box-dimension .arrow-top {
  display: inline-block;
  position: absolute;
  top: -33px;
  width: 0px;
  height: 0px;
  left: calc(100% - 397px);
  background: #ffffff;
  border: solid 20px transparent;
  border-bottom: solid 14px #f8f8f8;
}
.box-dimension:before,
.box-dimension:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f8f8f8;
  display: block;
  content: "";
}
.box-dimension:before {
  left: -100%;
}
.box-dimension:after {
  right: -100%;
}
.box-dimension .close-dimension {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #000000;
  top: 20px;
}
.box-dimension .close-dimension .icon:before {
  font-size: 10px;
  line-height: normal;
  vertical-align: top;
  color: #000000;
  margin-top: 5px;
  margin-left: 5px;
}
.box-dimension .dimension-configuration {
  width: calc(100% - 340px);
  float: left;
  vertical-align: top;
  text-align: center;
}
.box-dimension .dimesion-tabDetail {
  margin: 0;
  padding-top: 15px;
  overflow: hidden;
}
.box-dimension .dimension-content {
  float: left;
  width: 310px;
  margin-left: 30px;
  vertical-align: top;
}
.box-dimension .dimension-content a.download.action.primary > span {
  padding-right: 0;
}
.box-dimension .dimension-content a.download.action.primary span:after {
  display: none;
}
.box-dimension .dimension-content .dimension-info {
  padding-top: 30px;
}
.box-dimension .dimension-content .dimension-info > p {
  margin-bottom: 15px;
}
.box-dimension .dimension-content .dimension-info a {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  text-decoration: underline;
  color: #1d1d1d;
}
.box-dimension .dimension-content .dimension-info a:hover,
.box-dimension .dimension-content .dimension-info a:focus,
.box-dimension .dimension-content .dimension-info a:active {
  color: #1d1d1d;
}
.box-dimension .dimension-slider {
  width: 50%;
  margin: 0 auto 20px;
}
.box-dimension .owl-carousel .owl-pagination {
  left: 50%;
  transform: translate(-50%, 0);
}
.box-dimension .owl-carousel .owl-pagination .owl-page {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.box-dimension .owl-carousel .owl-pagination .owl-page:hover span.owl-numbers:after {
  opacity: 1;
  visibility: visible;
}
.box-dimension .owl-carousel .owl-pagination .owl-page:focus span.owl-numbers:after,
.box-dimension .owl-carousel .owl-pagination .owl-page:active span.owl-numbers:after,
.box-dimension .owl-carousel .owl-pagination .owl-page.active span.owl-numbers:after {
  opacity: 1;
  background: #000000;
  visibility: visible;
}
.box-dimension .owl-carousel .owl-pagination span.owl-numbers {
  border-radius: 0;
  color: #000000;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  background: none !important;
  cursor: pointer;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  background: none;
  border-bottom: solid 1px #9e9d9d;
  position: relative;
}
.box-dimension .owl-carousel .owl-pagination span.owl-numbers:after {
  display: block;
  width: 100%;
  height: 3px;
  background: #9e9d9d;
  content: "";
  position: relative;
  bottom: 3px;
  opacity: 0;
  visibility: hidden;
}
.box-dimension .owl-theme .owl-controls .owl-buttons {
  margin-top: -26px;
  width: 100% !important;
}
.box-dimension .owl-theme .owl-controls .owl-buttons .owl-prev,
.box-dimension .owl-theme .owl-controls .owl-buttons .owl-next {
  width: 30px !important;
  height: 58px !important;
  background: none !important;
  padding: 0 !important;
}
.box-dimension .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.box-dimension .owl-theme .owl-controls .owl-buttons .owl-next:before {
  padding: 0 !important;
}
.section-download {
  padding-bottom: 30px;
  text-align: center;
}
.section-download h2 {
  margin-bottom: 15px;
}
.section-download .action.primary > span {
  padding-right: 0;
}
.section-download .action.primary > span:before {
  color: #000000;
}
.section-download .action.primary:hover > span:before,
.section-download .action.primary:focus > span:before,
.section-download .action.primary:active > span:before {
  color: #ffffff;
}
.section-download .action.primary > span:after {
  display: none;
}
.no-slider .breadcrumbs {
  position: relative;
}
.no-slider .breadcrumbs .items {
  color: #333435;
}
.no-slider .breadcrumbs ul li a {
  color: #333435;
}
.no-slider .breadcrumbs ul li a:hover,
.no-slider .breadcrumbs ul li a:focus,
.no-slider .breadcrumbs ul li a:active {
  color: #000000;
}
.no-slider .breadcrumbs .item:not(:last-child):after {
  color: #333435;
}
.no-slider .breadcrumbs .item:not(:last-child):hover:after,
.no-slider .breadcrumbs .item:not(:last-child):focus:after,
.no-slider .breadcrumbs .item:not(:last-child):active:after {
  color: #000000;
}
.no-slider .header-sticky + .breadcrumbs .after-breadcrumbs {
  top: 100px;
  z-index: 100;
}
.no-slider header-sticky + .breadcrumbs {
  padding-top: 100px;
}
.product-info-customise .customise-title {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.product-info-customise .customise-button {
  font-size: 12px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  padding: 17px 31px;
  line-height: 14px;
  background: #333435;
}
.product-info {
  padding-bottom: 25px;
}
.products-grid.products-related .product-item {
  width: 100%;
}
.products-grid.products-related .product-item .product-item-details {
  padding-left: 15px;
  padding-right: 15px;
}
.products-grid.products-related .product-item .product-item-details .product-desc {
  margin-top: 12px;
  margin-bottom: 17px;
}
.products-grid.products-related .product-item-actions .actions-primary a.action.primary {
  padding: 8px 15px;
  line-height: 14px;
}
.catalog-category-view .section-slider.collection-slider .slide-content:before {
  display: none !important;
}
.catalog-category-view .section-slider.collection-slider .container {
  position: static;
  padding: 45px 0 30px;
  background: none !important;
}
.catalog-category-view .section-slider.collection-slider .container .bg-content-desc {
  margin: 0 !important;
}
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-title {
  color: #333435;
}
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-title a,
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-title h1,
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-title h2,
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-title h3,
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-title h4,
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-title h5 {
  color: #333435;
  font-size: 32px;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
.catalog-category-view .section-slider.collection-slider .container .slide-content-desc .slide-desc {
  color: #333435;
  max-width: 640px;
  padding: 0 15px;
  font-size: 14px;
}
.catalog-category-view .filters-container .block-content {
  text-align: center;
}
.catalog-category-view .filters-container .block-content .items {
  display: inline-block;
}
.page-products p {
  margin-bottom: 0;
}
.rug-category-wrapper .container {
  max-width: 1085px;
}
.rug-category-wrapper .category-lists {
  padding: 40px 0;
}
.rug-category-wrapper .category-lists .block-title {
  text-align: center;
  font-size: 32px;
  line-height: initial;
  padding: 15px 0;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
.rug-category-wrapper .category-lists .category-box {
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.rug-category-wrapper .category-lists .category-box .category-name {
  font-size: 18px;
  padding-bottom: 5px;
  font-family: 'AktivGrotesk_Regular', Arial, sans-serif;
}
.rug-category-wrapper .category-lists .category-box .category-description {
  margin-bottom: 15px;
}
.rug-category-wrapper .category-lists .category-box .category-label {
  margin-bottom: 15px;
  font-style: italic;
}
.rug-category-wrapper .category-lists .category-box .action {
  margin-top: auto;
}
@media (max-width: 767px) {
  .rug-category-wrapper .category-lists {
    padding: 20px 0;
  }
  .rug-category-wrapper .category-lists .block-title {
    padding: 0;
  }
  .rug-category-wrapper .category-lists .category-box {
    padding-top: 20px;
  }
  .rug-category-wrapper .category-lists .category-box .category-image {
    margin-bottom: 12px;
  }
}
.rug-category-range-wrapper {
  padding: 40px 0;
}
.rug-category-range-wrapper h2 {
  font-size: 32px;
  line-height: normal;
  text-align: center;
  font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
}
.rug-category-range-wrapper .product-item {
  padding: 10px 0;
}
.rug-category-range-wrapper .product-item .product-item-details {
  text-align: left;
  display: flex;
  align-items: center;
}
.rug-category-range-wrapper .product-item .product-item-details .item-details-info {
  width: 100%;
}
.rug-category-range-wrapper .product-item .product-item-details .product-label {
  margin: 5px 0 10px;
}
.rug-category-range-wrapper .product-item .product-item-details .product-label.product-label-two {
  padding: 0;
}
.rug-category-range-wrapper .product-item .product-item-details .product-item-name {
  padding: 0;
  font-size: 32px;
  line-height: normal;
  font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
}
.rug-category-range-wrapper .product-item .product-item-details .product-name-row2 {
  font-size: 20px;
  line-height: normal;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
.rug-category-range-wrapper .product-item .product-item-details .product-item-description {
  margin: 5px 0;
}
.rug-category-range-wrapper .product-item .product-item-details .price-box {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.rug-category-range-wrapper .product-item .product-item-details .product-item-actions .action.primary {
  width: 100%;
  max-width: 320px;
  text-align: center;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  background: #1d1d1d;
  color: #fff;
}
.rug-category-range-wrapper .product-item .product-item-details .product-item-actions .action.primary > span:after {
  color: #fff;
}
@media (max-width: 767px) {
  .rug-category-range-wrapper {
    padding: 20px 0;
  }
  .rug-category-range-wrapper .products {
    margin: 0;
  }
  .rug-category-range-wrapper .products .product-item .product-item-details .product-item-actions .action.primary {
    max-width: 100%;
  }
}
.page-products .rug-content-container .content-wrapper .content {
  max-width: 300px;
  font-size: 12px;
}
.img-content {
  position: relative;
}
.img-content .hover-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.img-content:hover .hover-image {
  visibility: visible;
  opacity: 1;
}
.product-list-2021 .container {
  max-width: 1170px;
}
.product-list-2021 .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-list-2021 .label-container {
  min-height: 45px;
}
.product-list-2021 .product-item-details .product-item-name {
  padding: 0;
  font-size: 28px;
  line-height: normal;
  font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
}
.product-list-2021 .product-item-details .product-name-row2 {
  font-size: 20px;
  line-height: normal;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
.product-list-2021 .product-item-details .product-item-description {
  margin: 10px 0 5px;
}
.product-list-2021 .price-box {
  margin-top: auto;
}
.product-list-2021 .action.primary {
  padding: 5px 20px;
  margin: 15px 0 30px;
}
.catetory-lists-container {
  margin: 32px 0;
}
@media (max-width: 767px) {
  .catetory-lists-container {
    margin: 15px 0;
  }
}
.catetory-lists-container .container {
  max-width: 1170px;
}
.catetory-lists-container .catgory-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 30px;
}
.catetory-lists-container .label-container {
  min-height: 45px;
}
.catetory-lists-container .img-content .product-label {
  position: absolute;
  right: 20px;
  top: 20px;
  min-width: 55px;
  margin: 0;
}
@media (max-width: 767px) {
  .catetory-lists-container .img-content .hover-image {
    visibility: visible;
    opacity: 1;
  }
  .catetory-lists-container .img-content .product-label {
    z-index: 1;
    padding: 5px 15px;
    font-size: 12px;
  }
}
.catetory-lists-container .category-item-details {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.catetory-lists-container .category-item-details .product-item-name {
  padding: 0;
  font-size: 28px;
  line-height: normal;
  font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
}
.catetory-lists-container .category-item-details .product-label-two {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
.catetory-lists-container .category-item-details .actions .action.primary {
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .catetory-lists-container .category-item-details .actions .action.primary {
    width: 100%;
  }
}
.package-list.product-range-2021 .container > .row {
  justify-content: center;
}
.package-list.product-range-2021 .category-package-list .category-title {
  color: #c6b5a1;
  font-size: 32px;
  padding: 0 15px;
  line-height: normal;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
.package-list.product-range-2021 .product-item {
  padding-bottom: 30px;
  max-width: 420px;
}
.package-list.product-range-2021 .product-item .box-dimension {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.package-list.product-range-2021 .product-item .img-content .product-label {
  position: absolute;
  right: 20px;
  top: 20px;
  min-width: 55px;
  margin-left: 15px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .package-list.product-range-2021 .product-item .img-content .hover-image {
    visibility: visible;
    opacity: 1;
  }
  .package-list.product-range-2021 .product-item .img-content .product-label {
    z-index: 1;
    padding: 5px 15px;
    font-size: 12px;
    top: 15px;
    right: 15px;
  }
}
.package-list.product-range-2021 .product-item .product-item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.package-list.product-range-2021 .product-item .product-item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.package-list.product-range-2021 .product-item .product-item-details .product-item-name {
  font-size: 26px;
  line-height: normal;
  font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
}
.package-list.product-range-2021 .product-item .product-item-details .product-name-row2 {
  font-size: 20px;
  line-height: normal;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
.package-list.product-range-2021 .product-item .product-item-details .product-item-description {
  margin: 10px 0 5px;
}
.package-list.product-range-2021 .product-item .price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.package-list.product-range-2021 .product-item .price-box .price-container {
  text-align: center;
}
.package-list.product-range-2021 .product-item .price-box .price-container.price-final_price {
  padding: 0;
}
@media (min-width: 992px) {
  .package-list.product-range-2021 .product-item.desktop1c {
    max-width: 100%;
  }
  .package-list.product-range-2021 .product-item.desktop1c .product-item-info {
    flex-direction: row;
    max-width: 840px;
    margin: auto;
  }
  .package-list.product-range-2021 .product-item.desktop1c .product-item-info .img-content {
    width: 440px;
    margin-right: 30px;
    flex-shrink: 0;
  }
  .package-list.product-range-2021 .product-item.desktop1c .product-item-info .product-item-details {
    text-align: left;
    justify-content: center;
  }
  .package-list.product-range-2021 .product-item.desktop1c .product-item-info .product-item-inner .product-item-actions {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .package-list.product-range-2021 .product-item.desktop1c .product-item-info .product-item-inner .product-item-actions .open-dimension {
    margin-right: 5px;
  }
  .package-list.product-range-2021 .product-item.desktop1c .price-box {
    margin-top: 0;
    align-items: flex-start;
  }
  .package-list.product-range-2021 .product-item.desktop1c .price-box .price-container {
    padding: 0;
  }
}
.package-list.product-range-2021 .product-item-inner {
  width: 100%;
}
.package-list.product-range-2021 .product-item-inner .product-item-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.package-list.product-range-2021 .product-item-inner .product-item-actions .actions-primary a.action.primary {
  padding: 8px 11px;
  font-size: 11px;
  text-align: center;
  min-width: 150px;
  width: 100%;
  margin-bottom: 10px;
}
.package-list.product-range-2021 .product-item-inner .product-item-actions .open-dimension {
  background: #c6b5a1;
  color: #FFF;
  text-transform: uppercase;
  padding: 8px 11px;
  font-size: 11px;
  min-width: 150px;
  text-align: center;
  line-height: 14px;
  margin-bottom: 10px;
}
.package-list.product-range-2021 .product-item-inner .product-item-actions .open-dimension span:after {
  padding-left: 5px;
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 16px;
}
@media (max-width: 767px) {
  .package-list.product-range-2021 .product-item-inner .product-item-actions .actions-primary {
    width: 100%;
  }
  .package-list.product-range-2021 .product-item-inner .product-item-actions .open-dimension {
    width: 100%;
  }
}
.package-list.product-range-2021 .section-downloads {
  padding: 15px;
  margin-bottom: 50px;
  text-align: center;
}
.package-list.product-range-2021 .section-downloads a.action.primary {
  background: #1d1d1d;
  color: #fff;
  text-transform: uppercase;
  padding: 12px;
  font-size: 18px;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: normal;
  width: 400px;
  max-width: 100%;
}
.package-list.product-range-2021 .section-downloads a.action.primary .icon-download:before {
  font-size: 16px;
}
.package-list.product-range-2021 .section-downloads a.action.primary .icon-download:after {
  display: none;
}
.package-list.product-range-2021 .box-dimension {
  margin: 0;
  justify-content: center;
}
.package-list.product-range-2021 .box-dimension .inner {
  max-width: 100%;
  width: 100%;
}
.package-list.product-range-2021 .box-dimension .close-dimension {
  top: 20px;
  right: 20px;
}
.dimension-section .owl-item img {
  width: auto;
  padding: 0 30px;
}
.filter-options .filter-options-content {
  text-align: center;
  margin: 0 auto;
}
.filter-options .filter-options-content ol {
  display: inline-block;
}
.block.filter {
  margin-bottom: 0;
}
.block.filter .filter-content .items {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.block.filter .filter-content .items:after {
  background: #c4c4c4;
  display: block;
  width: calc(100% - 26px);
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
}
.block.filter .filter-content .items li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.block.filter .filter-content .items li a {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.08em;
  display: block;
  padding: 14px 13px;
  text-transform: uppercase;
  position: relative;
  color: #1d1d1d;
  transition: color 0.2s ease;
}
.block.filter .filter-content .items li a .count {
  display: none;
}
.block.filter .filter-content .items li a:after {
  display: block;
  width: calc(100% - 26px);
  height: 5px;
  background: #9e9d9d;
  content: "";
  left: 13px;
  bottom: 0;
  position: absolute;
  opacity: 0;
  transition: background 0.3 ease, opacity 0.3 ease;
}
.block.filter .filter-content .items li a:hover {
  color: #9e9d9d;
}
.block.filter .filter-content .items li a:hover:after {
  background: #9e9d9d;
  opacity: 1;
}
.block.filter .filter-content .items li a:active {
  color: #1d1d1d;
}
.block.filter .filter-content .items li a:active:after {
  background: #1d1d1d;
}
.block.filter .filter-content .items li.active a {
  color: #1d1d1d;
}
.block.filter .filter-content .items li.active a:after {
  opacity: 1;
  background: #1d1d1d;
}
.filter-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: solid 1px #c4c4c4;
  z-index: 100;
}
.filter-sticky.block.filter .filter-content .items:after {
  display: none;
}
.no-slider .page-main {
  overflow: inherit;
}
.product-info-main > .product-info-share {
  display: none;
}
.after-breadcrumbs {
  position: absolute;
  right: 20px;
}
.product-info-share {
  padding-bottom: 30px;
}
.product-info-share-section {
  position: relative;
  display: none;
}
.button.share {
  color: #1d1d1d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  display: inline-block;
  padding: 2px 13px;
  border: solid 1px #555;
}
.button.share .icon {
  display: inline-block;
  margin-right: 5px;
}
.button.share .icon:before {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-weight: bold;
  content: "\e90c";
  font-size: 9px;
}
.salesids-socialshare {
  position: absolute;
  right: 0;
  top: 45px;
  background: #ebebeb;
  width: 154px;
}
.salesids-socialshare ul {
  padding: 15px 23px !important;
  position: relative;
}
.salesids-socialshare ul:before {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -25px;
  right: 26px;
  content: "";
  border: solid 15px transparent;
  border-bottom: solid 10px #ebebeb;
}
.salesids-socialshare ul li {
  display: block;
  width: 100% !important;
  float: none !important;
}
.salesids-socialshare ul li a {
  font-size: 14px !important;
  line-height: 20px !important;
  text-indent: 0 !important;
  padding: 5px 0 !important;
  width: 100% !important;
  height: auto !important;
  display: block;
  text-align: left !important;
  background: none !important;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif !important;
  color: #4c4c4c !important;
  vertical-align: top;
}
.salesids-socialshare ul li a:hover,
.salesids-socialshare ul li a:focus,
.salesids-socialshare ul li a:active {
  color: #8a8888 !important;
}
.salesids-socialshare ul li a:hover:before,
.salesids-socialshare ul li a:focus:before,
.salesids-socialshare ul li a:active:before {
  color: #8a8888 !important;
}
.salesids-socialshare ul li a.socicon-mail:before {
  content: "\e90e1";
}
.salesids-socialshare ul li a.socicon-instagram:before {
  content: "\e907";
}
.salesids-socialshare ul li a.socicon-pinterest:before {
  content: "\e908";
}
.salesids-socialshare ul li a.socicon-facebook:before {
  content: "\e905";
}
.salesids-socialshare ul li a.socicon-twitter:before {
  content: "\e90a";
}
.salesids-socialshare [class^="socicon-"]:before,
.salesids-socialshare [class*=" socicon-"]:before {
  font-family: 'Icomoon' !important;
  display: inline-block !important;
  line-height: 20px !important;
  margin: 0;
  padding: 0;
  color: #4c4c4c;
  font-weight: normal;
  font-size: 16px !important;
  width: 24px;
  margin-right: 5px;
  vertical-align: top;
}
.rug-content-container {
  background: #333;
  color: #fff;
}
.rug-content-container .box {
  display: flex;
}
.rug-content-container .box .content-wrapper {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  min-height: 180px;
}
.rug-content-container .box .content-wrapper h3 {
  color: #fff;
  font-size: 25px;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  padding-bottom: 20px;
}
.rug-content-container .box .img-wrapper {
  flex-basis: 50%;
}
.rug-content-container .box img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .rug-content-container .box {
    flex-direction: column;
  }
  .rug-content-container .box .content-wrapper {
    order: 2;
  }
}
.summary-cart .product-total .product-info-price {
  display: none;
}
.catalog-product-view .page-wrapper {
  overflow: visible;
  font-weight: normal;
}
.product-item-actions {
  display: block;
}
.swatch-option {
  width: 45px;
  height: 45px;
  padding: 2px;
  min-width: 45px;
  max-width: 45px;
  margin: 1px;
  border: solid 1px rgba(0, 0, 0, 0);
}
.swatch-option.selected {
  outline: solid 1px #8e8e8e;
}
.swatch-option.text {
  font-size: 10px;
  line-height: 12px;
  width: 18px;
  height: 18px;
  padding: 2px;
  min-width: 18px;
  max-width: 18px;
  margin: 1px;
  border: solid 1px rgba(0, 0, 0, 0);
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover,
.swatch-option.selected {
  outline: solid 1px #8e8e8e;
  border-color: #ffffff;
}
.swatch-option-tooltip-layered,
.swatch-option-tooltip {
  max-width: 136px;
  border: solid 1px #9e9d9d;
  border-radius: 0;
  min-width: 136px;
  width: 136px;
  min-height: 170px;
  padding: 8px 0;
  color: #ffffff;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 12px;
  background: #ffffff;
  text-align: left;
  line-height: normal;
}
.swatch-option-tooltip-layered img,
.swatch-option-tooltip img,
.swatch-option-tooltip-layered .image,
.swatch-option-tooltip .image {
  width: 120px;
  height: 170px;
  position: relative;
}
.swatch-option-tooltip-layered .title,
.swatch-option-tooltip .title {
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: #ffffff;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 12px;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  height: 5px;
}
.swatch-attribute {
  text-align: left;
}
.swatch-attribute .swatch-attribute-options {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.product-overview .cms-template-wrap.cms-tabs .tabs .tabs-content {
  padding: 15px 0;
}
.secondary-gallery-media {
  width: calc(100% - 560px);
  float: left;
  padding-top: 12px;
}
.secondary-gallery-media .gallery-title {
  display: inline-block;
  margin: 30px 0 10px;
}
@media (min-width: 1024px) {
  .secondary-gallery-media .gallery-title {
    margin-top: 0;
    position: absolute;
    transform: translateY(-36px);
  }
}
@media (max-width: 767px) {
  .secondary-gallery-media .gallery-title {
    padding: 0 15px;
  }
}
.secondary-gallery-media img {
  height: 240px;
  padding: 0 2px;
}
@media (max-width: 360px) {
  .secondary-gallery-media img {
    height: 180px;
  }
}
.secondary-gallery-media .slick-slider {
  display: none;
  margin: 0;
}
.secondary-gallery-media .slick-slider .item {
  display: block !important;
}
.secondary-gallery-media .slick-slider.slick-initialized {
  display: block;
}
.secondary-gallery-media .slick-slider .slick-arrow {
  width: 40px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
  display: none !important;
  z-index: 2;
}
.secondary-gallery-media .slick-slider .slick-arrow:before {
  font-size: 24px;
  opacity: 1;
}
.secondary-gallery-media .slick-slider .slick-arrow:hover,
.secondary-gallery-media .slick-slider .slick-arrow:active {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .secondary-gallery-media .slick-slider .slick-arrow {
    display: block !important;
  }
}
.secondary-gallery-media .slick-slider .slick-next {
  right: 0;
}
.secondary-gallery-media .slick-slider .slick-prev {
  left: 0;
}
.secondary-gallery-media .slick-slider:hover .slick-arrow {
  display: block !important;
}
@media (max-width: 1023px) {
  .secondary-gallery-media {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .secondary-gallery-media {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media (min-width: 1280px) {
  .secondary-gallery-media {
    width: calc(100% - 640px);
  }
}
#simple-info {
  max-width: 100%;
  justify-content: space-between;
  display: block;
}
#simple-info.product-info {
  padding: 0;
}
@media (min-width: 1023px) {
  #simple-info {
    margin: auto;
  }
}
#simple-info .product-info-main {
  width: 500px;
  padding: 0;
}
#simple-info .product.media {
  position: relative;
  width: calc(100% - 540px);
  display: block;
}
@media (min-width: 1023px) {
  #simple-info .product.media {
    float: left;
    margin: 0;
    padding: 0;
    width: calc(100% - 540px);
  }
}
@media (min-width: 1280px) {
  #simple-info .product.media {
    width: calc(100% - 653px);
  }
}
@media (min-width: 1440px) {
  #simple-info .product.media {
    width: calc(100% - 645px);
  }
}
@media (min-width: 1920px) and (max-width: 2519px) {
  #simple-info .product.media {
    width: 1250px;
    margin-right: 60px;
  }
}
@media (min-width: 2520px) {
  #simple-info .product.media {
    width: calc(100% - 1270px);
    min-width: 1250px;
  }
}
#simple-info .product.media div.shown-in-wrapper {
  position: absolute;
  left: 0;
  z-index: 9;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 9px;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  top: 20px;
  font-family: 'AktivGrotesk_Light';
}
@media (max-width: 1279px) {
  #simple-info .product.media div.shown-in-wrapper {
    bottom: 32px;
    top: inherit;
  }
}
#simple-info .product.media .swatch-img {
  margin-right: 8px;
  height: 20px;
  width: 20px;
}
#simple-info .product.media .shown-in-lable {
  margin-right: 5px;
  line-height: 20px;
}
#simple-info .product.media .swatch-name {
  font-family: "AktivGrotesk_Bold", 'Helvetica Neue', Arial, sans-serif;
  line-height: 19px;
}
#simple-info .product.media .gallery-online {
  width: 100%;
  margin-bottom: 20px;
}
#simple-info .product.media .gallery-online.gallery-placeholder .loading-mask {
  position: static;
}
#simple-info .product.media .product-info-share-section {
  order: 2;
}
#simple-info .product.media .product-info-share-section .salesids-socialshare {
  top: 41px;
}
#simple-info .product.media .product-info-share-section .button.share {
  border: none;
  font-size: 0;
  display: flex;
  align-items: center;
}
#simple-info .product.media .product-info-share-section .button.share:after {
  content: "SHARE THIS LOOK";
  font-size: 11px;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
}
#simple-info .product.media .product-info-share-section .button.share .icon {
  background-image: url(../images/catalog/share.svg);
  background-size: 100%;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
#simple-info .product.media .product-info-share-section .button.share .icon:before {
  display: none;
}
@media (max-width: 767px) {
  #simple-info .product.media .product-info-share-section .button.share {
    font-size: 12px;
  }
  #simple-info .product.media .product-info-share-section .button.share:after {
    content: "";
  }
  #simple-info .product.media .product-info-share-section .button.share .icon {
    display: none;
  }
}
#simple-info #pinfo-container {
  display: block;
  position: sticky;
  top: 80px;
  z-index: 9;
}
@media (min-width: 1280px) {
  #simple-info #pinfo-container {
    width: 550px;
    margin-right: 52px;
  }
}
@media (min-width: 1920px) and (max-width: 2519px) {
  #simple-info #pinfo-container {
    width: calc(100% - (1250px + 120px));
    margin-right: 60px;
  }
}
@media (min-width: 2520px) {
  #simple-info #pinfo-container {
    margin-right: 60px;
    min-width: 1128px;
  }
}
#simple-info #pinfo-container.sticky {
  position: fixed;
  position: -webkit-sticky;
  top: 0;
  right: 0;
}
#simple-info #pinfo-container > * {
  width: 100%;
  color: #2c2c2c;
}
#simple-info #pinfo-container > .price-box {
  display: flex;
  flex-direction: column;
  width: calc(100% - 300px);
  margin: 0;
}
#simple-info #pinfo-container > .price-box .price,
#simple-info #pinfo-container > .price-box span {
  font-size: 17px;
}
@media (max-width: 767px) {
  #simple-info #pinfo-container > .price-box {
    margin-top: 15px;
    width: 100%;
  }
  #simple-info #pinfo-container > .price-box .price-container {
    text-align: center;
    padding: 0;
  }
}
#simple-info #pinfo-container .product-add-form .qty-wrapper.box-tocart {
  margin: 0;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show,
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .action-addtocart {
  display: block;
  align-items: baseline;
  padding-right: 0;
  color: #000;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show {
  font-size: 13px;
  margin-bottom: 10px;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .label {
  width: auto;
  padding: 10px 0;
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'AktivGrotesk_Bold';
  font-weight: normal;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show .qty-wrap {
  max-width: 60px;
  position: relative;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show .qty-wrap i {
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 20px;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show select.qty {
  display: block;
  clear: both;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  height: 44px;
  line-height: 44px;
  max-width: 60px;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0 25px 0 10px;
  text-align: center;
  z-index: 2;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show .stock {
  display: inline-block;
  font-family: 'AktivGrotesk_Light';
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control {
  float: right;
  text-align: right;
  width: 100%;
  margin-right: -5px;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control button {
  font-size: 30px;
  border: none;
  font-size: 23px;
  padding: 0 20px;
  height: 43px;
  background: #ebebeb;
  position: relative;
  color: #2d2929c2;
  top: -1px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control button {
    top: -2px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control button {
    top: 0;
  }
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control button.increaseQty {
  right: 5px;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control button.decreaseQty {
  right: -5px;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control button:active,
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control button:hover {
  color: #2d2929c2;
  box-shadow: none;
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control .input-text.qty {
  width: 197px;
  height: 45px;
  pointer-events: none;
}
@media (max-width: 480px) {
  #simple-info #pinfo-container .product-add-form .box-tocart .fieldset .field.show > .control .input-text.qty {
    width: 80px;
  }
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .action-addtocart {
  justify-content: space-between;
}
@media (max-width: 767px) {
  #simple-info #pinfo-container .product-add-form .box-tocart .fieldset .action-addtocart {
    flex-direction: column;
    align-items: center;
  }
}
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .action-addtocart .text-price,
#simple-info #pinfo-container .product-add-form .box-tocart .fieldset .action-addtocart .price {
  width: auto;
  font-size: 18px;
  font-weight: 600;
}
#simple-info #pinfo-container .product-add-form .box-tocart .actions #product-addtocart-button span {
  padding-right: 40px;
}
#simple-info #pinfo-container .product-add-form .box-tocart .actions #product-addtocart-button span::after {
  color: #fff;
  content: "\e901";
}
#simple-info #pinfo-container .product-add-form .quick-ship .qty-wrapper.box-tocart {
  margin-top: 11px;
}
#simple-info #pinfo-container .product-add-form .quick-ship .box-tocart {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #simple-info #pinfo-container .product-add-form .quick-ship .box-tocart {
    margin-top: 25px;
  }
}
#simple-info #pinfo-container .product-add-form .quick-ship .box-tocart .fieldset .field.show {
  margin-bottom: 10px;
}
#simple-info #pinfo-container .product-add-form .quick-ship .box-tocart .fieldset .field.show > .label {
  padding: 8px 0;
}
@media (max-width: 767px) {
  #simple-info #pinfo-container .product-add-form {
    margin: auto;
  }
}
#simple-info #pinfo-container .product-summary-container .field.qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#simple-info #pinfo-container .product-summary-container .field.qty .label {
  font-size: 18px;
  padding: 5px 0;
}
#simple-info #pinfo-container .product-summary-container .field.qty .control {
  display: flex;
  width: 300px;
  background: #f2f2f2;
}
#simple-info #pinfo-container .product-summary-container .field.qty .control .input-text.qty {
  height: 44px;
  border: none;
  text-align: center;
  background: transparent;
}
#simple-info #pinfo-container .product-summary-container .field.qty .control button {
  text-align: center;
  padding: 20px;
  font-size: 23px;
  border: none;
  background: transparent;
  color: #1d1d1d;
}
@media (max-width: 480px) {
  #simple-info #pinfo-container .product-summary-container .field.qty .control {
    width: 240px;
  }
}
@media (max-width: 767px) {
  #simple-info #pinfo-container .product-summary-container .field.qty {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
#simple-info #pinfo-container .product-name-wishlist {
  display: flex;
  justify-content: space-between;
}
#simple-info #pinfo-container .product-name-wishlist .product-addto-links {
  flex-shrink: 0;
}
#simple-info #pinfo-container .product-info-desc {
  margin-top: 0;
}
#simple-info #pinfo-container .product-info-desc strong {
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  #simple-info .product-info-desc strong {
    display: block;
    font-weight: normal;
    margin-bottom: 20px;
  }
  #simple-info div#mobile-name-wrapper {
    padding-left: 20px;
    padding-right: 19px;
  }
  #simple-info .product-info-main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #simple-info .product-customise .customise-header {
    padding-left: 11px;
    padding-right: 8px;
  }
  #simple-info #simple-media-info {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }
  #simple-info .product-customise {
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #simple-info .product-customise .customise-header {
    padding-left: 0;
  }
  #simple-info #simple-media-info {
    padding-top: 0;
  }
}
.overview-accordion-container ul {
  padding-left: 16px;
}
.overview-accordion-container ul li {
  margin-bottom: 10px;
}
.overview-accordion-container div[data-role="collapsible"] {
  position: relative;
}
.overview-accordion-container div[data-role="collapsible"]:after {
  content: "+";
  position: absolute;
  font-size: 24px;
  right: 0;
  bottom: 12px;
  color: #c5c5c5;
}
.overview-accordion-container div[data-role="collapsible"].active:after {
  content: "-";
}
.overview-accordion-container div[data-role="trigger"] {
  cursor: pointer;
  padding: 30px 0 10px;
  border-bottom: 1px solid #000;
  font-size: 14px;
}
.overview-accordion-container div[data-role="content"] {
  padding-top: 15px;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .overview-accordion-container div[data-role="content"] {
    padding-top: 0;
  }
}
.catalog-product-view .fixed-headsticky {
  display: none !important;
}
.catalog-product-view.no-slider .page-main {
  z-index: 3;
  overflow: visible;
}
#config-info .product-disclaimer-container {
  padding: 15px;
  background: #ebebeb;
  margin-top: 30px;
  font-size: 10px;
  line-height: 16px;
  font-family: 'AktivGrotesk_medium', 'AktivGrotesk_Regular', Arial, sans-serif;
  border: none;
}
@media (max-width: 767px) {
  #config-info .product-disclaimer-container {
    margin: 20px 0;
  }
}
.order-swatches-redirect-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-top: -1px;
  flex-wrap: wrap;
}
.order-swatches-redirect-container .desc {
  line-height: 16px;
  font-size: 14px;
  padding: 8px 0;
}
.order-swatches-redirect-container .actions {
  width: 300px;
}
@media (max-width: 767px) {
  .order-swatches-redirect-container .actions {
    width: 100%;
  }
}
.order-swatches-redirect-container .action.order-swatches {
  display: flex;
  justify-content: center;
  background: #f3f3f3;
  font-size: 13px;
  padding: 5px;
  color: #000;
  font-family: 'AktivGrotesk_medium', 'AktivGrotesk_Regular', Arial, sans-serif;
}
.order-swatches-redirect-container .action.order-swatches img {
  padding-right: 10px;
}
.cylindo-viewer-container {
  z-index: 1;
}
.sap-option-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
  outline: none;
  color: #000;
}
.sap-option-wrapper .collapse-title {
  width: 100%;
  cursor: pointer;
  background: #fff;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 23px 60px 23px 6px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.sap-option-wrapper .collapse-title .title-wrap {
  display: flex;
}
.sap-option-wrapper .collapse-title:after {
  right: 27px;
  top: 28px;
}
.sap-option-wrapper .collapse-title .check {
  margin: 0 13px 0 9px;
  color: #000;
  padding: 0px;
  height: 22px;
  width: 22px;
}
@media (max-width: 1280px) {
  .sap-option-wrapper .collapse-title .check {
    margin: 0 13px 0 5px;
  }
}
.sap-option-wrapper .collapse-title .check .count {
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
  border-radius: 100%;
  line-height: 20px;
  display: block;
  height: 22px;
  width: 22px;
  text-align: center;
}
.sap-option-wrapper .collapse-title .check i {
  display: none;
}
.sap-option-wrapper .collapse-title .check.active {
  color: #000;
}
.sap-option-wrapper .collapse-title .check.active .count {
  display: none;
}
.sap-option-wrapper .collapse-title .check + .section-title {
  margin-left: -1px;
}
.sap-option-wrapper .collapse-title .check.active + .section-title {
  margin-left: 0;
}
.sap-option-wrapper.selected .collapse-title {
  border-color: #000;
}
.sap-option-wrapper .fieldset-section.autoselected {
  display: none;
}
.sap-option-wrapper .fieldset-section.autoselected:nth-child(2) {
  margin-top: 0;
}
.sap-option-wrapper .fieldset-section.autoselected div.collapse-title {
  padding: 23px 26px 23px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.sap-option-wrapper .fieldset-section.autoselected div.collapse-title:after,
.sap-option-wrapper .fieldset-section.autoselected div.collapse-title .check {
  display: none;
}
.sap-option-wrapper .loading-bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.sap-option-wrapper .loading-bg img {
  width: 30px;
  height: 30px;
}
.sap-option-wrapper .cushionings .selected-option-image img {
  vertical-align: middle;
}
.sap-option-wrapper .selected-option-image {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  display: none;
  border: 1px solid #ccc;
  overflow: hidden;
  min-width: 22px;
}
.sap-option-wrapper .selected-option-image img {
  width: 100%;
}
.sap-option-wrapper .selected-option-value-container {
  flex-grow: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  /*min-width: calc(~"50% - 60px / 2");*/
  max-width: calc(50% - 60px / 2);
}
@media (max-width: 1279px) {
  .sap-option-wrapper .selected-option-value-container {
    min-width: calc(50% - 35px / 2);
    max-width: calc(50% - 35px / 2);
  }
}
.sap-option-wrapper .section-title {
  font-size: 14px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  line-height: 16px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  color: #000;
  display: flex;
  padding-top: 2px;
}
.sap-option-wrapper .select-now {
  display: inline-block;
  float: right;
  font-size: 13px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.sap-option-wrapper .selected-option-value {
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
  letter-spacing: 0.05em;
  padding-top: 3px;
}
.sap-option-wrapper .selected-option-value.kingguard-value {
  margin-right: 0;
}
@media (min-width: 768px) {
  .sap-option-wrapper .selected-option-value.price {
    font-size: 13px;
    line-height: 20px;
  }
}
.sap-option-wrapper .selected-option-value .description {
  display: none;
}
.sap-option-wrapper .section-dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 8px 8px;
  border-bottom: 1px solid #d1d1d1;
}
.sap-option-wrapper .section-dropdown-title.step1,
.sap-option-wrapper .section-dropdown-title.step2 {
  margin: 0 0 8px;
}
.sap-option-wrapper .section-dropdown-title .step-label {
  font-family: 'AktivGrotesk_medium', Arial, sans-serif;
  font-size: 16px;
}
.sap-option-wrapper .section-dropdown-title .step-label a {
  display: flex;
  align-items: center;
}
.sap-option-wrapper .section-dropdown-title .close:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 24px;
  padding: 8px 10px 8px 0;
}
.sap-option-wrapper .section-dropdown-title .section-dropdown-close {
  font-size: 24px;
  padding: 8px 0 8px 16px;
  cursor: pointer;
}
.sap-option-wrapper table[data-role="content"] {
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 8px 15px;
  border: 1px solid #d1d1d1;
}
@media (min-width: 1024px) {
  .sap-option-wrapper table[data-role="content"].wider {
    min-width: 700px;
    right: 0;
  }
  .sap-option-wrapper table[data-role="content"].wider tr.fields td.list-checkbox .control .options-list .field {
    width: 33% !important;
  }
}
@media (max-width: 1279px) {
  .sap-option-wrapper .section-dropdown-title {
    margin: 0 0 8px;
  }
  .sap-option-wrapper .fieldset-section-1 .section-title {
    margin-top: 0;
  }
  .sap-option-wrapper .collapse-title {
    padding: 23px 36px 23px 0;
  }
  .sap-option-wrapper .collapse-title:after {
    padding: 0;
    right: 10px;
  }
  .sap-option-wrapper .collapse-title .check {
    padding: 0;
    margin: 0 13px;
  }
}
#simple-media-info .cylindo-button.cylindo-ar-button a:link {
  z-index: 2;
}
.sap-option-wrapper .tab-header .tabs-menu {
  margin-bottom: 30px;
  display: block;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  overflow-x: inherit;
}
.sap-option-wrapper .tab-header .tabs-menu li {
  text-align: center;
  width: 49.5%;
}
.sap-option-wrapper .tab-header .tabs-menu li a {
  font-size: 14px;
  padding-bottom: 0;
  letter-spacing: 0.12em;
  font-family: 'AktivGrotesk_Regular';
  text-transform: uppercase;
  line-height: 16px;
  padding-left: 0;
}
.sap-option-wrapper .tab-header .tabs-menu li a:after {
  position: relative;
  top: 18px;
  background-color: #000;
}
.sap-option-wrapper .tab-header .tabs-menu li.ui-state-active a:after {
  opacity: 1;
  visibility: visible;
}
.sap-option-wrapper .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E5E5E5;
  height: 3px;
}
.sap-option-wrapper .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #727272;
  height: 3px;
}
.sap-option-wrapper .color-filter-wrapper,
.sap-option-wrapper .cover-swatch-title {
  display: block;
  margin-top: 20px;
  font-family: 'AktivGrotesk_Bold';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12em;
  color: #000000;
  padding-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .sap-option-wrapper .color-filter-wrapper,
  .sap-option-wrapper .cover-swatch-title {
    padding-bottom: 6px;
    margin-top: 24px;
  }
}
.sap-option-wrapper .cover-swatch-title {
  padding-bottom: 14px;
}
.sap-option-wrapper .color-filter-wrapper {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.sap-option-wrapper .color-filter-wrapper .color-filter-content {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .sap-option-wrapper .color-filter-wrapper .color-filter-content {
    margin-top: 13px;
  }
}
.sap-option-wrapper .color-filter-wrapper .colourFilter {
  float: left;
  cursor: pointer;
}
.sap-option-wrapper .color-filter-wrapper .colourFilter:nth-last-child(2) {
  margin-right: 9px;
}
.sap-option-wrapper .color-filter-wrapper .colourFilter.selected img {
  border: 1px solid #000;
}
.sap-option-wrapper .color-filter-wrapper .colourFilter img {
  max-width: 100%;
  height: 22px;
  width: 22px;
  margin: 0 2px;
  border: 1px solid #eee;
}
.sap-option-wrapper .color-filter-wrapper .colourFilter img:hover {
  opacity: 0.9;
}
.sap-option-wrapper .color-filter-wrapper #selectAll {
  font-family: 'AktivGrotesk_Regular';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  width: 18%;
  text-transform: capitalize;
  max-width: 65px;
}
@media (max-width: 1279px) {
  .sap-option-wrapper .color-filter-wrapper #selectAll {
    display: none;
  }
}
.sap-option-wrapper .color-filter-wrapper #selectAllmobile {
  font-family: 'AktivGrotesk_Regular';
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: capitalize;
}
@media (max-width: 1279px) {
  .sap-option-wrapper .color-filter-wrapper #selectAllmobile {
    display: block !important;
  }
}
.sap-option-wrapper .color-filter-wrapper .viewAll {
  font-family: 'AktivGrotesk_medium';
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 22px;
}
.sap-option-wrapper .fieldset-section {
  background: #fff;
  border-radius: 0;
  margin: 6px 0;
  padding: 0;
  width: 100%;
  position: relative;
  outline: none;
}
@media (max-width: 767px) {
  .sap-option-wrapper .fieldset-section {
    margin: 4px 0;
  }
}
.sap-option-wrapper .fieldset-section .cover-step1 {
  border-top: 1px solid #CCCCCC;
  padding-top: 25px;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .options-list.radio {
  display: block;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list > .field {
  padding-top: 15px;
  border-top: none;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap {
  display: block;
  margin-bottom: 11px;
  line-height: 19px;
  clear: both;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap:last-child {
  margin-bottom: 0;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice {
  width: auto;
  max-width: initial;
  display: flex;
  align-items: center;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice input[type="radio"] {
  display: inline-block;
  margin-top: 0;
  line-height: 19px;
  vertical-align: middle;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice img {
  display: none;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice label {
  display: inline-block;
  width: auto;
  font-family: 'AktivGrotesk_Light';
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice label > span {
  display: flex;
  align-items: self-start;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice label > span > span:first-child {
  font-family: 'AktivGrotesk_Light', Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 0;
  text-align: left;
  margin-right: 4px;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice label .price-notice {
  font-family: 'AktivGrotesk_Bold';
  line-height: 19px;
  font-size: 14px;
  display: inline-flex;
  margin-left: 0;
  padding-bottom: 0;
  width: auto;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .field.choice label .price-notice .price-wrapper {
  font-family: 'AktivGrotesk_Bold';
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .zoom-image,
.sap-option-wrapper .fieldset-section.kingguard .form-list .choice-option-wrap .overlay {
  display: none;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .option-desc {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  margin-top: 0px;
}
.sap-option-wrapper .fieldset-section.kingguard .form-list .select-option-king {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: 'AktivGrotesk_Medium';
  margin-top: 12px;
}
.sap-option-wrapper .fieldset-section.kingguard .selected-option-image {
  display: none !important;
}
.sap-option-wrapper .fieldset-section.active .collapse-title {
  border-color: #000;
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
}
.sap-option-wrapper .fieldset-section.selected .collapse-title {
  border-color: #000;
}
.sap-option-wrapper .fieldset-section .option-desc {
  font-family: 'AktivGrotesk_Light';
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .sap-option-wrapper .fieldset-section .option-desc {
    margin-top: 10px;
  }
}
.sap-option-wrapper .cushionings .form-list .options-list.radio {
  display: flex;
  white-space: initial;
  overflow-x: unset;
  gap: 3px;
}
.sap-option-wrapper .cushionings .form-list .options-list.radio .choice-option-wrap {
  display: flex;
  text-align: center;
  cursor: pointer;
  height: auto;
  width: 100%;
  flex-direction: column;
}
.sap-option-wrapper .cushionings .form-list .options-list.radio .choice-option-wrap:last-child {
  float: right;
  margin-right: 0;
}
.sap-option-wrapper .cushionings .form-list .field.choice {
  max-width: initial;
  width: 100%;
}
.sap-option-wrapper .cushionings .form-list .field.choice .pdo-select {
  height: 100%;
  display: block;
}
.sap-option-wrapper .cushionings .form-list .field.choice .pdo-select label {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.sap-option-wrapper .cushionings .form-list .field.choice input[type="radio"]:checked + .pdo-select .img-wrapper {
  border: 2px solid #000;
}
.sap-option-wrapper .cushionings .form-list .field.choice input[type="radio"]:checked + .pdo-select .img-wrapper img {
  border: none;
  padding: 0;
}
.sap-option-wrapper .cushionings .form-list .field.choice .img-wrapper {
  border: 1px solid #ccc;
  max-height: 130px;
  overflow: hidden;
  padding: 1px;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
}
.sap-option-wrapper .cushionings .form-list .field.choice .img-wrapper:hover {
  border: 2px solid #000;
}
.sap-option-wrapper .cushionings .form-list .field.choice .img-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
  border: none;
  margin: 0 auto;
}
.sap-option-wrapper .cushionings .form-list .field.choice .img-wrapper img:hover {
  border: none;
}
.sap-option-wrapper .cushionings .form-list .field.choice .label > span > span:first-child {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .sap-option-wrapper .cover .form-list {
    max-height: 520px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .sap-option-wrapper .cover .form-list {
    max-height: 550px;
  }
}
@media (min-width: 1280px) {
  .sap-option-wrapper .cover .form-list {
    max-height: 545px;
  }
}
.sap-option-wrapper .border-wrapper {
  border: 1px solid #000;
  border-top: none;
  padding-right: 2px;
  padding-left: 2px;
  border-radius: 0 0 4px 4px;
  transition: height 200ms;
}
@media (max-width: 767px) {
  .sap-option-wrapper .border-wrapper {
    padding-right: 1px;
    padding-left: 1px;
  }
}
.sap-option-wrapper .form-list {
  background: #fff;
  z-index: 5;
  padding: 0px 15px 20px 14px;
  width: 100%;
  max-height: 375px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list {
    padding: 0px 10px 15px 8px;
    max-height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1292px) {
  .sap-option-wrapper .form-list {
    max-height: 340px;
    padding: 0px 10px 20px 10px;
  }
}
.sap-option-wrapper .form-list > .field {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
.sap-option-wrapper .form-list .cover-extra-content {
  color: #000000;
}
.sap-option-wrapper .form-list .cover-extra-content .family-description {
  width: 69%;
  margin-right: 18px;
  border-right: 1px solid #D9D9D9;
  padding-right: 14px;
  font-family: 'AktivGrotesk_Light', sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .cover-extra-content .family-description {
    width: 100%;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1470px) {
  .sap-option-wrapper .form-list .cover-extra-content .family-description {
    width: 64%;
  }
}
.sap-option-wrapper .form-list .cover-extra-content .family-details {
  width: 26%;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .cover-extra-content .family-details {
    width: auto;
  }
}
.sap-option-wrapper .form-list .cover-extra-content .family-details span.title {
  font-family: AktivGrotesk_medium;
  display: block;
}
.sap-option-wrapper .form-list .cover-extra-content .family-details span.content {
  font-family: 'AktivGrotesk-Regular';
  font-size: 14px;
  line-height: 17px;
}
.sap-option-wrapper .form-list .cover-extra-content .family-description,
.sap-option-wrapper .form-list .cover-extra-content .family-details {
  font-size: 14px;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
  line-height: 19px;
  font-family: 'AktivGrotesk_Light', sans-serif;
}
@media (max-width: 1023px) {
  .sap-option-wrapper .form-list .cover-extra-content .family-description,
  .sap-option-wrapper .form-list .cover-extra-content .family-details {
    margin-top: 10px;
  }
}
.sap-option-wrapper .form-list .cover-extra-content .order-swatch-wrap {
  background: #F7F5F0;
  margin-top: 22px;
  padding: 24px 25px 22px 24px;
}
.sap-option-wrapper .form-list .cover-extra-content .order-swatch-wrap span.title {
  display: block;
  text-align: center;
  margin-bottom: 14px;
  font-family: 'AktivGrotesk_Bold';
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .cover-extra-content .order-swatch-wrap .content {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}
.sap-option-wrapper .form-list .cover-extra-content .order-swatch-wrap .content a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .cover-extra-content .order-swatch-wrap .content a {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}
.sap-option-wrapper .form-list .cover-extra-content .color-notice-text {
  margin-top: 16px;
  font-size: 11px;
  line-height: 13px;
}
.sap-option-wrapper .form-list .options-list .collapsible {
  cursor: pointer;
  text-align: center;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  z-index: 15;
  line-height: 100%;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .options-list .collapsible {
    width: 25px;
  }
}
.sap-option-wrapper .form-list .options-list .collapsible:before {
  width: 100%;
  display: block;
  height: 100%;
  font-family: FontAwesome;
  line-height: 50px;
  font-size: 22px;
}
.sap-option-wrapper .form-list .options-list .collapsible.fa-chevron-down:before {
  content: "\f107";
}
.sap-option-wrapper .form-list .options-list .collapsible.fa-chevron-up:before {
  content: "\f106";
}
.sap-option-wrapper .form-list .options-list.mCustomScrollbar .choice-option-wrap:first-child {
  margin-left: 2px;
}
.sap-option-wrapper .form-list .options-list .choice-option-wrap {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: left;
  vertical-align: top;
}
.sap-option-wrapper .form-list .options-list .choice-option-wrap .zoom-image {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  color: #797979;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .options-list .choice-option-wrap .zoom-image {
    font-size: 12px;
    line-height: 14px;
  }
}
.sap-option-wrapper .form-list .options-list .choice-option-wrap .popup {
  margin: 120px auto;
  padding: 45px;
  background: #fff;
  position: relative;
  max-width: 645px;
  transition: all 0.5s ease-in-out;
  max-height: 460px;
  display: block;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .options-list .choice-option-wrap .popup {
    max-width: inherit;
    max-height: max-content;
    display: block;
    width: 80%;
    padding: 22px;
    height: auto;
  }
}
.sap-option-wrapper .form-list .options-list .choice-option-wrap .popup img {
  max-height: 370px;
  width: 100%;
  display: block !important;
}
.sap-option-wrapper .form-list .options-list .choice-option-wrap .popup .close {
  position: absolute;
  transition: all 200ms;
  font-family: 'AktivGrotesk_Bold';
  color: #000;
  top: 13px;
  right: 15px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .options-list .choice-option-wrap .popup .close {
    top: 2px;
    font-size: 11px;
  }
}
.sap-option-wrapper .form-list .options-list .choice-option-wrap .popup .close:hover {
  color: #ccc;
}
.sap-option-wrapper .form-list .options-list .choice-option-wrap .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
  display: none;
  z-index: 10;
}
.sap-option-wrapper .form-list .options-list.radio {
  display: flex;
  overflow-x: auto;
}
.sap-option-wrapper .form-list .cover-step1 .options-list.radio {
  overflow-x: unset;
}
.sap-option-wrapper .form-list .field.choice {
  width: auto;
  max-width: 136px;
  padding: 0;
  margin-right: 1px;
  display: inline-block;
  text-align: center;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .field.choice {
    max-width: 106px;
  }
}
.sap-option-wrapper .form-list .field.choice.none,
.sap-option-wrapper .form-list .field.choice input[type="radio"] {
  display: none;
}
.sap-option-wrapper .form-list .field.choice img {
  margin-bottom: 3px;
  width: 136px;
  height: 136px;
  padding: 1px;
  max-width: 136px;
  max-height: 136px;
  display: flex;
  border: 2px solid transparent;
}
.sap-option-wrapper .form-list .field.choice img:hover {
  border: 2px solid #000;
}
.sap-option-wrapper .form-list .field.choice.first-item input[type="radio"]:checked + .pdo-select img {
  border: none;
  padding: 0;
}
.sap-option-wrapper .form-list .field.choice.first-item input[type="radio"]:checked + .pdo-select img:hover {
  border: none;
  padding: 0;
}
.sap-option-wrapper .form-list .field.choice label {
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.sap-option-wrapper .form-list .field.choice label > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sap-option-wrapper .form-list .field.choice label span.option-name-wrap {
  text-align: center;
  letter-spacing: normal;
  padding: 0 1px;
  display: block;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
.sap-option-wrapper .form-list .field.choice label > span > span:first-child {
  font-family: 'AktivGrotesk_regular', Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 3px;
  text-align: center;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .field.choice label > span > span:first-child {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 0;
  }
}
.sap-option-wrapper .form-list .field.choice label .price-notice {
  display: block;
  margin: 0;
  width: 100%;
  font-family: 'AktivGrotesk_medium', Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .field.choice label .price-notice {
    font-size: 12px;
    line-height: 14px;
  }
}
.sap-option-wrapper .form-list .field.choice label .price-notice > span {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sap-option-wrapper .form-list .field.choice label .price-notice .price-wrapper {
  font-family: 'AktivGrotesk_medium', Arial, sans-serif;
}
.sap-option-wrapper .form-list .field.choice label .description {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
  overflow: hidden;
  order: 2;
}
.sap-option-wrapper .form-list .field.choice .buttons {
  display: none;
  position: absolute;
  top: 0;
  height: 130px;
  width: calc(100% - 16px);
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  z-index: 1;
}
.sap-option-wrapper .form-list .field.choice .buttons .action.primary {
  border-color: #fff;
  background: transparent;
  color: #fff;
  width: 80px;
}
.sap-option-wrapper .form-list .field.choice .buttons .action.primary:hover {
  color: #000;
  background: #fff;
}
@media (hover: hover) {
  .sap-option-wrapper .form-list .field.choice:hover .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .sap-option-wrapper .form-list .field.choice:hover .buttons {
    display: none;
  }
}
.sap-option-wrapper .form-list .field.choice input[type="radio"]:checked + .pdo-select img {
  border: 2px solid #000;
  padding: 1px;
}
.sap-option-wrapper .form-list .field.choice input[type="radio"]:checked + label:before,
.sap-option-wrapper .form-list .field.choice input[type="radio"]:checked + img + label:before {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  content: "\e9051";
  background: #ffffff;
  font-family: 'Icomoon';
  display: inline-block;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.sap-option-wrapper .form-list .field.choice input[type="radio"]:checked + label:after,
.sap-option-wrapper .form-list .field.choice input[type="radio"]:checked + img + label:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list .field.choice img {
    width: 106px;
    height: 106px;
    margin-bottom: 0;
  }
  .sap-option-wrapper .form-list .field.choice .label .price-notice {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .sap-option-wrapper .form-list.wider {
    right: 0;
  }
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-option .section-dropdown-title {
  display: none;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice input[type="radio"]:checked + label:before {
  display: none;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-select {
  display: block;
  position: relative;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-select__trigger {
  position: relative;
  display: block;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 2px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .selected-option {
  margin: 0 33px 0 16px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .selected-option label > span > span:first-child {
  font-family: 'AktivGrotesk_Bold';
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-options {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid #000;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  max-height: 260px;
  overflow-y: scroll;
  flex-direction: column;
  border-radius: 2px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-options::-webkit-scrollbar {
  height: 210px;
  width: 3px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-options::-webkit-scrollbar-track {
  background: transparent;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-options::-webkit-scrollbar-thumb {
  background-color: #727272;
  border-radius: 3px;
  border: 3px solid #727272;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-option {
  position: relative;
  display: block;
  padding: 0;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 30px 0 16px;
  order: 2;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-option.selected {
  order: 1;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-option.selected label span.opt-title span {
  font-family: 'AktivGrotesk_Bold';
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-option:last-child {
  border-bottom: none;
}
.sap-option-wrapper .fieldset-section.cover .form-list .custom-option.selected:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.sap-option-wrapper .fieldset-section.cover .form-list .arrow {
  position: absolute;
  bottom: calc(50% + 4px);
  right: 24px;
  cursor: pointer;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice {
  width: 100%;
  padding: 0;
  height: auto;
  display: block;
  max-width: 100%;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice a.pdo-select {
  padding: 18px 0 0 0;
  display: block;
  margin-right: 0;
  cursor: pointer;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice:last-child label {
  border-bottom: none;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice label {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 14px;
  cursor: pointer;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice label span {
  display: inline-flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice label span.opt-title {
  float: left;
  margin-right: 3px;
  justify-content: left;
  align-items: self-start;
  margin-top: 3px;
  flex-direction: column;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice label span.opt-title span {
  white-space: nowrap;
  padding-bottom: 0px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice label span.opt-title span.opt-price {
  color: #737373;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice label span.option-images {
  float: right;
  text-align: right;
  justify-content: right;
  flex-wrap: wrap;
  margin-left: auto;
}
@media (max-width: 767px) {
  .sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice label span.option-images img {
    float: right;
  }
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .field.choice img {
  float: left;
  max-height: 20px;
  max-width: 20px;
  border: none;
  padding: 0;
  margin: 0 2px 4px 2px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .options-list.radio {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .selected-option .field.choice .label > span > span:first-child {
    font-size: 14px;
  }
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step1 .custom-options .field.choice .label > span > span:first-child {
  font-size: 14px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .cover-step2 .field.choice img {
  margin-bottom: 3px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .field.choice {
  width: 100%;
  cursor: pointer;
  padding: 0px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .field.choice .label {
  letter-spacing: 0.12em;
}
.sap-option-wrapper .fieldset-section.cover .form-list .field.choice .label > span > span:first-child {
  font-size: 14px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .field.choice .label .price-notice {
  font-size: 14px;
}
.sap-option-wrapper .fieldset-section.cover .form-list .field.choice img {
  margin-bottom: 0;
}
.sap-option-wrapper .fieldset-section.cover .form-list .field.choice:not(.choice-level1) input[type="radio"]:checked + label:after {
  border: solid 1px #9e9d9d;
}
@media (max-width: 767px) {
  .sap-option-wrapper .fieldset-section.cover .form-list .field.choice .label {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 14px;
  }
  .sap-option-wrapper .fieldset-section.cover .form-list .field.choice .label > span > span:first-child {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 0;
  }
  .sap-option-wrapper .fieldset-section.cover .form-list .field.choice .label .price-notice {
    font-size: 12px;
    line-height: 14px;
  }
}
.sap-option-wrapper .cover-step2 {
  margin-top: 25px;
  display: block;
}
.sap-option-wrapper .cover-step2 .buttons {
  display: none;
  position: absolute;
  top: 0;
  height: 130px;
  width: calc(100% - 16px);
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  z-index: 1;
}
.sap-option-wrapper .cover-step2 .buttons .action.primary.pdo-select {
  margin-bottom: 10px;
}
.sap-option-wrapper .cover-step2 .buttons .action.primary.pdo-detail {
  margin-top: 10px;
}
.sap-option-wrapper .cover-step2 .popup {
  display: none;
}
.sap-option-wrapper .cover-step2 .popup.active {
  display: block;
}
.sap-option-wrapper .cover-step2 .popup .content-popup {
  width: 1200px;
  height: 550px;
}
.sap-option-wrapper .cover-step2 .popup .wapper-popup {
  width: 100%;
  height: 100%;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp {
  padding: 50px 60px 50px;
  overflow: auto;
  text-align: left;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp > img {
  width: 60%;
  height: -webkit-fill-available;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp > .popup-pdp-detail {
  width: calc(40% - 30px);
  margin-left: 30px;
  float: right;
  font-size: 14px;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp > .popup-pdp-detail p {
  padding-top: 20px;
  line-height: 22px;
  padding-bottom: 20px;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp > .popup-pdp-detail span.price.fullprice {
  font-family: 'AktivGrotesk_Regular', sans-serif;
  margin-right: 15px;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp > .popup-pdp-detail .actions {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp > .popup-pdp-detail .comment {
  padding-top: 20px;
  font-size: 12px;
  line-height: 20px;
}
.sap-option-wrapper .cover-step2 .popup .info-popup.info-popup-pdp > .popup-pdp-detail .price-notice {
  text-align: left !important;
}
@media (max-width: 767px) {
  .sap-option-wrapper .cover-step2 .popup .content-popup {
    height: 500px;
    width: calc(100% - 30px);
  }
  .sap-option-wrapper .cover-step2 .popup .content-popup .info-popup.info-popup-pdp {
    padding: 40px 20px;
  }
  .sap-option-wrapper .cover-step2 .popup .content-popup .info-popup.info-popup-pdp > .popup-pdp-detail {
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .sap-option-wrapper .cover-step2 .popup .content-popup .info-popup.info-popup-pdp > .popup-pdp-detail p {
    padding-top: 5px;
    line-height: 22px;
    padding-bottom: 5px;
  }
  .sap-option-wrapper .cover-step2 .popup.active .content-popup {
    overflow: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.luxury-materials-wrapper {
  padding: 30px 0;
}
.luxury-materials-wrapper > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.luxury-materials-wrapper .collection-box img {
  display: block;
  width: 100%;
}
.luxury-materials-wrapper .collection-box .img-link {
  position: relative;
}
.luxury-materials-wrapper .collection-box .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;
}
.luxury-materials-wrapper .collection-box .img-link:hover a:before {
  opacity: 1;
  visibility: visible;
}
.luxury-materials-wrapper .collection-box .link {
  padding: 10px 0 20px;
}
.luxury-materials-wrapper .collection-box .link .view {
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
}
@media (min-width: 1024px) {
  .luxury-materials-wrapper .collection-box .link .view {
    font-size: 16px;
  }
}
.luxury-materials-wrapper .collection-box[class^="col"] {
  float: none;
}
.category-best-seller-container {
  background: #e7e3da;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .category-best-seller-container {
    padding: 12px 0;
  }
}
.category-best-seller-container .container {
  max-width: 1270px;
}
.category-best-seller-container .block-title {
  text-align: center;
  font-size: 32px;
  line-height: initial;
  padding: 15px 0;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
.category-best-seller-container .category-best-seller-slider {
  margin: 0;
}
.category-best-seller-container .category-best-seller-slider .best-seller-item {
  display: flex !important;
  background: #282828;
  color: #fff;
}
.category-best-seller-container .category-best-seller-slider .best-seller-item .img {
  flex-basis: 50%;
}
.category-best-seller-container .category-best-seller-slider .best-seller-item .content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
.category-best-seller-container .category-best-seller-slider .best-seller-item .content .title {
  font-size: 24px;
  padding-bottom: 20px;
}
.category-best-seller-container .category-best-seller-slider .best-seller-item .content .description {
  padding-bottom: 20px;
}
.category-best-seller-container .category-best-seller-slider .best-seller-item .content .action a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.category-best-seller-container .category-best-seller-slider.slick-slider.slick-initialized .slick-slide {
  padding: 15px 100px;
  margin: 0;
}
.category-best-seller-container .category-best-seller-slider.slick-slider .slick-arrow {
  background: none;
}
.category-best-seller-container .category-best-seller-slider.slick-slider .slick-arrow:before {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .category-best-seller-container .container {
    padding: 0;
  }
  .category-best-seller-container .category-best-seller-slider {
    padding: 0;
  }
  .category-best-seller-container .category-best-seller-slider .best-seller-item {
    flex-direction: column;
  }
  .category-best-seller-container .category-best-seller-slider.slick-slider.slick-initialized .slick-slide {
    padding: 0;
    margin: 0;
  }
  .category-best-seller-container .category-best-seller-slider.slick-slider .slick-list {
    background: #282828;
  }
  .category-best-seller-container .category-best-seller-slider.slick-slider .slick-track {
    display: flex !important;
  }
  .category-best-seller-container .category-best-seller-slider.slick-slider .slick-track .slick-slide {
    height: auto;
  }
  .category-best-seller-container .category-best-seller-slider.slick-slider .slick-track .slick-slide > div {
    height: 100%;
  }
  .category-best-seller-container .category-best-seller-slider.slick-slider .slick-track .slick-slide .best-seller-item {
    height: 100%;
  }
  .category-best-seller-container .category-best-seller-slider .slick-dots {
    position: static;
    margin-top: 10px;
  }
  .category-best-seller-container .category-best-seller-slider .slick-dots li {
    margin: 0 6px;
    width: 12px;
    height: 12px;
  }
  .category-best-seller-container .category-best-seller-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 0;
  }
  .category-best-seller-container .category-best-seller-slider .slick-dots li.slick-active button {
    background: #fff;
    border: 2px solid #fff;
  }
}
.category-our-process {
  background: #e7e3da;
  padding: 40px 0;
}
.category-our-process .container {
  max-width: 980px;
}
@media (max-width: 767px) {
  .category-our-process {
    padding: 20px 0;
  }
}
.category-our-process .block-title {
  font-size: 32px;
  line-height: initial;
  padding: 15px 0;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
@media (min-width: 767px) {
  .category-our-process .block-title {
    padding-bottom: 5px;
    font-size: 24px;
    font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  }
}
@media (min-width: 768px) {
  .category-our-process .box.img img {
    padding-right: 20px;
  }
}
.category-our-process .box.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.category-our-process .box.content .content-top {
  padding-bottom: 15px;
}
.category-our-process .box.content .content-icon {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.category-our-process .box.content .content-icon .icon {
  display: flex;
  padding: 15px 0 5px;
}
.category-our-process .box.content .content-icon .icon img {
  padding-right: 20px;
  width: auto;
}
.category-our-process .box.content .content-icon .subtitle {
  font-size: 18px;
}
.category-our-process .box.content .content-icon .sub-content {
  max-width: 380px;
}
@media (min-width: 768px) {
  .category-our-process .box.content {
    flex-direction: column;
  }
  .category-our-process .box.content .content-icon .sub-content {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .category-our-process .box.content .content-icon {
    flex-basis: 50%;
    flex-direction: column;
  }
  .category-our-process .box.content .content-icon .icon img {
    padding-right: 10px;
  }
  .category-our-process .box.content .content-icon .subtitle {
    padding-top: 5px;
  }
  .category-our-process .box.content .content-icon .sub-content {
    padding-right: 10px;
  }
}
.category-top-block {
  max-width: 830px;
  margin: 45px auto;
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
}
.category-top-block .block-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #c6b5a1;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
@media (max-width: 767px) {
  .category-top-block .block-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.category-top-block .block-content {
  max-width: 560px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .category-top-block .block-content {
    font-size: 12px;
    margin: 15px 0;
  }
}
.category-top-block .view {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
.category-gallery-slider-block {
  padding: 45px 0 30px;
  text-align: center;
}
.category-gallery-slider-block .block-title {
  color: #c6b5a1;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  max-width: 500px;
  margin: auto;
  font-size: 32px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .category-gallery-slider-block .block-title {
    font-size: 24px;
  }
}
.category-gallery-slider-block .block-content {
  max-width: 640px;
  margin: auto;
  padding: 30px 15px;
}
.category-gallery-slider-block .category-gallery-slider .gallery-item {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .category-gallery-slider-block .category-gallery-slider .gallery-item {
    padding: 0 5px;
  }
}
.category-gallery-slider-block .category-gallery-slider.slick-slider {
  margin: 0;
}
.category-gallery-slider-block .category-gallery-slider.slick-slider .slick-slide img {
  margin: auto;
  min-width: 90%;
}
.category-gallery-slider-block .category-gallery-slider.slick-initialized .slick-slide {
  padding-top: 0;
  margin: 0;
}
.category-gallery-slider-block .category-gallery-slider.slick-dotted.slick-slider {
  padding-bottom: 50px;
}
.category-gallery-slider-block .category-gallery-slider .slick-dots {
  bottom: 0;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.category-gallery-slider-block .category-gallery-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.category-gallery-slider-block .category-gallery-slider .slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.category-gallery-slider-block .category-gallery-slider .slick-dots li.slick-active button {
  background: #1d1d1d;
  border-color: #1d1d1d;
}
.cms-sticky-navigation .cms-sticky-content ul h1 {
  margin: 0;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.08em;
  display: block;
  padding: 14px 13px;
  text-transform: uppercase;
}
.cms-sticky-navigation.dark-theme .cms-sticky-wrap {
  padding: 0;
}
.cms-sticky-navigation.dark-theme .cms-sticky-content {
  overflow: auto;
}
.cms-sticky-navigation.dark-theme .cms-sticky-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-sticky-navigation.dark-theme .cms-sticky-content ul li h1 {
  font-size: 32px;
  line-height: normal;
  color: #c6b5a1;
  text-transform: none;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
  padding: 10px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cms-sticky-navigation.dark-theme .cms-sticky-content ul li h1 {
    font-size: 24px;
  }
}
.cms-sticky-navigation.dark-theme .cms-sticky-content ul li a {
  text-transform: none;
  font-size: 12px;
  text-decoration: underline;
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
}
@media (max-width: 767px) {
  .cms-sticky-navigation.dark-theme .cms-sticky-content ul li a {
    padding: 10px 13px;
    font-size: 10px;
  }
}
.cms-sticky-navigation.dark-theme .cms-sticky-content ul li.shop a {
  background: none;
}
.cms-sticky-navigation.dark-theme .cms-sticky-content ul li.category {
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  background: #282828;
}
.fixed-headsticky .cms-sticky-navigation.dark-theme .cms-sticky-content ul li h1 {
  padding: 0;
}
.fixed-headsticky .cms-sticky-navigation.dark-theme .cms-sticky-content ul li.category {
  margin-bottom: 0;
}
.slidershow-single-new-container {
  padding: 15px;
  text-align: center;
}
.slidershow-single-new-container .slidershow-single-new.slick-slider {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 100px;
}
@media (max-width: 767px) {
  .slidershow-single-new-container .slidershow-single-new.slick-slider {
    padding: 50px 30px;
  }
}
.slidershow-single-new-container .slidershow-single-new.slick-slider .slick-slide img {
  width: 100%;
}
.slidershow-single-new-container .slidershow-single-new.slick-slider .slick-arrow {
  background: none;
}
.slidershow-single-new-container .slidershow-single-new.slick-slider .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
}
.slidershow-single-new-container .slidershow-single-new.slick-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slidershow-single-new-container .slidershow-single-new.slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}
@media (max-width: 767px) {
  .slidershow-single-new-container .slidershow-single-new.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
  .slidershow-single-new-container .slidershow-single-new.slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slidershow-single-new-container .slidershow-single-new.slick-initialized .slick-slide {
  padding-top: 0;
  margin: 0;
}
.slidershow-single-new-container .slidershow-single-new .slick-dots {
  bottom: 0;
  left: 0;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  position: absolute;
}
.slidershow-single-new-container .slidershow-single-new .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slidershow-single-new-container .slidershow-single-new .slick-dots li button {
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slidershow-single-new-container .slidershow-single-new .slick-dots li.slick-active button {
  background: #fff;
  border-color: #fff;
}
.store-redirect-popup-modal-container .modal-inner-wrap {
  max-width: 390px;
  text-align: center;
  width: 90%;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%) !important;
}
.store-redirect-popup-modal-container .action-close {
  padding: 0;
}
.store-redirect-popup-modal-container .modal-header {
  padding-top: 2rem;
}
.store-redirect-popup-modal-container .modal-footer {
  padding: 15px 3rem;
}
.store-redirect-popup-modal-container .modal-footer button {
  border-radius: 20px;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: none;
  font-family: 'AktivGrotesk_Regular';
  width: 100%;
}
.store-redirect-popup-modal-container .modal-footer button img {
  width: 30px;
  margin-right: 15px;
}
.store-redirect-popup-modal-container .modal-footer button span {
  display: flex;
  align-items: center;
  text-align: left;
  padding-right: 10px;
}
.store-redirect-popup-modal-container .modal-footer button span:after {
  display: none;
}
.store-redirect-popup-modal-container .title {
  font-size: 48px;
  line-height: normal;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  letter-spacing: 10px;
}
.store-redirect-popup-modal-container .welcome {
  font-family: 'AktivGrotesk_medium', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}
.store-redirect-popup-modal-container .message {
  margin-top: 20px;
  font-size: 12px;
}
.kl-popup .modal-inner-wrap {
  max-width: 390px;
  text-align: center;
  width: 90%;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%) !important;
}
.kl-popup .action-close {
  padding: 10px;
}
.kl-popup .modal-content {
  padding-bottom: 3rem;
}
.kl-popup.wider .modal-inner-wrap {
  max-width: 800px;
}
.book-access-popup.fancybox-margin {
  margin-right: 0;
}
.section-storelocator {
  padding-bottom: 66px;
  background: #fff;
  margin-top: 17px;
}
.list-cate-faq {
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.list-cate-faq .headtitle {
  position: relative;
}
.list-cate-faq .headtitle h1 {
  margin: 20px 0 20px;
  padding: 0;
  font-family: "AktivGrotesk_Hairline";
  color: #1d1d1d;
  font-size: 31px;
  text-align: center;
}
@media (max-width: 1169px) {
  .list-cate-faq .headtitle h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .list-cate-faq .headtitle h1 {
    font-size: 20px;
    margin: 20px 0 26px;
  }
}
.list-cate-faq .headtitle .fa {
  font-size: 16px;
  left: -15px;
  padding-right: 5px;
  position: absolute;
  top: 4px;
}
@media (max-width: 767px) {
  .list-cate-faq .headtitle .fa {
    top: 0;
  }
}
.list-cate-faq .headtitle a {
  cursor: pointer;
  bottom: -4px;
  font-size: 11px;
  font-family: "AktivGrotesk_Bold";
  letter-spacing: 1px;
  color: #1d1d1d;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
@media (max-width: 1169px) {
  .list-cate-faq .headtitle a {
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .list-cate-faq .headtitle a {
    bottom: -22px;
    font-size: 10px;
  }
}
.list-cate-faq ul {
  margin: 0;
  padding: 0;
}
.list-cate-faq ul li {
  border-top: 1px solid #c4c4c4;
  list-style: none;
  margin-bottom: 0;
}
.list-cate-faq ul li a {
  color: #000;
  font-family: "AktivGrotesk_Bold";
  font-size: 14px;
  cursor: pointer;
  padding: 7px 0;
  display: block;
}
.list-cate-faq ul li a.question {
  position: relative;
  padding-right: 20px;
}
.list-cate-faq ul li a.question .fa {
  position: absolute;
  right: 11px;
  top: 11px;
}
.list-cate-faq ul li .answer {
  display: none;
  padding-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 1169px) {
  .list-cate-faq ul li .answer {
    font-size: 12px;
  }
}
.list-cate-faq ul li .answer p {
  margin-bottom: 10px;
}
.list-cate-faq ul li .answer p a {
  display: inline-block;
  text-decoration: underline;
  font-family: AktivGrotesk_Regular;
}
@media (max-width: 1169px) {
  .list-cate-faq ul li .answer p a {
    font-size: 12px;
  }
}
body.blog-post-view .page-title {
  margin-bottom: 2rem;
}
.blog__post-view:before,
.blog__post-view:after {
  content: '';
  display: table;
}
.blog__post-view:after {
  clear: both;
}
.blog__post-view .blog__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.blog__post-view-related-posts {
  margin: 2rem 0;
}
.blog__post-view-related-posts:before,
.blog__post-view-related-posts:after {
  content: '';
  display: table;
}
.blog__post-view-related-posts:after {
  clear: both;
}
.blog__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.blog__post-view-related-posts ol li {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.blog__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.blog__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.blog__post-view-related-products {
  margin: 2rem 0;
}
.blog__post-view-related-products:before,
.blog__post-view-related-products:after {
  content: '';
  display: table;
}
.blog__post-view-related-products:after {
  clear: both;
}
.blog__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.blog__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.blog__post-list-wrapper .blog__post-list {
  list-style: none;
  padding: 0;
}
.blog__post-list-wrapper .blog__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.blog__post-list-wrapper .toolbar {
  position: relative;
}
.blog__post-item:before,
.blog__post-item:after {
  content: '';
  display: table;
}
.blog__post-item:after {
  clear: both;
}
.blog__post-item .blog__post-header .blog__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.blog__post-item .blog__post-excerpt:before,
.blog__post-item .blog__post-excerpt:after {
  content: '';
  display: table;
}
.blog__post-item .blog__post-excerpt:after {
  clear: both;
}
.blog__post-item .blog__post-excerpt > img,
.blog__post-item .blog__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.blog__post-item .blog__post-excerpt .read-more {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.blog__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
.blog__post-meta:before,
.blog__post-meta:after {
  content: '';
  display: table;
}
.blog__post-meta:after {
  clear: both;
}
.blog__post-meta .blog__post-meta-time,
.blog__post-meta .blog__post-meta-author,
.blog__post-meta .blog__post-meta-comments,
.blog__post-meta .blog__post-meta-sharing {
  margin-right: 2rem;
}
.blog__post-meta .blog__post-meta-sharing {
  display: inline-block;
  margin-left: 2rem;
}
.blog__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.blog__post-footer:before,
.blog__post-footer:after {
  content: '';
  display: table;
}
.blog__post-footer:after {
  clear: both;
}
.blog__post-footer .blog__post-footer-categories,
.blog__post-footer .blog__post-footer-tags {
  display: block;
  float: right;
  margin-left: 2rem;
}
.blog__post-footer .blog__post-footer-categories a,
.blog__post-footer .blog__post-footer-tags a {
  color: #a3a3a3;
}
.blog__post-footer .blog__post-footer-categories a::after,
.blog__post-footer .blog__post-footer-tags a::after {
  content: ',';
}
.blog__post-footer .blog__post-footer-categories a:last-child::after,
.blog__post-footer .blog__post-footer-tags a:last-child::after {
  content: '';
}
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.blog__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.blog__post-pinned .items .item:last-child {
  margin-right: 0;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
.blog__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.blog__sidebar-main > .block .block-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog__sidebar-main > .block .block-title strong {
  font-weight: 300;
}
.blog__sidebar-search {
  margin-bottom: 2rem;
}
.blog__sidebar-search form {
  position: relative;
}
.blog__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
}
.blog__sidebar-search form button {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.blog__sidebar-recent .item:before,
.blog__sidebar-recent .item:after {
  content: '';
  display: table;
}
.blog__sidebar-recent .item:after {
  clear: both;
}
.blog__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  width: 10rem;
  border-radius: 2px;
}
.blog__sidebar-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.blog__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.blog__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.blog__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.blog__sidebar-tag-cloud a {
  color: #666;
}
.blog__sidebar-rss-link {
  text-align: center;
}
.blog__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.blog__sidebar-rss-link a:hover {
  text-decoration: none;
}
.blog__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.blog__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.blog__post-catalog-related-posts ol li:before,
.blog__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.blog__post-catalog-related-posts ol li:after {
  clear: both;
}
.blog__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.blog__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
body.blog .columns {
  display: flex;
  justify-content: center;
}
body.blog .columns .sidebar-main {
  width: 416px;
  padding: 15px;
  margin-right: 50px;
  flex-basis: unset;
  flex-grow: unset;
}
body.blog .columns .column.main {
  width: 1200px;
  flex-basis: unset;
  flex-grow: unset;
}
@media (min-width: 1280px) {
  body.blog .columns {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1279px) {
  body.blog .columns .sidebar-main {
    width: 100%;
    margin: 0;
  }
  body.blog .columns .column.main {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.blog .page-main {
    padding-top: 0;
  }
}
@media (max-width: 1279px) {
  .blog-desktop {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .blog-none-desktop {
    display: none !important;
  }
}
.blog__post-list-wrapper {
  margin-bottom: 95px;
}
.blog__post-list-wrapper ol,
.blog__post-list-wrapper ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 1279px) {
  .blog__post-list-wrapper {
    margin-bottom: 40px;
  }
}
.blog__post-list {
  display: flex;
  flex-wrap: wrap;
}
.blog__post-list > li.blog__post-item {
  border: none;
  margin: 0;
  list-style: none;
}
.blog__post-list .blog__post-item {
  flex-basis: 100%;
  padding: 15px;
  border: none;
}
.blog__post-list .blog__post-item .post-cover {
  position: relative;
  margin-bottom: 20px;
}
.blog__post-list .blog__post-item .post-cover .cover-title {
  position: relative;
  overflow: hidden;
  height: 244px;
}
.blog__post-list .blog__post-item .post-cover .cover-title img {
  height: auto;
  width: auto;
}
.blog__post-list .blog__post-item .hover-cover {
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  width: 100%;
  float: left;
  position: absolute;
  height: 360px;
  margin-bottom: 10px;
}
.blog__post-list .blog__post-item .post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px;
  width: 50%;
  padding-left: 0px;
  padding-bottom: 0;
  padding-top: 4px;
}
.blog__post-list .blog__post-item .post-title h3 {
  font-size: 30px;
  font-family: 'AktivGrotesk_Hairline', sans-serif;
  line-height: 35px;
}
@media (max-width: 767px) {
  .blog__post-list .blog__post-item .post-title {
    padding: 7px 10px;
    padding-left: 0px;
    width: 55%;
    bottom: 0;
    padding-bottom: 0px;
    padding-top: 9px;
  }
  .blog__post-list .blog__post-item .post-title h3 {
    font-size: 17px;
    font-family: 'AktivGrotesk_Thin', sans-serif;
    line-height: 20px;
  }
}
.blog__post-list .blog__post-item .post-meta {
  font-size: 12px;
  font-family: 'AktivGrotesk_Regular', sans-serif;
}
.blog__post-list .blog__post-item .post-description {
  margin: 10px 0;
  font-size: 14px;
  font-family: 'AktivGrotesk_Regular', sans-serif;
  margin-bottom: 14px;
}
.blog__post-list .blog__post-item .post-read {
  justify-content: space-between;
  align-items: center;
}
.blog__post-list .blog__post-item .post-readmore {
  font-size: 12px;
  font-family: 'AktivGrotesk_Bold', sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 3px 0;
}
.blog__post-list .blog__post-item .post-readmore:after {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
  content: "\e901";
  font-size: 11px;
  transition: right .3s ease;
  position: static;
  left: 80px;
  top: 6px;
}
.blog__post-list .blog__post-item .post-readmore a {
  color: #000;
}
.blog__post-list .blog__post-item .reading-time {
  font-size: 12px;
  color: #000;
}
@media (min-width: 768px) {
  .blog__post-list .blog__post-item {
    flex-basis: 50%;
  }
  .blog__post-list .blog__post-item .post-cover .cover-title {
    height: 225px;
  }
}
@media (min-width: 1024px) {
  .blog__post-list .blog__post-item .post-cover {
    margin-bottom: 15px;
  }
  .blog__post-list .blog__post-item .post-cover .cover-title {
    height: 360px;
  }
  .blog__post-list .blog__post-item .post-cover .cover-title a.cover-img:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .7s ease, visibility .7s ease;
  }
  .blog__post-list .blog__post-item .post-cover .cover-title a.cover-img:hover:after {
    opacity: 1;
    visibility: visible;
  }
}
.blog-post-list__toolbar {
  padding: 0 15px;
}
.blog-post-list__toolbar .toolbar-sorter {
  padding-top: 15px;
  letter-spacing: 0.12em;
  color: #000;
}
.blog-post-list__toolbar .toolbar-sorter select {
  background-color: transparent;
  padding-left: 0;
  padding-right: 15px;
  min-width: 137px;
  margin: 0;
  background-position-x: 100%;
  letter-spacing: 0.12em;
  color: #000;
}
.blog-post-list__toolbar .toolbar-sorter .sorter-label {
  font-family: "AktivGrotesk_Bold", 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
}
.blog-post-list__toolbar .toolbar-amount,
.blog-post-list__toolbar .limiter {
  display: none;
}
.blog-post-list__toolbar .pages .item {
  width: 40px;
}
.blog-post-list__toolbar .pages .item.pages-item-previous,
.blog-post-list__toolbar .pages .item.pages-item-next {
  border: none;
}
.blog-post-list__toolbar .pages .action {
  border: none;
}
.blog-post-list__toolbar .pages .action.previous:before,
.blog-post-list__toolbar .pages .action.next:before {
  font-size: 30px;
}
body.blog .block-collapsible-nav.top-nav {
  margin-bottom: 30px;
}
body.blog .block-collapsible-nav.top-nav > .content {
  padding: 11px 15px;
  text-align: center;
}
body.blog .block-collapsible-nav.top-nav .nav.items {
  display: inline-flex;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
body.blog .block-collapsible-nav.top-nav .nav.items .item {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding-right: 30px;
  white-space: nowrap;
}
body.blog .block-collapsible-nav.top-nav .nav.items .item a:visited {
  color: #000;
}
body.blog .block-collapsible-nav.top-nav .nav.items .item > a,
body.blog .block-collapsible-nav.top-nav .nav.items .item > strong {
  padding: 12px 0;
}
body.blog .block-collapsible-nav.top-nav .nav.items .item.current > a,
body.blog .block-collapsible-nav.top-nav .nav.items .item.current > strong {
  border-bottom: 5px solid #333435;
  padding-bottom: 7px;
}
@media (max-width: 1279px) {
  body.blog .block-collapsible-nav.top-nav {
    position: static;
    margin-bottom: 0;
  }
  body.blog .block-collapsible-nav.top-nav .content {
    display: block;
    border: none;
  }
}
body.blog .blog__sidebar-search {
  margin-bottom: 30px;
}
body.blog .blog__sidebar-search form {
  position: relative;
}
body.blog .blog__sidebar-search .search-icon {
  position: absolute;
  top: 6px;
}
body.blog .blog__sidebar-search input.input-text {
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue Light', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  padding-left: 40px;
}
body.blog .blog__sidebar-search input.input-text::placeholder {
  color: #797979;
}
body.blog .blog__sidebar-search button.action.primary {
  position: absolute;
  right: 0;
  border: none;
  color: #000;
  box-shadow: none;
  background: none;
  padding: 0 0 0 20px;
  line-height: 20px;
  font-size: 15px;
  height: 32px;
}
body.blog .blog__sidebar-search button.action.primary > span {
  padding: 0;
}
body.blog .blog__sidebar-search button.action.primary > span:after {
  display: none;
}
body.blog .blog__sidebar-main ul {
  padding: 0;
  list-style: none;
}
body.blog .blog__sidebar-main .filter-status {
  letter-spacing: 0.12em;
  color: #000;
  margin-top: 30px;
}
@media (min-width: 1280px) {
  body.blog .blog__sidebar-main .filter-status {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
  }
}
body.blog .blog__sidebar-main .active-filters {
  display: flex;
  flex-wrap: wrap;
}
body.blog .blog__sidebar-main .active-filters .active-filter {
  margin-right: 5px;
  margin-bottom: 10px;
}
body.blog .blog__sidebar-main .active-filters a {
  display: inline-block;
  padding: 8px 44px 9px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 2px;
  position: relative;
}
body.blog .blog__sidebar-main .active-filters a:after {
  content: "\e904";
  font-family: 'Icomoon';
  font-size: 12px;
  position: absolute;
  right: 16px;
}
body.blog .blog__sidebar-main .clearall {
  margin: 10px 0 0;
}
body.blog .blog__sidebar-main .clearall > a {
  display: inline-block;
  padding: 9px 16px 10px;
  font-size: 14px;
  line-height: 18px;
  background: #000;
  color: #fff;
  border-radius: 2px;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav {
  letter-spacing: 0.12em;
  color: #000;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .block-collapsible-nav-title {
  padding: 5px 15px;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .block-collapsible-nav-title stong {
  font-weight: normal;
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .items {
  padding: 5px 15px 15px;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .item {
  padding: 8px 20px;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .item > a,
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .item > strong {
  letter-spacing: 0.12em;
  text-transform: none;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .item.checkbox {
  padding: 8px 20px;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .item.checkbox a {
  color: #000;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .item.checkbox a:before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 20px;
  min-width: 16px;
}
body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .item.checkbox.active a:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav {
    width: 414px;
    max-width: 100%;
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: none;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .blog-nav-toggle {
    border-bottom: 1px solid #E5E5E5;
    padding: 17px;
    font-size: 24px;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .blog-nav-toggle .icon-close {
    font-size: 13px;
    line-height: 10px;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav .blog-nav-toggle .icon-close:before {
    color: #000;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion [data-role="collapsible"] [data-role='trigger'] {
    border: none;
    font-size: 14px;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion [data-role="collapsible"] [data-role='trigger']:after {
    content: "＋";
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion [data-role="collapsible"].active [data-role='trigger'] {
    text-decoration: underline;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion [data-role="collapsible"].active [data-role='trigger']:after {
    content: "–";
  }
}
@media (min-width: 1280px) {
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion [data-role='trigger'] {
    pointer-events: none;
    border: none;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion [data-role='trigger']:after {
    display: none;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion .block-collapsible-nav-title {
    padding: 0;
  }
  body.blog .blog__sidebar-main .block-collapsible-nav.side-nav.KL-accordion .block-collapsible-nav-title ~ .block-collapsible-nav-title {
    padding: 35px 0 0;
    margin-top: 30px;
    border-top: 1px solid #E5E5E5;
  }
}
body.blog .blog-filter-container.blog-none-desktop {
  display: flex;
  position: relative;
  z-index: 1;
  color: #000;
  letter-spacing: 0.12em;
}
body.blog .blog-filter-container.blog-none-desktop .blog-toggle {
  border: 1px solid #C4C4C4;
  flex-basis: 50%;
  min-height: 50px;
  padding: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  cursor: pointer;
  font-size: 12px;
  font-family: AktivGrotesk_Bold, 'Helvetica Neue Bold', sans-serif;
}
body.blog .blog-filter-container.blog-none-desktop .blog-toggle.sorter {
  margin-left: 15px;
}
body.blog .blog-filter-container.blog-none-desktop .blog-toggle.sorter .blog-sorter-value {
  font-family: AktivGrotesk_Regular, 'Helvetica Neue', Arial, sans-serif;
}
body.blog .blog-filter-container.blog-none-desktop .sorter-options {
  position: absolute;
  left: 50%;
  top: 100%;
  border: 1px solid #E5E5E5;
  padding: 30px 8%;
  width: calc(50% - 7px);
  background: #fff;
  display: none;
}
body.blog .blog-filter-container.blog-none-desktop .sorter-options .sorter-option {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 17px;
  padding: 10px 0;
  cursor: pointer;
}
body.blog .blog-filter-container.blog-none-desktop .sorter-options .sorter-option.active {
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  text-decoration: underline;
}
.top-search {
  text-align: center;
  margin: 30px 0;
}
.top-search h1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.top-search .filters {
  display: none;
}
.search.results .item-details-info > * {
  display: none;
}
.search.results .item-details-info .product-item-name {
  display: block;
}
.search.results .item-details-info .product-item-name .product-item-link {
  font-size: 24px;
  line-height: 31px;
}
@media (max-width: 1023px) {
  .search.results .item-details-info .product-item-name .product-item-link {
    font-size: 20px;
  }
}
.search.results .item-details-info .product-name-row2 {
  display: block;
  font-size: 20px;
  line-height: normal;
  font-family: AktivGrotesk_thin, 'Helvetica Neue', Arial, sans-serif;
}
.page-products .search.results .product-label {
  display: none;
}
/**
 * Copyright � 2016 SalesIds. All rights reserved.
 * See COPYING.txt for license details.
 */
.owl-item {
  overflow: hidden;
}
.slide-content a {
  display: block;
  margin: 0;
  padding: 0;
  cursor: default;
}
.slide-content a img {
  display: block;
}
.container-slider .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-multiphy {
  background: none;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  display: none !important;
}
.bg-multiphy:before {
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background: rgba(237, 28, 36, 0.9);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.bg-multiphy:after {
  height: 100%;
  width: 150%;
  display: block;
  content: "";
  background: rgba(237, 28, 36, 0.9);
  left: -150%;
  top: 0;
  position: absolute;
  z-index: 1;
}
.section-slider {
  z-index: 10;
}
.bg-content-desc {
  position: relative;
  top: 40px;
}
.slide-content-desc {
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
  padding: 25px 15px;
}
.slide-content-desc a {
  color: #ffffff;
  transition: color 0.3s ease;
}
.slide-content-desc a:hover,
.slide-content-desc a:focus,
.slide-content-desc a:active {
  color: #9e9d9d;
}
.slide-content-desc .slide-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.slide-content-desc .slide-title a {
  font-size: 24px;
  line-height: 26px;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  color: #ffffff;
  text-shadow: none;
  font-weight: normal;
}
.slide-content-desc .slide-title h1,
.slide-content-desc .slide-title h2,
.slide-content-desc .slide-title h3,
.slide-content-desc .slide-title h4,
.slide-content-desc .slide-title h5 {
  color: #ffffff;
  line-height: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.slide-content-desc .slide-title h5 {
  font-weight: normal;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
}
.slide-content-desc .slide-desc {
  font-size: 10px;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0;
}
.slide-content-desc .slide-desc span {
  display: block;
  margin-top: 20px;
}
.slide-content-desc .slide-readmore {
  text-transform: uppercase;
  transition: background 0.5s ease;
  background: #ffffff;
  border: 0px solid transparent;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  padding: 16px 15px 16px 20px;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 14px;
  vertical-align: middle;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.slide-content-desc .slide-readmore > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.slide-content-desc .slide-readmore > span:after {
  font-family: 'Icomoon';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  content: "\e901";
  position: absolute;
  transition: right 0.5s ease;
  right: 6px;
  top: 1px;
}
.slide-content-desc .slide-readmore:hover,
.slide-content-desc .slide-readmore:focus,
.slide-content-desc .slide-readmore:active {
  background: #b2b2b2;
  color: #000000 !important;
}
.slide-content-desc .slide-readmore:hover span:after,
.slide-content-desc .slide-readmore:focus span:after,
.slide-content-desc .slide-readmore:active span:after {
  right: 0;
}
.special-slide-content {
  overflow: hidden;
}
.special-slide-content .slide-content-desc {
  background: none;
}
.category-slider-carousel .slide-content {
  position: relative;
}
.category-slider-carousel .slide-content:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
}
.category-slider-carousel .bg-content-desc {
  background: none !important;
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  max-width: 100%;
  top: auto !important;
}
.category-slider-carousel .bg-content-desc .slide-content-desc {
  background: none !important;
  width: 100%;
  padding: 0;
  text-align: center;
  max-width: 100%;
}
.category-slider-carousel .bg-content-desc .slide-desc {
  font-size: 12px;
  line-height: 20px;
}
.cms-page-view .category-slider-carousel .slide-content:after,
.storelocator-index-index .category-slider-carousel .slide-content:after {
  background: rgba(0, 0, 0, 0.4);
}
.video-slide-carousel .container {
  top: 50% !important;
  position: absolute;
  left: 50% !important;
}
.video-slide-carousel .slide-content {
  position: relative;
}
.video-slide-carousel .slide-content:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.video-slide-carousel .bg-content-desc {
  background: none !important;
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  max-width: 100%;
  top: auto !important;
}
.video-slide-carousel .bg-content-desc .slide-content-desc {
  background: none !important;
  width: 100%;
  padding: 0;
  text-align: center;
  max-width: 100%;
}
.video-slide-carousel .bg-content-desc .slide-desc {
  font-size: 12px;
  line-height: 20px;
}
.video-slide-carousel .slide-title {
  margin-bottom: 27px;
}
.video-slide-carousel .slide-content-desc .slide-readmore {
  background: none !important;
  color: #ffffff;
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}
.video-slide-carousel .slide-content-desc .slide-readmore > span:after {
  color: #ffffff !important;
}
.video-slide-carousel .slide-content-desc .slide-readmore:hover,
.video-slide-carousel .slide-content-desc .slide-readmore:focus,
.video-slide-carousel .slide-content-desc .slide-readmore:active {
  color: #9e9d9d !important;
}
.video-slide-carousel .slide-content-desc .slide-readmore:hover > span:after,
.video-slide-carousel .slide-content-desc .slide-readmore:focus > span:after,
.video-slide-carousel .slide-content-desc .slide-readmore:active > span:after {
  color: #9e9d9d !important;
}
.hide-top-strip .our-collection-carousel .bg-content-desc {
  top: 80px;
}
.section-slider {
  transition: transform 0.3s ease, margin 0.3s ease;
}
.embed-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  width: 100%;
}
.latest-king .owl-carousel .owl-wrapper-outer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slide-buttons {
  padding-top: 30px;
}
.slide-buttons > a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: solid 1px #ffffff;
  margin: auto;
  text-align: center;
  vertical-align: top;
  position: relative;
  display: none;
}
.slide-buttons > a > span.icon {
  line-height: 60px;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
}
.slide-buttons > a > span.icon:before {
  font-size: 24px;
  line-height: 60px;
  vertical-align: top;
  transition: color .2s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-left: 4px;
}
.slide-buttons.show-button {
  display: inline-block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promotion .img-box:after {
    background: rgba(237, 28, 36, 0.9);
  }
  .bg-multiphy:before {
    background: rgba(237, 28, 36, 0.9);
  }
  .bg-multiphy:after {
    background: rgba(237, 28, 36, 0.9);
  }
  .promotion .img-box::after {
    background: rgba(237, 28, 36, 0.9);
  }
}
_:-ms-lang(x),
_:-webkit-full-screen,
.promotion .img-box:after {
  background: rgba(237, 28, 36, 0.9);
}
_:-ms-lang(x),
_:-webkit-full-screen,
.promotion .img-box::after {
  background: rgba(237, 28, 36, 0.9);
}
_:-ms-lang(x),
_:-webkit-full-screen,
.bg-multiphy:after {
  background: rgba(237, 28, 36, 0.9);
}
_:-ms-lang(x),
_:-webkit-full-screen,
.bg-multiphy:before {
  background: rgba(237, 28, 36, 0.9);
}
.product-info-name {
  letter-spacing: -0.01em;
  padding-bottom: 10px;
}
.product-info-title {
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 23px;
  margin-bottom: 15px;
}
.customise-items {
  margin: 0;
  padding-left: 16px;
  padding-bottom: 17px;
}
.estimate-calculate-store,
.estimate-calculate {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #1d1d1d;
  text-decoration: underline;
}
.estimate-calculate-store:visited,
.estimate-calculate:visited,
.estimate-calculate-store:visited,
.estimate-calculate:visited,
.estimate-calculate-store:hover,
.estimate-calculate:hover,
.estimate-calculate-store:focus,
.estimate-calculate:focus,
.estimate-calculate-store:active,
.estimate-calculate:active {
  color: #1d1d1d;
}
.product-info-customise {
  border-bottom: solid 1px #c4c4c4;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.price-box {
  font-size: 14px;
  line-height: 22px;
  color: #333435;
}
.price-box .price-container {
  text-align: left;
  padding-right: 5px;
}
.price-box .price-sale_price {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: var(--red);
}
.price-box .price-normal_price {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
}
.fotorama__thumb-border {
  background: rgba(255, 255, 255, 0) !important;
  border: none !important;
}
.fotorama__thumb {
  background: none !important;
  border: none !important;
}
.fotorama__thumb:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5) !important;
  content: "";
}
.fotorama__active .fotorama__thumb:after {
  background: rgba(255, 255, 255, 0) !important;
}
.Magic360,
.Magic360-container {
  border: none !important;
  max-width: 100% !important;
}
h2.title {
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: inherit;
}
.cms-template-wrap {
  overflow: hidden;
}
.cms-template-wrap h2.title,
.cms-template-wrap h2 {
  margin-bottom: 15px;
}
.cms-template-wrap h3 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.01em;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
}
.cms-template-wrap .desc h4 {
  font-size: 13px;
  line-height: 16px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
}
.cms-template-wrap .desc h3 {
  font-size: 20px;
  ine-height: 22px;
  letter-spacing: -0.01em;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
}
.cms-template-wrap .desc .view {
  margin-top: 15px;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal {
  border-bottom: solid 1px #c4c4c4;
  display: inline-block !important;
  margin: 0 !important;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li {
  margin: 0;
  padding: 0 0 0 16px !important;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li a {
  text-transform: uppercase;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 5px 0;
  margin: 0;
  border-bottom-color: transparent !important;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li a:hover,
.cms-template-wrap.cms-tabs .tabs ul.horizontal li a:focus,
.cms-template-wrap.cms-tabs .tabs ul.horizontal li a:active {
  color: #9e9d9d;
  border-color: #000000 !important;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li:first-child {
  padding-left: 0 !important;
}
.cms-template-wrap.cms-tabs .tabs ul.horizontal li.active a {
  border-color: #000000 !important;
  color: #000000 !important;
}
.cms-template-wrap.cms-grid .grid-content .grid-item .item-wrap {
  border: none;
  padding: 0;
  background: none;
}
.cms-template-wrap.cms-grid .grid-content .grid-item .item-wrap:before,
.cms-template-wrap.cms-grid .grid-content .grid-item .item-wrap:after {
  content: '';
  display: table;
}
.cms-template-wrap.cms-grid .grid-content .grid-item .item-wrap:after {
  clear: both;
}
.cms-template-wrap .removeItem {
  display: none !important;
}
.cms-template-wrap .banner-content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.cms-template-wrap .banner-content:before,
.cms-template-wrap .banner-content:after {
  content: '';
  display: table;
}
.cms-template-wrap .banner-content:after {
  clear: both;
}
.cms-template-wrap .desc h4 {
  font-size: 13px;
  line-height: 16px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
}
.cms-template-wrap .desc h3 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.01em;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  margin-bottom: 10px;
}
.cms-template-wrap iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: none !important;
}
.cms-template-wrap .img-wrap > .img {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cms-template-wrap .img-wrap > .img > img {
  display: block;
  margin: 0;
  padding: 0;
}
.cms-template-wrap.desc-width-1-3 .img-wrap {
  width: 66.66666667%;
}
.cms-template-wrap.desc-width-1-3 .desc-wrap {
  width: 33.33333333%;
}
.cms-sticky-content ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
.cms-sticky-content ul:after {
  background: #c4c4c4;
  display: none;
  width: calc(100% - 26px);
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 13px;
}
.cms-sticky-content ul li {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cms-sticky-content ul li[class] {
  display: inline-block;
}
.cms-sticky-content ul li a {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.08em;
  display: block;
  padding: 14px 13px;
  text-transform: uppercase;
  position: relative;
  color: #1d1d1d;
  transition: color 0.2s ease;
}
.cms-sticky-content ul li a .count {
  display: none;
}
.cms-sticky-content ul li a:after {
  display: block;
  width: calc(100% - 26px);
  height: 5px;
  background: #9e9d9d;
  content: "";
  left: 13px;
  bottom: 0;
  position: absolute;
  opacity: 0;
  transition: background 0.3 ease, opacity 0.3 ease;
}
.cms-sticky-content ul li a:hover {
  color: #9e9d9d;
}
.cms-sticky-content ul li a:hover:after {
  background: #9e9d9d;
  opacity: 1;
}
.cms-sticky-content ul li a:active {
  color: #333435;
}
.cms-sticky-content ul li a:active:after {
  background: #333435;
}
.cms-sticky-content ul li.active a {
  color: #333435;
}
.cms-sticky-content ul li.active a:after {
  opacity: 1;
  background: #333435;
}
.list-shelves {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.list-shelves .item {
  width: 25%;
  float: left;
  position: relative;
}
.list-shelves .item .img-content {
  padding-left: 5px;
  padding-right: 5px;
}
.list-shelves .item img {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
}
.list-shelves .item .item-link {
  position: absolute;
  bottom: 5px;
  padding: 0 8px;
  left: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: normal;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #ffffff;
}
.list-shelves .item .item-link:hover,
.list-shelves .item .item-link:focus,
.list-shelves .item .item-link:active {
  color: #9e9d9d;
}
.list-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-content:before,
.list-content:after {
  content: '';
  display: table;
}
.list-content:after {
  clear: both;
}
.list-content .box {
  margin-bottom: 30px;
  float: left;
  vertical-align: top;
  width: 33.3333%;
  text-align: left !important;
}
.list-content .box-title {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  text-align: left !important;
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 15px;
}
.list-content .box-desc {
  text-align: left !important;
  padding-right: 15px;
}
.ico-video {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: solid 1px #ffffff;
  display: inline-block;
  margin: auto;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.ico-video > span.icon {
  line-height: 60px;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
}
.ico-video > span.icon:before {
  font-size: 24px;
  line-height: 60px;
  vertical-align: top;
  transition: color .2s ease;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-left: 4px;
}
.img-wrap > .img > a {
  display: block;
  margin: 0;
  padding: 0;
}
.instagram-widget .section-content {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 30px;
}
.instagram-widget .section-content h2.title {
  margin-bottom: 15px;
}
.instagram-widget .section-content .desc {
  text-transform: uppercase;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #000000;
}
.instagram-widget .owl-theme .owl-controls {
  width: calc(100% - 14px);
}
.instagram-owl-carousel:before,
.instagram-owl-carousel:after {
  content: '';
  display: table;
}
.instagram-owl-carousel:after {
  clear: both;
}
.instagram-owl-carousel .instagram-item {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
.instagram-owl-carousel .instagram-item > a {
  display: block;
  margin: 0;
  padding: 0;
}
.instagram-owl-carousel .instagram-item > a > img {
  display: block;
  margin: 0;
  padding: 0;
}
.instagram-owl-carousel .instagram-item .instagram-info {
  position: absolute;
  background: #ffffff;
  width: calc(100% - 32px);
  bottom: 0;
  left: 7px;
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
.instagram-owl-carousel .instagram-item .instagram-info .icon {
  margin-right: 10px;
}
.instagram-owl-carousel .instagram-item .instagram-info .icon-comment {
  margin-left: 5px;
}
.instagram-owl-carousel .instagram-item .icon:before {
  color: #000000;
  vertical-align: top;
  margin-top: 4px;
  font-size: 14px;
}
.play-btn {
  margin-top: 10px;
}
.play-btn .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: solid 1px #ffffff;
  display: inline-block;
  margin: auto;
  text-align: center;
  vertical-align: top;
  position: relative;
  font-size: 0;
  text-indent: -9999em;
  line-height: 60px;
  cursor: pointer;
}
.play-btn .video-icon:before {
  font-size: 24px;
  line-height: 58px;
  vertical-align: top;
  transition: color .2s ease;
  font-family: 'Icomoon';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: normal;
  text-indent: 0;
  content: "\e90b";
  margin-left: 4px;
}
.play-btn .video-icon:hover,
.play-btn .video-icon:focus,
.play-btn .video-icon:active {
  color: #9e9d9d;
}
.play-btn .video-icon:hover:before,
.play-btn .video-icon:focus:before,
.play-btn .video-icon:active:before {
  color: #9e9d9d;
}
.image-360 {
  text-align: center;
}
.image-360 > .Magic360-container {
  display: block;
  margin-bottom: 15px;
}
.view-360-icon.action.primary {
  background: transparent;
  padding-top: 6px;
  padding-bottom: 6px;
}
.view-360-icon.action.primary > span {
  paaddign-right: 0;
}
.view-360-icon.action.primary > span:after {
  display: none;
}
.view-360-icon.action.primary > span:before {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #000000;
  content: "\e90";
  font-weight: normal;
  margin-right: 10px;
  font-size: 22px;
  vertical-align: top;
  line-height: 10px;
}
.cms-sticky-navigation .cms-sticky-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
}
.login-container,
.account .column.main,
.customer-account-forgotpassword .column.main {
  width: 100%;
  padding: 30px 15px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px), print {
  .promotion {
    padding: 30px 0;
    position: relative;
  }
  .promotion .box {
    line-height: 22px;
    font-size: 18px;
  }
  .promotion .box h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .promotion .content-promotion {
    padding: 15px 15px 15px 30px;
    height: calc(100% - 50px);
    width: 270px;
  }
  .promotion .img-box:after {
    width: 270px;
  }
  .list-box-category .box a.title {
    font-size: 22px;
    line-height: 25px;
  }
  .award-winning {
    position: relative;
  }
  .award-winning .list-box-category .box .box-content {
    border: none;
    height: 100%;
    overflow: hidden;
  }
  .award-winning .award-winning-container {
    height: 744px;
  }
  .award-winning .introduce {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    position: absolute;
    width: 242px;
    display: inline-block;
    top: 222px;
    padding-left: 0;
    z-index: 11;
  }
  .award-winning .introduce h2 {
    font-size: 28px;
    line-height: 32px;
    text-align: left;
  }
  .award-winning .introduce .view {
    color: #000000;
  }
  .award-winning .introduce .view .icon:before {
    color: #000000;
  }
  .award-winning .introduce.desktop-only {
    padding-left: 0;
  }
  .award-winning .introduce.desktop-only .desc,
  .award-winning .introduce.desktop-only .btn-more {
    display: block;
  }
  .award-winning .introduce.mobile-only {
    display: none;
  }
  .award-winning .introduce a.title {
    font-size: 22px;
    line-height: 25px;
  }
  .award-winning .award-winning-container {
    position: relative;
  }
  .award-winning .box {
    width: 219px;
    position: absolute;
    margin: 0;
    border: solid 1px #ffffff;
  }
  .award-winning .box .content {
    width: 115px;
    height: 100px;
    padding: 10px 5px 10px 10px;
  }
  .award-winning .box:nth-child(1) {
    width: 360px;
    height: 220px;
    right: 187px;
    top: 0;
  }
  .award-winning .box:nth-child(1) .bg-box {
    width: 110px;
    height: 100px;
    display: inline-block;
    left: -110px;
    top: 44px;
  }
  .award-winning .box:nth-child(1) a.title {
    margin-top: 33px;
  }
  .award-winning .box:nth-child(1) .img-content {
    min-height: 220px;
  }
  .award-winning .box:nth-child(1) .img-content > img {
    min-height: 220px;
  }
  .award-winning .box:nth-child(1) .content {
    top: 44px;
    left: 0;
    bottom: auto;
  }
  .award-winning .box:nth-child(1) .content:before {
    left: -100%;
    top: 0;
    display: block;
  }
  .award-winning .box:nth-child(n + 2) {
    width: 219px;
    margin: 0;
  }
  .award-winning .box:nth-child(2) {
    height: 248px;
    top: 219px;
    right: 218px;
  }
  .award-winning .box:nth-child(2) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(2) .content {
    bottom: 0;
    right: 0;
    left: auto;
  }
  .award-winning .box:nth-child(3) {
    height: 270px;
    right: 0;
    top: 219px;
  }
  .award-winning .box:nth-child(3) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(3) .bg-box {
    width: 200%;
    height: calc(100% - 60px);
    display: inline-block;
    bottom: calc(100% - 100px);
    left: calc(100% - 110px);
  }
  .award-winning .box:nth-child(3) .content {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .award-winning .box:nth-child(4) {
    width: 360px;
    height: 220px;
    right: 218px;
    top: 466px;
  }
  .award-winning .box:nth-child(4) .content {
    top: 0;
    left: 20px;
    bottom: auto;
    width: 114px;
    height: 100px;
  }
  .award-winning .box:nth-child(4) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(4) .bg-box {
    height: 200%;
    width: 200%;
    left: calc(-200% + 167px);
    display: inline-block;
    top: 133px;
  }
  .award-winning .box:nth-child(5) {
    height: 250px;
    right: 0;
    top: 488px;
  }
  .award-winning .box:nth-child(5) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(5) .content {
    top: 0;
    bottom: auto;
    left: 0;
    width: 123px;
    height: 78px;
  }
  .latest-king-article {
    margin-left: -15px;
    margin-right: -15px;
  }
  .latest-king-article:before,
  .latest-king-article:after {
    content: '';
    display: table;
  }
  .latest-king-article:after {
    clear: both;
  }
  .latest-king-article .box {
    float: left;
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest-king {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .latest-king .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .latest-king .owl-carousel .owl-controls .owl-buttons .owl-next {
    background: none !important;
  }
  .find-showroom .box ul li {
    display: inline-block;
  }
  .find-showroom .box ul li a {
    padding-left: 20px;
  }
  .find-showroom .box ul li:nth-child(2) a {
    padding-left: 0;
  }
  .find-showroom .box ul li.mobile-only {
    display: none;
  }
  .section-king-living .king-difference {
    padding-top: 70px;
  }
  .section-king-living h2 {
    margin-bottom: 20px;
  }
  .section-king-living .tab-content-info h4 {
    font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .section-king-living .tab-header .tabs-menu li a:after {
    background: #9e9d9d;
  }
  .section-king-living .tab-header .tabs-menu li.active a:after {
    background: #9e9d9d;
  }
  .hide-promotion .section-king-living {
    margin-top: -52px;
    z-index: 9;
  }
  .hide-promotion .award-winning .box:nth-child(4) .bg-box {
    height: calc(100% - 133px);
  }
  body {
    font-size: 12px;
    line-height: 20px;
  }
  .container {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }
  .no-slider .page-header + .page-main {
    margin-top: 200px;
  }
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 10.5px 5.25px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5.25px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    float: left;
    clear: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    top: 6px;
    margin-left: 75.8%;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 21px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5.25px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 21px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    width: 100%%;
    position: relative;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .form-cart .action.clear {
    margin-right: 10.5px;
  }
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3 {
    font-size: 22px;
    line-height: 25px;
  }
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 100%;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .page-wrapper {
    width: 100%;
    overflow: hidden;
  }
  #maincontent .container {
    padding-left: 0;
    padding-right: 0;
  }
  .fieldset > .field {
    margin: 0 0 21px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .tabs-content {
    position: relative;
  }
  .tabs-content .tab-info {
    position: absolute;
    width: 230px;
    top: 70px;
    left: calc((100% - 740px)/2);
  }
  .tabs-content .tab-info h4 {
    font-size: 22px;
    line-height: 25px;
  }
  .tabs-content .img-tab {
    position: relative;
    float: right;
    display: block;
    margin: 0;
    padding: 0;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 21px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 21px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5.25px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 21px;
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 21px;
    padding: 5.25px 21px 5.25px 21px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333435;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333435;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6.25px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 32.5px;
    padding: 21px 21px 21px 21px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .category-collection .list-box-category {
    margin-top: 15px;
  }
  .category-collection .list-box-category .box {
    width: 33.333%;
    padding: 15px;
  }
  .category-collection .list-box-category .box .box-content {
    margin: 0;
    position: relative;
    height: 100%;
  }
  .category-collection .list-box-category .box .img-content {
    height: 360px;
  }
  .category-collection .list-box-category .box a.title {
    font-size: 24px;
    line-height: 28px;
  }
  .category-collection .list-box-category .box.box-langer,
  .category-collection .list-box-category .box:nth-child(1),
  .category-collection .list-box-category .box:nth-child(2),
  .category-collection .list-box-category .box:nth-child(3),
  .category-collection .list-box-category .box:nth-child(4) {
    width: 50%;
  }
  .category-collection .list-box-category .box.box-langer .img-content,
  .category-collection .list-box-category .box:nth-child(1) .img-content,
  .category-collection .list-box-category .box:nth-child(2) .img-content,
  .category-collection .list-box-category .box:nth-child(3) .img-content,
  .category-collection .list-box-category .box:nth-child(4) .img-content {
    height: 224px;
  }
  .category-collection .list-box-category .box.box-langer .content,
  .category-collection .list-box-category .box:nth-child(1) .content,
  .category-collection .list-box-category .box:nth-child(2) .content,
  .category-collection .list-box-category .box:nth-child(3) .content,
  .category-collection .list-box-category .box:nth-child(4) .content {
    width: calc(100% - 170px);
    left: 0;
    bottom: 0;
  }
  .category-collection .promotion {
    padding-top: 20px;
  }
  .category-collection .section-category-listing .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout-boxed-content .list-box-category {
    margin-top: 15px;
  }
  .page-layout-boxed-content .list-box-category .box {
    width: 33.333%;
    padding: 15px;
  }
  .page-layout-boxed-content .list-box-category .box .box-content {
    margin: 0;
    position: relative;
    height: 100%;
  }
  .page-layout-boxed-content .list-box-category .box .img-content {
    height: 360px;
  }
  .page-layout-boxed-content .list-box-category .box a.title {
    font-size: 24px;
    line-height: 28px;
  }
  .page-layout-boxed-content .list-box-category .box.box-langer,
  .page-layout-boxed-content .list-box-category .box:nth-child(1),
  .page-layout-boxed-content .list-box-category .box:nth-child(2),
  .page-layout-boxed-content .list-box-category .box:nth-child(3),
  .page-layout-boxed-content .list-box-category .box:nth-child(4) {
    width: 50%;
  }
  .page-layout-boxed-content .list-box-category .box.box-langer .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(1) .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(2) .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(3) .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(4) .img-content {
    height: 224px;
  }
  .page-layout-boxed-content .list-box-category .box.box-langer .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(1) .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(2) .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(3) .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(4) .content {
    width: calc(100% - 170px);
    left: 0;
    bottom: 0;
  }
  .page-layout-boxed-content .promotion {
    padding-top: 20px;
  }
  .page-layout-boxed-content .section-category-listing .container {
    padding-left: 0;
    padding-right: 0;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5.25px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
    margin: 0;
  }
  .hide-top-strip .breadcrumbs {
    top: 160px;
  }
  .package-popup .content-popup {
    width: 720px;
  }
  .package-popup .content-popup .title-popup {
    padding: 30px 15px 15px;
  }
  .package-popup .content-popup .info-popup {
    padding: 15px;
  }
  .package-popup .content-popup .footer-popup {
    text-align: center;
    padding-bottom: 40px;
  }
  .popup .title-popup .title {
    font-size: 30px;
    line-height: 32px;
    font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  }
  .page-header.header-sticky {
    position: fixed;
    top: 0;
  }
  #quick-links #search_button {
    background: rgba(63, 64, 65, 0.8);
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .navigation .level0:last-child {
    float: right;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 31.5px;
    padding: 10.5px 0 31.5px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4px;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6px;
  }
  .block-category-event .ticker .label {
    font-size: 1.4px;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5px;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5px;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #1d1d1d;
    font-weight: false;
  }
  .block-search input:-moz-placeholder {
    color: #1d1d1d;
    font-weight: false;
  }
  .block-search input::-moz-placeholder {
    color: #1d1d1d;
    font-weight: false;
  }
  .block-search input:-ms-input-placeholder {
    color: #1d1d1d;
    font-weight: false;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5.25px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 31.5px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 21px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10.5px 10.5px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 21px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 21px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8px;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 21px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 21px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 21px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 21px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.25px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 21px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10.5px;
    padding: 5.25px 10.5px 10.5px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10.5px;
    padding: 5.25px 10.5px 10.5px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4px;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 26.25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 21px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -21px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 21px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 17px 46px;
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    text-transform: none;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    display: inline-block;
    background: inherit;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    right: unset;
    min-width: 400px;
    width: 21%;
    background: #fff;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    display: block;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .payment-method.payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .page-products .products-grid .product-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 50%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .product-item-details .product-item-name {
    font-size: 26px;
    line-height: 32px;
  }
  .catalog-category-view .products-grid .product-item {
    width: 50%;
  }
  .category-package-list {
    padding-top: 50px;
  }
  .package-list .products-grid .product-item {
    display: flex;
    flex-direction: column;
  }
  .package-list .product-item-details .item-details-info {
    text-align: center;
  }
  .package-list .page-products .products-grid .product-item {
    width: 100%;
  }
  .package-list .page-products.page-layout-1column .products-grid .product-item {
    width: 100%;
  }
  .package-list .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%;
  }
  .package-list .products-grid .product-item {
    width: 100%;
  }
  .package-list .products-grid .product-item .img-content {
    width: calc(100% - 340px);
    float: left;
  }
  .package-list .products-grid .product-item .product-item-info {
    display: flex;
  }
  .package-list .products-grid .product-item .product-item-inner {
    padding-top: 15px;
  }
  .section-download {
    padding-bottom: 70px;
    text-align: center;
  }
  .section-download h2 {
    margin-bottom: 25px;
  }
  .no-slider .header-sticky + .breadcrumbs .after-breadcrumbs {
    top: 170px;
    z-index: 100;
  }
  .no-slider .header-sticky + .breadcrumbs .breadcrumbs {
    padding-top: 170px;
  }
  .product-info {
    padding-bottom: 40px;
  }
  .products-grid.products-related .product-items {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .products-grid.products-related .product-item .product-item-info {
    flex: 1 0 0;
  }
  .products-grid.products-related .product-item .product-item-details {
    position: relative !important;
    flex-direction: column;
    flex: 1 0;
    height: auto;
  }
  .products-grid.products-related .product-item .product-attribute div[class^="swatch-opt-"] {
    margin-bottom: 0;
  }
  .products-grid.products-related .product-item .product-item-info {
    margin-bottom: 30px;
  }
  .products-grid.products-related .product-item .product-label {
    overflow: hidden;
    height: 18px;
    margin-top: 10px;
  }
  .products-grid.products-related .product-item .price-box {
    overflow: hidden;
    height: 24px;
    margin-top: 10px;
  }
  .products-grid.products-related .product-item .product-item-name {
    overflow: hidden;
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .products-grid.products-related .product-item .product-desc {
    overflow: hidden;
  }
  .products-grid.products-related .product-item .action.tocart {
    padding-left: 23px;
    padding-right: 23px;
    min-height: 32px;
  }
  .products-grid.products-related .product-item .action.tocart > span {
    padding-right: 0;
  }
  .products-grid.products-related .product-item .action.tocart > span:after {
    display: none;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: none;
  }
  .product-info-main .box-tocart .field.qty.show,
  .product-options-bottom .box-tocart .field.qty.show {
    display: block;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 0;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10.5px 10.5px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info,
  .product-content-container,
  .product-dimension .box-dimension {
    max-width: 750px;
    margin: auto;
  }
  .product-feature .cms-template-wrap.cms-grid.grid-boxed {
    padding-bottom: 30px;
  }
  .product-feature .desc-bottom-center .img-wrap > .img a img {
    height: 220px;
    min-width: 100%;
    max-width: inherit;
  }
  .product-dimension {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-dimension .box-dimension {
    padding: 20px 0;
  }
  .product-dimension .dimension-section {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .product-dimension .dimension-section .owl-carousel .owl-pagination {
    bottom: -20px;
  }
  .product-dimension .view.view-center {
    margin-top: 20px;
  }
  .product-summary .product-summary-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .product-summary .summary-content {
    padding-left: 63px;
    padding-right: 63px;
  }
  .product-summary .summary-content .summary-info,
  .product-summary .summary-content .summary-cart {
    width: calc(50% - 15px);
    float: left;
  }
  .product-summary .summary-content .summary-cart {
    margin-left: 30px;
  }
  .product-summary .product-add-action {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-summary .product-add-action .product-addto-links {
    margin-top: 17px;
  }
  .product-summary .summary-customise ol {
    margin-left: 0;
    padding-left: 15px;
  }
  .product-summary .summary-customise ol li {
    padding-top: 3px;
    padding-bottom: 4px;
    position: relative;
  }
  .product-summary .summary-customise ol li:after {
    content: "";
    position: absolute;
    left: -15px;
    width: 100%;
    height: 1px;
    background: #6d6e6e;
    bottom: 0;
    display: block;
  }
  .product-summary .product-total-title,
  .product-summary .product-total-price {
    font-size: 18px;
    line-height: 22px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 26.25px;
  }
  .page-layout-1column.checkout-cart-index .column.main {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-layout-1column .product-info-main {
    width: 235px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 0;
  }
  .page-layout-1column .product.media {
    width: calc(100% - 265px);
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 235px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 0;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: calc(100% - 265px);
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    position: relative;
    width: 100%;
    color: #ffffff;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 21px;
    margin: 0 0 10.5px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.25px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10.5px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 21px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .minicart-wrapper .block-minicart {
    right: 0;
    max-width: 406px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 31.5px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10.5px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 21px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin-bottom: 26.25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10.5px 31.5px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10.5px 0 0 42px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 21px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .block.newsletter {
    width: 34%;
  }
  html,
  body {
    min-height: 100%;
    height: auto;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.25px;
  }
  .header.content {
    padding: 31.5px 21px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 21px;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .account .column.main {
    max-width: 1170px;
  }
  .products-grid.wishlist .product-items .product-item {
    width: 50%;
  }
  .products-grid.wishlist .product-items .product-item .product-item-name {
    font-size: 26px;
    line-height: 32px;
  }
  .navigation .level0:last-child {
    float: right;
  }
  .account .column.main {
    max-width: 1170px;
    margin-bottom: 30px;
  }
  .products-grid.wishlist .product-items .product-item {
    width: 50%;
  }
  .products-grid.wishlist .product-items .product-item .product-item-name {
    font-size: 26px;
    line-height: 32px;
  }
  .cms-home .owl-theme .owl-controls .owl-pagination {
    left: calc((100% - 720px)/2);
    bottom: 35px;
  }
  .slide-content-desc {
    padding: 35px 30px 35px;
    width: 487px;
    background: rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
  }
  .slide-content-desc .slide-title a h2.title {
    text-align: left;
  }
  .bg-multiphy {
    width: 487px;
  }
  .hide-top-strip .bg-content-desc {
    top: 180px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    display: inline-block;
  }
  .slide-content {
    overflow: hidden;
  }
  .our-collection-carousel .bg-content-desc {
    width: 65%;
  }
  .our-collection-carousel .bg-content-desc {
    top: 270px;
  }
  .hide-top-strip .our-collection-carousel .bg-content-desc {
    top: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 50%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .section-left {
    float: left;
  }
  .section-right {
    float: right;
  }
  .cms-template-wrap {
    margin: 0;
  }
  .cms-template-wrap h2.title {
    margin-bottom: 15px;
  }
  .cms-template-wrap h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .cms-template-wrap .desc h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .cms-template-wrap .desc h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .cms-template-wrap .desc .view {
    margin-top: 23px;
  }
  .cms-template-wrap > .section {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-template-wrap.cms-grid .cms-template {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .list-shelves {
    max-width: 574px;
  }
  .list-shelves:before,
  .list-shelves:after {
    content: '';
    display: table;
  }
  .list-shelves:after {
    clear: both;
  }
  .list-shelves .item-content {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }
  .list-shelves .item .item-link {
    font-size: 12px;
    bottom: 10px;
  }
  .instagram-widget {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .instagram-widget .owl-theme .owl-controls {
    width: calc(100% - 30px);
  }
  .instagram-widget .section-content {
    padding-bottom: 40px;
  }
  .instagram-widget .section-content .title {
    margin-bottom: 30px;
  }
  .cms-template-wrap .removeItem {
    display: none;
  }
  .cms-template-wrap .banner-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cms-template-wrap .img-wrap,
  .cms-template-wrap .desc-wrap {
    display: inline-block;
  }
  .cms-template-wrap .none-media {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .cms-template-wrap .none-media .desc-wrap {
    text-align: center;
  }
  .cms-template-wrap .none-media .desc-wrap img {
    display: block;
    margin-bottom: 30px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-template-wrap .video-item .grid-item-full {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .cms-template-wrap.desc-width-100 .img-wrap > .img {
    display: block;
  }
  .cms-template-wrap.desc-width-100.desc-center-left .desc-wrap .desc {
    max-width: 360px;
    z-index: 3;
  }
  .cms-template-wrap.desc-width-1-3 .img-wrap {
    width: 66.66666667%;
  }
  .cms-template-wrap.desc-width-1-3 .desc-wrap {
    width: 33.33333333%;
  }
  .cms-template-wrap.desc-width-1-3 .desc-wrap .desc {
    max-width: 360px;
    text-align: left;
  }
  .cms-template-wrap.desc-width-1-2 .img-wrap {
    width: 50%;
  }
  .cms-template-wrap.desc-width-1-2 .desc-wrap {
    width: 50%;
  }
  .cms-template-wrap.desc-center-right .desc-wrap {
    float: right;
  }
  .cms-template-wrap.desc-center-right .img-wrap {
    float: left;
  }
  .cms-template-wrap.desc-center-left .desc-wrap {
    float: left;
  }
  .cms-template-wrap.desc-center-left .img-wrap {
    float: right;
  }
  .set-desc-bg .img-wrap {
    position: relative;
  }
  .set-desc-bg .img-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 2;
  }
  .desc-center-left,
  .desc-center-right,
  .desc-bottom-center,
  .desc-top-center {
    text-align: center;
  }
  .desc-center-center .banner-content {
    position: relative;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .desc-center-center .banner-content > .desc-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    z-index: 3;
    width: auto;
  }
  .desc-center-center .img-wrap {
    position: relative;
    display: block;
  }
  .desc-center-center .img-wrap > .img {
    display: block !important;
    marrgin: 0;
    padding: 0;
  }
  .desc-center-center .img-wrap > .img img {
    display: block;
    margin: 0;
    padding: 0;
  }
  .desc-center-center .img-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 2;
  }
  .desc-center-center .desc-width-1-2 {
    width: 50%;
    float: left;
    padding: 0 15px;
    border: solid 1px #ffffff;
    vertical-align: top;
  }
  .desc-center-center .desc-width-1-2 .img-wrap {
    width: 100%;
  }
  .desc-center-center .desc-width-1-2 .desc-wrap {
    width: 100%;
  }
  .desc-center-center .desc-width-1-3 {
    width: 33.33333333%;
    float: left;
    vertical-align: top;
  }
  .desc-center-center .desc-width-1-3 .img-wrap {
    width: 100%;
  }
  .desc-center-center .desc-width-1-3 .desc-wrap {
    width: 100%;
  }
  .desc-center-center .media-width-2-3 {
    width: 66.66666667%;
    float: left;
    vertical-align: top;
  }
  .desc-center-center .media-width-1-3 {
    width: 33.33333333%;
    float: left;
    vertical-align: top;
  }
  .desc-center-center .media-width-1-3 .img-wrap {
    width: 100%;
  }
  .desc-center-center .media-width-1-3 .desc-wrap {
    width: 100%;
  }
  .desc-center-center .desc-center-center .banner-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .image-360-wrap.ng-scope {
    float: right;
    width: 66.66666%;
  }
  .Magic360-container.desktop {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
  }
  a.Magic360 {
    display: block;
  }
  .grid-style-02 .image-item {
    float: left;
  }
  .grid-style-02 .image-item .item-wrap {
    border: solid 1px #ffffff;
    position: relative;
  }
  .grid-style-02 .image-item .item-wrap .img-wrap > .img {
    display: block;
    margin: 0;
    padding: 0;
  }
  .grid-style-02 .image-item .item-wrap .img-wrap > .img img {
    display: block;
    margin: 0;
    padding: 0;
  }
  .grid-style-02 .image-item .item-wrap .desc-wrap {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 90%;
  }
  .desc-center-center .item-wrap {
    position: relative;
  }
  .desc-center-center .item-wrap .desc-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .desc-center-center .desc-wrap {
    z-index: 4;
  }
  .desc-center-left .item-wrap {
    position: relative;
  }
  .desc-center-left .desc-wrap {
    max-width: 360px;
    text-align: left;
  }
  .desc-center-left .grid-1-2.desc-center-center {
    padding: 15px;
  }
  .desc-center-left .grid-1-2.desc-center-center .item-wrap {
    border: solid 1px #ffffff;
  }
  .desc-center-left .grid-1-2.desc-center-center .item-wrap .img {
    display: block;
  }
  .desc-center-left .grid-1-2.desc-center-center .item-wrap .img img {
    display: block;
    margin: 0;
    padding: 0;
  }
  .desc-center-left .grid-1-2.desc-center-center .item-wrap .desc-wrap {
    width: 90% !important;
    max-width: 90% !important;
  }
  .grid-style-02 .desc-wrap .desc {
    color: #ffffff;
  }
  .grid-style-02 .desc-wrap .desc h2,
  .grid-style-02 .desc-wrap .desc h3,
  .grid-style-02 .desc-wrap .desc a {
    color: #ffffff;
  }
  .grid-style-02 .desc-wrap h2,
  .grid-style-02 .desc-wrap h3,
  .grid-style-02 .desc-wrap a {
    color: #ffffff;
  }
  .cms-white .desc-wrap .desc {
    color: #ffffff;
  }
  .cms-white .desc-wrap .desc h2,
  .cms-white .desc-wrap .desc h3,
  .cms-white .desc-wrap .desc a {
    color: #ffffff;
  }
  .cms-white .desc-wrap h2,
  .cms-white .desc-wrap h3,
  .cms-white .desc-wrap a {
    color: #ffffff;
  }
  .desc-center-left .desc-wrap .desc,
  .desc-center-right .desc-wrap .desc {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .cms-tabs .tabs .tabs-content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-tabs .tabs .tabs-content .tab-content ul li {
    padding-bottom: 5px;
  }
  .desc-center-left .desc {
    left: calc((100% - 720px)/2);
  }
  .desc-center-right .desc {
    right: calc((100% - 720px)/2);
  }
  .cms-slider.slider-boxed {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .cms-slider.our-collection-carouse .item-image .img img {
    display: block;
    width: auto;
    margin: auto;
  }
  .cms-slider.our-collection-carouse .owl-carousel .owl-pagination {
    bottom: -20px;
  }
  .cms-slider.our-collection-carouse .cms-template {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .cms-slider.our-collection-carouse .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .cms-slider.our-collection-carouse .owl-carousel .owl-controls .owl-buttons .owl-next {
    background: none !important;
  }
  .cms-slider.our-collection-carouse .owl-carousel .owl-controls .owl-buttons .owl-prev:before,
  .cms-slider.our-collection-carouse .owl-carousel .owl-controls .owl-buttons .owl-next:before {
    color: #ffffff !important;
  }
  .slider-full-width .slider-content {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .slider-full-width .desc-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
  }
  .slider-full-width .desc-wrap h3,
  .slider-full-width .desc-wrap h2,
  .slider-full-width .desc-wrap a {
    color: #ffffff;
  }
  .slider-full-width .item-wrap {
    position: relative;
  }
  .slider-full-width .item-wrap .desc-wrap {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 720px;
  }
  .grid-style-02.grid-boxed .grid-item.grid-1-2.desc-center-center {
    padding: 0 15px;
  }
  .grid-style-02.grid-boxed .grid-item.grid-1-2.desc-center-center .item-wrap {
    border: solid 1px #ffffff;
  }
  .banner-fly.desc-width-1-3 .banner-content {
    display: flex;
    flex-wrap: wrap;
  }
  .banner-fly.desc-width-1-3 .img-wrap,
  .banner-fly.desc-width-1-3 .desc-wrap {
    width: 33.33333333%;
    float: left;
    vertical-align: top;
  }
  .banner-fly.desc-width-1-3 .img-fly-02 {
    float: right;
  }
  .banner-fly.desc-width-1-3 .img-fly-02 > .img {
    float: right;
  }
  .banner-fly.desc-width-1-3 .img-fly-02 > .img > img {
    width: 100%;
  }
  .banner-fly.desc-width-1-3 .desc-wrap {
    position: relative;
    text-align: center;
  }
  .banner-fly.desc-width-1-3 .desc-wrap .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90% !important;
    width: 90% !important;
    text-align: center;
  }
  .video-item.grid-item-full {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .video-item.grid-item-full .img-wrap {
    width: 100% !important;
  }
  .video-item.grid-item-full .img-wrap > .img {
    width: 100% !important;
  }
  .video-item.grid-item-full .desc-wrap {
    color: #ffffff;
    text-align: center;
  }
  .video-item.grid-item-full .desc-wrap h2,
  .video-item.grid-item-full .desc-wrap h3,
  .video-item.grid-item-full .desc-wrap a {
    color: #ffffff;
  }
  .login-container .block .block-title {
    font-size: 18px;
    line-height: normal;
  }
  .login-container,
  .account .column.main,
  .account .columns,
  .customer-account-forgotpassword .column.main {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .login-container .block .block-title {
    font-size: 24px !important;
  }
  .page.messages {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and (min-width: 769px), print and (min-width: 769px) {
  .cylindo-thumbnail-list > li {
    width: 15% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px), print and (max-width: 991px) {
  .expanding-video-section {
    padding: 64px 0 64px;
  }
  .expanding-video-section .expanding-header {
    max-width: 610px;
  }
  .expanding-video-section .sub-heading {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .expanding-video-section .heading {
    font-size: 32px;
    margin: 12px 0 16px;
  }
  .expanding-video-section .seaction-content {
    font-size: 16px;
    max-width: 570px;
  }
  .expanding-video-section .fullwidth-video-container {
    margin: 30px 0 0px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .discover-more {
    padding: 64px 40px;
  }
  .discover-more .discover-header {
    max-width: 568px;
  }
  .discover-more .discover-header .sub-heading {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .discover-more .discover-header .heading {
    font-size: 32px;
    margin: 12px 0 32px;
  }
  .discover-more .discover-more-grid {
    gap: 16px;
  }
  .discover-more .discover-more-grid .king-item {
    height: 250px;
  }
  .discover-more .discover-more-grid .king-item a .item-text {
    font-size: 18px;
    padding: 24px 42px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px), print and (max-width: 991px) {
  .modular-slider-section {
    padding: 64px 0 87px;
  }
  .modular-slider-section .sofa-header {
    max-width: 610px;
  }
  .modular-slider-section .sofa-header .sub-heading {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .modular-slider-section .sofa-header .heading {
    font-size: 32px;
    margin: 6.4px 0 16px;
  }
  .modular-slider-section .sofa-header .description {
    font-size: 16px;
    max-width: 600px;
  }
  .modular-slider-section .sofa-slider {
    margin: 60px auto 0;
  }
  .modular-slider-section .sofa-slider .slick-track {
    height: 276px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .innovation-scrolling-section .fullwidth-video-container .innovation-content .sub-heading {
    color: #fff;
    max-width: 454px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .innovation-scrolling-section .fullwidth-video-container .innovation-content .heading {
    max-width: 454px;
    font-size: 32px;
  }
  .innovation-scrolling-section .fullwidth-video-container .innovation-content .description {
    max-width: 455px;
    font-size: 16px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .innovation-tech-inner {
    padding-bottom: 64px;
  }
  .innovation-tech-inner .sub-heading {
    max-width: 568px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .innovation-tech-inner .heading-secondary {
    max-width: 568px;
    font-size: 26px;
    margin: 0 auto 32px;
  }
  .innovation-tech-inner .innovation-tech-carousel-wrap {
    margin: 0 40px;
  }
  .innovation-tech-inner .innovation-tech-carousel-wrap .innovation-tech-carousel .tech-carousel-item {
    padding: 24px 18px;
  }
  .innovation-tech-inner .innovation-tech-carousel-wrap .innovation-tech-carousel .tech-carousel-item .tech-title-group {
    position: relative;
  }
  .innovation-tech-inner .innovation-tech-carousel-wrap .innovation-tech-carousel .tech-carousel-item .tech-title-group .tech-title {
    font-size: 18px;
    padding-top: 20px;
  }
  .innovation-tech-inner .innovation-tech-carousel-wrap .innovation-tech-carousel .tech-carousel-item .tech-title-group .icon-plus {
    width: 18px;
    height: 18px;
    top: 19px;
    right: 0px;
  }
  .innovation-tech-inner .innovation-tech-carousel-wrap .innovation-tech-carousel .tech-carousel-item .tech-content {
    font-size: 14px;
    padding: 18px 18px;
  }
  .king-care-section .innovation-tech-inner {
    padding: 64px 0;
  }
  .king-care-section .innovation-tech-inner .heading-secondary {
    font-size: 32px;
    margin: 0 auto 32px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  .global-exllence-section .fullwidth-map-container .backround-global-map .map-cover svg {
    width: 105%;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-header-sticky {
    width: 338px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-header-sticky .global-header-content {
    margin: auto;
    padding: 64px 0 0;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-header-sticky .global-header-content .sub-heading {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-header-sticky .global-header-content .heading {
    font-size: 32px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item {
    width: 138px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-1 {
    transform: translate(13px, 0);
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-2 {
    margin-top: 131px;
    transform: translate(42px, 0);
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-3 {
    margin-top: 384px;
    transform: translate(8px, 0);
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-4 {
    margin-top: 286px;
    transform: translate(51px, 0);
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-5 {
    transform: translate(-3px, -2px);
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-6 {
    order: 5;
    transform: translate(33px, 0px);
    margin-top: 167px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-7 {
    order: 6;
    margin-top: 391px;
    transform: translate(76px, 0);
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-8 {
    order: 10;
    margin-top: 172px;
    transform: translate(366px, -100px);
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-9 {
    order: 8;
    transform: translate(135px, 0px);
    margin-top: 331px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item.child-10 {
    order: 9;
    transform: translate(63px, -27px);
    margin-top: 0px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item .card-item-wrap {
    padding: 15px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item .card-item-wrap .image-wrap {
    height: 125px;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item .card-item-wrap .content {
    margin: 16px 0 0;
    text-align: left;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item .card-item-wrap .content .card-name {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 140%;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item .card-item-wrap .content .card-location {
    font-size: 18px;
    letter-spacing: -0.18px;
    margin: 6px 0;
  }
  .global-exllence-section .fullwidth-map-container .global-content .global-scroll-section .card-items .card-group .card-item .card-item-wrap .content .card-country {
    font-size: 9px;
    max-width: 108px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px), print and (max-width: 991px) {
  .hero-king-difference-section .fullwidth-hero-container .banner-video-inner.desktop {
    display: none;
  }
  .hero-king-difference-section .fullwidth-hero-container .banner-video-inner.tablet {
    display: block;
  }
  .hero-king-difference-section .fullwidth-hero-container .banner-video-inner iframe.for-desktop {
    display: none;
  }
  .hero-king-difference-section .fullwidth-hero-container .banner-video-inner iframe.for-tablet {
    display: block;
  }
  .hero-king-difference-section .fullwidth-hero-container .banner-background-inner.desktop {
    display: none;
  }
  .hero-king-difference-section .fullwidth-hero-container .banner-background-inner.tablet {
    display: block;
  }
  .hero-king-difference-section .fullwidth-hero-container .banner-background-inner .banner-item.for-desktop {
    display: none;
  }
  .hero-king-difference-section .fullwidth-hero-container .banner-background-inner .banner-item.for-tablet {
    display: block;
  }
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 1024px), print {
  .promotion {
    position: relative;
    padding-top: 30px;
  }
  .promotion .box {
    line-height: 25px;
    font-size: 22px;
  }
  .promotion .box img {
    height: auto;
    width: 100%;
    min-height: 165px;
  }
  .promotion .box p {
    font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
  }
  .promotion .box h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .promotion .box .view {
    font-size: 12px;
    line-height: 14px;
  }
  .promotion .content-promotion {
    padding: 25px 30px;
    height: calc(100% - 50px);
    width: 344px;
  }
  .promotion .img-box:after {
    width: 344px;
  }
  .list-box-category .box a.title {
    font-size: 30px;
    line-height: 32px;
  }
  .list-box-category .box .content {
    width: calc(100% - 100px);
  }
  .award-winning .award-winning-container {
    height: 919px;
  }
  .award-winning .introduce {
    top: 265px;
    width: 304px;
    font-size: 14px;
    line-height: 22px;
  }
  .award-winning .introduce h2 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.01em;
  }
  .award-winning .introduce .btn-more {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
  }
  .award-winning .box .box-content {
    border: none;
  }
  .award-winning .box .content {
    width: 147px;
    height: 133px;
    padding: 10px;
  }
  .award-winning .box:nth-child(1) {
    width: 472px;
    height: 265px;
    right: 244px;
  }
  .award-winning .box:nth-child(1) .bg-box {
    height: 133px;
    width: 133px;
    top: 60px;
  }
  .award-winning .box:nth-child(1) a.title {
    margin-top: 58px;
  }
  .award-winning .box:nth-child(1) .content {
    top: 60px;
  }
  .award-winning .box:nth-child(2) {
    top: 264px;
    width: 294px;
    height: 318px;
    right: 293px;
  }
  .award-winning .box:nth-child(2) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(3) {
    top: 264px;
    width: 294px;
    height: 352px;
  }
  .award-winning .box:nth-child(3) .bg-box {
    bottom: calc(100% - 133px);
    left: calc(100% - 147px);
  }
  .award-winning .box:nth-child(3) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(4) {
    top: 581px;
    width: 471px;
    height: 265px;
    right: 293px;
  }
  .award-winning .box:nth-child(4) .bg-box {
    height: 200%;
    width: 500%;
    left: calc(-500% + 167px);
    display: inline-block;
    top: 133px;
  }
  .award-winning .box:nth-child(4) .bg-box:before {
    height: 100%;
    width: 100%;
    right: 420px;
    display: inline-block;
    top: 0;
    position: absolute;
    content: "";
    background: #ffffff;
  }
  .award-winning .box:nth-child(4) .content {
    width: 147px;
    height: 133px;
  }
  .award-winning .box:nth-child(5) {
    width: 294px;
    height: 298px;
    top: 615px;
  }
  .award-winning .box:nth-child(5) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(5) .content {
    width: 169px;
    height: 150px;
  }
  .latest-king {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .latest-king .thumb .thumb-title {
    font-size: 22px;
    line-height: 25px;
    font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
  }
  .latest-king .desc a {
    font-size: 12px;
    line-height: 14px;
  }
  .latest-king .header .visit-blog {
    font-size: 12px;
  }
  .latest-king .header .visit-blog .icon:before {
    font-size: 10px;
  }
  .section-king-living .king-difference {
    padding-top: 42px;
  }
  .section-king-living .tab-header {
    top: 0;
  }
  .section-king-living h2 {
    margin-bottom: 10px;
  }
  .section-king-living .tabs-content .tab-info {
    top: 110px;
  }
  .hide-promotion .section-king-living {
    margin-top: -67px;
    z-index: 9;
  }
  .hide-promotion .award-winning .box:nth-child(4) .bg-box {
    height: calc(100% - 133px);
  }
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .container {
    max-width: 1170px;
  }
  h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 42px;
  }
  h2 {
    font-size: 42px;
    line-height: 46px;
  }
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
  h4 {
    font-size: 22px;
    line-height: 25px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 32px;
    line-height: 36px;
  }
  .view {
    font-size: 12px;
    line-height: 14px;
  }
  .tabs-menu li a {
    font-size: 12px;
    line-height: 14px;
  }
  .section-king-living .tab-header {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
  }
  .tabs-content {
    font-size: 14px;
    line-height: 22px;
  }
  .tabs-content .tab-info {
    position: absolute;
    top: 210px;
    left: calc((100% - 950px)/2);
    font-size: 14px;
    line-height: 22px;
    width: 300px;
  }
  .tabs-content .tab-info h4 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .tabs-content .tab-info a.view {
    margin-top: 15px;
  }
  .tabs-content .img-tab {
    max-width: calc(100% - 350px);
  }
  .package-popup .content-popup {
    width: 940px;
  }
  .package-popup .content-popup .info-popup {
    padding: 30px;
  }
  .package-popup .content-popup .title-popup {
    padding: 50px 30px 10px;
  }
  .fancybox-wrap {
    width: 920px !important;
  }
  .fancybox-wrap .popup .title-popup .title {
    padding-top: 70px;
    padding-bottom: 25px;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .checkout-index-index .table-checkout-shipping-method {
    min-width: auto;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    margin-left: unset;
    width: 21%;
    left: unset;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-items {
    margin-bottom: 0;
  }
  .product-item-details .product-item-name {
    font-size: 32px;
    line-height: 36px;
  }
  .product-item-details .product-item-actions .view-link {
    margin-bottom: 0;
  }
  .package-list .page-products .products-grid .product-item {
    width: 100%;
  }
  .package-list .page-products.page-layout-1column .products-grid .product-item {
    width: 100%;
  }
  .package-list .page-products.page-layout-3columns .products-grid .product-item {
    width: 100%;
  }
  .package-list .products-grid .product-item {
    width: 100%;
  }
  .package-list .products-grid .product-item .product-item-info {
    display: flex;
  }
  .package-list .products-grid .product-item .img-content {
    width: calc(100% - 484px);
    float: left;
  }
  .package-list .products-grid .product-item .product-item-details {
    width: calc(100% - 454px);
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
  }
  .package-list .products-grid .product-item .product-item-details .item-details-info {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: left;
  }
  .package-list .products-grid .product-item .product-item-inner {
    padding-top: 15px;
  }
  .box-dimension .dimension-configuration {
    width: calc(100% - 484px);
  }
  .box-dimension .dimension-content {
    padding-top: 50px;
    width: 454px;
  }
  .product-info {
    padding-bottom: 62px;
  }
  .filters {
    padding-top: 10px;
  }
  .product-info-share-section {
    right: 0;
  }
  .page-layout-1column .product-info-main {
    width: 370px;
    padding-top: 36px;
  }
  .page-layout-1column .product.media {
    width: calc(100% - 400px);
  }
  .page-layout-1column.checkout-cart-index .column.main {
    max-width: 940px;
  }
  .product-info,
  .product-content-container,
  .product-dimension .box-dimension {
    max-width: 1170px;
    margin: auto;
  }
  .product-feature .cms-template-wrap.cms-grid.grid-boxed {
    padding-bottom: 53px;
  }
  .product-summary .product-summary-container {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .product-summary .summary-content {
    padding-left: 96px;
    padding-right: 96px;
  }
  .product-summary .summary-content .summary-info,
  .product-summary .summary-content .summary-cart {
    width: calc(50% - 45px);
    float: left;
  }
  .product-summary .summary-content .summary-cart {
    margin-left: 90px;
  }
  .product-summary .product-total-title,
  .product-summary .product-total-price {
    font-size: 22px;
    line-height: 25px;
  }
  .product-summary .product-add-action {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-summary .product-add-action:before,
  .product-summary .product-add-action:after {
    content: '';
    display: table;
  }
  .product-summary .product-add-action:after {
    clear: both;
  }
  .product-summary .product-add-action .box-tocart {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .product-summary .product-add-action .product-options-bottom {
    display: inline-block;
  }
  .product-summary .product-add-action .product-addto-links {
    margin-top: 17px;
    vertical-align: top;
  }
  .product-accessory {
    padding-top: 52px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .products-grid.wishlist .product-items .product-item {
    width: 33.33333333%;
  }
  .products-grid.wishlist .product-items .product-item .product-item-name {
    font-size: 32px;
    line-height: 36px;
  }
  .products-grid.wishlist .product-items .product-item {
    width: 33.33333333%;
  }
  .products-grid.wishlist .product-items .product-item .product-item-name {
    font-size: 32px;
    line-height: 36px;
  }
  .cms-home .owl-theme .owl-controls .owl-pagination {
    left: calc((100% - 940px)/2);
  }
  .hide-top-strip .bg-content-desc {
    top: 190px;
  }
  .slide-content {
    min-height: inherit !important;
    max-height: inherit;
    overflow: hidden;
  }
  .slide-content a img,
  .slide-content > img {
    max-width: 100%;
    max-height: inherit;
    transform: none;
    min-width: 100%;
  }
  .owl-carousel .owl-controls .owl-buttons {
    margin-top: -24px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-prev,
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    width: 76px;
    height: 58px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
  .owl-carousel .owl-controls .owl-buttons .owl-next:hover,
  .owl-carousel .owl-controls .owl-buttons .owl-prev:focus,
  .owl-carousel .owl-controls .owl-buttons .owl-next:focus,
  .owl-carousel .owl-controls .owl-buttons .owl-prev:active,
  .owl-carousel .owl-controls .owl-buttons .owl-next:active {
    width: 84px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-prev:before,
  .owl-carousel .owl-controls .owl-buttons .owl-next:before {
    line-height: 58px;
    font-size: 30px;
  }
  .our-collection-carousel .bg-content-desc {
    top: 270px;
  }
  .our-collection-carousel .bg-content-desc .slide-desc {
    font-size: 14px;
    line-height: 22px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .hide-top-strip .our-collection-carousel .bg-content-desc {
    top: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .cms-template-wrap > .section {
    max-width: 940px;
  }
  .cms-template-wrap.cms-tabs .tabs .tabs-content {
    padding-left: 190px;
    padding-right: 190px;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-template-wrap h3 {
    font-size: 42px;
    line-height: 46px;
  }
  .cms-template-wrap .desc h3 {
    font-size: 42px;
    line-height: 46px;
  }
  .cms-template-wrap.cms-grid .cms-template {
    max-width: 940px;
  }
  .instagram-owl-carousel .instagram-item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .instagram-owl-carousel .instagram-item .instagram-info {
    left: 15px;
    vertical-align: top;
    width: calc(100% - 130px);
  }
  .instagram-owl-carousel .instagram-item > a {
    display: block;
    margin: 0;
    padding: 0;
  }
  .instagram-owl-carousel .instagram-item > a > img {
    display: block;
    width: 100%;
  }
  .login-container,
  .account .column.main,
  .account .columns,
  .customer-account-forgotpassword .column.main {
    max-width: 940px;
  }
  .login-container .block .block-title {
    font-size: 32px !important;
    font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
    line-height: normal;
  }
  .page.messages {
    max-width: 940px;
  }
}
@media all and (min-width: 1800px), print {
  .promotion .box h3 {
    font-size: 38px;
    line-height: 41px;
  }
  .promotion .content-promotion {
    padding-top: 30px;
    height: calc(100% - 55px);
    width: 357px;
  }
  .promotion .img-box:after {
    width: 417px;
  }
  .list-box-category .box a.title {
    font-size: 30px;
    line-height: 32px;
  }
  .award-winning .award-winning-container {
    height: 1081px;
  }
  .award-winning .introduce {
    top: 332px;
    width: 374px;
  }
  .award-winning .introduce h2 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -0.01em;
  }
  .award-winning .box .content {
    width: 180px;
    height: 160px;
  }
  .award-winning .box:nth-child(1) {
    width: 568px;
    height: 320px;
    right: 286px;
  }
  .award-winning .box:nth-child(1) .bg-box {
    height: 160px;
    width: 160px;
    left: -160px;
    top: 70px;
  }
  .award-winning .box:nth-child(1) a.title {
    margin-top: 74px;
  }
  .award-winning .box:nth-child(1) .content {
    top: 70px;
  }
  .award-winning .box:nth-child(2) {
    top: 319px;
    width: 360px;
    height: 360px;
    right: 359px;
  }
  .award-winning .box:nth-child(2) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(3) {
    top: 319px;
    width: 360px;
    height: 401px;
  }
  .award-winning .box:nth-child(3) .bg-box {
    bottom: calc(100% - 160px);
    left: calc(100% - 180px);
  }
  .award-winning .box:nth-child(3) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(4) {
    top: 678px;
    width: 573px;
    height: 317px;
    right: 359px;
  }
  .award-winning .box:nth-child(4) .bg-box {
    height: 200%;
    width: 100%;
    left: calc(-100% + 207px);
    display: inline-block;
    top: 160px;
  }
  .award-winning .box:nth-child(4) .bg-box:before {
    right: 548px;
  }
  .award-winning .box:nth-child(4) img {
    min-width: 100%;
  }
  .award-winning .box:nth-child(4) img a.title {
    padding-top: 44px;
  }
  .award-winning .box:nth-child(4) .content {
    width: 180px;
    height: 160px;
    left: 32px;
  }
  .award-winning .box:nth-child(5) {
    width: 360px;
    height: 360px;
    top: 719px;
  }
  .award-winning .box:nth-child(5) img {
    height: 100%;
    max-width: inherit;
  }
  .award-winning .box:nth-child(5) .content {
    width: 210px;
    height: 142px;
  }
  .latest-king {
    padding-top: 92px;
    padding-bottom: 91px;
    overflow: hidden;
  }
  .latest-king .thumb .thumb-title {
    font-size: 22px;
    line-height: 25px;
    font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
    width: calc(50% - 15px);
  }
  .latest-king .desc a {
    font-size: 12px;
    line-height: 14px;
    margin-top: 19px;
  }
  .latest-king .header {
    padding-bottom: 36px;
  }
  .latest-king .header h2 {
    margin-bottom: 16px;
  }
  .latest-king .header .visit-blog {
    font-size: 12px;
  }
  .latest-king .header .visit-blog .icon:before {
    font-size: 10px;
  }
  .find-showroom .box h2 {
    padding-bottom: 14px;
  }
  .hide-promotion .section-king-living {
    margin-top: -84px;
    z-index: 9;
  }
  .hide-promotion .award-winning .box:nth-child(4) .bg-box {
    height: calc(100% - 160px);
  }
  .container {
    max-width: 1170px;
  }
  .tabs-content .tab-info {
    width: 360px;
    left: calc((100% - 1140px)/2);
    top: 268px;
  }
  .category-collection .columns .column.main {
    min-height: 100%;
    padding-bottom: 0;
  }
  .category-collection .list-box-category .box a.title {
    font-size: 32px;
    line-height: 36px;
  }
  .category-collection .list-box-category .box .img-content {
    height: 360px;
  }
  .category-collection .list-box-category .box.box-langer .img-content,
  .category-collection .list-box-category .box:nth-child(1) .img-content,
  .category-collection .list-box-category .box:nth-child(2) .img-content,
  .category-collection .list-box-category .box:nth-child(3) .img-content,
  .category-collection .list-box-category .box:nth-child(4) .img-content {
    height: 360px;
  }
  .category-collection .list-box-category .box.box-langer .content,
  .category-collection .list-box-category .box:nth-child(1) .content,
  .category-collection .list-box-category .box:nth-child(2) .content,
  .category-collection .list-box-category .box:nth-child(3) .content,
  .category-collection .list-box-category .box:nth-child(4) .content {
    width: calc(100% - 292px);
  }
  .page-layout-boxed-content .columns .column.main {
    min-height: 100%;
    padding-bottom: 0;
  }
  .page-layout-boxed-content .list-box-category .box a.title {
    font-size: 32px;
    line-height: 36px;
  }
  .page-layout-boxed-content .list-box-category .box .img-content {
    height: 360px;
  }
  .page-layout-boxed-content .list-box-category .box.box-langer .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(1) .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(2) .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(3) .img-content,
  .page-layout-boxed-content .list-box-category .box:nth-child(4) .img-content {
    height: 360px;
  }
  .page-layout-boxed-content .list-box-category .box.box-langer .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(1) .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(2) .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(3) .content,
  .page-layout-boxed-content .list-box-category .box:nth-child(4) .content {
    width: calc(100% - 292px);
  }
  .package-popup .content-popup {
    width: 1140px;
  }
  .package-popup .content-popup .info-popup {
    padding: 45px;
  }
  .package-popup .content-popup .title-popup {
    padding: 60px 45px 20px ;
  }
  .fancybox-wrap {
    width: 1106px !important;
  }
  .top-strip {
    font-size: 12px;
    line-height: 14px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .page-layout-1column.checkout-cart-index .column.main {
    max-width: 1140px;
  }
  .product-info,
  .product-content-container,
  .product-dimension .box-dimension {
    max-width: 1170px;
    margin: auto;
  }
  .product-feature .desc-bottom-center.grid-1-2 .desc-wrap {
    width: calc(100% - 190px);
  }
  .product-feature .desc-bottom-center .img-wrap > .img a img {
    height: 360px;
    min-width: 100%;
    max-width: inherit;
  }
  .hide-top-strip .bg-content-desc {
    top: 243px;
  }
  .bg-content-desc {
    top: 276px;
  }
  .our-collection-carousel .bg-content-desc {
    top: 243px;
  }
  .hide-top-strip .our-collection-carousel .bg-content-desc {
    top: 213px;
  }
  .cms-template-wrap.desc-center-left .desc {
    left: calc((100% - 940px)/2);
  }
  .cms-template-wrap.desc-center-right .desc {
    right: calc((100% - 940px)/2);
  }
  .cms-template-wrap.cms-slider.slider-boxed {
    max-width: 940px;
  }
  .cms-template-wrap > .section {
    max-width: 1140px;
  }
  .cms-template-wrap.cms-grid .cms-template {
    max-width: 1140px;
  }
  .cms-template-wrap.desc-center-left .desc {
    left: calc((100% - 1140px)/2);
  }
  .cms-template-wrap.desc-center-right .desc {
    right: calc((100% - 1140px)/2);
  }
  .cms-template-wrap.cms-slider.slider-boxed {
    max-width: 1140px;
  }
  .cms-template-wrap.cms-tabs .tabs .tabs-content {
    padding-left: 190px;
    padding-right: 190px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .login-container,
  .account .column.main,
  .account .columns,
  .page.messages,
  .customer-account-forgotpassword .column.main {
    max-width: 1140px;
  }
}
