@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
/**
 * 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 {
    margin-top: 60px;
    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-wrapper .award-winning-box-container {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
}
.award-winning-wrapper .award-winning-box-container .award-winning-box {
  padding: 15px;
}
.award-winning-wrapper .award-winning-box-container .img-link {
  position: relative;
}
.award-winning-wrapper .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-wrapper .award-winning-box-container .img-link:hover a:before {
  opacity: 1;
  visibility: visible;
}
.award-winning-wrapper .award-winning-box-container img {
  display: block;
  width: 100%;
}
.award-winning-wrapper .award-winning-box-container .link {
  padding: 15px 0px;
}
.award-winning-wrapper .award-winning-box-container .link .icon-arrow-right {
  padding-left: 30px;
}
.award-winning-wrapper .award-winning-box-container .view {
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
  .award-winning-wrapper .award-winning-box-container .view {
    font-size: 16px;
    line-height: 14px;
  }
  .award-winning-wrapper .award-winning-box-container .view .icon-arrow-right:before {
    margin-top: 0px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .award-winning-wrapper .award-winning-box-container {
    padding: 15px;
  }
  .award-winning-wrapper .award-winning-box-container .award-winning-box {
    padding: 0;
  }
  .award-winning-wrapper .award-winning-box-container .award-winning-box:nth-child(odd) {
    padding-right: 7.5px;
  }
  .award-winning-wrapper .award-winning-box-container .award-winning-box:nth-child(even) {
    padding-left: 7.5px;
  }
  .award-winning-wrapper .award-winning-box-container .link {
    padding-top: 0;
  }
  .award-winning-wrapper .award-winning-box-container .link .icon-arrow-right {
    padding-left: 15px;
  }
}
.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;
}
@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;
}
/**
 * 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: 18px;
  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: "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;
}
.desktop-only {
  display: none;
}
#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;
  }
}
.fancybox-opened .fancybox-skin {
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
}
#storeswitcher {
  padding: 10px;
  position: relative;
}
#storeswitcher .block-title {
  border-bottom: none;
  padding: 0;
}
#storeswitcher h4 {
  margin-bottom: 20px;
}
#storeswitcher .info {
  font-size: 14px;
  line-height: 20px;
}
#storeswitcher .close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-size: 0;
  text-indent: -9999em;
  line-height: 30px;
}
#storeswitcher .close:before {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
  font-size: 16px;
  content: "\e904";
  text-indent: 0;
  vertical-align: top;
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
}
.popup .content-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  background: #ffffff;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
}
.popup .title-popup {
  position: relative;
}
.popup .title-popup .title {
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  text-align: center;
}
.popup .title-popup a.close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000000;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.popup .title-popup a.close .icon:before {
  color: #000000;
  font-size: 9px;
  vertical-align: top;
  margin-top: 2px;
}
.popup .content-estimate {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.popup .footer-popup {
  text-align: center;
  padding-bottom: 20px;
}
.popup .content-estimate-top {
  padding-bottom: 50px;
}
.popup div.mage-error[generated] {
  text-align: left;
}
.popup .popup-bottom {
  background: #ebebeb;
  position: relative;
  padding: 40px 0;
  margin-top: 0;
}
.popup .popup-bottom:after {
  width: 0;
  height: 0;
  display: block;
  left: 50%;
  position: absolute;
  content: "";
  border: solid 28px transparent;
  border-bottom: solid 25px #ebebeb;
  top: -52px;
  margin-left: -26px;
}
.popup .popup-bottom .estimate-result-item {
  background: #ffffff;
  padding: 25px 20px;
  text-align: left;
  margin: 0 auto 20px;
  display: flex;
  width: calc(100% - 60px);
  position: relative;
}
.popup .popup-bottom .estimate-result-item .esiimate-left {
  display: inline-block;
  float: left;
  width: calc(100% - 150px);
}
.popup .popup-bottom .estimate-result-item label {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 14px;
  color: #000000;
  float: right;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.popup .popup-bottom .estimate-result-item label span {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 14px;
}
.popup .popup-bottom .estimate-result-item h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  letter-spacing: -0.01em;
}
.estimate-result-no-item {
  color: #1d1d1d;
}
.estimate-result-no-item h4 {
  font-size: 16px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #1d1d1d;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.estimate-result-no-item .link-info {
  padding-bottom: 24px;
  padding-top: 8px;
}
.estimate-result-no-item .link-info a {
  font-size: 14px;
  line-height: 22px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #1d1d1d;
}
.estimate-result-no-item .link-info a[href^=tel] {
  color: #1d1d1d;
}
.estimate-result-no-item .link-info a[href^="mailto:"] {
  color: #1d1d1d;
  text-decoration: underline;
}
.estimate-result-no-item a.action.primary {
  padding: 2px 16px;
}
#estimate-calculate-btn {
  font-size: 9px;
  text-transform: uppercase;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #1d1d1d;
  letter-spacing: 0.08em;
  line-height: 11px;
  display: inline-block;
  padding: 6px 29px 7px;
  text-align: center;
  margin: auto;
  border: solid 1px #1d1d1d;
}
#estimate-calculate-btn:hover,
#estimate-calculate-btn:focus,
#estimate-calculate-btn:active {
  color: #ffffff;
  background: #1d1d1d;
}
.fancybox-overlay {
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5);
}
.fancybox-wrap {
  width: 720px !important;
  margin: auto;
}
.fancybox-wrap .fancybox-skin {
  padding: 0 !important;
}
.fancybox-wrap .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
}
.fancybox-wrap .popup {
  position: inherit;
  left: auto;
  top: auto;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}
.fancybox-wrap .popup .content-popup {
  width: 100% !important;
  overflow: auto;
}
.fancybox-wrap .popup .title-popup .title {
  padding-top: 30px;
  padding-bottom: 10px;
}
.fancybox-wrap .popup .title-popup a.close {
  right: 18px;
  top: 15px;
}
.fancybox-wrap .popup .info-popup {
  text-align: center;
}
.fancybox-wrap .popup .info-popup .form-estimate {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 23px;
}
.fancybox-wrap .popup .info-popup .form-estimate:before,
.fancybox-wrap .popup .info-popup .form-estimate:after {
  content: '';
  display: table;
}
.fancybox-wrap .popup .info-popup .form-estimate:after {
  clear: both;
}
.fancybox-wrap .popup .info-popup .form-estimate .field {
  width: 33.333%;
  padding: 0 7.5px;
  float: left;
}
.fancybox-wrap .popup .info-popup .form-estimate .actions {
  width: 100%;
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.fancybox-wrap .popup .info-popup .form-estimate .actions button.action > span {
  padding-right: 15px;
}
.fancybox-wrap .popup .info-popup .form-estimate .actions button.action > span:after {
  display: none;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp {
  text-align: left;
  padding: 50px 60px 0;
  overflow: auto;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp:before,
.fancybox-wrap .popup .info-popup.info-popup-pdp:after {
  content: '';
  display: table;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp:after {
  clear: both;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp > img {
  width: 60%;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp .popup-pdp-detail {
  float: left;
  width: calc(40% - 30px);
  margin-left: 30px;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp .popup-pdp-detail p {
  padding-top: 20px;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp .actions {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp .actions .action.primary {
  padding-top: 2px;
  padding-bottom: 2px;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp .price {
  font-size: 14px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  margin-top: 15px;
}
.fancybox-wrap .popup .info-popup.info-popup-pdp .comment {
  font-size: 12px;
  line-height: 20px;
}
.popup-pdp-detail .ui-accordion {
  margin-top: 15px;
}
.ui-accordion-header > div > span {
  text-transform: uppercase;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  border-top: solid 1px #c4c4c4;
  border-bottom: solid 1px #c4c4c4;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ui-accordion-header > div > span:before {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: bold;
  content: "\e90c";
  margin-right: 3px;
  font-size: 8px;
}
.ui-accordion-header.ui-accordion-header-active > div > span:before {
  content: "\e902";
}
.ui-accordion-content {
  padding-top: 10px;
}
.info-book-access {
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 60px;
}
.info-book-access .info-access {
  float: left;
  width: 46%;
  margin-right: 30px;
  text-align: left;
}
.info-book-access .info-access a {
  margin-top: 25px;
}
.info-book-access .form-access {
  float: left;
  width: calc(54% - 30px);
  text-align: left;
}
.form-book-access .field {
  margin-bottom: 15px;
}
.form-book-access .field:before,
.form-book-access .field:after {
  content: '';
  display: table;
}
.form-book-access .field:after {
  clear: both;
}
.form-book-access .field:nth-child(3) .control,
.form-book-access .field:nth-child(4) .control {
  float: left;
  width: calc(50% - 7.5px);
}
.form-book-access .field:nth-child(3) .control:first-child,
.form-book-access .field:nth-child(4) .control:first-child {
  margin-right: 15px;
}
.form-book-access .actions {
  text-align: right;
}
#viewcart-popup .content-popup {
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
}
#viewcart-popup .title-popup {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  padding-top: 50px;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  color: #000000;
  text-align: center;
}
#viewcart-popup .title-popup p {
  margin-bottom: 0;
  padding-bottom: 0px;
}
#viewcart-popup .title-popup > span {
  margin-bottom: 10px;
}
#viewcart-popup .close .icon {
  margin-right: 3px;
}
#viewcart-popup .footer-popup {
  padding-top: 15px;
  padding-bottom: 45px;
}
#viewcart-popup .footer-popup a.action.primary {
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
.fancybox-nav {
  width: 37px;
  height: 37px;
  top: 50%;
  margin-top: -13.5px;
  background: none !important;
}
.fancybox-nav span {
  width: 37px;
  height: 37px;
  display: block;
  line-height: 37px;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  right: 0;
  background: none !important;
  visibility: visible !important;
  top: 0;
  left: 0;
  text-align: center;
}
.fancybox-nav span:before {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: 37px;
  margin: 0;
  padding: 0;
  color: #363636;
  font-weight: bold;
  content: "\e90c";
  margin-right: 3px;
  font-size: 28px;
}
.fancybox-nav:hover,
.fancybox-nav:focus,
.fancybox-nav:active {
  background: none;
}
.fancybox-nav:hover span,
.fancybox-nav:focus span,
.fancybox-nav:active span {
  background: none;
}
.fancybox-nav:hover span:before,
.fancybox-nav:focus span:before,
.fancybox-nav:active span:before {
  color: #1d1d1d;
}
.fancybox-nav.fancybox-prev span:before {
  content: "\e900";
}
.fancybox-nav.fancybox-next span:before {
  content: "\e901";
}
.page-header {
  background: none;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
}
.page-header .container {
  position: relative;
}
.topbar {
  background: #1d1d1d;
}
.topbar .container {
  width: 100%;
  max-width: 1380px;
}
@media (max-width: 767px) {
  .topbar .container {
    padding: 0;
  }
}
.topbar .secondary_navigation {
  height: 40px;
}
@media (max-width: 767px) {
  .topbar .secondary_navigation {
    height: auto;
  }
}
.topbar ul {
  padding: 0;
  display: flex;
}
.topbar ul li {
  list-style: none;
  margin: 0;
}
.topbar ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 5px 0 15px;
}
.topbar ul li a .fa {
  font-size: 16px;
}
.topbar ul li a:hover {
  color: #9e9d9d;
}
.topbar .top-links {
  color: #fff;
}
.topbar .right-element .account {
  padding: 0 15px;
}
.topbar .right-element .link.wishlist {
  padding: 0 15px;
}
.topbar .right-element .fa:before,
.topbar .right-element .icon:before {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.topbar .right-element .fa:hover:before,
.topbar .right-element .icon:hover:before {
  color: #9e9d9d;
}
.topbar .right-element .action.cart {
  display: flex;
  align-items: center;
}
.topbar .right-element .action.cart .icon-cart {
  padding-right: 2px;
}
.topbar .right-element .action.cart:hover .icon:before,
.topbar .right-element .action.cart:hover .counter-number {
  color: #9e9d9d;
}
@media (max-width: 767px) {
  .topbar .right-element#header_elements {
    justify-content: space-between;
    background: #333;
    width: 100%;
  }
  .topbar .right-element#header_elements .nav-toggle {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-right: 40px;
    position: static;
  }
  .topbar .right-element#header_elements .nav-toggle .fa:before {
    font-size: 24px;
    color: #fff;
    line-height: unset;
  }
  .topbar .right-element#header_elements .logo {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .topbar .right-element#header_elements .logo img {
    height: 30px;
    display: block;
    width: auto;
    margin: auto;
  }
  .topbar .right-element#header_elements #quick-links {
    margin: 0;
  }
  .topbar .right-element#header_elements #quick-links #search_button {
    height: 30px;
  }
  .topbar .right-element#header_elements .minicart-wrapper {
    min-width: 45px;
  }
  .topbar .right-element#header_elements .minicart-wrapper .a.cart {
    padding: 7px;
  }
}
body .minicart-wrapper {
  text-align: right;
  padding-right: 10px;
}
body .minicart-wrapper a.cart {
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body .minicart-wrapper a.cart:hover {
  color: #9e9d9d;
}
body .minicart-wrapper a.cart:hover .square-counter {
  color: #9e9d9d;
}
body .minicart-wrapper .square-counter {
  color: #fff;
  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: #ed1c24;
  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%;
}
.top-strip .icon:before,
.bottom-strip .icon:before {
  font-size: 9px;
}
.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 {
  height: 60px;
  margin-top: -1px;
  order: -1;
}
@media (min-width: 768px) {
  .page-wrapper .header-spacer {
    height: 105px;
  }
}
.page-wrapper .page-header {
  position: fixed;
}
.page-wrapper .page-header .main-headnav {
  position: relative;
  top: 0;
  transition: all 0.5s ease;
}
.page-wrapper .page-header.nav-up {
  top: 0;
}
.page-wrapper .page-header.nav-up .main-headnav {
  top: -178px;
}
.page-footer {
  background: #1d1d1d;
  position: relative;
  z-index: 2;
  padding: 0;
}
@media (max-width: 767px) {
  .page-footer {
    background: #3f4041;
  }
}
.page-footer .container:before,
.page-footer .container:after {
  content: '';
  display: table;
}
.page-footer .container:after {
  clear: both;
}
.footer-top {
  max-width: 1170px;
  padding: 60px 15px 30px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.footer-top .footer-logo {
  max-width: 160px;
  padding-top: 5px;
}
.footer-top .footer-page-links {
  padding: 0 15px;
  max-width: 420px;
  width: 50%;
}
.footer-top .footer-page-links ul {
  padding: 0;
  column-count: 2;
}
.footer-top .footer-page-links ul li {
  list-style: none;
  padding-bottom: 10px;
}
.footer-top .footer-page-links ul li a {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.1em;
  color: #9e9d9d;
  text-transform: uppercase;
  transition: color .5s ease;
}
.footer-top .footer-page-links ul li a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    padding: 20px 15px 0;
  }
  .footer-top .footer-logo {
    padding: 15px 0 5px;
    margin: auto;
  }
  .footer-top .footer-page-links {
    width: 100%;
    max-width: 320px;
    margin: auto;
    padding: 15px 0;
  }
  .footer-top .footer-page-links ul {
    column-count: 3;
  }
  .footer-top .footer-page-links ul li {
    padding-bottom: 0;
    line-height: 16px;
  }
  .footer-top .footer-page-links ul li a {
    font-size: 8px;
    white-space: nowrap;
  }
}
.footer-bottom {
  background: #000;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
}
.footer-bottom.footer-bottom-checkout {
  background: #fff;
}
.footer-newsletter {
  display: block;
  max-width: 260px;
}
.footer-newsletter .block {
  margin-bottom: 20px;
}
.footer-newsletter .title {
  margin-bottom: 20px;
}
.footer-newsletter .title span {
  font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
  font-size: 20px;
  line-height: 18px;
  color: #ffffff;
  font-weight: normal;
}
.footer-newsletter .sub-title {
  margin-bottom: 15px;
}
.footer-newsletter .content {
  position: relative;
}
.footer-newsletter input[type="email"] {
  border: none;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue Light', sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  background: #3f4041;
  height: 43px;
  padding: 0 14px;
  width: 100%;
  color: #d7d7d7;
  box-shadow: none;
  border-radius: 0;
}
.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: #d7d7d7;
}
@media (min-width: 768px) {
  .footer-newsletter input[type="email"] {
    background: #fff;
    color: #1d1d1d;
  }
  .footer-newsletter input[type="email"]::placeholder {
    color: #9e9d9d;
  }
}
.footer-newsletter .actions {
  margin: 0;
}
.footer-newsletter .action.subscribe.primary {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  border: none;
  line-height: 43px;
  color: #fff;
  background: #3f4041;
}
.footer-newsletter .action.subscribe.primary > span {
  padding: 0;
}
.footer-newsletter .action.subscribe.primary > span:after {
  display: none;
}
@media (max-width: 767px) {
  .footer-newsletter {
    max-width: 320px;
    width: 100%;
    margin: auto;
  }
  .footer-newsletter input[type="email"] {
    border-bottom: 1px solid #fff;
    padding-left: 0;
    height: 32px;
  }
  .footer-newsletter .action.subscribe.primary {
    padding: 0 0 0 20px;
    line-height: 20px;
    top: 5px;
    font-size: 15px;
  }
}
.footer-social ul {
  margin: 0 -15px;
  padding: 0;
}
.footer-social ul li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
  display: inline-block;
}
.footer-social ul li .icon:before {
  color: #fff;
  transition: color .2s ease;
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer-social ul {
    text-align: center;
  }
}
.footer-company {
  position: relative;
  display: none;
}
.footer-company .footer-logo {
  position: relative;
}
.footer-company .footer-logo:before {
  width: 109px;
  height: 104px;
  position: absolute;
  background: rgba(255, 255, 255, 0.49);
  display: block;
  content: "";
  left: 1px;
  top: -104px;
  z-index: 0;
}
.footer-company .footer-slogan {
  background: #67645f;
  position: absolute;
  top: 0;
  display: block;
}
.footer-company .footer-slogan p {
  color: #ffffff;
  font-family: 'AktivGrotesk_Hairline', 'Helvetica Neue Thin', sans-serif;
  word-break: break-all;
  font-size: 16px;
  line-height: 16px;
  padding-top: 7px;
  padding-left: 10px;
  display: inline-block;
}
.footer-bottom ul {
  margin: 0;
  padding: 0;
}
.footer-bottom ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer-left {
  display: block;
  color: #9e9d9d;
  text-align: center;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: -0.01em;
  font-size: 10px;
  line-height: 14px;
}
.footer-left .copyright,
.footer-left .terms {
  display: block;
  text-align: center;
}
.footer-left ul li {
  padding: 0 5px;
}
.footer-left ul li a {
  font-size: 10px;
  color: #7b7b7b;
  letter-spacing: -0.01em;
  line-height: 14px;
  font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
  transition: color 0.2s ease;
}
.footer-left ul li a:hover,
.footer-left ul li a:focus,
.footer-left ul li a:active {
  color: #ffffff;
}
.footer-right {
  display: block;
  text-align: center;
}
.footer-right ul li {
  padding: 0 0;
}
.footer-right ul li a {
  display: block;
  margin: 0 7px;
  padding: 0;
}
.footer-right ul li a .icon:before {
  color: #ffffff;
  transition: color 0.2s ease;
  font-size: 20px;
}
.footer-right ul li a:hover .icon:before,
.footer-right ul li a:focus .icon:before,
.footer-right ul li a:active .icon:before {
  color: #9e9d9d;
}
.footer-right ul li:last-child a {
  margin-right: 0;
}
.footer-right ul li:first-child a {
  margin-left: 0;
}
.scrollup {
  position: fixed;
  width: 37px;
  height: 54px;
  background: rgba(138, 136, 136, 0.5);
  right: 15px;
  bottom: 45px;
  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;
}
.ms-megamenu .container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.ms-megamenu .container:before,
.ms-megamenu .container:after {
  content: '';
  display: table;
}
.ms-megamenu .container:after {
  clear: both;
}
.ms-megamenu .container .block-static-block.widget,
.ms-megamenu .container .block-cms-link.widget {
  margin-bottom: 0;
}
.ms-megamenu .ms-topmenu {
  background: transparent;
  font-weight: normal;
  float: none;
  width: 100%;
}
.ms-megamenu .row:before,
.ms-megamenu .row:after {
  content: '';
  display: table;
}
.ms-megamenu .row:after {
  clear: both;
}
.ms-megamenu span.mb-label {
  display: none !important;
  width: 0;
  height: 0;
  visibility: hidden;
}
.ms-megamenu .col-category .level1 {
  font-weight: normal;
  font-size: 14px;
}
.ms-megamenu .menu-item a {
  color: #1d1d1d;
  padding-bottom: 1px;
  display: inline-block;
  margin: 3px 0 2px;
  border-bottom: 1px solid transparent;
  font-family: "AktivGrotesk_Regular", 'Helvetica Neue', Arial, sans-serif;
}
.ms-megamenu .menu-item a:hover {
  text-shadow: 1px 0px 0px #1d1d1d;
  border-color: #1d1d1d;
}
.ms-megamenu .menu-item.ms-level1 .fa-caret-right {
  position: absolute;
  right: -5px;
  line-height: 30px;
  display: none;
}
.ms-megamenu .menu-item.ms-level1.active a {
  text-shadow: 1px 0px 0px #1d1d1d;
  border-color: #1d1d1d;
}
.ms-megamenu .menu-item.featured {
  background: #454545;
  margin-bottom: 2px;
}
.ms-megamenu .menu-item.featured a {
  color: #fff;
  font-family: AktivGrotesk_Medium, 'Helvetica Neue Bold', sans-serif;
  text-transform: uppercase;
}
.ms-megamenu .menu-item.featured a:hover {
  border-color: transparent;
}
.ms-megamenu .ms-submenu {
  padding: 0;
  background: #fff;
  border: none;
  max-width: 600px;
  text-align: left;
  min-width: 120px;
  visibility: visible;
  transition: visibility 0s, height 0.4s, opacity 0.3s;
}
.ms-megamenu .ms-submenu .submenu-container {
  display: flex;
  min-height: 480px;
}
.ms-megamenu .ms-submenu .ms-child-link {
  padding: 0;
  margin: 0;
  display: block;
}
.ms-megamenu .ms-submenu .ms-child-link a,
.ms-megamenu .ms-submenu a.form-group {
  font-size: 14px;
  font-family: 'AktivGrotesk_Medium', 'Helvetica Neue Medium', sans-serif;
  line-height: 20px;
  color: #a1a1a1;
  transition: color 0.2s ease;
  text-align: left;
  padding: 4px 0;
  margin: 0 0 20px;
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.ms-megamenu .ms-submenu .ms-child-link a:after,
.ms-megamenu .ms-submenu a.form-group:after {
  font-family: 'Icomoon';
  font-size: 9px;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
  vertical-align: top;
  content: "\e901";
  color: #a1a1a1;
  opacity: 0;
  transition: all 0.5s ease;
  margin-top: 7px;
  margin-left: 5px;
  margin-right: 0;
  transition: opacity 0.3s ease, margin 0.6s ease, color 0.2s ease;
}
.ms-megamenu .ms-submenu .ms-child-link a:hover,
.ms-megamenu .ms-submenu a.form-group:hover,
.ms-megamenu .ms-submenu .ms-child-link a:focus,
.ms-megamenu .ms-submenu a.form-group:focus,
.ms-megamenu .ms-submenu .ms-child-link a:active,
.ms-megamenu .ms-submenu a.form-group:active {
  color: #ffffff;
}
.ms-megamenu .ms-submenu .ms-child-link a:hover:after,
.ms-megamenu .ms-submenu a.form-group:hover:after,
.ms-megamenu .ms-submenu .ms-child-link a:focus:after,
.ms-megamenu .ms-submenu a.form-group:focus:after,
.ms-megamenu .ms-submenu .ms-child-link a:active:after,
.ms-megamenu .ms-submenu a.form-group:active:after {
  color: #ffffff;
  opacity: 1;
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .ms-megamenu .ms-submenu {
    box-shadow: 0px 2px 12px #999999;
  }
}
.ms-megamenu .ms-content {
  width: 210px;
  padding: 15px 0;
}
.ms-megamenu .ms-content .menu-item {
  padding: 0 25px;
}
.ms-megamenu .ms-content .menu-item .hover-image {
  display: none;
}
.ms-megamenu .ms-maincontent {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ms-megamenu .ms-maincontent .ms-main-image {
  padding: 10px;
  margin-top: auto;
  margin-bottom: -15px;
}
.ms-megamenu .ms-featured {
  width: 275px;
  padding: 15px;
  border-left: 1px solid #d2d2d2;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.ms-megamenu .ms-featured .ms-feature-image {
  padding-top: 15px;
}
.ms-megamenu .ms-featured .ms-level2-container {
  display: none;
}
@media (min-width: 768px) {
  .ms-megamenu .ms-featured {
    padding: 0 20px;
    margin: 15px 0;
  }
}
.ms-megamenu .ms-level0 {
  float: none;
  text-align: center;
  display: inline-block;
  padding: 15px 32px;
  position: relative;
}
.ms-megamenu .ms-level0.nav-logo {
  padding: 15px 42px;
  flex-shrink: 0;
  max-width: 230px;
}
.ms-megamenu .ms-level0 .ms-label {
  color: #fff;
  font-size: 14px;
  font-family: "AktivGrotesk_light", 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.84px;
  opacity: 1;
  padding: 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.ms-megamenu .ms-level0 .ms-label:after {
  background: #ffffff;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -7px;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  transform: translateY(0px);
}
.ms-megamenu .ms-level0:focus .ms-label,
.ms-megamenu .ms-level0:active .ms-label,
.ms-megamenu .ms-level0:hover .ms-label {
  text-shadow: 1px 0px 0px #fff;
}
.ms-megamenu .ms-level0:focus .ms-label:after,
.ms-megamenu .ms-level0:active .ms-label:after,
.ms-megamenu .ms-level0:hover .ms-label:after {
  width: 100%;
  background: #ffffff;
  opacity: 1;
}
@media (min-width: 768px) {
  .ms-megamenu .ms-level0:focus .ms-label,
  .ms-megamenu .ms-level0:active .ms-label,
  .ms-megamenu .ms-level0:hover .ms-label {
    background: none;
    color: #fff;
  }
}
.promo-links a {
  font-size: 14px;
  font-family: 'AktivGrotesk_Medium', 'Helvetica Neue Medium', sans-serif;
  line-height: 20px;
  color: #a1a1a1 !important;
  transition: color 0.2s ease;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  display: block;
  padding: 4px 0;
  margin: 0 0 20px;
}
.promo-links a:hover,
.promo-links a:focus,
.promo-links a:active {
  color: #ffffff !important;
}
.left-menu-link {
  float: left;
  position: relative;
}
.ms-viewall {
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  padding-top: 20px;
  position: absolute;
  bottom: 20px;
}
.ms-viewall > a.btn-viewall {
  display: inline-block;
  color: #ffffff;
  transition: color 0.2s ease;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px 0 10px;
  margin: 0;
}
.ms-viewall > a.btn-viewall .icon-arrow-right {
  display: inline-block;
  padding-left: 5px;
}
.ms-viewall > a.btn-viewall .icon-arrow-right:before {
  font-size: 10px;
  color: #ffffff;
  vertical-align: top;
  margin-top: 5px;
  transition: margin 0.5s ease, color 0.2s ease;
}
.ms-viewall > a.btn-viewall:hover,
.ms-viewall > a.btn-viewall:focus,
.ms-viewall > a.btn-viewall:active {
  color: #9e9d9d;
}
.ms-viewall > a.btn-viewall:hover .icon-arrow-right:before,
.ms-viewall > a.btn-viewall:focus .icon-arrow-right:before,
.ms-viewall > a.btn-viewall:active .icon-arrow-right:before {
  font-size: 10px;
  color: #9e9d9d;
  margin-left: 5px;
}
.ms-child-image {
  float: right;
}
.ms-child-image > a.ms-category-link {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.ms-child-image > a.ms-category-link img {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 100%;
  max-width: inherit;
}
.ms-footer {
  width: 100%;
  padding: 15px 0 0;
  border: none;
  margin-top: auto;
}
.ms-footer .block-static-block.widget,
.ms-footer .block-cms-link.widget {
  margin-bottom: 0;
}
.ms-footer > p {
  display: none;
}
@media (min-width: 768px) and (max-width: 960px) {
  .ms-megamenu .ms-level0 {
    padding: 15px;
  }
  .ms-megamenu .ms-level0 .ms-label {
    font-size: 14px;
  }
}
.minisearch {
  float: left;
}
.minisearch fieldset {
  border: none;
  padding: 0;
}
.minisearch #search_submit {
  display: none;
}
.block-search input {
  padding: 0 10px !important;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  background: rgba(63, 64, 65, 0.4);
  border: none;
  display: inline-block;
  letter-spacing: 0.02em;
  font-family: 'AktivGrotesk_Thin', 'Helvetica Neue Light', sans-serif;
  height: 34px;
  left: 0;
  margin: 0;
  float: left;
  width: 0;
}
.block-search {
  width: 34px !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  position: relative;
  padding-left: 0 !important;
}
body.searchautocomplete__active .block-search {
  width: 0;
}
body.searchautocomplete__active .searchform .block-search {
  width: 200px !important;
  padding-right: 0 !important;
}
.searchform {
  margin-right: 10px;
}
.searchform fieldset {
  border: none;
  position: relative;
}
.searchform .block-search #search_submit {
  display: none;
}
.searchform .block-search #search_close {
  width: 0px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.searchform .block-search #search_close .icon:before {
  line-height: 34px;
  font-size: 9px !important;
}
.searchform .block-search .block-title {
  display: none;
  margin: 0;
  padding: 0;
}
.searchform .block-search .minisearch {
  visibility: hidden;
  width: 0;
  height: 0;
}
.searchform .block-search .minisearch fieldset {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.searchform .block-search .minisearch {
  float: left;
}
.searchform .block-search #quick-links {
  float: right;
}
.searchform .block-search #quick-links li {
  padding: 0;
  margin: 0;
}
.searchform .block-search .block-content {
  height: 20px;
}
.show-search .searchform .block-search {
  padding-right: 0 !important;
}
.show-search .searchform .block-search .minisearch {
  visibility: inherit;
}
.show-search .searchform .block-search .minisearch fieldset {
  width: 0;
  right: 0;
}
.show-search .searchform .block-search .minisearch input {
  width: 200px;
  opacity: 1;
  transition: width .6s , visibility .6s, opacity .6s, margin .6s;
  margin-left: -200px;
}
.show-search .searchform .block-search .minisearch input::-moz-placeholder {
  color: #ffffff;
}
.show-search .searchform .block-search .minisearch input::-webkit-input-placeholder {
  color: #ffffff;
}
.show-search .searchform .block-search .minisearch input:-ms-input-placeholder {
  color: #ffffff;
}
.show-search .searchform .block-search input {
  visibility: inherit;
  width: 200px;
  opacity: 1;
  transition: width .6s , visibility .6s, opacity .6s, margin .6s;
  margin-left: -200px;
}
.show-search .top-links {
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: width .6s , visibility .6s, opacity .6s;
}
.show-search #quick-links #search_close {
  margin-left: 0;
  visibility: inherit;
  display: inline-block;
  position: relative;
  z-index: 11px;
  cursor: pointer;
  opacity: 1;
  transition: width .6s, visibility .6s, opacity .6s, margin .6s;
}
.show-search #quick-links #search_close .icon:before {
  font-size: 12px;
}
.show-search #quick-links #search_close:hover .icon:before,
.show-search #quick-links #search_close:focus .icon:before,
.show-search #quick-links #search_close:active .icon:before {
  font-size: 12px;
}
.show-search #quick-links #search_button {
  background: none;
  transition: width .6s, margin .6s;
  margin-left: -34px;
}
.show-search #quick-links #search_button .icon:before {
  color: #ffffff !important;
  position: relative;
  z-index: 10;
}
.show-search .minisearch {
  visibility: inherit;
}
.hide-search .searchform .block-search input,
.hide-search input {
  margin-left: 0;
  visibility: hidden;
  width: 0;
  padding: 0 !important;
  transition: width .6s, visibility .6s, margin .6s;
}
.hide-search #quick-links #search_close {
  visibility: hidden;
  opacity: 0;
  transition: width .6s, visibility .6s, opacity .6s, height 6s;
  z-index: 11px;
  width: 0;
  height: 0;
  margin-left: 0;
}
.hide-search #quick-links #search_close .icon:before {
  width: 0;
  transition: width .6s, visibility .6s, opacity .6s;
}
.hide-search #quick-links #search_button {
  marign-left: 0;
  transition: width .6s, opacity .6s, margin .6s;
}
.hide-search .top-links {
  opacity: 1;
  transition: width .6s, visibility .6s, opacity .6s;
  width: auto;
  height: auto;
  overflow: visible;
}
.hide-search .minisearch {
  visibility: hidden;
}
.mst-searchautocomplete__autocomplete {
  top: 34px !important;
}
.mst-searchautocomplete__autocomplete .show-all-results {
  background: #ffffff;
}
.mst-searchautocomplete__autocomplete ul li a {
  color: #000000;
  transition: color 0.3s ease;
  font-weight: normal;
  text-transform: none;
}
.mst-searchautocomplete__autocomplete ul li a:hover,
.mst-searchautocomplete__autocomplete ul li a:focus,
.mst-searchautocomplete__autocomplete ul li a:active {
  color: #9e9d9d;
  text-decoration: none !important;
}
.mst-searchautocomplete__autocomplete ul {
  padding: 0 !important;
  margin: 0 !important;
  max-height: 350px;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete ul li.searchautocomplete__item-magento_catalog_product {
  padding: 10px 15px !important;
  border-top: solid 1px #bdbdbd;
}
.mst-searchautocomplete__autocomplete ul li.searchautocomplete__item-magento_catalog_product:first-child {
  border-top: none;
}
.mst-searchautocomplete__autocomplete ul li.searchautocomplete__item-magento_catalog_product .title {
  color: #000000;
  transition: color 0.3s ease;
}
.mst-searchautocomplete__autocomplete ul li.searchautocomplete__item-magento_catalog_product .title:hover,
.mst-searchautocomplete__autocomplete ul li.searchautocomplete__item-magento_catalog_product .title:focus,
.mst-searchautocomplete__autocomplete ul li.searchautocomplete__item-magento_catalog_product .title:active {
  color: #9e9d9d;
}
.searchautocomplete__active .show-search .mst-searchautocomplete__autocomplete {
  left: 0 !important;
  top: 34px !important;
}
.searchautocomplete__active .show-search .searchform .block-search .minisearch fieldset {
  width: 200px !important;
  right: 35px;
}
.searchautocomplete__active .show-search .searchform .block-search .minisearch input {
  margin-left: 0 !important;
}
.searchautocomplete__active .show-search .mst-searchautocomplete__autocomplete,
.searchautocomplete__active .show-search .searchform .block-search .block-content,
.searchautocomplete__active .show-search .block-search .block-content {
  max-width: 200px !important;
}
.searchautocomplete__active .show-search .searchform .block-search .block-content {
  width: 200px !important;
}
.show-all-results {
  margin: 10px auto;
}
.show-all-results a {
  background: #b2b2b2;
  margin-top: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000000;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  padding: 8px 12px !important;
  line-height: normal;
  text-align: center;
  font-size: 10px !important;
  display: inline-block !important;
}
.show-all-results a > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  line-height: 14px;
}
.show-all-results a > span:after {
  font-family: 'Icomoon';
  display: inline-block;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
  content: "\e901";
  font-size: 12px;
  transition: right 0.3s ease;
  position: absolute;
  right: 5px;
  top: 1px;
  display: none;
}
.show-all-results a:hover,
.show-all-results a:focus,
.show-all-results a:active {
  background: #b2b2b2;
  color: #000000;
}
.show-all-results a:hover > span:after,
.show-all-results a:focus > span:after,
.show-all-results a:active > span:after {
  color: #000000;
  right: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  font-family: 'pagebuilder-font';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  display: inline-block;
  font-family: 'pagebuilder-font';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.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;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 1.1px;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #000000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #8a8888;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #8a8888;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #8a8888;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #8a8888;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #000000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  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;
  display: inline-block;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  margin: 0 10px 10px 0;
  padding: 8px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.1px;
  padding: 14px 17px;
  font-size: 11px;
  border-radius: 0px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary > span,
button.pagebuilder-button-primary > span,
div.pagebuilder-button-primary > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  line-height: 14px;
}
a.pagebuilder-button-primary > span:after,
button.pagebuilder-button-primary > span:after,
div.pagebuilder-button-primary > 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;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover > span:after,
button.pagebuilder-button-primary:hover > span:after,
div.pagebuilder-button-primary:hover > span:after {
  color: #ffffff;
  right: 0;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  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;
  display: inline-block;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
  margin: 0 10px 10px 0;
  padding: 6px 0 6px 15px;
  width: auto;
  line-height: 1.4px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.1px;
  padding: 14px 17px;
  font-size: 11px;
  border-radius: 0px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary > span,
button.pagebuilder-button-secondary > span,
div.pagebuilder-button-secondary > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  line-height: 14px;
}
a.pagebuilder-button-secondary > span:after,
button.pagebuilder-button-secondary > span:after,
div.pagebuilder-button-secondary > 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;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #333435;
  border: 1px solid #1d1d1d;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover > span:after,
button.pagebuilder-button-secondary:hover > span:after,
div.pagebuilder-button-secondary:hover > span:after {
  color: #ffffff;
  right: 0;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  display: none;
}
div[data-content-type='slider'].slick-initialized {
  display: block;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
@media only screen and (max-width: 768px) {
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5.25px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 42px;
  padding: 5.25px 21px 5.25px 21px;
  font-weight: 600;
  line-height: 42px;
  font-size: 16px;
  color: #4a4a4a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #4a4a4a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #4a4a4a;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333435;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  padding-bottom: 5.25px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5.25px;
  padding: 21px 21px 21px 21px;
}
@media all and (min-width: 769px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * 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 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.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;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid transparent;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 10.5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #000000;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.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,
.product-item-inner .product-item-actions .shop-link {
  display: inline-block;
  margin: 0 5px;
}
.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-left: 11px;
  padding-right: 11px;
}
.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: #ed1c24;
}
.package-list .price-box .price-container {
  padding: 0 5px;
  display: inline-block;
}
.package-list .price-box .price-container.price-final_price {
  padding-left: 0;
}
.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;
}
.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 {
  display: flex;
  flex-direction: column;
}
.page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-details-info {
  flex: 1 0 auto;
}
.page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .product-label-two.product-label {
  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;
  }
}
@media (max-width: 767px) {
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .category-image {
    margin-bottom: 0;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .item-details-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .item-details-info.range {
    flex-direction: column;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .item-details-info .wrap-label-name {
    text-align: left;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .item-details-info .wrap-label-name .product-item-name {
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
    font-family: AktivGrotesk_Thin, 'Helvetica Neue', Arial, sans-serif;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .item-details-info .wrap-label-name .product-label {
    font-size: 14px;
    line-height: 14px;
    padding-left: 18px;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .item-details-info .wrap-label-name .product-label.label-sale {
    margin-left: 18px;
  }
  .page-products.catalog-category-view .products-grid .product-items .product-item .product-item-details .item-details-info .product-item-inner {
    padding-right: 18px;
  }
}
.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-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 .breadcrumbs {
  display: none;
}
.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;
}
.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;
}
.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;
}
.summary-cart .product-total .product-info-price {
  display: none;
}
.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;
  }
}
#simple-info {
  max-width: 1440px;
  justify-content: space-between;
  display: block;
}
#simple-info .product-info-main {
  width: 508px;
  padding: 0;
}
#simple-info .product.media {
  width: calc(100% - 560px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
#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: flex;
  flex-wrap: wrap;
  align-items: center;
}
#simple-info #pinfo-container > * {
  width: 100%;
}
#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 .box-tocart {
  display: block;
  margin: 8px 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.qty.show,
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .action-addtocart {
  display: flex;
  align-items: baseline;
  padding-right: 0;
}
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.show > .label {
  width: auto;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
}
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.show > .control {
  float: right;
  text-align: right;
  width: 100%;
  margin-right: -5px;
}
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.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.qty.show > .control button {
    top: -2px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.show > .control button {
    top: 0;
  }
}
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.show > .control button.increaseQty {
  right: 5px;
}
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.show > .control button.decreaseQty {
  right: -5px;
}
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.show > .control button:active,
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.show > .control button:hover {
  color: #2d2929c2;
  box-shadow: none;
}
#simple-info #pinfo-container > .product-add-form .box-tocart .fieldset .field.qty.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.qty.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 {
  padding: 14px 17px;
  float: none;
  width: 300px;
}
@media (max-width: 480px) {
  #simple-info #pinfo-container > .product-add-form .box-tocart .actions #product-addtocart-button {
    width: 240px;
  }
}
#simple-info #pinfo-container > .product-add-form .box-tocart .actions #product-addtocart-button span {
  padding-right: 20px;
}
#simple-info #pinfo-container > .product-add-form .box-tocart .actions #product-addtocart-button span::after {
  color: #fff;
  content: "\e901";
}
@media (max-width: 767px) {
  #simple-info #pinfo-container > .product-add-form {
    margin: auto;
  }
}
@media (max-width: 1023px) {
  #simple-info .product-info-main {
    width: 100%;
  }
  #simple-info #simple-media-info {
    width: 100%;
  }
}
@media (min-width: 1480px) {
  #simple-info {
    max-width: 1680px;
  }
  #simple-info .product-info-main {
    width: 560px;
  }
  #simple-info .product.media {
    width: calc(100% - 660px);
  }
  #simple-info .secondary-gallery-media {
    width: calc(100% - 660px);
  }
}
.product-addto-links {
  order: 3;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.product-addto-links .towishlist {
  color: #333435;
  font-size: 11px;
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.product-addto-links .towishlist > span {
  display: block;
}
.product-addto-links .towishlist .icon-heart:before {
  color: #333435;
  font-size: 18px;
  padding-right: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product-addto-links .towishlist > span {
    display: none;
  }
  .product-addto-links .towishlist > span.icon {
    display: block;
  }
}
.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;
}
.product-info-desc {
  display: none;
}
.catalog-product-view .fixed-headsticky {
  display: none !important;
}
.catalog-product-view.no-slider .page-main {
  z-index: 2;
  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;
}
.sap-option-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
  outline: none;
}
.sap-option-wrapper .collapse-title {
  width: 100%;
  cursor: pointer;
  background: #f3f3f3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 60px 5px 5px;
}
.sap-option-wrapper .collapse-title:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px;
}
.sap-option-wrapper .collapse-title .check {
  padding: 17px 15px 15px;
  font-size: 24px;
  color: #ddd;
}
.sap-option-wrapper .collapse-title .check.active {
  color: #000;
}
.sap-option-wrapper.active .collapse-title:after {
  content: "\f106";
}
.sap-option-wrapper .selected-option-image {
  width: 95px;
  height: 60px;
  display: flex;
  flex-shrink: 0;
}
.sap-option-wrapper .selected-option-value-container {
  flex-grow: 1;
}
.sap-option-wrapper .section-title {
  font-size: 16px;
}
.sap-option-wrapper .selected-option-value {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  font-family: 'AktivGrotesk_Bold', 'Helvetica Neue Bold', sans-serif;
}
@media (min-width: 768px) {
  .sap-option-wrapper .selected-option-value {
    font-size: 16px;
    line-height: 22px;
  }
  .sap-option-wrapper .selected-option-value.price {
    font-size: 16px;
    line-height: 22px;
  }
}
.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: 767px) {
  .sap-option-wrapper .section-dropdown-title {
    margin: 0 0 8px;
  }
  .sap-option-wrapper .selected-option-image {
    width: 75px;
    height: 50px;
  }
  .sap-option-wrapper .fieldset-section-1 .section-title {
    margin-top: 0;
  }
  .sap-option-wrapper .collapse-title {
    padding-right: 40px;
  }
  .sap-option-wrapper .collapse-title:after {
    padding: 5px;
    right: 8px;
  }
  .sap-option-wrapper .collapse-title .check {
    padding: 10px;
  }
}
.sap-option-wrapper .tab-header .tabs-menu {
  margin-bottom: 20px;
  border: none;
}
.sap-option-wrapper .tab-header .tabs-menu li a {
  font-size: 14px;
}
.sap-option-wrapper .tab-header .tabs-menu li.ui-state-active a:after {
  opacity: 1;
  visibility: visible;
}
.sap-option-wrapper .fieldset-section {
  background: #fff;
  border-radius: 0;
  margin: 5px 0;
  padding: 0;
  width: 100%;
  position: relative;
  outline: none;
}
.sap-option-wrapper .form-list[data-role="content"] {
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 8px 15px;
  border: 1px solid #d1d1d1;
}
.sap-option-wrapper .form-list[data-role="content"] .options-list.radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list[data-role="content"] .options-list.radio {
    flex-wrap: wrap;
  }
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 50%;
  background: #fff;
  padding: 0 8px;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice.none,
.sap-option-wrapper .form-list[data-role="content"] .field.choice input[type="radio"] {
  display: none;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label {
  font-family: 'AktivGrotesk_Regular', 'Helvetica Neue', Arial, sans-serif;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 14px;
  display: block;
  width: 100%;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label > span > span:first-child {
  font-family: 'AktivGrotesk_regular', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label .price-notice {
  display: block;
  margin: 0;
  width: 100%;
  font-family: 'AktivGrotesk_medium', Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #1d1d1d;
  overflow: hidden;
  padding-bottom: 5px;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label .price-notice > span {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label .price-notice .price-wrapper {
  font-family: 'AktivGrotesk_medium', Arial, sans-serif;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label .price-notice .price-wrapper .price {
  font-size: 18px;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice label .description {
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #1d1d1d;
  overflow: hidden;
  order: 2;
}
.sap-option-wrapper .form-list[data-role="content"] .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[data-role="content"] .field.choice .buttons .action.primary {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice .buttons .action.primary:hover {
  color: #000;
  background: #fff;
}
@media (hover: hover) {
  .sap-option-wrapper .form-list[data-role="content"] .field.choice:hover .buttons {
    display: block;
  }
}
.sap-option-wrapper .form-list[data-role="content"] .field.choice input[type="radio"]:checked + label:before,
.sap-option-wrapper .form-list[data-role="content"] .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[data-role="content"] .field.choice input[type="radio"]:checked + label:after,
.sap-option-wrapper .form-list[data-role="content"] .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: 1023px) {
  .sap-option-wrapper .form-list[data-role="content"] .field.choice {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .sap-option-wrapper .form-list[data-role="content"] .field.choice {
    flex-direction: row;
    padding: 0 0 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
  }
  .sap-option-wrapper .form-list[data-role="content"] .field.choice img {
    width: 120px;
    height: 96px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .sap-option-wrapper .form-list[data-role="content"] .field.choice .label {
    text-align: left;
    display: flex;
  }
  .sap-option-wrapper .form-list[data-role="content"] .field.choice .label .price-notice {
    position: relative;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .sap-option-wrapper .form-list[data-role="content"].wider {
    min-width: 700px;
    right: 0;
  }
  .sap-option-wrapper .form-list[data-role="content"].wider .field.choice {
    width: 33%;
  }
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .cover-option .section-dropdown-title {
  display: none;
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .cover-step1 .field.choice input[type="radio"]:checked + label:before {
  display: none;
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .options-list.radio {
  flex-wrap: wrap;
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice {
  width: 20%;
  padding: 2px;
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice .label > span > span:first-child {
  font-size: 16px;
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice .label .price-notice {
  font-size: 16px;
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice img {
  margin-bottom: 0;
}
.sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .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[data-role="content"] .field.choice {
    width: 33%;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: none;
  }
  .sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice .label {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice .label > span > span:first-child {
    font-size: 14px;
  }
  .sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice .label .price-notice {
    font-size: 14px;
  }
  .sap-option-wrapper .fieldset-section.cover .form-list[data-role="content"] .field.choice img {
    height: 160px;
    width: 100%;
  }
}
@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;
  }
}
.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;
}
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;
}
/**
 * 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: #ed1c24;
}
.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: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.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;
  left: 18px;
  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: 35px 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,
  .amazon-addresses .amazon-address,
  .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%;
  }
  .amazon-addresses .amazon-address: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;
  }
  .amazon-addresses .amazon-address: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,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .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,
  .amazon-addresses:after,
  .block-cart-failed .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,
  .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;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 26.25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10.5px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5.25px 5.25px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 21px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .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;
  }
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  .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);
  }
  .footer-column {
    float: left;
    display: inline-block;
  }
  .footer-column ul li {
    margin-bottom: 2px;
  }
  .footer-column.footer-links {
    width: calc(100% - 315px);
    left: 125px;
    position: relative;
    margin-top: 103px;
  }
  .footer-column.footer-company {
    position: absolute;
    display: inline-block;
  }
  .footer-column.footer-company .footer-logo {
    width: 87px;
  }
  .footer-column.footer-company .footer-slogan {
    width: 80px;
    height: 80px;
    left: 80px;
  }
  .footer-column.footer-company .footer-slogan #footer-slogan > span {
    display: block;
  }
  .footer-column.footer-company .footer-logo:before {
    width: 80px;
  }
  .footer-column.footer-newsletter {
    width: 220px;
    float: right;
    display: inline-block;
  }
  .footer-column.footer-newsletter .action.primary,
  .footer-column.footer-newsletter input[type="email"] {
    font-size: 12px;
  }
  .footer-column.footer-newsletter .block {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 106px;
    padding-bottom: 0;
  }
  .footer-right {
    display: inline-block;
    float: right;
  }
  .footer-left {
    display: inline-block;
    float: left;
    text-align: left;
  }
  .footer-left .copyright,
  .footer-left .terms {
    display: inline-block;
    text-align: left;
    color: #7b7b7b;
  }
  .scrollup {
    right: calc((100% - 750px)/2);
  }
  .ms-child-image {
    width: 249px;
    height: 181px;
    overflow: hidden;
    margin-top: 37px;
  }
  .left-menu-link {
    width: calc(100% - 259px);
    padding-bottom: 30px;
  }
  .sections.nav-sections {
    margin: 0;
    background: #1d1d1d;
  }
  .sections.nav-sections.firm-background {
    background: #1d1d1d;
  }
  .ms-megamenu .ms-topmenu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .ms-megamenu .ms-topmenu.left {
    justify-content: flex-end;
  }
  .ms-megamenu .ms-topmenu.right {
    justify-content: flex-start;
  }
  .nav-sections-item-content > .navigation {
    display: flex;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .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;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 50rem;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    margin-right: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px !important;
    max-width: 480px !important;
    clear: right;
    float: right;
    border-left: 1px solid #efefef;
    border-right: unset;
    margin-left: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
  .navigation .level0:last-child {
    float: right;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .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;
  }
  .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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 31.5px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .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;
  }
  .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 {
    width: 50% !important;
    display: flex;
  }
  .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 {
    margin-left: 13px;
  }
  .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-estimated-wrapper {
    display: none;
  }
  .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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 21px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .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: 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;
  }
  .footer-column {
    width: 244px;
  }
  .footer-column ul li a {
    font-size: 12px;
    line-height: 14px;
  }
  .footer-column.footer-links {
    width: calc(100% - 464px);
    left: 0;
  }
  .footer-column.footer-company {
    position: relative;
  }
  .footer-column.footer-company .footer-logo {
    width: 120px;
  }
  .footer-column.footer-company .footer-logo:before {
    width: 109px;
  }
  .footer-column.footer-company .footer-slogan {
    width: 109px;
    height: 109px;
    left: 110px;
  }
  .footer-column.footer-company .footer-slogan span {
    font-size: 21px;
    line-height: 19px;
  }
  .footer-column.footer-newsletter {
    width: 220px;
  }
  .footer-column.footer-newsletter .title span {
    font-size: 22px;
    line-height: 25px;
  }
  .footer-left {
    padding-top: 10px;
  }
  .scrollup {
    right: calc((100% - 970px)/2 - 37px);
  }
  .ms-megamenu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .left-menu-link {
    width: calc(100% - 457px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .ms-child-image {
    width: 457px;
    height: 337px;
    margin-top: 0;
  }
  .secondary_navigation .top-links {
    padding-right: 12px !important;
  }
  .show-search .searchform .block-search .minisearch input {
    width: 260px;
    margin-left: -260px;
  }
  .show-search .searchform .block-search input {
    width: 260px;
    margin-left: -260px;
  }
  body.searchautocomplete__active .searchform .block-search {
    width: 260px !important;
  }
  .searchautocomplete__active .show-search .searchform .block-search .minisearch fieldset {
    width: 260px !important;
  }
  .searchautocomplete__active .show-search .mst-searchautocomplete__autocomplete,
  .searchautocomplete__active .show-search .searchform .block-search .block-content,
  .searchautocomplete__active .show-search .block-search .block-content {
    max-width: 260px !important;
  }
  .searchautocomplete__active .show-search .searchform .block-search .block-content {
    width: 260px !important;
  }
  .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;
  }
  .footer-column {
    width: 293px;
    float: left;
  }
  .footer-column.footer-links {
    width: calc(100% - 555px);
    float: left;
  }
  .footer-column.footer-newsletter {
    width: 262px;
    float: right;
    display: inline-block;
  }
  .footer-right ul li a {
    margin-left: 16px;
    margin-right: 16px;
  }
  .scrollup {
    right: calc((100% - 1140px)/2 - 37px);
  }
  .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;
  }
}
/**
 * 3D Secure Container
 */
#braintree-three-d-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
@media (max-width: 650px) {
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
/**
 * Apple Pay button
 */
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0px;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
/**
 * PP Credit Calculator
 */
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #FFF;
}
.ppcreditcalc-header {
  background: #FFF;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
/**
 * CC FORM
 */
#braintree_expirationDate {
  width: 90px;
}
/**
 * Google Pay
 */
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #fff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #fff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.payment-method-braintree .hosted-control {
  padding: 8px 15px;
  box-sizing: content-box;
}
#braintree_cc_number {
  padding-left: 68px;
}
.payment-method-braintree .cvv .field-tooltip {
  left: 10rem;
  top: 10px;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 18px;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
