/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ol,
ul {
  list-style: none;
}
.slider__cont {
  display: none;
}
.slick-initialized {
  display: block;
}
.slider__cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide__cont {
  position: relative;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}
.slick-slider {
  position: relative;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.slick-dots li.slick-active {
  background-color: #d8d8d8;
}
.slick-dots li button:hover {
  background-color: #d8d8d8;
}
.slick-dots li.slick-active > button {
  background-color: #b3b2b2;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8d8d8;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
  border: none;
}
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
button.slick-prev,
button.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(50% - 3px);
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover;
}
button.slick-prev:active,
button.slick-next:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.slick-prev {
  left: 10px;
  background-image: url("../images/prev-arrow.png");
}
button.slick-next {
  right: 10px;
  background-image: url("../images/next-arrow.png");
}
@media (min-width: 1024px) {
  .catalog-product-view .block.related {
    padding-bottom: 50px !important;
  }
  .block.related,
  .kit-complectations {
    padding: 0 15px !important;
  }
  .catalog-product-view .block.related img.product-image-photo {
    width: 100% !important;
    height: 100% !important;
  }
  .catalog-product-view .block.related .product-item {
    padding: 20px 25px 20px !important;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #cdcccc;
  border-radius: 3px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 48px 0 21px;
  line-height: 48px;
  height: 48px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  color: #373535;
  text-align: center;
  font: 0/0 a;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #373535;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #9b9898;
}
.selectric-hover .selectric {
  border-color: #b4b2b2;
}
.selectric-hover .selectric .button {
  color: #1d1c1c;
}
.selectric-hover .selectric .button:after {
  border-top-color: #1d1c1c;
}
.selectric-open {
  z-index: 999;
}
.selectric-open .selectric {
  border-color: #b4b2b2;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open .button:after {
  border-top: none;
  border-bottom: 4px solid #373535;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #b4b2b2;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@-webkit-keyframes flipBottom {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipTop {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}
@-moz-keyframes flipBottom {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-ms-keyframes flipTop {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateX(-90deg);
  }
}
@-ms-keyframes flipBottom {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipTop {
  0% {
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    transform: perspective(400px) rotateX(-90deg);
  }
}
@keyframes flipBottom {
  0% {
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}
.flipTimer {
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 90px;
  font-weight: bold;
  line-height: 100px;
  height: 100px;
}
.flipTimer .seperator {
  vertical-align: top;
  margin: 0 -20px;
  display: inline;
}
.flipTimer .seconds,
.flipTimer .minutes,
.flipTimer .hours,
.flipTimer .days {
  height: 100%;
  display: inline;
}
.flipTimer .digit-set {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  border: 1px solid #111111;
  width: 70px;
  height: 100%;
  display: inline-block;
  position: relative;
  margin: 0 1px;
}
.flipTimer .digit {
  position: absolute;
  height: 100%;
}
.flipTimer .digit > div {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 50%;
  padding: 0 10px;
}
.flipTimer .digit > div.digit-top,
.flipTimer .digit > div.shadow-top {
  background-color: #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  top: 0;
  z-index: 0;
  border-radius: 10px 10px 0 0;
}
.flipTimer .digit > div.digit-top:before,
.flipTimer .digit > div.shadow-top:before {
  content: "";
  box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flipTimer .digit > div.shadow-top {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(#000000));
  width: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
}
.flipTimer .digit > div.digit-bottom,
.flipTimer .digit > div.shadow-bottom {
  background-color: #333;
  bottom: 0;
  z-index: 0;
  border-radius: 0 0 10px 10px;
}
.flipTimer .digit > div.digit-bottom .digit-wrap,
.flipTimer .digit > div.shadow-bottom .digit-wrap {
  display: block;
  margin-top: -100%;
}
.flipTimer .digit > div.digit-bottom:before,
.flipTimer .digit > div.shadow-bottom:before {
  content: "";
  box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flipTimer .digit > div.shadow-bottom {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(rgba(0, 0, 0, 0)));
  width: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
}
.flipTimer .digit.previous .digit-top,
.flipTimer .digit.previous .shadow-top {
  opacity: 1;
  z-index: 2;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: flipTop 0.3s ease-in both;
  -moz-transform-origin: 50% 100%;
  -moz-animation: flipTop 0.3s ease-in both;
  -ms-transform-origin: 50% 100%;
  -ms-animation: flipTop 0.3s ease-in both;
  transform-origin: 50% 100%;
  animation: flipTop 0.3s ease-in both;
}
.flipTimer .digit.previous .digit-bottom,
.flipTimer .digit.previous .shadow-bottom {
  z-index: 1;
  opacity: 1;
}
.flipTimer .digit.active .digit-top {
  z-index: 1;
}
.flipTimer .digit.active .digit-bottom {
  z-index: 2;
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: flipBottom 0.3s 0.3s ease-out both;
  -moz-transform-origin: 50% 0%;
  -moz-animation: flipBottom 0.3s 0.3s ease-out both;
  -ms-transform-origin: 50% 0%;
  -ms-animation: flipBottom 0.3s 0.3s ease-out both;
  transform-origin: 50% 0%;
  animation: flipBottom 0.3s 0.3s ease-out both;
}
.root-menu .submenu,
.cms-home .box-store-features .store-features ul,
.block-compare .product-items,
.key-features .value ul,
.product-items .product-item-attributes ul,
.catalog-category-view .products.list,
.block-minicart .minicart-items,
body.account .block-dashboard-info .box-content ul,
body.account .block-dashboard-my-preferred-store .box-content ul,
body.account .block-dashboard-saved-credit-cards .box-content ul,
body.account .block-customer-address .box-content ul,
.page-footer .footer-content .footer-links .box-links__content .links-list,
.page-footer .payments-list,
.page-footer .social-list,
.page-footer .footer-bottom-social-links,
.customer-links {
  margin: 0px;
  padding: 0px;
}
.clear-fix:before,
.clear-fix:after,
.breadcrumbs .items:before,
.breadcrumbs .items:after,
.product-top:before,
.product-top:after,
.product-top .share-product .items:before,
.product-top .share-product .items:after,
.block-minicart .minicart-items li:before,
.block-minicart .minicart-items li:after,
.block-minicart .totals > *:before,
.block-minicart .totals > *:after,
.block-order-details-comments .order-comments:before,
.block-order-details-comments .order-comments:after,
.clearfix:before,
.clearfix:after,
.columns:before,
.columns:after {
  content: '';
  display: table;
}
.clear-fix:after,
.breadcrumbs .items:after,
.product-top:after,
.product-top .share-product .items:after,
.block-minicart .minicart-items li:after,
.block-minicart .totals > *:after,
.block-order-details-comments .order-comments:after,
.clearfix:after,
.columns:after {
  clear: both;
}
.orders-history .table-order-items,
.orders-recent .table-order-items,
.order-details,
.table-order-items,
.order-totals {
  border: 1px solid #dee0e3;
  width: 100%;
  border-collapse: collapse;
}
.orders-history .table-order-items td,
.orders-history .table-order-items th,
.orders-recent .table-order-items td,
.orders-recent .table-order-items th,
.order-details td,
.order-details th,
.table-order-items td,
.table-order-items th,
.order-totals td,
.order-totals th {
  border-bottom: 1px solid #dee0e3;
  padding: 15px 10px;
  text-align: left;
  font-weight: 300;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1px;
  vertical-align: top;
}
.orders-history .table-order-items tbody tr:last-child td,
.orders-recent .table-order-items tbody tr:last-child td,
.order-details tbody tr:last-child td,
.table-order-items tbody tr:last-child td,
.order-totals tbody tr:last-child td {
  border-bottom: none;
}
.checkout-cart-index .cart.items td.remove .action-delete,
.block-minicart .minicart-items .delete span {
  width: 17px;
  height: 17px;
  background-color: #b8bdc3;
  border-radius: 50%;
  position: relative;
}
.checkout-cart-index .cart.items td.remove .action-delete:before,
.checkout-cart-index .cart.items td.remove .action-delete:after,
.block-minicart .minicart-items .delete span:before,
.block-minicart .minicart-items .delete span:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 5px;
  height: 7px;
  width: 1px;
  background-color: #ffffff;
}
.checkout-cart-index .cart.items td.remove .action-delete:before,
.block-minicart .minicart-items .delete span:before {
  transform: rotate(45deg);
}
.checkout-cart-index .cart.items td.remove .action-delete:after,
.block-minicart .minicart-items .delete span:after {
  transform: rotate(-45deg);
}
.select,
.super-attribute-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding-left: 21px;
  font-weight: 300;
  border: 1px solid #cdcccc;
  border-radius: 2px;
  background: #ffffff url('../images/arrow-down.png') no-repeat;
  background-position: 97% center;
  outline: none;
  cursor: pointer;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-ThinUltraCn.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-ThinUltraCn.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-LightUltraCn.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-LightUltraCn.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-LightCn.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-LightCn.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-LightCn-It.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-LightCn-It.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-Cn.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-Cn.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-Cn-It.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-Cn-It.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-UltraCn.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-UltraCn.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-UltraCn.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-UltraCn.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-BoldCn.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-BoldCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-BoldCn-It.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-BoldCn-It.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-Black.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers LT Std Condensed';
  src: url('../fonts/Univers LT Std/UniversLTStd-Black-It.woff') format('woff'), url('../fonts/Univers LT Std/UniversLTStd-Black-It.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.messages .message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #373535;
  font-size: 15px;
  padding: 28px 0 28px 20px;
  margin: 10px auto;
  max-width: 1250px;
  width: 100%;
}
@media (max-width: 1023px) {
  .messages .message {
    width: auto;
  }
}
.messages .message .type {
  color: #373535;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 5px;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .messages .message .type {
    width: 100%;
    margin-bottom: 15px;
  }
}
.messages .message .type:before {
  height: 29px;
  width: 29px;
  text-align: center;
  padding: 0;
  position: absolute;
}
.message.info {
  border: 1px solid #feb600;
  background-color: #fffacf;
}
.message.info .type:before {
  color: #f6b927;
  border: 2px solid #f6b927;
  border-radius: 50%;
  content: '!';
  font-size: 22px;
  font-weight: 500;
  left: 0;
  top: -7px;
  line-height: 30px;
}
.message.error {
  border: 1px solid #ff7100;
  background-color: #ffe0c3;
}
.message.error .type:before,
.message.error .checkout-cart-validationmessages-message-error:before {
  color: #f2781d;
  content: '';
  font-size: 25px;
  background-image: url("../images/svg/error-icon.svg");
  font-weight: 100;
  left: 0;
  top: -5px;
  background-size: 40px;
}
.message.warning {
  border: 1px solid #feb600;
  background-color: #fffacf;
}
.message.warning .type:before {
  color: #f6b927;
  border: 2px solid #f6b927;
  border-radius: 50%;
  content: '!';
  font-size: 22px;
  font-weight: 500;
  left: 0;
  top: -7px;
  line-height: 30px;
}
.message.notice {
  border: 1px solid #feb600;
  background-color: #fffacf;
}
.message.notice .type:before {
  color: #f6b927;
  border: 2px solid #f6b927;
  border-radius: 50%;
  content: '!';
  font-size: 22px;
  font-weight: 500;
  left: 0;
  top: -7px;
  line-height: 30px;
}
.message.success {
  border: 1px solid #9daf2e;
  background-color: #fafbe5;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.message.success:before {
  color: #f2781d;
  content: '';
  right: 100px;
  top: 50%;
  transform: translate(50%, -50%);
  position: absolute;
  width: 105px;
  height: 181px;
  border-radius: 100px 0 0 100px;
  border-bottom: 6px solid #9daf2e;
  border-left: 6px solid #9daf2e;
  border-top: 6px solid #9daf2e;
}
.message.success:after {
  color: #f2781d;
  border-bottom: 5px solid #9ca953;
  border-left: 5px solid #9ca953;
  content: '';
  height: 30px;
  width: 70px;
  text-align: center;
  right: 22px;
  top: 10px;
  padding: 0;
  position: absolute;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .message.success:before,
  .message.success:after {
    display: none;
  }
}
.message.success .type:before,
.message.success .checkout-cart-validationmessages-message-success:before {
  color: #f2781d;
  border: 2px solid #9ca953;
  border-radius: 50%;
  content: '';
  font-size: 25px;
  font-weight: 100;
  left: 0px;
  top: -7px;
}
.message.success .type:after,
.message.success .checkout-cart-validationmessages-message-success:after {
  color: #f2781d;
  border-bottom: 2px solid #9ca953;
  border-left: 2px solid #9ca953;
  content: '';
  height: 7px;
  width: 15px;
  text-align: center;
  left: 8px;
  top: 3px;
  padding: 0;
  position: absolute;
  transform: rotate(-45deg);
}
nav {
  background: #ffffff;
}
.root-menu {
  /* main header menu */
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.root-menu a {
  text-decoration: none;
  position: relative;
  display: block;
}
.root-menu li.level0 {
  display: flex;
  align-items: center;
}
.root-menu li.level0 > a {
  letter-spacing: .75px;
  text-transform: uppercase;
  font: 400 14px 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.root-menu li.level0 li.parent > a:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #373535;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.root-menu li.level1 > a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.root-menu .active > a,
.root-menu li:hover > a {
  color: #ff7100;
}
.root-menu .topmenu-category-section {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: none;
  border-left: 1px solid #c0c0c0;
}
.root-menu .topmenu-category-section .category-topmenu-items-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.root-menu .topmenu-category-section h4 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #373535;
  margin: 30px 10px 20px 40px;
}
.root-menu .topmenu-category-section .category-node-topmenu-item {
  margin-left: 10px;
  position: relative;
}
.root-menu .topmenu-category-section .category-node-topmenu-item p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.root-menu .topmenu-category-section .category-node-topmenu-item a {
  position: relative;
  display: inline-block;
}
.root-menu .topmenu-category-section .category-node-topmenu-item img {
  vertical-align: middle;
}
.root-menu .topmenu-category-section .category-node-topmenu-item:first-child {
  margin-left: 40px;
}
.root-menu .submenu {
  background: #ffffff;
}
.root-menu .submenu-title {
  text-transform: uppercase;
}
.root-menu .custom-section {
  letter-spacing: .7px;
}
.root-menu .custom-section:empty {
  display: none;
}
.root-menu .custom-section p {
  margin: 0;
}
.root-menu .custom-section a {
  display: block;
}
.nav-icon > div {
  cursor: pointer;
  height: 24px;
  width: 24px;
  text-align: center;
  position: relative;
  margin-top: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
}
.nav-icon > div div {
  width: 16px;
  height: 2px;
  background: #373535;
  margin-top: 4px;
}
.toolbar-sorter .selectric-items {
  min-width: 120px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
img.mplazyload-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 !important;
}
#checkout-step-shipping_method .no-quotes-block {
  padding: 10px 15px;
  border: 1px solid rgba(255, 113, 0, 0.5);
  background-color: rgba(255, 113, 0, 0.15);
  letter-spacing: 0.5px;
  line-height: 19px;
  font-size: 14px;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 12px;
}
.input-text {
  border-radius: 3px;
  border: 1px solid #cdcccc;
  padding: 15px 5px 16px 21px;
}
.input-text::-webkit-input-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.input-text::-moz-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.input-text:-ms-input-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.input-text:-moz-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.fieldset {
  border: 0;
}
.fieldset legend {
  display: none;
}
.field > .label,
.fields > .field > .label {
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}
.field:not(.choice) > .label,
.fields > .field:not(.choice) > .label {
  display: none;
}
.field {
  position: relative;
}
.field .control {
  margin-bottom: 10px;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
.field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: -1;
}
.field input[type="checkbox"] + label:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #cdcccc;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .field input[type="checkbox"] + label:before {
    margin-right: 15px;
  }
}
.field input[type="checkbox"]:checked + label:before {
  border-color: #c2d83f;
  background: url('../images/tick_icon.svg') no-repeat 45%;
}
.choice {
  margin-bottom: 10px;
}
.choice input {
  vertical-align: top;
}
.choice .input-radio {
  position: absolute;
  opacity: 0;
}
.choice .input-radio + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: block;
}
.choice .input-radio + label:before {
  content: '';
  margin-right: 10px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 1px solid #1c1b1b;
  border-radius: 50%;
}
.choice .input-radio:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  border: 1px solid #1c1b1b;
  background: #1c1b1b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.choice .label {
  text-transform: none;
  font-size: 14px;
}
.choice .label span {
  display: inline-block;
  vertical-align: middle;
}
.field-error {
  color: #e02b27;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.action.disabled,
.action[disabled],
fieldset[disabled] .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.action {
  display: inline-block;
  text-decoration: none;
}
a.action:hover,
a.action:active,
a.action:focus {
  text-decoration: none;
}
button,
.action-primary,
.action-secondary,
.action {
  color: #373535;
  background: #ffffff;
  border: 1px solid #373535;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 13px 0 14px;
  font-weight: 400;
  cursor: pointer;
}
.action-primary,
.action.primary,
.ais-RangeInput-submit,
#instant-empty-results-container a {
  border: 0;
  background-color: #373535;
  color: #ffffff;
  font: 700 16px 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.action-primary[disabled="disabled"],
.action.primary[disabled="disabled"],
.action-primary[disabled],
.action.primary[disabled],
#instant-empty-results-container a[disabled="disabled"],
#instant-empty-results-container a[disabled] {
  background-color: #9a9a9a;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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 0 5px;
}
.product.data.items > .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: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  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: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.toolbar-amount {
  margin: 0 0 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 2.375rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #ff7100;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #ff7100;
}
.pages a.page:hover {
  color: #ff7100;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff7100;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 2.375rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 40px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar:before,
.actions-toolbar:after {
  content: '';
  display: table;
}
.actions-toolbar:after {
  clear: both;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
  margin-bottom: 0;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  max-width: 1440px;
  padding: 20px 15px;
  margin: 0 auto;
  z-index: 5;
}
.breadcrumbs .items .item {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.75px;
  color: #373535;
  float: left;
  margin-right: 2px;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: "/";
  font-size: 11px;
  line-height: 11px;
}
.breadcrumbs .items .item a {
  opacity: 0.5;
}
.breadcrumbs .items .item strong {
  font-weight: 300;
  white-space: nowrap;
}
.ui-dialog.popup .action.close {
  display: none;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.modal-popup .action-secondary,
.modal-popup .action-primary {
  width: 223px;
}
.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.cms-home .page-title-wrapper {
  display: none;
}
.cms-home .box-home-banner {
  position: relative;
  padding-bottom: 31.42%;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner {
    padding-bottom: 49.6%;
  }
}
.cms-home .box-home-banner .home-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner {
    height: auto;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .cms-home .box-home-banner .home-banner .home-banner-mobile {
    display: block;
    width: 100%;
  }
}
.cms-home .box-home-banner .home-banner img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner img {
    max-width: 100%;
    height: auto;
  }
  .cms-home .box-home-banner .home-banner img.img-mobile {
    display: block !important;
  }
  .cms-home .box-home-banner .home-banner img.img-desktop {
    display: none;
  }
}
.cms-home .box-home-banner .home-banner img.img-mobile {
  display: none;
}
.cms-home .box-home-banner .home-banner-search {
  position: absolute;
  width: 680px;
  height: 126px;
  left: calc(50% - 340px);
  top: calc(50% - 63px);
  display: block;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner-search {
    width: 100%;
    height: 150px;
    padding: 0 15px;
    left: 0;
    top: calc(50% - 75px);
  }
}
.cms-home .box-home-banner .home-banner-search-text {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner-search-text {
    text-align: center;
    font-size: 35px;
    line-height: 34px;
    margin-bottom: 25px;
  }
}
.cms-home .box-home-banner .home-banner-search-form {
  margin-top: 15px;
}
.cms-home .box-home-banner .home-banner-search-form .block-search {
  position: relative;
  margin-top: 10px;
}
.cms-home .box-home-banner .home-banner-search-form .block-search .block-title,
.cms-home .box-home-banner .home-banner-search-form .block-search .label {
  display: none;
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch {
  position: relative;
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .field.search,
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions {
  display: block;
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .field.search {
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .field.search {
    width: 100%;
  }
  .cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .field.search div.control {
    margin-bottom: 0;
  }
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .field.search input#home-search {
  width: 100%;
  border: 1px solid #cdcccc;
  border-radius: 2px 0 0 2px;
  border-right: none;
  padding: 15px 5px 15px 21px;
  background-color: #fff;
  line-height: 20px;
  opacity: 1;
  height: 50px;
  display: block !important;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .field.search input#home-search {
    border-right: 1px solid #cdcccc;
  }
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions {
    position: relative;
    width: 100%;
  }
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions button.search {
  width: 100%;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ff7100;
  background-color: #ff7100;
  padding: 16px 0 11px;
  height: 50px;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions button.search {
    height: auto;
  }
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions button.search img {
  max-width: 16px;
  display: inline-block;
}
.cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions button.search .button-text {
  display: none;
  color: #fff;
}
@media (max-width: 767px) {
  .cms-home .box-home-banner .home-banner-search-form .block-search .minisearch .actions button.search .button-text {
    display: inline-block;
    position: relative;
    bottom: 1px;
  }
}
.cms-home .store-features,
.cms-home .cms-blocks,
.cms-home .brands-block,
.cms-home .custom-block,
.cms-home .range-cms-blocks {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 15px;
}
.cms-home .store-features h2,
.cms-home .cms-blocks h2,
.cms-home .brands-block h2,
.cms-home .custom-block h2,
.cms-home .range-cms-blocks h2 {
  letter-spacing: 1px;
}
.cms-home .store-features {
  padding: 24px 15px;
}
.cms-home .range-cms-blocks {
  padding: 75px 15px;
}
@media (max-width: 1023px) {
  .cms-home .store-features,
  .cms-home .cms-blocks,
  .cms-home .brands-block,
  .cms-home .custom-block,
  .cms-home .range-cms-blocks {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 15px 50px 15px;
  }
  .cms-home .cms-blocks {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cms-home .cms-blocks {
    padding-bottom: 30px;
  }
}
.cms-home .custom-block {
  padding: 0 15px;
}
.cms-home .box-store-features {
  background-color: #c2d83f;
}
.cms-home .box-store-features .store-features {
  color: #fff;
}
@media (max-width: 1023px) {
  .cms-home .box-store-features .store-features {
    padding: 15px 15px;
  }
  .cms-home .box-store-features .store-features:after {
    content: "";
    display: block;
    clear: both;
  }
}
.cms-home .box-store-features .store-features ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .cms-home .box-store-features .store-features ul {
    display: block;
  }
}
.cms-home .box-store-features .store-features ul li {
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .cms-home .box-store-features .store-features ul li {
    width: 50%;
    float: left;
    margin: 8px 0;
  }
}
@media (max-width: 767px) {
  .cms-home .box-store-features .store-features ul li {
    width: 100%;
  }
}
.cms-home .box-store-features .store-features ul li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.cms-home .box-store-features .store-features ul li .store-features-item-text {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 700;
}
.cms-home .box-store-features .store-features ul li .store-features-item-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.cms-home .box-store-features .store-features ul li .store-features-item-img {
  width: 30px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
.cms-home .box-store-features .store-features ul li .store-features-item-img img {
  width: auto;
  height: 100%;
  display: block;
}
@media (max-width: 1023px) {
  .cms-home .box-store-features .store-features ul li .store-features-item-img img {
    margin: 0 auto;
  }
}
.cms-home .box-cms-blocks {
  background-color: rgba(82, 79, 75, 0.05);
}
.cms-home .box-cms-blocks + .box-custom-block .custom-block-content {
  border-top: none;
}
.cms-home .box-cms-blocks .cms-blocks-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.cms-home .box-cms-blocks .cms-blocks-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cms-home .box-cms-blocks .cms-blocks-row {
    display: block;
    margin-bottom: 0;
  }
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small,
.cms-home .box-cms-blocks .cms-blocks-row .item-big {
  background-color: #fff;
  font-family: 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .cms-home .box-cms-blocks .cms-blocks-row .item-small,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cms-home .box-cms-blocks .cms-blocks-row .item-small,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big {
    margin-bottom: 20px;
  }
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small:last-child,
.cms-home .box-cms-blocks .cms-blocks-row .item-big:last-child {
  margin-right: 0;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-img,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-img {
  overflow: hidden;
  margin-bottom: 35px;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-img img,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-img img {
  display: block;
  width: 100%;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-title,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-title,
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-text,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-text,
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-link,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-link {
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .cms-home .box-cms-blocks .cms-blocks-row .item-small .item-title,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-title,
  .cms-home .box-cms-blocks .cms-blocks-row .item-small .item-text,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-text,
  .cms-home .box-cms-blocks .cms-blocks-row .item-small .item-link,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-link {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .cms-home .box-cms-blocks .cms-blocks-row .item-small .item-title,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-title,
  .cms-home .box-cms-blocks .cms-blocks-row .item-small .item-text,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-text,
  .cms-home .box-cms-blocks .cms-blocks-row .item-small .item-link,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-link {
    padding: 0 30px;
  }
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-title,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-text,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 15px;
  height: 40px;
}
@media (max-width: 1023px) {
  .cms-home .box-cms-blocks .cms-blocks-row .item-small .item-text,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-text {
    height: 60px;
  }
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-link a,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-link a {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #373535;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-link a:hover,
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-link a:hover {
  color: #ff7100;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small {
  width: 31%;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-img {
  position: relative;
  overflow: hidden;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-img:before {
  content: '';
  padding-top: 80%;
  display: block;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-small .item-img img.mplazyload-icon {
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-big {
  width: 65.5%;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-img {
  position: relative;
  overflow: hidden;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-img:before {
  content: '';
  padding-top: calc(100%*31/65.5*0.8);
  float: left;
}
.cms-home .box-cms-blocks .cms-blocks-row .item-big .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-img:before {
    content: '';
    padding-top: 80%;
    float: left;
  }
  .cms-home .box-cms-blocks .cms-blocks-row .item-big .item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cms-home .box-cms-blocks .cms-blocks-row .item-small,
  .cms-home .box-cms-blocks .cms-blocks-row .item-big {
    width: 100%;
  }
}
.cms-home .brands-block .brands-block-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cms-home .brands-block .brands-block-head-title {
  margin-bottom: 33px;
}
.cms-home .brands-block .brands-block-head-title h2 {
  margin: 0;
}
.cms-home .brands-block .brands-block-head-link {
  text-align: right;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .cms-home .brands-block .brands-block-head-link {
    width: 50%;
    position: relative;
  }
  .cms-home .brands-block .brands-block-head-link a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.cms-home .brands-block .brands-block-head-link a {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #373535;
  display: inline-block;
  vertical-align: middle;
  line-height: 33px;
}
.cms-home .brands-block .brands-block-head-link a:hover {
  color: #ff7100;
}
.cms-home .brands-block .brands-block-list .home-brand-slider {
  margin: 0 -15px 0 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .cms-home .brands-block .brands-block-list .home-brand-slider {
    overflow: hidden;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 45px;
  }
  .cms-home .brands-block .brands-block-list .home-brand-slider button.slick-prev {
    left: 0;
  }
  .cms-home .brands-block .brands-block-list .home-brand-slider button.slick-next {
    right: 0;
  }
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slick-list {
  overflow: visible !important;
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item {
  padding-right: 15px;
  display: none;
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border {
  border: 1px solid #d8d8d8;
  overflow: hidden;
  position: relative;
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-img:before {
  content: '';
  padding-top: 75%;
  float: left;
}
@media (max-width: 1023px) {
  .cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-img:before {
    padding-top: 97%;
  }
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1023px) {
  .cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-img img {
    width: 70%;
  }
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 25%;
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-link a {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #373535;
}
.cms-home .brands-block .brands-block-list .home-brand-slider .slider-item-border .brands-block-list-link a:hover {
  color: #ff7100;
}
@media (max-width: 1023px) {
  .cms-home .custom-block {
    display: block;
  }
}
.cms-home .custom-block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .cms-home .custom-block-content {
    display: block;
    padding: 40px 0;
  }
}
.cms-home .custom-block-content-left {
  width: 34%;
}
@media (max-width: 1023px) {
  .cms-home .custom-block-content-left {
    width: 100%;
  }
}
.cms-home .custom-block-content-left h2 {
  margin: 0;
  position: relative;
  top: -3px;
}
@media (max-width: 1023px) {
  .cms-home .custom-block-content-left h2 {
    margin: 5px 0 10px 0;
  }
}
.cms-home .custom-block-content-right {
  width: 66%;
}
@media (max-width: 1023px) {
  .cms-home .custom-block-content-right {
    width: 100%;
  }
}
.cms-home .custom-block-content-right-link {
  letter-spacing: 0.5px;
  line-height: 20px;
}
.cms-home .custom-block-content-right-link {
  margin-top: 35px;
}
.cms-home .custom-block-content-right-link a {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #373535;
}
.cms-home .custom-block-content-right-link a:hover {
  color: #ff7100;
}
.home-page-banner.three-slide:not(.slick-initialized) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
}
.home-page-banner.three-slide:not(.slick-initialized):before,
.home-page-banner.three-slide:not(.slick-initialized):after {
  content: '';
  display: table;
}
.home-page-banner.three-slide:not(.slick-initialized):after {
  clear: both;
}
.home-page-banner.three-slide:not(.slick-initialized) > .image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: auto;
  width: 100vw;
}
.home-page-banner.three-slide:not(.slick-initialized) > .image-container > a {
  width: 100%;
}
.home-page-banner.three-slide:not(.slick-initialized) > .image-container img {
  display: block;
}
.home-page-banner.three-slide:not(.slick-initialized) > .image-container:not(:first-of-type) {
  display: none !important;
}
.home-page-banner.three-slide.slick-initialized {
  display: block;
  margin-bottom: -6px;
}
.home-page-banner.three-slide .image-container .content-info {
  top: 55%;
  transform: translate(-50%, 0);
  bottom: auto;
  text-align: center;
  left: 50%;
  width: 100%;
  padding: 0 10px;
}
.home-page-banner.three-slide .image-container .banner-image {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-page-banner.three-slide .image-container .banner-image.desktop-img {
  display: none;
}
.home-page-banner.three-slide .image-container .banner-image.mobile-img {
  display: block;
}
.home-page-banner.three-slide .image-container .banner-image img {
  vertical-align: middle;
  width: 100%;
}
.home-page-banner.three-slide .slick-dots {
  bottom: 20px;
}
.home-page-banner.three-slide .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
}
.home-page-banner.three-slide .slick-dots li.slick-active > button {
  background-color: #ffffff;
}
.home-page-banner .image-container {
  position: relative;
}
.home-page-banner .image-container .content-info {
  position: absolute;
}
.home-page-banner .image-container .content-info .info-text {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.home-page-banner .image-container .content-info a {
  letter-spacing: .5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-page-banner.tablet img {
  display: block;
  width: 100%;
}
.range-cms-blocks-title h2 {
  margin-top: 0;
  margin-bottom: 25px;
}
.range-cms-blocks .home-slider_wrap .slider-item {
  display: none;
}
.range-cms-blocks .home-slider_wrap,
.range-cms-blocks .own-slider_wrap {
  margin: 0 -5px;
  margin-right: -80px;
  padding-right: 140px;
  overflow: hidden;
}
.range-cms-blocks .home-slider_wrap button.slick-prev,
.range-cms-blocks .own-slider_wrap button.slick-prev,
.range-cms-blocks .home-slider_wrap button.slick-next,
.range-cms-blocks .own-slider_wrap button.slick-next {
  top: calc(50% - 72px);
}
.range-cms-blocks .home-slider_wrap button.slick-prev,
.range-cms-blocks .own-slider_wrap button.slick-prev {
  left: 5px;
}
.range-cms-blocks .home-slider_wrap button.slick-next,
.range-cms-blocks .own-slider_wrap button.slick-next {
  right: 80px;
}
@media (max-width: 1439px) {
  .range-cms-blocks .home-slider_wrap,
  .range-cms-blocks .own-slider_wrap {
    margin: 0 -15px;
    margin-right: -15px;
    padding-right: 50px;
    padding-left: 10px;
    overflow: hidden;
  }
  .range-cms-blocks .home-slider_wrap button.slick-next,
  .range-cms-blocks .own-slider_wrap button.slick-next {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .range-cms-blocks .home-slider_wrap button.slick-prev,
  .range-cms-blocks .own-slider_wrap button.slick-prev {
    left: 0;
  }
}
.range-cms-blocks .home-slider_wrap .slick-list,
.range-cms-blocks .own-slider_wrap .slick-list {
  overflow: visible !important;
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item {
  padding: 0 5px;
}
@media (max-width: 1439px) {
  .range-cms-blocks .home-slider_wrap .slick-list .slider-item,
  .range-cms-blocks .own-slider_wrap .slick-list .slider-item {
    padding-right: 15px;
  }
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item-img,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item-img {
  position: relative;
  overflow: hidden;
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item-img:before,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item-img:before {
  content: '';
  padding-top: 100%;
  float: left;
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item-img img,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item-link,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item-link {
  margin-top: 30px;
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item-link a,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item-link a {
  color: #373535;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item-link a:hover,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item-link a:hover {
  color: #ff7100;
}
.range-cms-blocks .home-slider_wrap .slick-list .slider-item-text,
.range-cms-blocks .own-slider_wrap .slick-list .slider-item-text {
  margin-top: 10px;
}
.usp-promotion-banner {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.usp-promotion-banner .usp-promotion-banner__item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.usp-promotion-banner .usp-promotion-banner__item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #ff7100;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 0 6px;
  position: relative;
  height: 100%;
}
.usp-promotion-banner .usp-promotion-banner__item > a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  height: 70%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.usp-promotion-banner .usp-promotion-banner__item > a > span {
  display: inline-block;
  padding: 15px 0;
}
.usp-promotion-banner .usp-promotion-banner__item:last-child a:before {
  background-color: transparent;
}
.box-own-banner {
  position: relative;
}
@media (max-width: 640px) {
  .box-own-banner {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .box-own-banner .own-banner {
    height: auto;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .box-own-banner .own-banner {
    height: 248px;
  }
}
.box-own-banner .own-banner img {
  width: 100%;
  display: block;
}
.box-own-banner .own-banner img.img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .box-own-banner .own-banner img {
    width: 100%;
    height: auto;
  }
  .box-own-banner .own-banner img.img-mobile {
    display: block;
  }
  .box-own-banner .own-banner img.img-desktop {
    display: none;
  }
}
@media (max-width: 640px) {
  .box-own-banner .own-banner img.img-mobile {
    display: block;
    height: 248px;
    width: auto;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
.box-own-banner .own-banner-text {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .box-own-banner .own-banner-text {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }
}
.own-commented-block {
  color: #000000;
  padding-top: 33px;
}
@media (max-width: 767px) {
  .own-commented-block {
    padding-top: 10px;
  }
}
.own-commented-block h2 {
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .own-commented-block h2 {
    margin-bottom: 20px;
  }
}
.own-commented-block .row .col-md-6 ol {
  padding: 0;
  margin: 0;
}
.own-commented-block .row .col-md-6 ol li {
  margin-bottom: 18px;
}
.own-commented-block .row .col-md-6 ol li strong {
  margin-right: 5px;
  font-weight: bold;
}
.cms-own-a-store .breadcrumbs .items {
  z-index: 2;
}
.cms-own-a-store .breadcrumbs .items .item a,
.cms-own-a-store .breadcrumbs .items .item strong,
.cms-own-a-store .breadcrumbs .items .item:not(:last-child):after {
  color: #ffffff;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .cms-page-view .page-main .own-commented-block .cms-container {
    margin-bottom: 0;
  }
}
.cms-page-view .page-main .own-slider-box .range-cms-blocks {
  padding-bottom: 50px;
}
.cms-page-view .page-main .own-slider-box .range-cms-blocks .slick-list .slider-item-img {
  height: auto;
}
.cms-page-view .page-main .range-cms-blocks .home-slider_wrap .slick-list.draggable {
  margin: 0;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .range-cms-blocks .home-slider_wrap {
    padding-left: 0;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .cms-page-view .page-main .range-cms-blocks .home-slider_wrap .slick-list .slider-item-link {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .cms-page-view .page-main .range-cms-blocks .home-slider_wrap button.slick-next,
  .cms-page-view .page-main .range-cms-blocks .own-slider_wrap button.slick-next {
    right: 88px;
  }
}
@media (max-width: 767px) {
  .cms-page-view .page-main .own-blocks-wrap .range-cms-blocks .slick-list .slider-item {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .cms-page-view .page-main .own-blocks-wrap .range-cms-blocks .slick-list .slider-item-img {
    height: auto;
  }
}
.cms-page-view .page-main .own-blocks-wrap .range-cms-blocks .slick-list .slider-item-img img {
  position: relative;
}
.cms-page-view .page-main .own-blocks-wrap .box-images .range-cms-blocks .own-slider_wrap .slick-list .slider-item-img:before {
  display: none;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .box-images .range-cms-blocks .own-slider_wrap {
    margin: 0;
    padding: 0;
  }
}
.box-images {
  background: #f5f5f5;
}
.own-slider-box .range-cms-blocks .home-slider_wrap button.slick-prev,
.own-slider-box .range-cms-blocks .own-slider_wrap button.slick-prev,
.own-slider-box .range-cms-blocks .home-slider_wrap button.slick-next,
.own-slider-box .range-cms-blocks .own-slider_wrap button.slick-next {
  top: 50%;
  margin-top: -22px;
}
@media (max-width: 767px) {
  .own-store-sale {
    padding: 20px;
  }
}
.own-store-sale h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .own-store-sale h2 {
    margin: 0 0 20px;
  }
}
.own-store-sale .own-store-info {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .own-store-sale .own-store-info img {
    max-width: 523px;
  }
}
@media (max-width: 768px) {
  .own-store-sale .own-store-info img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.own-store-sale .own-store-info .col-md-6 + .col-md-6 {
  padding-top: 0;
}
.own-store-sale .own-store-info .col-md-6 + .col-md-6 p {
  margin: 0 0 15px;
  line-height: 1.3;
}
.own-store-sale .own-store-info .col-md-6 + .col-md-6 a {
  margin-top: 28px;
  width: 292px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
@media (max-width: 768px) {
  .own-store-sale .own-store-info .col-md-6 + .col-md-6 a {
    margin: 10px 0 15px;
  }
}
@media (max-width: 480px) {
  .own-store-sale .own-store-info .col-md-6 + .col-md-6 a {
    width: 100%;
  }
}
.own-store-sale .own-store-info .col-md-6 + .col-md-6 a:hover {
  opacity: 0.8;
}
.own-commented-block .row,
.own-store-sale .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.own-commented-block .row .col-md-6,
.own-store-sale .row .col-md-6 {
  width: 46%;
}
@media (max-width: 767px) {
  .own-commented-block .row .col-md-6,
  .own-store-sale .row .col-md-6 {
    width: 100%;
  }
}
.own-slider-box h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.own-slider-box h2 + p {
  margin: 0 0 25px;
}
.own-slider-box .home-slider_wrap .slick-list .slider-item-link {
  margin-top: 22px;
}
.own-slider-box .home-slider_wrap .slick-list .slider-item-link h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.own-slider-box .home-slider_wrap .slick-list .slider-item-link a {
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: underline;
}
.own-slider-box .home-slider_wrap .slick-list .slider-item-link a:hover {
  text-decoration: none;
}
.own-tabs-block {
  padding-top: 37px;
}
@media (max-width: 767px) {
  .own-tabs-block {
    padding-top: 10px;
  }
}
@media (max-width: 639px) {
  .own-tabs-block iframe {
    max-width: 100%;
    height: 205px;
  }
}
.own-tabs-block h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.own-tabs-block .trigger {
  padding: 15px 50px 15px 0;
  border-top: 1px solid #d8d8d8;
  position: relative;
}
.own-tabs-block .trigger:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #373535 transparent transparent transparent;
  position: absolute;
  right: 17px;
  top: 21px;
  content: "";
  display: block;
  cursor: pointer;
}
.own-tabs-block .active > .trigger {
  padding-bottom: 5px;
}
.own-tabs-block .active > .trigger:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.own-tabs-block .faq-content > div {
  border-bottom: 1px solid #d8d8d8;
}
.card-page .box-banner {
  position: relative;
  margin-bottom: 42px;
}
@media (max-width: 640px) {
  .card-page .box-banner {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .card-page .box-banner .own-banner {
    height: auto;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .card-page .box-banner .own-banner {
    height: 248px;
  }
}
.card-page .box-banner .own-banner img {
  width: 100%;
  display: block;
}
.card-page .box-banner .own-banner img.img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .card-page .box-banner .own-banner img {
    width: 100%;
    height: auto;
  }
  .card-page .box-banner .own-banner img.img-mobile {
    display: block;
  }
  .card-page .box-banner .own-banner img.img-desktop {
    display: none;
  }
}
@media (max-width: 640px) {
  .card-page .box-banner .own-banner img.img-mobile {
    display: block;
    height: 248px;
    width: auto;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
.card-page .box-banner-text {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
}
@media (max-width: 1023px) {
  .card-page .box-banner-text {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    width: 80%;
  }
}
.card-page .gift-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 42px;
}
@media (max-width: 767px) {
  .card-page .gift-cards {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.card-page .gift-cards img {
  margin-bottom: 50px;
  width: auto;
  max-width: 33%;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .card-page .gift-cards img {
    max-width: 100%;
  }
}
.card-page .cms-container p {
  margin: 0 0 20px;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  display: none;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body.navigation-opened {
  position: fixed;
}
body.navigation-opened .panel.wrapper {
  display: none;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@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 {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  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;
}
[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;
  position: relative;
  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.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.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;
}
.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: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  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: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
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: #1979c3;
  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;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  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: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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
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;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  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: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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
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;
}
[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;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.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,
.pagebuilder-column .widget-product-grid .product-item .price-box .rrp-price .price-wrapper:before {
  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='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1440px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[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: 1440px;
  width: 100%;
}
[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;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: 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 .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.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;
  overflow: auto;
}
.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;
}
.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'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
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;
}
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,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.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 5px;
}
.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: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  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;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  min-height: 1px;
  height: 100%;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amcard-checkbox-container {
  position: relative;
}
.amcard-checkbox-container:first-child {
  margin-right: 30px;
}
.amcard-checkbox-container > .amcard-checkbox {
  display: none;
}
.amcard-checkbox-container > .amcard-name {
  margin-left: 23px;
  line-height: 20px;
}
.amcard-checkbox-container > .amcard-label {
  padding-left: 21px;
  cursor: pointer;
}
.amcard-checkbox-container > .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  content: '';
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik0zLjc1IDcuNWwzIDMgNC41LTUuMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat left;
  background-size: 16px;
}
.amcard-flex-container {
  display: flex;
  justify-content: space-between;
}
.amcard-flex-container.-checkbox {
  justify-content: flex-start;
}
.amcard-form-container {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #c1c1c1;
}
.amcard-form-container.-interior {
  border: none;
}
.amcard-form-container .amcard-title {
  display: block;
  margin: 20px 0 10px;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amcard-form-container > .amcard-button {
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.amcard-form-container > .amcard-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-form-container .amcard-radio {
  display: none;
}
.amcard-form-container .amcard-input.-hidden {
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  opacity: 0;
}
.amcard-field-container {
  flex-basis: 48%;
  margin-top: 0;
  border: none;
  text-align: left;
}
.amcard-field-block {
  display: block;
}
.amcard-field-block > .amcard-button {
  padding: 7px 17px;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.amcard-field-block.-datepicker .amcard-label {
  position: relative;
}
.amcard-field-block.-datepicker .amcard-label:before {
  position: absolute;
  top: 2px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljk4IDEwLjcwNWgxLjYzOFY5LjA2OUg0Ljk4djEuNjM2em0yLjMwNyAyLjE5aDEuNjM2di0xLjYzNkg3LjI4N3YxLjYzNXptLTIuMzA3IDBoMS42Mzh2LTEuNjM2SDQuOTh2MS42MzV6bTAtNC4zOGgxLjYzOFY2Ljg4SDQuOTh2MS42MzR6bTcuMDI4LTQuODIyYS42NzguNjc4IDAgMDAuNjc5LS42NzhWLjY3OGEuNjc4LjY3OCAwIDEwLTEuMzU4IDB2Mi4zMzdjMCAuMzc2LjMwMy42NzguNjc5LjY3OHptLTguMDE5IDBhLjY3OC42NzggMCAwMC42NzgtLjY3OFYuNjc4YS42NzguNjc4IDAgMTAtMS4zNTcgMHYyLjMzN2MwIC4zNzYuMzAzLjY3OC42NzkuNjc4em0tMS4zMTcgNy4wMTJINC4zMVY5LjA2OUgyLjY3MnYxLjYzNnptMCAyLjE5SDQuMzF2LTEuNjM2SDIuNjcydjEuNjM1em00LjYxNS0yLjE5aDEuNjM2VjkuMDY5SDcuMjg3djEuNjM2em00LjYxIDBoMS42MzlWOS4wNjloLTEuNjM4djEuNjM2em0wLTIuMTloMS42MzlWNi44OGgtMS42Mzh2MS42MzR6bTEuMDEzLTcuMzl2Ljc1NkExLjM2MiAxLjM2MiAwIDExMTAuNjQ1IDIuOWMwLS40MDcuMTgtLjc3MS40Ni0xLjAydi0uNzU0SDQuODkxdi43NTVhMS4zNjIgMS4zNjIgMCAxMS0xLjgwNCAwdi0uNzU1SDBWMTZoMTZWMS4xMjZoLTMuMDl6TTEuNTE3IDVoMTIuOTk2djkuNDgzSDEuNTE3VjV6bTUuNzcgMy41MTRoMS42MzZWNi44OEg3LjI4N3YxLjYzNHptMi4zMDcgMGgxLjYzNVY2Ljg4SDkuNTk0djEuNjM0em0wIDQuMzhoMS42MzV2LTEuNjM2SDkuNTk0djEuNjM2em0wLTIuMTloMS42MzVWOS4wN0g5LjU5NHYxLjYzNnoiIGZpbGw9IiM1NzU4NTUiLz48L3N2Zz4=');
  content: '';
}
.amcard-field-block.-datepicker {
  margin-bottom: 20px;
}
.amcard-field-block > .amcard-field {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
}
.amcard-field-block > .amcard-field::-webkit-input-placeholder {
  /* Edge */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field::placeholder {
  color: #d4d4d4;
}
.amcard-field-block > .amcard-field:focus {
  z-index: 5;
}
.amcard-field-block > .amcard-field.mage-error {
  border-color: #ed8380;
}
.amcard-field-block.-datepicker .amcard-field {
  padding-left: 36px;
  height: 32px;
}
.amcard-field-block.-double {
  display: flex;
}
.amcard-field-block.-double > .amcard-field {
  border-radius: 2px 0 0 2px;
}
.amcard-price-container {
  display: flex;
  flex-wrap: wrap;
}
.amcard-price-container > .amcard-button {
  margin: 0 10px 5px 0;
}
.amcard-label-block {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.amcard-label-block > .amcard-name {
  margin-left: 25px;
}
.amcard-label-block > .amcard-radio:checked + .amcard-icon {
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIGZpbGw9IiMxOTc5QzMiLz48ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9kKSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiBmaWxsPSIjZmZmIiByPSIzIi8+PC9nPjxkZWZzPjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMi45MjQiIHk9IjIuOTI0IiB3aWR0aD0iOS4xNTEiIGhlaWdodD0iOS4xNTEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPjxmZU9mZnNldC8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iLjc4OCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz48ZmVCbGVuZCBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz48L2ZpbHRlcj48L2RlZnM+PC9zdmc+');
}
.amcard-label-block > .amcard-icon {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  cursor: pointer;
}
.amcard-label-block.-price {
  box-sizing: border-box;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  font-size: 14px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amcard-label-block.-price.-active,
.amcard-label-block.-price:hover {
  border: 1px solid #1e79c2;
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amcard-radio-container .amcard-label-block:not(:last-child) {
  margin-right: 30px;
}
.amcard-upload-container .amcard-label-block {
  padding: 5px 13px 5px 38px;
  background: #1e79c2;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
.amcard-upload-container .amcard-label-block:hover {
  background: #2d93e5;
}
.amcard-upload-container .amcard-label-block:before {
  position: absolute;
  top: 7px;
  left: 11px;
  width: 16px;
  height: 15px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuODIxIDBsLS44MDMgMi4xNDNIMi4xNDNBMi4xMzggMi4xMzggMCAwMDAgNC4yODZ2Ni40MjhjMCAxLjE4Ny45NTYgMi4xNDMgMi4xNDMgMi4xNDNoMTAuNzE0QTIuMTM4IDIuMTM4IDAgMDAxNSAxMC43MTRWNC4yODZhMi4xMzggMi4xMzggMCAwMC0yLjE0My0yLjE0M2gtMS44NzVMMTAuMTggMEg0Ljgyek03LjUgMy43NWEzLjc2MiAzLjc2MiAwIDAxMy43NSAzLjc1IDMuNzYyIDMuNzYyIDAgMDEtMy43NSAzLjc1QTMuNzYyIDMuNzYyIDAgMDEzLjc1IDcuNSAzLjc2MiAzLjc2MiAwIDAxNy41IDMuNzV6bTAgMS42MDdBMi4xMyAyLjEzIDAgMDA1LjM1NyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgOS42NDMgMi4xMyAyLjEzIDAgMDA5LjY0MyA3LjUgMi4xMyAyLjEzIDAgMDA3LjUgNS4zNTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-customer-image > .amcard-container,
.amcard-image-container > .amcard-container,
.amcard-customer-image > .amcard-image,
.amcard-image-container > .amcard-image {
  padding: 7px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image > .amcard-container.-active,
.amcard-image-container > .amcard-container.-active,
.amcard-customer-image > .amcard-image.-active,
.amcard-image-container > .amcard-image.-active,
.amcard-customer-image > .amcard-container:hover,
.amcard-image-container > .amcard-container:hover,
.amcard-customer-image > .amcard-image:hover,
.amcard-image-container > .amcard-image:hover {
  padding: 6px;
  border: 1px solid #026bb3;
  border-radius: 2px;
  box-shadow: 0 4px 4px #e2f0fb;
}
.amcard-upload-container {
  position: relative;
  display: flex;
  margin: 10px 0;
}
.amcard-upload-container .amcard-input {
  display: none;
}
.amcard-customer-image {
  display: flex;
  padding: 15px;
  background: #e8f6ff;
}
.amcard-customer-image > .amcard-container {
  display: flex;
  align-items: center;
  margin-right: 15px;
  max-width: 100px;
  cursor: pointer;
}
.amcard-customer-image .amcard-image {
  width: 100%;
  height: 100%;
}
.amcard-image-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.amcard-image-information > .amcard-description,
.amcard-image-information > .amcard-title {
  margin: 0;
}
.amcard-image-information > .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0 15px;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-image-information > .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-image-information > .amcard-delete:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 10px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjUzNCAxMmg2Ljk1MWwuODc0LTcuMTY2SC43TDEuNTM0IDEyek02Ljk1MiAxLjc4M1YuNDA5QzYuOTUyLjE4MyA2Ljc0MyAwIDYuNDg2IDBIMy41MzVjLS4yNTggMC0uNDY2LjE4My0uNDY2LjQxdjEuMzVjLS45OTcuMDk5LTIuMDM1LjI5LTMuMDY5LjYxN3YxLjI2aDEwVjIuMzQ0cy0xLjIyLS4zNy0zLjA0OS0uNTZoLjAwMXptLS45MjctLjA3NmExOS4xMDcgMTkuMTA3IDAgMDAtMi4wNzctLjAxMlYuOTcxYzAtLjExMi4xMDMtLjIwNC4yMzItLjIwNGgxLjYxMWMuMTMgMCAuMjM0LjA5Mi4yMzQuMjA0di43MzZ6IiBmaWxsPSIjMTc4N0UwIi8+PC9zdmc+') no-repeat center;
  content: '';
}
.amcard-preview-container {
  margin-top: 15px;
}
.amcard-preview-container > .amcard-button {
  box-sizing: border-box;
  padding: 6px 15px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  background: none;
  color: #026bb3;
  font-size: 14px;
  transition: background-color 0.3s ease-out;
}
.amcard-preview-container > .amcard-button:hover {
  background: #026bb3;
  color: #fff;
}
.amcard-general-container {
  display: none;
  margin-bottom: 20px;
}
.amcard-general-container.-visible {
  display: block;
}
.amcard-general-container .amcard-warning {
  color: #e02b27;
  font-size: 12px;
}
.amcard-tooltip-container {
  position: absolute;
  bottom: 25px;
  left: 98px;
  z-index: 10;
  display: none;
  padding: 10px;
  width: 200px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.amcard-question-container:hover .amcard-tooltip-container {
  display: block;
}
.amcard-tooltip-container:after {
  position: absolute;
  bottom: -8px;
  left: 20px;
  width: 18px;
  height: 18px;
  background: #fff;
  content: '';
  transform: rotate(45deg);
}
.amcard-tooltip-container > .amgiftcard-text {
  color: #575757;
  font-weight: 400;
  font-size: 12px;
}
.amcard-question-container {
  align-self: center;
  margin: 0 20px;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4LjUiIGZpbGw9IiMzODlERkUiLz48cGF0aCBkPSJNNy40ODggMTAuMDc0YzAtLjYwNi4wNzUtMS4wODkuMjI2LTEuNDQ5LjE1LS4zNi40NDYtLjc1NC44ODktMS4xODMuNDQ2LS40MzMuNzI5LS43NC44NDctLjkyMi4xODItLjI3OC4yNzQtLjU4LjI3NC0uOTAzIDAtLjQyOC0uMTA3LS43NTQtLjMyMi0uOTc3LS4yMS0uMjI4LS41Mi0uMzQyLS45My0uMzQyLS4zOTEgMC0uNzA4LjExMi0uOTUuMzM1LS4yMzcuMjE5LS4zNTUuNTE3LS4zNTUuODk1SDUuNTA2Yy4wMDktLjgwNi4yODItMS40NDQuODItMS45MTQuNTQyLS40NyAxLjI1OC0uNzA0IDIuMTQ3LS43MDQuOTE2IDAgMS42MjkuMjMzIDIuMTQuNjk3LjUxNC40NjUuNzcyIDEuMTE1Ljc3MiAxLjk0OSAwIC43NDItLjM0NyAxLjQ3NC0xLjA0IDIuMTk0bC0uODQuODI3Yy0uMy4zNDItLjQ1Ni44NDEtLjQ2NSAxLjQ5N0g3LjQ4OHpNNy4zNzIgMTIuMmMwLS4yNjkuMDg0LS40ODUuMjUzLS42NS4xNjktLjE2OC4zOTYtLjI1Mi42ODQtLjI1Mi4yOTEgMCAuNTIxLjA4Ni42OS4yNmEuODcuODcgMCAwMS4yNTMuNjQyYzAgLjI1LS4wODIuNDYtLjI0Ni42My0uMTY0LjE2OC0uMzk3LjI1Mi0uNjk3LjI1Mi0uMzAxIDAtLjUzNC0uMDg0LS42OTgtLjI1M2EuODguODggMCAwMS0uMjM5LS42Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+') no-repeat center;
}
.amcard-carousel-container .slick-arrow {
  z-index: 10;
}
.amcard-page-product .modal-inner-wrap {
  max-width: 900px;
}
.amcard-page-product .product-info-main .price-final_price .price-wrapper .price,
.amcard-page-product .product-info-main .price-final_price .price-wrapper .rrp-price .price-wrapper:before {
  color: #575757;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}
.amcard-page-product .amcard-preview .header {
  display: flex;
  justify-content: center;
}
.amcard-page-product .amcard-preview .footer,
.amcard-page-product .amcard-preview .header {
  background: #fff !important;
}
.amcard-page-product .amcard-preview .main {
  border-collapse: separate;
  border-top: 6px solid #1787e0;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.amcard-page-product .amcard-preview .logo {
  margin: 0;
}
.amcard-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amcard-page-product .product-info-main .product-info-price {
  margin-bottom: 0;
  border: 0;
}
.amcard-page-product .product-info-main .product-add-form {
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
  border: 0;
}
.gallery-placeholder.-amcard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ammodal-aside-container {
  pointer-events: auto;
}
.amcardacc-template-container .amcard-codes-list,
.amcardacc-template-container .amcard-field-container {
  max-width: 360px;
}
.amcard-codes-list.-cart,
.amcard-field-container.-cart {
  max-width: 500px;
}
.amcard-codes-list.-paypal,
.amcard-field-container.-paypal {
  margin: 20px 0;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check,
.amcard-codes-list .amcard-delete,
.amcard-field-container .amcard-delete {
  position: relative;
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #1787e0;
  cursor: pointer;
}
.amcard-codes-list .amcard-check:hover,
.amcard-field-container .amcard-check:hover,
.amcard-codes-list .amcard-delete:hover,
.amcard-field-container .amcard-delete:hover {
  text-decoration: underline;
}
.amcard-codes-list .amcard-check,
.amcard-field-container .amcard-check {
  margin-top: 10px;
}
.amcard-field-block.-code {
  margin-top: 10px;
}
.amcard-field-block .amcard-button {
  font-weight: 600;
  transition: opacity 0.3s ease-out;
}
.amcard-field-block .amcard-button:hover {
  opacity: .9;
}
.amcard-field-block .amcard-button.-account {
  background: #3a77bd;
  color: #fff;
}
.amcard-card-info {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  background: #e8f6ff;
}
.amcard-card-info .amcard-field:not(:last-child) {
  margin-right: 20px;
}
.amcardacc-messages-container {
  display: none;
}
.amcardacc-messages-container.-visible {
  display: block;
}
.amcard-form-container .amcard-field.-validate {
  position: absolute;
  width: 0;
  opacity: 0;
}
.laybuy-learn-more .modal-inner-wrap {
  max-width: 620px;
}
.laybuy-footer {
  width: 100%;
  float: left;
}
.laybuy-footer .laybuy_footer-wrapper {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.laybuy-footer .laybuy_footer-wrapper .laybuy-footer__img {
  width: 25%;
  float: left;
}
.laybuy-footer .laybuy_footer-wrapper .laybuy-footer__img img {
  width: 98%;
  float: left;
}
#laybuy-modal-popup {
  display: none;
  width: 100%;
  max-width: 620px;
  height: 540px;
}
#laybuy-modal-popup .laybuy-content-wrapper {
  width: 100%;
  height: 100%;
}
#laybuy-modal-popup .laybuy-content-wrapper > iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: none;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-title {
  font-weight: bold;
  text-transform: initial;
  text-align: center;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-content p {
  line-height: 2em;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-steps {
  display: flex;
  position: relative;
  justify-content: space-around;
  margin-top: 50px;
  padding-top: 50px;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-steps .laybuy-step {
  width: 25%;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-steps:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-steps .icon-wrapper {
  text-align: center;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-steps .icon-wrapper .step-icon {
  max-width: 45px;
  margin-bottom: 25px;
}
#laybuy-modal-popup .laybuy-content-wrapper .laybuy-steps .laybuy-step-content {
  text-align: center;
}
#laybuy-modal-popup .laybuy-logo-bottom {
  margin-top: 75px;
  margin-bottom: 25px;
  text-align: center;
}
#laybuy-modal-popup .laybuy-logo-bottom img {
  max-width: 200px;
}
.laybuy-installments-amount {
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
}
.laybuy-installments-amount img {
  position: relative;
  top: 3px;
  max-height: 16px;
}
.laybuy-installments-amount .icon.icon-info {
  display: inline-block;
  text-decoration: none;
}
.laybuy-installments-amount .icon.icon-info:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  content: '\e60c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-method-title .laybuy-payment-icon {
  max-height: 30px;
  float: right;
  margin-right: 20px;
}
.mst-brand__brand-list .toolbar {
  display: flex;
  flex-wrap: wrap;
}
.mst-brand__brand-list .toolbar a {
  display: block;
  padding: .3rem 1rem;
  text-align: center;
  color: #949494;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #dadada;
  background: #f0f0f0;
  text-transform: uppercase;
}
.mst-brand__brand-list .toolbar a:hover {
  border-color: #fff;
  z-index: 1005;
  color: #333;
  outline: 1px solid #999;
}
.mst-brand__brand-list .toolbar a._active {
  background: #fff;
  outline: 2px solid #ff5501;
  border-color: #fff;
  color: #333;
  z-index: 1000;
}
.mst-brand__brand-list .toolbar > a {
  margin-right: 5rem;
}
.mst-brand__brand-list .toolbar .letters {
  display: flex;
  flex-wrap: wrap;
}
.mst-brand__brand-list .toolbar .letters a {
  margin-left: -1px;
}
.mst-brand__brand-list .letter-row {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
.mst-brand__brand-list .letter-row .letter {
  top: 0;
  left: 0;
  font-size: 40px;
  line-height: 60px;
  clear: left;
}
.mst-brand__brand-list .letter-row ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.mst-brand__brand-list .letter-row ul li {
  text-align: center;
}
.mst-brand__brand-list .letter-row ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 1rem;
}
.mst-brand__brand-list .letter-row ul li a .logo-wrapper {
  height: 10rem;
  vertical-align: middle;
  display: table-cell;
  opacity: 0.8;
}
.mst-brand__brand-list .letter-row ul li a .logo-wrapper img {
  max-height: 10rem;
  max-width: 15rem;
}
.mst-brand__brand-list .letter-row ul li a:hover {
  text-decoration: underline;
  outline: 2px solid #ff5501;
}
.mst-brand__brand-list .letter-row ul li a:hover .logo-wrapper {
  opacity: 1;
}
.brand-brand-view .columns {
  position: relative;
}
.m-brand-logo {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.m-brand-additional-info {
  margin: 0 0 35px 0;
  display: inline-block;
}
.brand-brand-view .m-brand-banner img {
  width: 100%;
}
.m-brand-slider-container {
  text-align: -webkit-center;
  min-height: 230px;
}
.m-brand-slider-container .m-brand-slider-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides {
  display: flex;
  align-items: center;
}
.m-brand-slider-container .m-brand-label {
  position: absolute;
  bottom: 0;
  width: inherit;
  text-align: center;
}
.m-brand-slider-wrapper {
  margin: 0 auto;
}
.m-slider-brand-label {
  padding-bottom: 30px;
  min-height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.m-brand-slider-wrapper .slides {
  text-align: -webkit-center;
}
.m-brand-slider-container .m-brand-slider-wrapper.flexslider .slides .m-brand-label a {
  color: #333333;
}
/*
     * jQuery FlexSlider v2.7.1
     * http://www.woothemes.com/flexslider/
     *
     * Copyright 2012 WooThemes
     * Free to use under the GPLv2 and later license.
     * http://www.gnu.org/licenses/gpl-2.0.html
     *
     * Contributing author: Tyler Smith (@mbmufffin)
     *
     */
/* ====================================================================================================================
     * FONT-FACE
     * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../Mirasvit_Brand/fonts/flexslider-icon.eot");
  src: url("../Mirasvit_Brand/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../Mirasvit_Brand/fonts/flexslider-icon.woff") format("woff"), url("../Mirasvit_Brand/fonts/flexslider-icon.ttf") format("truetype"), url("../Mirasvit_Brand/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
     * RESETS
     * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
     * BASE STYLES
     * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
     * DEFAULT THEME
     * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 37px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
     * RESPONSIVE
     * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.m-brand-tooltip-container .ui-tooltip-content::after,
.m-brand-tooltip-container .ui-tooltip-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  left: 4px;
}
.m-brand-tooltip-container.bottom .ui-tooltip-content::before {
  bottom: -8px;
  border-color: #AAA transparent;
  border-width: 8px 10px 0;
}
.m-brand-tooltip-container.bottom .ui-tooltip-content::after {
  bottom: -7px;
  border-color: white transparent;
  border-width: 8px 10px 0;
}
.m-brand-tooltip-container.top .ui-tooltip-content::before {
  top: -8px;
  border-color: #AAA transparent;
  border-width: 0 8px 8px;
}
.m-brand-tooltip-container.top .ui-tooltip-content::after {
  top: -7px;
  border-color: white transparent;
  border-width: 0 8px 8px;
}
.m-brand-tooltip-container.ui-tooltip {
  border-width: 0.8px !important;
  max-width: 350px !important;
  padding: 10px 10px;
  text-align: justify;
}
.m-brand-tooltip-container .ui-tooltip-content img {
  display: block;
  margin: 0 auto;
}
.catalog-product-view .m-logo .m-brand-tooltip img {
  padding-right: 15px;
}
.catalog-product-view .m-logo {
  display: inline-block;
}
.catalog-product-view .m-logo a {
  float: left;
}
.mst-quick-nav__filterList {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.mst-quick-nav__filterList:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 40px;
  width: 20px;
  top: 0;
  right: 0;
  position: absolute;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-container {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-block {
  display: flex;
}
.mst-quick-nav__filterList .mst-quick-nav__item {
  display: flex;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease-out;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev > span,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next > span {
  display: none;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev:before,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23cccccc' d='M20,25a1,1,0,0,1-.71-.29l-8-8a1,1,0,0,1,0-1.42l8-8a1,1,0,1,1,1.42,1.42L13.41,16l7.3,7.29a1,1,0,0,1,0,1.42A1,1,0,0,1,20,25Z'/%3E%3C/svg%3E");
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev:hover:before,
.mst-quick-nav__filterList .mst-quick-nav__filterList-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ff5501' d='M20,25a1,1,0,0,1-.71-.29l-8-8a1,1,0,0,1,0-1.42l8-8a1,1,0,1,1,1.42,1.42L13.41,16l7.3,7.29a1,1,0,0,1,0,1.42A1,1,0,0,1,20,25Z'/%3E%3C/svg%3E");
}
.mst-quick-nav__filterList._scrollable .mst-quick-nav__filterList-prev,
.mst-quick-nav__filterList._scrollable .mst-quick-nav__filterList-next {
  opacity: 1;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-prev {
  left: -24px;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-next {
  right: -24px;
}
.mst-quick-nav__filterList .mst-quick-nav__filterList-next:before {
  transform: rotate(180deg);
}
.mst-quick-nav__filterList .mst-quick-nav__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 12px 0 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-quick-nav__filterList .mst-quick-nav__item strong {
  margin-right: 5px;
  font-size: 90%;
}
.mst-quick-nav__filterList .mst-quick-nav__item .count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 90%;
}
.mst-quick-nav__filterList .mst-quick-nav__item label {
  cursor: pointer;
}
.mst-quick-nav__filterList .mst-quick-nav__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked {
  background: #ff5501;
  border-color: #ff5501;
  color: #ffffff;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked .count {
  color: #efefef;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' height='512px' width='512px'%3E%3Cpath fill='%23ffffff' d='M437.5,386.6L306.9,256l130.6-130.6c14.1-14.1,14.1-36.8,0-50.9c-14.1-14.1-36.8-14.1-50.9,0L256,205.1L125.4,74.5 c-14.1-14.1-36.8-14.1-50.9,0c-14.1,14.1-14.1,36.8,0,50.9L205.1,256L74.5,386.6c-14.1,14.1-14.1,36.8,0,50.9 c14.1,14.1,36.8,14.1,50.9,0L256,306.9l130.6,130.6c14.1,14.1,36.8,14.1,50.9,0C451.5,423.4,451.5,400.6,437.5,386.6z'/%3E%3C/svg%3E");
  margin-left: 8px;
}
.mst-quick-nav__filterList .mst-quick-nav__item._checked:hover label {
  text-decoration: line-through;
}
.mst-quick-nav__filterList .mst-quick-nav__attribute {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.main .mst-scroll__button:before {
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23373535'/%3E%3C/svg%3E%0A");
  background-size: 24px;
}
.main .mst-scroll__button._loading:before {
  animation: rotating 1s linear infinite;
}
.stihl-load-more-button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 220px;
}
.stihl-load-more-button:before {
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23373535'/%3E%3C/svg%3E%0A");
  animation: rotating 1s linear infinite;
  background-size: 24px;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.all-products-page-index-index .columns {
  position: relative;
}
.mst-seo-sitemap__map .search-bar {
  display: flex;
}
.mst-seo-sitemap__map .search-bar input[type=search] {
  position: relative;
  margin: 0 auto;
  max-width: 45rem;
}
.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem;
}
.mst-seo-sitemap__map .provider ul {
  list-style: none;
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.mst-seo-sitemap__map .provider ul.cols-1 {
  column-count: 1;
}
.mst-seo-sitemap__map .provider ul.cols-2 {
  column-count: 2;
}
.mst-seo-sitemap__map .provider ul.cols-3 {
  column-count: 3;
}
.mst-seo-sitemap__map .provider ul.cols-4 {
  column-count: 4;
}
.mst-seo-sitemap__map .provider ul.cols-5 {
  column-count: 5;
}
.mst-seo-sitemap__map .provider ul.cols-6 {
  column-count: 6;
}
.mst-seo-sitemap__map .provider ul.cols-7 {
  column-count: 7;
}
.mst-seo-sitemap__map .provider ul.cols-8 {
  column-count: 8;
}
.mst-seo-sitemap__map .provider ul.cols-9 {
  column-count: 9;
}
.mst-seo-sitemap__map .provider ul.cols-10 {
  column-count: 10;
}
.mst-seo-sitemap__map .provider ul li {
  display: inline;
}
.mst-seo-sitemap__map .provider ul li a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.mst-seo-sitemap__map .provider ul li a span:after {
  font-size: 10px;
  line-height: 20px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #707070;
}
.mst-seo-sitemap__map .provider ul li a span:last-child:after {
  display: none;
}
.mst-seo-sitemap__map .provider .letter {
  margin: 0 0 2rem -2rem;
}
.mst-seo-sitemap__map .provider .letter strong {
  font-size: 2rem;
  font-weight: 800;
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_visible {
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_hidden {
  display: none;
}
.mst-seo-sitemap__map .provider .letter ul {
  margin-top: 0;
}
.mst-seo-sitemap__map .provider ._highlight {
  background: #fad764;
  font-style: normal;
}
@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important;
  }
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
#add-to-cart-dialog {
  display: none;
}
.od-compare-block .compare-title {
  cursor: pointer;
}
.od-compare-block__content {
  z-index: 5;
  width: 390px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  position: absolute;
}
.od-compare-block__content .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.od-compare-block__content .actions:after {
  display: none;
}
.od-compare-block__items {
  padding: 0 0 10px;
}
.od-compare-block__item {
  display: flex;
  border: 1px solid #c2c2c2;
  padding: 10px;
  position: relative;
}
.od-compare-block__item:not(:last-child) {
  margin-bottom: 10px;
}
.od-compare-block__item .remove-compare {
  position: absolute;
  top: 2px;
  right: 5px;
}
.od-compare-block__item .info .product-item-name,
.od-compare-block__item .info .product-item-price {
  margin: 0 0 4px;
}
.product-info-main .weather-notice .weather-content {
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  display: flex;
}
.product-info-main .weather-notice .weather-content .icon {
  width: 75px;
  height: 75px;
  margin-top: 10px;
}
.product-info-main .weather-notice .weather-content .content {
  margin-left: 5px;
  font-weight: bold;
  line-height: 18px;
}
.product-info-main .weather-notice .weather-content .content .price,
.product-info-main .weather-notice .weather-content .content .rrp-price .price-wrapper:before {
  margin-bottom: 5px;
}
.afterpay-content-wrapper {
  display: block;
  height: 0;
  margin: auto;
  max-width: 520px;
  padding-bottom: 105%;
  position: relative;
  width: 100%;
}
.afterpay-content-wrapper iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-item-installments strong {
  font-weight: inherit;
}
.product-item-installments .afterpay-modal-popup-trigger {
  margin-left: 4px;
}
.afterpay-installments-amount {
  position: relative;
  line-height: 1.4;
}
.afterpay-installments-amount img {
  position: relative;
  top: 7px;
}
.afterpay-installments-amount .icon.icon-info {
  display: inline-block;
  text-decoration: none;
}
.afterpay-installments-amount .icon.icon-info:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  content: '\e60c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-final_price > .price-final_price > .afterpay-installments {
  display: none;
}
.catalog-product-view .product-klaviyo-popup {
  background-color: #C2D83F;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}
.catalog-product-view .product-klaviyo-popup .link {
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
}
.b2b-account-row {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
}
.b2b-account-row .b2b-account-column {
  flex: 50%;
  padding: 20px;
}
.b2b-account-row .b2b-account-column .b2b-account-column-inner {
  padding: 20px;
  border: 1px solid #cfcfcf;
}
.b2b-account-row .b2b-account-column .b2b-account-column-inner .b2b-account-block-right {
  padding-left: 14px;
  padding-right: 14px;
}
.b2b-account-row .b2b-account-column .b2b-title {
  font-weight: 700;
}
.b2b-account-row .b2b-account-column .b2b-tick-box {
  display: flex;
}
.b2b-account-row .b2b-account-column .b2b-image-tick {
  background-image: url("../images/tick_icon.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 80px;
  background-position: center;
}
.b2b-account-row .b2b-account-column .select,
.b2b-account-row .b2b-account-column .input-text {
  width: 100%;
}
.b2b-account-row .b2b-account-column .submit,
.b2b-account-row .b2b-account-column .primary {
  width: 100% !important;
}
.b2b-account-row .b2b-account-column .mage-error {
  color: #e57373;
  padding: 10px;
}
.catalog-category-view #algolia-stats {
  display: none;
}
.algolia-instant-selector-results .columns {
  display: block;
}
.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadPrevious {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.ais-InfiniteHits-loadMore:hover,
.ais-InfiniteHits-loadPrevious:hover {
  opacity: .7;
}
.ais-InfiniteHits-loadMore--disabled,
.ais-InfiniteHits-loadPrevious--disabled {
  display: none;
}
.ais-InfiniteHits-loadMore {
  margin: 0 auto;
}
.ais-InfiniteHits-loadPrevious {
  margin: 0 auto 20px;
}
#algolia-sorts .ais-SortBy::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-top-color: #373535;
  border-bottom: none;
  pointer-events: none;
}
#algolia-sorts .ais-SortBy select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 90px;
  margin-left: 17px;
  border: none;
  font-weight: 300;
  letter-spacing: .5px;
}
.infinite-hits-custom .product-item-details > a {
  text-decoration: none;
}
.infinite-hits-custom .stamped-count {
  color: #878787;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .5px;
}
.infinite-hits-custom .product-item-info .details .price-box .price-label {
  display: inline;
  margin-right: 5px;
}
.infinite-hits-custom .loader-container::after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  content: '';
  display: inline-block;
  background: url('../images/loader-ajax.gif') no-repeat center center;
  width: 45px;
  height: 45px;
  background-size: cover;
}
.od-filter-block div[class^='is-widget-container-price_'] .ais-Panel-body {
  margin-top: 10px;
}
.ais-Panel {
  margin-bottom: 18px;
}
.ais-Panel-header {
  border: none;
  padding: 10px 0;
  cursor: pointer;
}
.ais-Panel-header._active .name::after {
  transform: rotateX(180deg);
}
.ais-Panel-header .name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: none;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.ais-Panel-header .name::after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  content: '';
  position: absolute;
  display: inline-block;
  background: url('../images/svg/chevron-icon.svg') no-repeat center center;
  top: 2px;
  right: 0;
  width: 12px;
  height: 12px;
}
.ais-RefinementList-list {
  padding: 0;
  margin-top: 5px;
}
.ais-Panel-body {
  padding: 0;
  display: none;
}
.ais-Panel-body._active {
  display: block;
}
.ais-Panel-body .items {
  padding: 0;
  margin: 0;
}
.ais-RangeInput-form {
  display: flex;
  align-items: center;
}
.ais-RangeInput-form input[type=number]::-webkit-inner-spin-button,
.ais-RangeInput-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.ais-RangeInput-input {
  width: 100%;
  height: 24px;
  margin-top: 18px;
  padding: 0;
  color: #373535;
  background-color: #ffffff;
  border: none;
  font-size: 15px;
  padding-left: 20px;
  -moz-appearance: textfield;
}
.ais-RangeInput-label {
  position: relative;
  display: inline-block;
  width: calc(50% - 33px);
  height: 46px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
}
.ais-RangeInput-label::before {
  position: absolute;
  display: block;
  bottom: 6px;
  left: 12px;
  content: '$';
  font-size: 14px;
  line-height: 16px;
  color: #373535;
  font-weight: 400;
}
.ais-RangeInput-label:nth-of-type(1)::after,
.ais-RangeInput-label:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  top: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #737373;
  left: 12px;
}
.ais-RangeInput-label:nth-of-type(1) {
  margin-right: 8px;
}
.ais-RangeInput-label:nth-of-type(1)::after {
  content: 'Min Price';
}
.ais-RangeInput-label:nth-of-type(2)::after {
  content: 'Max Price';
}
.ais-RangeInput-submit {
  width: 50px;
  height: 45px;
  margin-left: 8px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: .5px;
}
#algolia-left-container .sidebar {
  position: relative;
}
#clear-refinements {
  text-align: right;
}
#clear-refinements .ais-ClearRefinements-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #373535;
  border: none;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 19px;
  padding: 0;
  text-decoration: underline;
}
#clear-refinements .ais-ClearRefinements-button:focus,
#clear-refinements .ais-ClearRefinements-button:active {
  background: none;
  border: none;
}
#clear-refinements .ais-ClearRefinements-button:hover {
  background: none;
  border: none;
}
#clear-refinements .ais-ClearRefinements-button.disabled,
#clear-refinements .ais-ClearRefinements-button[disabled],
fieldset[disabled] #clear-refinements .ais-ClearRefinements-button {
  pointer-events: none;
  opacity: 0.5;
}
#clear-refinements .ais-ClearRefinements-button:hover {
  text-decoration: none;
}
#clear-refinements .ais-ClearRefinements-button--disabled {
  display: none;
}
.ais-Stats .page-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .5px;
  font-weight: 700;
}
.ais-Stats .results {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: .5px;
  font-weight: 400;
  text-transform: capitalize;
  color: #878787;
}
#instant-empty-results-container {
  font-size: 22px;
}
#instant-empty-results-container .no-results {
  display: flex;
  flex-direction: column;
}
#instant-empty-results-container a {
  margin: 0 auto;
  width: 270px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 0 14px;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
#instant-empty-results-container a:hover {
  opacity: .7;
}
._no-result.catalogsearch-result-index {
  width: 100%;
}
._no-result.catalogsearch-result-index .sidebar,
._no-result.catalogsearch-result-index .toolbar.toolbar-products,
._no-result.catalogsearch-result-index #algolia-left-container,
._no-result.catalogsearch-result-index .ais-InfiniteHits-loadMore,
._no-result.catalogsearch-result-index .ais-InfiniteHits-loadPrevious,
._no-result.catalogsearch-result-index .box-footer-rrp-pricing-notice {
  display: none;
}
._no-result.catalogsearch-result-index .products.products-grid {
  width: 100%;
  margin: 40px 0;
}
._no-result.catalogsearch-result-index .no-results {
  text-align: center;
}
._no-result.catalogsearch-result-index #algolia-right-container {
  width: 100%;
}
.nav__apply-button .items {
  display: inline-block;
  justify-content: center;
  min-width: 80px;
  align-items: center;
}
.nav__apply-button .items strong {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.nav__apply-button .items [data-items-label],
.nav__apply-button .items [data-one-item-label] {
  display: none;
}
.nav__apply-button .loader {
  display: none;
  min-width: 80px;
  justify-content: center;
}
.nav__apply-button button {
  border-radius: 0;
  margin-left: 10px;
  transition: all 100ms;
  padding: 11px;
  min-width: 107px;
}
.nav__apply-button-wrapper._loading .mst-nav__apply-button .loader {
  display: flex;
}
.nav__apply-button-wrapper._loading .mst-nav__apply-button .items {
  opacity: 0;
  visibility: hidden;
}
.nav__apply-button-wrapper._loading .mst-nav__apply-button button {
  opacity: .5;
}
.od-filter-option-label {
  display: block;
}
.od-filter-option-label .count {
  float: right;
  line-height: 20px;
  margin-left: 10px;
}
.nav__label-item {
  position: relative;
}
.nav__label-item a {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: .5px;
  padding: 6px 0;
  transition: background-color 100ms ease-out;
  text-decoration: none;
}
.nav__label-item a label,
.nav__label-item a input {
  cursor: pointer;
}
.nav__label-item a label {
  flex-grow: 1;
}
.nav__label-item a input[type="checkbox"] {
  margin: 0 1rem 0 0;
  top: 0;
}
.nav__label-item a .count {
  color: #878787;
}
.nav__label-item a .swatch-option {
  display: none;
}
.nav__label-item._mode-link input[type="checkbox"] {
  display: none;
}
.nav__label-item._mode-checkbox input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  border: 1px solid #D8D8D8;
  border-radius: 1px;
  cursor: pointer;
}
.nav__label-item._mode-checkbox input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 1px;
  background-color: #373636;
  background-image: url("../images/filter-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.nav__label-item._mode-checkbox input[type="checkbox"][checked=true]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 1px;
  background-color: #373636;
  background-image: url("../images/filter-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.nav__label-item._mode-checkbox input[type="checkbox"][checked=false]:before {
  background: none;
}
.nav__label-item._mode-circle input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
  cursor: pointer;
}
.nav__label-item._mode-circle input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 20px;
  background-color: #373636;
  background-image: url("../images/filter-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.nav__label-item._mode-circle input[type="checkbox"][checked=true]:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 20px;
  background-color: #373636;
  background-image: url("../images/filter-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.nav__label-item._mode-circle input[type="checkbox"][checked=false]:before {
  background: none;
}
.nav__label-item._highlight a {
  color: #ff5501;
}
.filter.block {
  margin-bottom: 0;
}
.filter-subtitle,
.filter-count-label {
  display: none;
}
.filter-content {
  height: 100%;
}
.filter-options ul,
.filter-options ol {
  margin: 0;
  padding: 0;
}
.filter-options-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.filter-options-content {
  padding: 14px 0 34px;
}
.filter-clear-top {
  float: right;
}
.filter-clear {
  border: none;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 19px;
  padding: 0;
  text-decoration: underline;
}
.filter-clear.action {
  text-decoration: underline;
}
.toolbar-filter {
  align-self: flex-end;
  cursor: pointer;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .5px;
  padding-right: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.toolbar-filter-icon {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.toolbar-filter:after {
  border: 4px solid transparent;
  border-left: 4px solid currentColor;
  content: '';
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.page-with-filter.ajax-loading .columns {
  position: relative;
}
.page-with-filter.ajax-loading .columns .navigation-overlay .fa-spinner {
  background: transparent url('../Mageplaza_LazyLoading/mageplaza/lazyloading/loader.gif') no-repeat center center;
  display: inline-block;
  height: 64px;
  width: 64px;
}
.page-with-filter.ajax-loading .columns .navigation-overlay .fa-spinner:before {
  content: '';
}
.od-filter-block .filter-actions {
  display: none;
}
.algolia-search-block.search-open {
  position: static;
}
.algolia-search-block.search-open:has(.aa-Input[enterkeyhint='go']) .aa-InputWrapperPrefix {
  z-index: 1;
}
.algolia-search-block.search-open:has(.aa-Input[enterkeyhint='go']) .aa-InputWrapperSuffix {
  z-index: 2;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.algolia-search-block.search-open:has(.aa-ClearButton[hidden]) .aa-InputWrapperPrefix {
  z-index: 3;
}
.algolia-search-block.search-open .aa-InputWrapperPrefix {
  display: none;
}
.algolia-search-block .aa-InputWrapperPrefix {
  position: absolute;
  right: 0;
  top: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  align-items: center;
  height: 90%;
  width: 36px;
}
.algolia-search-block .aa-InputWrapperPrefix .aa-Label {
  display: none;
}
.algolia-search-block .aa-InputWrapperPrefix::after {
  content: '';
  background-image: url('../images/svg/icon-search-new.svg');
  border: none;
  box-shadow: none;
  height: 15px;
  position: absolute;
  width: 15px;
  right: 16px;
}
.algolia-search-block .aa-Form {
  position: relative;
}
.algolia-search-block .aa-Input {
  width: 100%;
  padding: 15px 15px 16px 21px;
  border: 1px solid #d8d8d8;
  text-align: left;
}
.algolia-search-block .aa-Input::placeholder {
  opacity: .4;
  color: #000000;
  font-size: 14px;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.algolia-search-block .aa-Input::-webkit-search-decoration,
.algolia-search-block .aa-Input::-webkit-search-cancel-button,
.algolia-search-block .aa-Input::-webkit-search-results-button,
.algolia-search-block .aa-Input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
@media (max-width: 1300px) {
  .algolia-search-block .aa-Input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .algolia-search-block .aa-Input::placeholder {
    font-size: 14px;
  }
}
.algolia-search-block .aa-InputWrapperSuffix {
  position: absolute;
  right: 2px;
  padding-right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-align: right;
}
.algolia-search-block .aa-ClearButton {
  height: 14px;
  width: 14px;
  padding: 0;
  border: none;
  position: relative;
}
.algolia-search-block .aa-ClearButton::before,
.algolia-search-block .aa-ClearButton::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #373535;
  transform: translate(-15px, 15px);
}
.algolia-search-block .aa-ClearButton::before {
  transform: rotate(-45deg);
}
.algolia-search-block .aa-ClearButton::after {
  transform: rotate(45deg);
}
.algolia-search-block .aa-ClearIcon {
  display: none;
}
.aa-Panel {
  z-index: 9999;
}
.aa-Panel .aa-SourceHeader {
  min-height: 36px;
  margin: 0;
  white-space: normal;
  color: #373535;
  font-size: 13px;
  letter-spacing: .75px;
  text-transform: uppercase;
  padding: 4px 4px 12px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 400;
}
.aa-Panel .aa-SourceFooter {
  display: none;
}
.aa-Panel .aa-Source {
  padding: 20px 10px 60px;
}
.aa-Panel .aa-List {
  margin: 28px 0 0;
  padding: 0;
}
.aa-Panel .aa-Item[aria-selected="true"] {
  background: none;
}
.aa-Panel [data-autocomplete-source-id='products'] {
  background-color: #ffffff;
}
.aa-Panel [data-autocomplete-source-id='products'] .aa-SourceHeader {
  display: none;
}
.aa-Panel [data-autocomplete-source-id='products'] .aa-List {
  margin-top: 0;
}
.aa-Panel [data-autocomplete-source-id='products'] .aa-Source {
  padding: 0;
}
.aa-Panel [data-autocomplete-source-id='products'] .thumb {
  width: fit-content;
  margin: 0 auto;
}
.aa-Panel [data-autocomplete-source-id='products'] img {
  width: unset;
  height: unset;
  max-width: 100%;
  max-height: 140px;
}
.aa-Panel [data-autocomplete-source-id='products'] .algoliasearch-autocomplete-hit {
  line-height: 1;
  border: 1px solid #d8d8d8;
}
.aa-Panel [data-autocomplete-source-id='products'] .algoliasearch-autocomplete-hit:hover {
  background: none;
}
.aa-Panel [data-autocomplete-source-id='products'] .aa-SourceNoResults {
  padding: 5px 0;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.aa-Panel [data-autocomplete-source-id='categories'] mark {
  font-weight: 300;
}
.aa-Panel [data-autocomplete-source-id='pages'] mark {
  font-weight: 700;
}
.aa-Panel [data-autocomplete-source-id='documents'] mark {
  font-weight: 700;
}
.aa-Panel [data-autocomplete-source-id='documents'] .aa-ItemLink {
  display: block;
  position: relative;
  padding: 5px 10px 5px 25px;
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .5px;
  text-decoration: underline;
}
.aa-Panel [data-autocomplete-source-id='documents'] .aa-ItemLink:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
.aa-Panel [data-autocomplete-source-id='documents'] .aa-ItemLink:before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url('../images/icons/pdf.png') no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.aa-Panel .algoliasearch-autocomplete-hit {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: black;
  text-decoration: none;
}
.aa-Panel .algoliasearch-autocomplete-hit:hover {
  background-color: #f2f2f2;
}
.aa-Panel .algoliasearch-autocomplete-hit .info {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 160px;
  padding-top: 24px;
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.aa-Panel .algoliasearch-autocomplete-title {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  white-space: normal;
}
.aa-Panel .algoliasearch-autocomplete-title mark {
  font-weight: 700;
}
.aa-Panel .algoliasearch-autocomplete-category {
  color: #666;
  white-space: normal !important;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  min-height: 36px;
  max-height: 36px;
}
.aa-Panel .algoliasearch-autocomplete-category mark {
  font-weight: 300;
}
.aa-Panel .algoliasearch-autocomplete-description {
  width: 100%;
  white-space: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: .5px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 32px;
  max-height: 52px;
  flex-grow: 1;
  flex-shrink: 1;
}
.aa-Panel .algoliasearch-autocomplete-description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aa-Panel .algoliasearch-autocomplete-description ul li {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.aa-Panel mark {
  font-weight: 700;
  background: none;
}
.aa-Panel .aa-SourceNoResults {
  padding: 5px;
  font-style: italic;
}
.catalog-category-view .product-item .stockalert {
  display: none;
}
.catalog-product-view .product-info-main .stockalert {
  display: none;
}
.notify_me_bss {
  display: none;
}
.catalog-category-view .modal-popup .modal-header,
.catalog-product-view .modal-popup .modal-header,
.catalogsearch-result-index .modal-popup .modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #c2d83f;
  position: relative;
  padding: 0;
}
.catalog-category-view .modal-popup .modal-header .action-close,
.catalog-product-view .modal-popup .modal-header .action-close,
.catalogsearch-result-index .modal-popup .modal-header .action-close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  font-size: 0;
  padding: 10px;
}
.catalog-category-view .modal-popup .modal-header .action-close:before,
.catalog-product-view .modal-popup .modal-header .action-close:before,
.catalogsearch-result-index .modal-popup .modal-header .action-close:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 0px;
  height: 15px;
  width: 1px;
  background: #333333;
  transform: rotate(45deg);
}
.catalog-category-view .modal-popup .modal-header .action-close:after,
.catalog-product-view .modal-popup .modal-header .action-close:after,
.catalogsearch-result-index .modal-popup .modal-header .action-close:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 0px;
  height: 15px;
  width: 1px;
  background: #333333;
  transform: rotate(-45deg);
}
.catalog-category-view .modal-popup .modal-title,
.catalog-product-view .modal-popup .modal-title,
.catalogsearch-result-index .modal-popup .modal-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  border: none;
}
.catalog-category-view .modal-popup .modal-block,
.catalog-product-view .modal-popup .modal-block,
.catalogsearch-result-index .modal-popup .modal-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-category-view .modal-popup .modal-block,
  .catalog-product-view .modal-popup .modal-block,
  .catalogsearch-result-index .modal-popup .modal-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.catalog-category-view .modal-popup .info-product-modal,
.catalog-product-view .modal-popup .info-product-modal,
.catalogsearch-result-index .modal-popup .info-product-modal {
  width: 45%;
}
@media (max-width: 767px) {
  .catalog-category-view .modal-popup .info-product-modal,
  .catalog-product-view .modal-popup .info-product-modal,
  .catalogsearch-result-index .modal-popup .info-product-modal {
    width: 100%;
  }
}
.catalog-category-view .modal-popup .info-product-modal .product-item-name,
.catalog-product-view .modal-popup .info-product-modal .product-item-name,
.catalogsearch-result-index .modal-popup .info-product-modal .product-item-name {
  color: #373535;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.catalog-category-view .modal-popup .info-product-modal .title,
.catalog-product-view .modal-popup .info-product-modal .title,
.catalogsearch-result-index .modal-popup .info-product-modal .title {
  color: #373535;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-bottom: 20px;
}
.catalog-category-view .modal-popup .bss_productstockaler .input-text,
.catalog-product-view .modal-popup .bss_productstockaler .input-text,
.catalogsearch-result-index .modal-popup .bss_productstockaler .input-text {
  width: 100%;
}
.catalog-category-view .modal-popup .bss_productstockaler .control,
.catalog-product-view .modal-popup .bss_productstockaler .control,
.catalogsearch-result-index .modal-popup .bss_productstockaler .control {
  margin-bottom: 15px;
}
.catalog-category-view .modal-popup .bss_productstockaler .action.notify,
.catalog-product-view .modal-popup .bss_productstockaler .action.notify,
.catalogsearch-result-index .modal-popup .bss_productstockaler .action.notify,
.catalog-category-view .modal-popup .bss_productstockaler .action.cancel,
.catalog-product-view .modal-popup .bss_productstockaler .action.cancel,
.catalogsearch-result-index .modal-popup .bss_productstockaler .action.cancel {
  padding: 15px 40px;
}
@media (min-width: 1023px) {
  .catalog-category-view .modal-popup .modal-inner-wrap,
  .catalog-product-view .modal-popup .modal-inner-wrap,
  .catalogsearch-result-index .modal-popup .modal-inner-wrap {
    width: 780px;
    overflow-y: hidden;
  }
}
.catalog-category-view .modal-popup .modal-content,
.catalog-product-view .modal-popup .modal-content,
.catalogsearch-result-index .modal-popup .modal-content {
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 35px;
}
.catalog-category-view .modal-popup.accessories-info-view .product-item-attributes,
.catalog-product-view .modal-popup.accessories-info-view .product-item-attributes,
.catalogsearch-result-index .modal-popup.accessories-info-view .product-item-attributes {
  margin-bottom: 11px;
}
.catalog-category-view .modal-popup.accessories-info-view .product-item-attributes > h3,
.catalog-product-view .modal-popup.accessories-info-view .product-item-attributes > h3,
.catalogsearch-result-index .modal-popup.accessories-info-view .product-item-attributes > h3 {
  display: none;
}
.catalog-category-view .modal-popup.accessories-info-view .product-item-attributes ul,
.catalog-product-view .modal-popup.accessories-info-view .product-item-attributes ul,
.catalogsearch-result-index .modal-popup.accessories-info-view .product-item-attributes ul {
  padding: 0;
  margin: 0;
}
.catalog-category-view .modal-popup.accessories-info-view .product-item-attributes li,
.catalog-product-view .modal-popup.accessories-info-view .product-item-attributes li,
.catalogsearch-result-index .modal-popup.accessories-info-view .product-item-attributes li {
  line-height: 1.53;
}
.catalog-category-view .modal-popup.accessories-info-view .product-item-attributes li:before,
.catalog-product-view .modal-popup.accessories-info-view .product-item-attributes li:before,
.catalogsearch-result-index .modal-popup.accessories-info-view .product-item-attributes li:before {
  content: '';
  width: 1px;
  height: 1px;
  border: solid 1px #373535;
  background-color: #373535;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.catalog-category-view .modal-popup.accessories-info-view .od-popup-description .od-learn-more a,
.catalog-product-view .modal-popup.accessories-info-view .od-popup-description .od-learn-more a,
.catalogsearch-result-index .modal-popup.accessories-info-view .od-popup-description .od-learn-more a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #000000;
}
.catalog-category-view .modal-popup.accessories-info-view .fotorama__stage__frame .fotorama__img,
.catalog-product-view .modal-popup.accessories-info-view .fotorama__stage__frame .fotorama__img,
.catalogsearch-result-index .modal-popup.accessories-info-view .fotorama__stage__frame .fotorama__img {
  transform: translate3d(-50%, 0, 0);
  top: 0;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-content,
.catalog-product-view .modal-popup.accessories-info-view .modal-content,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content {
  padding: 45px 10px;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-content .od-popup-description,
.catalog-product-view .modal-popup.accessories-info-view .modal-content .od-popup-description,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content .od-popup-description {
  width: 35%;
  padding: 5.8% 0 0 0.5%;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-content .od-popup-image,
.catalog-product-view .modal-popup.accessories-info-view .modal-content .od-popup-image,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content .od-popup-image {
  width: 55%;
  margin: 0 8% 0 0;
  overflow: hidden;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama__stage__frame,
.catalog-product-view .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama__stage__frame,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama__stage__frame,
.catalog-category-view .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama-item .fotorama__stage,
.catalog-product-view .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama-item .fotorama__stage,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama-item .fotorama__stage,
.catalog-category-view .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama__grab,
.catalog-product-view .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama__grab,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content .od-popup-image .fotorama__grab {
  max-height: 450px;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-content .od-popup-image .gallery-placeholder,
.catalog-product-view .modal-popup.accessories-info-view .modal-content .od-popup-image .gallery-placeholder,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content .od-popup-image .gallery-placeholder {
  position: relative;
  left: 0;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-content .content > div,
.catalog-product-view .modal-popup.accessories-info-view .modal-content .content > div,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-content .content > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-header,
.catalog-product-view .modal-popup.accessories-info-view .modal-header,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-header {
  background: none;
}
.catalog-category-view .modal-popup.accessories-info-view .modal-header .action-close,
.catalog-product-view .modal-popup.accessories-info-view .modal-header .action-close,
.catalogsearch-result-index .modal-popup.accessories-info-view .modal-header .action-close {
  right: 4px;
  top: 10px;
}
.catalog-category-view .modal-popup.accessories-info-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap,
.catalog-product-view .modal-popup.accessories-info-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap,
.catalogsearch-result-index .modal-popup.accessories-info-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  top: -9%;
  left: 0;
  transform: scale(0.47);
}
.catalog-category-view .modal-popup.accessories-info-view .od-popup-description .od-price .price:before,
.catalog-product-view .modal-popup.accessories-info-view .od-popup-description .od-price .price:before,
.catalogsearch-result-index .modal-popup.accessories-info-view .od-popup-description .od-price .price:before,
.catalog-category-view .modal-popup.accessories-info-view .od-popup-description .od-price .rrp-price .price-wrapper:before:before,
.catalog-product-view .modal-popup.accessories-info-view .od-popup-description .od-price .rrp-price .price-wrapper:before:before,
.catalogsearch-result-index .modal-popup.accessories-info-view .od-popup-description .od-price .rrp-price .price-wrapper:before:before {
  content: none;
}
@media (max-width: 767px) {
  .catalog-category-view .page-wrapper,
  .catalog-product-view .page-wrapper,
  .catalogsearch-result-index .page-wrapper {
    overflow: hidden;
  }
  .catalog-category-view .accessories-info-view,
  .catalog-product-view .accessories-info-view,
  .catalogsearch-result-index .accessories-info-view {
    left: 0 !important;
  }
  .catalog-category-view .accessories-info-view .modal-header .action-close,
  .catalog-product-view .accessories-info-view .modal-header .action-close,
  .catalogsearch-result-index .accessories-info-view .modal-header .action-close {
    right: 10px;
    top: 20px;
    padding-right: 26px;
  }
  .catalog-category-view .accessories-info-view .modal-header .action-close:after,
  .catalog-product-view .accessories-info-view .modal-header .action-close:after,
  .catalogsearch-result-index .accessories-info-view .modal-header .action-close:after,
  .catalog-category-view .accessories-info-view .modal-header .action-close:before,
  .catalog-product-view .accessories-info-view .modal-header .action-close:before,
  .catalogsearch-result-index .accessories-info-view .modal-header .action-close:before {
    right: 20px;
    left: auto;
    top: 8.5px;
  }
  .catalog-category-view .accessories-info-view .modal-header .action-close span,
  .catalog-product-view .accessories-info-view .modal-header .action-close span,
  .catalogsearch-result-index .accessories-info-view .modal-header .action-close span {
    font-size: 13px;
    padding-right: 5px;
  }
  .catalog-category-view .accessories-info-view .modal-content,
  .catalog-product-view .accessories-info-view .modal-content,
  .catalogsearch-result-index .accessories-info-view .modal-content {
    padding: 5px 20px 20px !important;
    margin-top: 50px;
  }
  .catalog-category-view .accessories-info-view .modal-content .content > div,
  .catalog-product-view .accessories-info-view .modal-content .content > div,
  .catalogsearch-result-index .accessories-info-view .modal-content .content > div {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-category-view .accessories-info-view .modal-content .od-popup-image,
  .catalog-product-view .accessories-info-view .modal-content .od-popup-image,
  .catalogsearch-result-index .accessories-info-view .modal-content .od-popup-image {
    width: 100% !important;
    margin: 0 !important;
  }
  .catalog-category-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder,
  .catalog-product-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder,
  .catalogsearch-result-index .accessories-info-view .modal-content .od-popup-image .gallery-placeholder {
    left: 0 !important;
  }
  .catalog-category-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__stage,
  .catalog-product-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__stage,
  .catalogsearch-result-index .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__stage,
  .catalog-category-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__stage__shaft,
  .catalog-product-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__stage__shaft,
  .catalogsearch-result-index .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__stage__shaft,
  .catalog-category-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__grab,
  .catalog-product-view .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__grab,
  .catalogsearch-result-index .accessories-info-view .modal-content .od-popup-image .gallery-placeholder .fotorama-item .fotorama__grab {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
  }
  .catalog-category-view .accessories-info-view .modal-content .od-popup-description,
  .catalog-product-view .accessories-info-view .modal-content .od-popup-description,
  .catalogsearch-result-index .accessories-info-view .modal-content .od-popup-description {
    width: 100% !important;
    padding: 30px 0 !important;
  }
  .catalog-category-view .accessories-info-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap,
  .catalog-product-view .accessories-info-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap,
  .catalogsearch-result-index .accessories-info-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    display: none !important;
  }
  .catalog-category-view .accessories-info-view .modal-inner-wrap,
  .catalog-product-view .accessories-info-view .modal-inner-wrap,
  .catalogsearch-result-index .accessories-info-view .modal-inner-wrap {
    background: #ffffff !important;
  }
  .catalog-category-view .accessories-info-view .od-popup-description .od-title,
  .catalog-product-view .accessories-info-view .od-popup-description .od-title,
  .catalogsearch-result-index .accessories-info-view .od-popup-description .od-title {
    margin-bottom: 20px;
  }
  .catalog-category-view .accessories-info-view .od-popup-description .od-learn-more a,
  .catalog-product-view .accessories-info-view .od-popup-description .od-learn-more a,
  .catalogsearch-result-index .accessories-info-view .od-popup-description .od-learn-more a {
    font-weight: 700 !important;
  }
}
.blog-page .columns {
  padding: 0 20px;
}
.blog-page .breadcrumbs .items .item strong {
  white-space: normal;
}
.post-list .slick-list {
  right: 5px;
}
.post-list .slick-slide {
  padding: 20px;
}
.blog-page .post-list .post-header .post-title-holder {
  display: block;
}
.blog-page .post-list .post-header .addthis_toolbox {
  padding-bottom: 10px;
}
.blog-page .post-list .post-content .post-description img {
  max-width: 300px;
}
.blog-page .post-list .post-content .post-read-more {
  float: none;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
.blog-page .post-content .post-description .post-ftimg-hld img {
  width: 80%;
}
.blog-page .sidebar .widget.block {
  margin-bottom: 40px;
}
.blog-page .sidebar .widget.block .block-content .item {
  padding: 5px 0 5px 9px;
  margin: 0;
}
.blog-page .sidebar .widget.block .tagclaud-hld {
  padding-left: 9px;
}
.blog-page .sidebar .widget.block .tagclaud-hld .largest {
  font-size: 16px;
}
.blog-page .sidebar .widget.block .tagclaud-hld > span {
  font-size: 16px;
  margin: 5px 5px 0 0;
}
.blog-page .sidebar .widget.block a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .5px;
}
.blog-page .sidebar .widget.blog-search input {
  width: 100%;
}
.blog-page.blog-post-view .post-tags {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.blog-page.blog-post-view .post-tags .label {
  font-weight: 700;
}
.blog-page.blog-post-view [data-content-type='tabs'] .tab-header a.tab-title {
  font-size: 16px;
  letter-spacing: .7px;
}
.blog-page.blog-post-view [data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  padding: 10px 20px 20px;
}
.blog-page.blog-post-view [data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child):not([aria-hidden]) {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.blog-page.blog-post-view .post-bottom .block.related .block-title {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  line-height: inherit;
}
.blog-page.blog-post-view .post-bottom .block.related .block-title strong {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: inherit;
  font-weight: 700;
}
.blog-page.blog-post-view .block.related {
  padding-left: 20px !important;
  /* stylelint-disable-line declaration-no-important */
  padding-right: 20px !important;
  /* stylelint-disable-line declaration-no-important */
  margin-left: -20px;
  margin-right: -20px;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .slick-track {
  display: flex;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .slick-slide > div {
  height: 99%;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .slick-dots {
  bottom: -36px;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .product-item {
  height: 100%;
  padding: 20px 25px 45px;
  border: 1px solid #d8d8d8;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .product-item-photo {
  position: relative;
  margin-bottom: 25px;
  aspect-ratio: 1.25;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .product-image-photo:not(.mplazyload-icon) {
  height: 100%;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .product-item-link {
  width: 100%;
  overflow: hidden;
}
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .price,
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .price:before,
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .rrp-price .price-wrapper:before,
.blog-page.blog-post-view [data-content-type='products'] .widget-product-carousel .rrp-price .price-wrapper:before:before {
  display: inline-block;
  margin-top: 20px;
}
.blog-page.blog-post-view .mfblog-replated-products-block .product-item-photo {
  aspect-ratio: 1;
}
.blog-page.blog-post-view [data-content-type='products'],
.blog-page.blog-post-view .mfblog-replated-products-block {
  padding-bottom: 50px !important;
  /* stylelint-disable-line declaration-no-important */
}
.blog-page.blog-post-view [data-content-type='products'] .product-items,
.blog-page.blog-post-view .mfblog-replated-products-block .product-items {
  width: auto;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.blog-page.blog-post-view [data-content-type='products'] .product-items:not(.slick-initialized),
.blog-page.blog-post-view .mfblog-replated-products-block .product-items:not(.slick-initialized) {
  display: flex;
  overflow: auto;
}
.blog-page.blog-post-view [data-content-type='products'] .product-items:not(.slick-initialized) .product-item,
.blog-page.blog-post-view .mfblog-replated-products-block .product-items:not(.slick-initialized) .product-item {
  flex-shrink: 0;
  width: 80%;
  height: auto;
  margin-left: 0;
  margin-right: 20px;
}
.blog-page.blog-post-view [data-content-type='products'] .slick-slide,
.blog-page.blog-post-view .mfblog-replated-products-block .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
}
.blog-page.blog-post-view [data-content-type='products'] .product-image-photo,
.blog-page.blog-post-view .mfblog-replated-products-block .product-image-photo {
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
.blog-page.blog-post-view [data-content-type='products'] .product-item-info,
.blog-page.blog-post-view .mfblog-replated-products-block .product-item-info {
  height: 101%;
  display: flex;
  flex-direction: column;
}
.blog-page.blog-post-view [data-content-type='products'] .product-item-details,
.blog-page.blog-post-view .mfblog-replated-products-block .product-item-details {
  display: flex;
  flex-direction: column;
}
.blog-page.blog-post-view [data-content-type='products'] .price-wrapper + span,
.blog-page.blog-post-view .mfblog-replated-products-block .price-wrapper + span {
  display: block;
  font-size: 13.5px;
  font-weight: bold;
  color: #f47920;
}
.blog-page.blog-post-view [data-content-type='products'] .actions,
.blog-page.blog-post-view .mfblog-replated-products-block .actions {
  margin-top: auto;
}
.blog-page.blog-post-view [data-content-type='products'] .action,
.blog-page.blog-post-view .mfblog-replated-products-block .action {
  display: block;
  margin-top: 20px;
}
.blog-page.blog-post-view [data-content-type='products'] .action.view-product:hover,
.blog-page.blog-post-view .mfblog-replated-products-block .action.view-product:hover {
  background-color: #373535;
  color: #ffffff;
}
.blog-widget-recent.post-list-wrapper .block-title {
  padding-bottom: 50px;
}
.blog-widget-recent.post-list-wrapper .slick-list {
  right: 0;
}
.blog-widget-recent.post-list-wrapper .post-holder {
  height: 100%;
  padding: 20px 25px 45px;
  margin: 0;
  border: 1px solid #d8d8d8;
  float: none;
}
.blog-widget-recent.post-list-wrapper .post-holder .post-title {
  padding: 0 0 20px;
}
.blog-widget-recent.post-list-wrapper .post-holder .post-title .post-item-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-widget-recent.post-list-wrapper .post-holder .post-title .post-item-link:hover {
  color: #ff7100;
}
.blog-widget-recent.post-list-wrapper .post-holder .post-title-holder {
  display: block;
}
.blog-widget-recent.post-list-wrapper .post-ftimg-hld {
  margin-bottom: 25px;
}
.blog-widget-recent.post-list-wrapper .post-ftimg-hld a {
  display: block;
  aspect-ratio: 1.49;
}
.blog-widget-recent.post-list-wrapper .post-ftimg-hld img {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.blog-widget-recent.post-list-wrapper .post-content .post-read-more {
  float: none;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
.blog-widget-recent.post-list-wrapper .post-description .post-text-hld {
  min-height: 0;
}
.blog-widget-recent.post-list-wrapper .post-description img {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}
.blog-widget-recent.post-list-wrapper .post-description p {
  margin-top: 0;
  font-size: 16px;
  line-height: 21px;
}
.block-compare {
  display: none;
  background-color: #fff;
  z-index: 100;
}
.block-compare .product-item {
  border: 1px solid #d8d8d8;
  padding: 12px 12px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.block-compare .product-item a {
  text-decoration: none;
  display: flex;
}
.block-compare .product-item img {
  float: left;
  max-height: 50px;
}
.block-compare .product-item .info {
  margin-left: 10px;
}
.block-compare .product-item .product-item-name {
  font-weight: 700;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
}
.block-compare .product-item .warning-price {
  font-size: 10px;
}
.block-compare .actions .compare-all {
  width: 255px;
  height: 50px;
  float: left;
}
.block-compare .actions .clear {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400;
  margin: 15px 0 0 3px;
  display: inline-block;
  float: right;
}
.block-compare .compare-messages {
  display: none;
}
header .compare .compare-link {
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
}
header .compare .compare-link.with-items:after {
  content: attr(data-count);
  padding: 2px 7px;
  background-color: #ff7100;
  display: inline-block;
}
header .compare .compare-link .compare-items-count {
  display: none;
}
header .compare.active .block-compare {
  display: block;
}
.remove-compare {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #373535;
}
.remove-compare:before,
.remove-compare:after {
  position: absolute;
  left: 8px;
  top: 3px;
  content: '';
  height: 10px;
  width: 1px;
  background-color: #ffffff;
}
.remove-compare:before {
  transform: rotate(45deg);
}
.remove-compare:after {
  transform: rotate(-45deg);
}
.compare-related .page-title {
  margin: 0 0 35px;
}
.compare-related .slick-dots {
  bottom: -30px;
}
@media (min-width: 1280px) {
  .compare-related-content .slick-slide {
    width: 312px;
  }
}
@media (max-width: 768px) {
  .compare-related-content .slick-slide {
    max-width: 250px;
  }
}
.compare-related-content .slick-track {
  padding-top: 41px;
}
.compare-related-content .compare-page-prev,
.compare-related-content .compare-page-next {
  top: 585px !important;
}
.compare-related-content .compare-related-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.compare-related-content .compare-related-table .col {
  width: 25%;
}
.compare-related-content .product-item-photo,
.compare-related-content .product-image-container,
.compare-related-content .product-image-wrapper,
.compare-related-content .product-image-photo {
  display: block;
}
.compare-related-content .product-image-container {
  width: auto !important;
}
.compare-related-content .product-image-wrapper {
  padding: 0 !important;
}
.compare-related-content .product-image-photo {
  height: auto;
}
.compare-related-content .title,
.compare-related-content .price,
.compare-related-content .rrp-price .price-wrapper:before {
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 25px;
  text-transform: uppercase;
}
.compare-related-content .images,
.compare-related-content .names,
.compare-related-content .prices,
.compare-related-content .specifications,
.compare-related-content .variants,
.compare-related-content .key-features,
.compare-related-content .features,
.compare-related-content .actions,
.compare-related-content .reviews {
  padding: 10px 20px;
}
.compare-related-content .images,
.compare-related-content .names,
.compare-related-content .prices,
.compare-related-content .key-features,
.compare-related-content .features {
  border-bottom: 1px solid #d8d8d8;
}
.compare-related-content .features ul {
  margin: 0;
  padding: 0;
}
.compare-related-content .features ul li {
  padding-left: 19px;
  position: relative;
  font-size: 16px;
  margin: 0;
  display: block;
}
.compare-related-content .features ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 4px;
  background: #373535;
}
.compare-related-content .slick-list {
  height: auto !important;
}
.compare-related-content .variants {
  border-bottom: 1px solid #d8d8d8;
  line-height: 48px;
}
.compare-related-content .variants select {
  max-width: 100%;
}
.compare-related-content .variants .no-variants {
  padding-left: 20px;
}
.compare-related-content .variants .selectric {
  border: none;
}
.compare-related-content .variants .selectric .label {
  margin-left: 20px;
}
.compare-related-content .variants > .label {
  line-height: normal;
}
.compare-related-content .variants.title,
.compare-related-content .variants .title {
  padding: 0 20px;
  margin: 0 !important;
}
.compare-related-content .prices {
  height: 46px;
}
@media only screen and (max-width: 767px) {
  .compare-related-content .prices {
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.compare-related-content .prices .price-box-hidden {
  font-weight: 700;
  color: #ff7100;
}
.compare-related-content .specifications {
  padding: 30px 20px;
  border-bottom: 1px solid #d8d8d8;
  overflow-y: auto;
}
.compare-related-content .specifications strong {
  font-weight: 700;
}
.compare-related-content .table-comparison {
  padding-bottom: 30px;
}
.compare-related-content .table-comparison .title {
  text-transform: uppercase;
}
@media only screen and (max-width: 1025px) {
  .compare-related-content .table-comparison .title {
    display: inline-block;
  }
}
.compare-related-content .table-comparison .slick-dots {
  margin-top: 30px;
  position: static;
}
.compare-related-content .current-store {
  letter-spacing: 0.75px;
  opacity: .6;
}
.compare-related-content .current-store-edit {
  float: right;
  text-transform: uppercase;
  letter-spacing: .65px;
}
.compare-related-content .store-select {
  float: right;
}
.compare-related-content .spec-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 0;
  border-bottom: 1px solid #ededed;
}
.compare-related-content .spec-container p {
  margin: 0 !important;
  font-size: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
.compare-related-content .product.images {
  position: relative;
  padding: 25px 20px;
}
.compare-related-content .names {
  height: 54px;
}
.compare-related-content .key-features {
  overflow: hidden;
  height: 110px;
  margin: 0;
}
.compare-related-content .actions a {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  min-width: 140px;
}
.compare-related-content .actions a:hover {
  opacity: .6;
}
.compare-related-content .col-titles {
  border-top: 1px solid transparent;
}
.compare-related-content .col-titles .names,
.compare-related-content .col-titles .variants,
.compare-related-content .col-titles .prices,
.compare-related-content .col-titles .features,
.compare-related-content .col-titles .key-features,
.compare-related-content .col-titles .specifications,
.compare-related-content .col-titles .reviews {
  border-left: 1px solid #d8d8d8;
}
.compare-related-content .comparison-item {
  border-right: 1px solid #d8d8d8;
}
.compare-related-content .col-product {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.compare-related-content .col-product.current {
  border-color: #cad300;
  position: relative;
}
.compare-related-content .col-product.current:before {
  content: attr(data-attr);
  display: block;
  background-color: #cad300;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.compare-related-content .col-product.current .actions a {
  background: #000;
  color: #ffffff;
}
.compare-related-content .col-product.left {
  border-right: none;
}
.compare-related-content .col-product.right {
  border-left: none;
}
.compare-related-content .product-item-name {
  font-size: 13px;
}
.compare-related-content .reviews {
  height: 50px;
  line-height: 28px;
  border-bottom: 1px solid #d8d8d8;
}
.catalog-product_compare-index .page-title {
  text-align: center;
  margin: 30px 0 10px;
}
.catalog-product_compare-index .table-wrapper.comparison {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}
.catalog-product_compare-index .compare-related-content {
  margin-bottom: 50px;
  margin-top: 50px;
  overflow-x: auto;
  overflow-y: hidden;
}
.catalog-product_compare-index .compare-related-content .prices {
  overflow-y: auto;
}
.catalog-product_compare-index .compare-related-content .slick-track {
  padding: 0;
}
.catalog-product_compare-index .compare-related-content .reviews {
  height: auto;
  line-height: normal;
}
.catalog-product_compare-index .compare-related-content .price-box-hidden {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #ff7100;
}
@media only screen and (min-width: 1025px) {
  .table-comparison .product.prices .label,
  .table-comparison .store-info,
  .table-comparison .mobile-visible {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper header .compare {
    margin: 0;
    display: block;
  }
  .page-wrapper header .compare .block-compare {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
  }
  .page-wrapper header .compare .block-compare::before,
  .page-wrapper header .compare .block-compare::after {
    display: none;
  }
  .block.block-compare-top {
    display: none;
  }
}
.box-subcategories {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 6px;
}
@media (max-width: 1023px) {
  .box-subcategories {
    max-width: 1280px;
    padding: 0px 15px;
    margin: 0 auto;
    border-bottom: none;
    padding-bottom: 0;
  }
  .box-subcategories .viewport {
    height: 170px;
    overflow: hidden;
    position: relative;
    margin-right: -15px;
  }
  .box-subcategories .scrollbar {
    position: relative;
    margin: 0 0 5px;
    clear: both;
    height: 15px;
  }
  .box-subcategories .track {
    border: 1px solid #d8d8d8;
    width: 100%;
    height: 6px;
    position: relative;
  }
  .box-subcategories .thumb {
    background: #d8d8d8 no-repeat 100% 50%;
    height: 4px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
  .box-subcategories .thumb .end {
    background: #d8d8d8 no-repeat 0 50%;
    overflow: hidden;
    height: 6px;
    width: 5px;
  }
  .box-subcategories .disable {
    display: none;
  }
  .box-subcategories .noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
  }
}
.box-subcategories .overview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .box-subcategories .overview {
    min-width: 100%;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.box-subcategories .overview .box-subcategories-shopby {
  width: 49%;
  padding: 20px 0;
}
.box-subcategories .overview .box-subcategories-shopby-title {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .box-subcategories .overview .box-subcategories-shopby-title {
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.box-subcategories .overview .box-subcategories-shopby-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-subcategories .overview .box-subcategories-shopby-list-item {
  width: 32%;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .box-subcategories .overview .box-subcategories-shopby-list-item {
    width: 0;
  }
}
.box-subcategories .overview .box-subcategories-shopby-list-item:before {
  content: '';
  padding-top: 61%;
  float: left;
}
.box-subcategories .overview .box-subcategories-shopby-list-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.box-subcategories .overview .box-subcategories-shopby-list-item .subcategory-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.box-subcategories .overview .box-subcategories-shopby-list-item .subcategory-title span {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .box-subcategories .overview .box-subcategories-shopby-list-item .subcategory-title span {
    font-size: 16px;
  }
}
.od-box-subcategories {
  margin-bottom: 10px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .od-box-subcategories .od-category-heading {
    margin-bottom: 10px;
  }
}
.od-box-subcategories .noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.od-box-subcategories-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}
.od-box-subcategories-shopby {
  width: 100%;
}
.od-box-subcategories-shopby-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.od-box-subcategories-shopby-list-item {
  width: 16%;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .od-box-subcategories-shopby-list-item {
    width: 31%;
  }
}
@media (max-width: 639px) {
  .od-box-subcategories-shopby-list-item {
    width: 48%;
  }
}
.od-box-subcategories-shopby-list-item:before {
  content: '';
  padding-top: 61%;
  float: left;
}
.od-box-subcategories-shopby-list-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.od-box-subcategories-shopby-list-item .subcategory-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.od-box-subcategories-shopby-list-item .subcategory-title span {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .od-box-subcategories-shopby-list-item .subcategory-title span {
    font-size: 16px;
  }
}
.box-second-description {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  clear: both;
}
@media (max-width: 1023px) {
  .box-second-description {
    margin-top: 0;
  }
}
.box-second-description .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid #d8d8d8;
}
@media (max-width: 1023px) {
  .box-second-description .container {
    display: block;
    padding-top: 30px;
  }
}
.box-second-description .title {
  width: 15%;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .box-second-description .title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box-second-description .content {
  width: 84%;
  line-height: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 1023px) {
  .box-second-description .content {
    width: 100%;
  }
}
.box-second-description .content p {
  padding: 0;
  margin: 0;
}
.od-category-heading {
  background-color: transparent;
  color: #373535;
  display: block;
  border: none;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2142;
  margin: 0 auto 25px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .od-category-heading {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.1818;
  }
}
.od-hidden {
  display: none !important;
}
.od-actions-toolbar {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.od-read-more {
  font-weight: 700;
  line-height: 1.1428;
  letter-spacing: .14px;
  text-transform: uppercase;
}
.od-read-more:not(.active):before {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 75%);
  content: '';
  position: absolute;
  left: 0;
  height: 120px;
  bottom: 100%;
  width: 100%;
  transform: rotate(-180deg);
}
.od-read-more:hover {
  text-decoration: none;
}
.od-box-categories .root-category {
  padding-left: 15px;
  padding-right: 15px;
}
.od-container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.od-our-products-banner-image {
  margin-bottom: 20px;
}
.od-our-products-banner-image figure {
  margin: 0;
}
.od-our-products-banner-text {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .od-our-products-banner-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.od-our-products-banner-text h2 {
  margin-top: 0;
}
.od-our-products-banner .action.primary,
.od-our-products-banner .action.secondary,
.od-our-products-banner #instant-empty-results-container a {
  display: block;
  margin-top: 30px;
  width: 271px;
}
.od-our-products .category-cms .our-products-text {
  display: none;
}
.od-our-products .box-subcategories .overview .box-subcategories-shopby {
  width: 100%;
}
.od-our-products .our-products-text {
  margin-top: 60px;
  max-width: 1250px;
}
.od-our-products .columns .category-description {
  width: 100%;
}
.catalog-category-view .plp-current-promotions-image,
.catalogsearch-result-index .plp-current-promotions-image {
  height: auto;
  width: max-content;
  margin-bottom: 10px;
}
.catalog-category-view.customer-b2b .products.wrapper .price-box,
.catalogsearch-result-index.customer-b2b .products.wrapper .price-box {
  min-height: unset;
  display: inline-block;
}
.catalog-category-view.customer-b2b .products.wrapper .price-box .your-price-label,
.catalogsearch-result-index.customer-b2b .products.wrapper .price-box .your-price-label {
  font-weight: 400;
  font-size: 17px;
}
.catalog-category-view.customer-b2b .products.wrapper .price-loader-container,
.catalogsearch-result-index.customer-b2b .products.wrapper .price-loader-container {
  min-height: 26px;
}
.catalog-category-view .products.wrapper .price-box,
.catalogsearch-result-index .products.wrapper .price-box {
  min-height: 68px;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description {
  position: relative;
}
.catalog-category-view .category-description-preloader,
.catalogsearch-result-index .category-description-preloader {
  font-size: 10rem;
  position: absolute;
  z-index: -1;
  opacity: 0.001;
}
.page-products .breadcrumbs {
  background-color: rgba(82, 79, 75, 0.05);
}
.page-products #afterpay-modal-popup {
  display: none;
}
.page-products .page-title-wrapper,
.page-products .category-view {
  background-color: rgba(82, 79, 75, 0.05);
}
.page-products .page-title-wrapper .page-title {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 15px 10px 15px;
}
.page-products .category-view .category-description {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30% 40px 15px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .page-products .category-view .category-description {
    padding: 0 15px 40px 15px;
  }
}
.page-products .category-view .category-description p {
  padding: 0;
  margin: 0;
}
.page-products .columns {
  max-width: 1300px;
  padding: 0px 15px;
  margin: 0 auto;
}
.page-products .column.main {
  display: block;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .page-products .column.main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-products .column.main .box-store-locator {
  float: left;
  width: 400px;
  min-height: 400px;
  order: 2;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-store-locator {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .page-products .column.main .box-store-locator {
    display: none;
  }
}
.page-products .column.main .box-store-locator .store-locator {
  border: 1px solid #d8d8d8;
  border-radius: 2px 2px 0 0;
}
.page-products .column.main .box-store-locator .store-locator-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 36px;
  background-color: #c2d83f;
  color: #fff;
  text-align: center;
}
.page-products .column.main .box-store-locator .store-locator-select-container {
  padding: 20px 15px;
}
.page-products .column.main .box-store-locator .store-locator-select-container label {
  display: block;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-bottom: 5px;
}
.page-products .column.main .box-store-locator .store-locator-select-container .selectric .label {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 18px;
}
.page-products .column.main .box-store-locator .store-locator-separator {
  border-top: 1px solid #d8d8d8;
}
.page-products .column.main .box-store-locator .store-locator .box-current-location-message .label {
  margin-right: 10px;
}
.page-products .column.main .box-store-locator .store-locator .box-current-location-message .change-location {
  display: inline-block;
  float: right;
}
.page-products .column.main .box-store-locator .store-locator .box-current-location-message .change-location a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.page-products .column.main .box-store-locator .store-locator .box-current-location-message .change-location a:hover {
  color: #ff7100;
}
.page-products .column.main .box-store-locator .store-locator .box-current-location-message .change-location a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #373535;
}
.page-products .column.main .box-store-locator .store-locator .box-current-location-message .change-location a:hover:after {
  border-bottom-color: #ff7100;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info {
  padding: 20px 15px;
  background-color: #f6f6f6;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-address,
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-phone {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-address:before,
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-phone:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-phone {
  margin-bottom: 20px;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-address:before {
  width: 10px;
  height: 14px;
  top: calc(50% - 7px);
  background-image: url("../images/pin_icon.png");
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-phone:before {
  width: 11px;
  height: 11px;
  top: calc(50% - 6px);
  background-image: url("../images/phone.png");
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-img {
  width: 130px;
  float: left;
}
@media (max-width: 767px) {
  .page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-img {
    width: 30%;
  }
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-img img {
  width: 100%;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-hours {
  width: calc(100% - 145px);
  float: right;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-hours {
    width: 65%;
  }
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-hours-title {
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-view-more {
  width: 100%;
  clear: both;
  padding-top: 10px;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-view-more a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-view-more a:hover {
  color: #ff7100;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-view-more a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #373535;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .current-store-view-more a:hover:after {
  border-bottom-color: #ff7100;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .store-message {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.page-products .column.main .box-store-locator .store-locator .box-current-store-info .store-message p {
  margin-bottom: 0;
}
.page-products .column.main .box-category-banners {
  padding: 0 65px;
  margin-top: 1px;
  background-color: #c2d83f;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners {
    padding: 0 30px;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider.slick-initialized {
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider.slick-initialized {
    padding: 25px 0;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider button.slick-prev,
.page-products .column.main .box-category-banners .category-banners-slider button.slick-next {
  top: 46%;
  background-color: transparent;
  border: none;
  background-image: none;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider button.slick-prev,
  .page-products .column.main .box-category-banners .category-banners-slider button.slick-next {
    top: 32%;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider button.slick-prev:after,
.page-products .column.main .box-category-banners .category-banners-slider button.slick-next:after {
  content: '';
  position: absolute;
  display: block;
  top: calc(50% - 6px);
  border: 6px solid transparent;
}
.page-products .column.main .box-category-banners .category-banners-slider button.slick-prev.slick-disabled:after,
.page-products .column.main .box-category-banners .category-banners-slider button.slick-next.slick-disabled:after {
  opacity: 0.5;
}
.page-products .column.main .box-category-banners .category-banners-slider button.slick-prev {
  left: -45px;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider button.slick-prev {
    left: -25px;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider button.slick-prev:after {
  left: 0;
  border-right: 7px solid #373535;
}
.page-products .column.main .box-category-banners .category-banners-slider button.slick-next {
  right: -45px;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider button.slick-next {
    right: -25px;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider button.slick-next:after {
  right: 0;
  border-left: 7px solid #373535;
}
.page-products .column.main .box-category-banners .category-banners-slider .slick-dots {
  bottom: -40px;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider .slick-dots {
    bottom: -20px;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider .slick-dots li {
  width: 6px;
  height: 6px;
  opacity: 0.45;
}
.page-products .column.main .box-category-banners .category-banners-slider .slick-dots li button {
  background-color: #fff;
}
.page-products .column.main .box-category-banners .category-banners-slider .slick-dots li.slick-active {
  opacity: 1;
}
.page-products .column.main .box-category-banners .category-banners-slider .slider-item {
  display: none;
}
.page-products .column.main .box-category-banners .category-banners-slider .slider-item img {
  max-width: 100%;
}
.page-products .column.main .box-category-banners .category-banners-slider .slider-item-container {
  width: 100%;
}
.page-products .column.main .box-category-banners .category-banners-slider .slider-item-container .first-text-container {
  width: 100%;
  margin-top: 40px;
  padding: 10px 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider .slider-item-container .first-text-container {
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider .slider-item-container .first-text-container .large {
  display: block;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1.4px;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider .slider-item-container .first-text-container .large {
    display: inline;
    font-size: 15px;
    line-height: 20px;
  }
}
.page-products .column.main .box-category-banners .category-banners-slider .slider-item-container .second-text-container {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 19px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .page-products .column.main .box-category-banners .category-banners-slider .slider-item-container .second-text-container {
    right: -25px;
    margin-top: 0;
  }
}
.page-products .products.wrapper {
  order: 3;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-products .products.wrapper {
    width: calc(100% - 445px);
    float: right;
  }
}
@media (min-width: 1024px) {
  .page-products .mirasvit-load-more {
    width: calc(100% - 425px);
    float: right;
  }
}
.page-products .products.wrapper .product-items,
.page-products .block-content .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .page-products .products.wrapper .product-items,
  .page-products .block-content .product-items {
    display: block;
  }
}
.page-products .products.wrapper .product-items:after,
.page-products .block-content .product-items:after,
.page-products .products.wrapper .product-items:before,
.page-products .block-content .product-items:before {
  content: none !important;
}
.page-products .products.wrapper .product-item {
  width: 48.5%;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-products .products.wrapper .product-item {
    width: 100%;
  }
}
.page-products .products.wrapper .product-item .product-item-info.unavailable .product-item-photo,
.page-products .products.wrapper .product-item .product-item-info.unavailable .product-item-details {
  position: relative;
}
.page-products .products.wrapper .product-item .product-item-info.unavailable .product-item-photo:after,
.page-products .products.wrapper .product-item .product-item-info.unavailable .product-item-details:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-products .products.wrapper .product-item .stock-unavailable {
  background-color: rgba(82, 79, 75, 0.05);
  padding: 20px;
}
.page-products .products.wrapper .product-item .stock-unavailable .stock-content {
  display: block;
}
.page-products .products.wrapper .product-item .stock-unavailable .stock-link {
  display: block;
  margin-top: 15px;
}
.page-products .product-item-info {
  padding: 20px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.page-products .product-item-info .box-labels-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
  min-height: 26px;
}
.page-products .product-item-info .box-labels-actions .labels-container {
  width: 52%;
}
.page-products .product-item-info .box-labels-actions .labels-container .new {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: italic;
  padding: 3px 11px 3px 11px;
  background-color: #ff7100;
  color: #fff;
}
.page-products .product-item-info .box-labels-actions .actions-container {
  width: 45%;
  text-align: right;
}
.page-products .product-item-info .box-labels-actions .actions-container .tocompare {
  border: none;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-right: 0;
  line-height: 26px;
  position: relative;
  padding: 0 40px 0 0;
}
.page-products .product-item-info .box-labels-actions .actions-container .tocompare.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  background-image: url("../images/tick_icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.page-products .product-item-info .box-labels-actions .actions-container .tocompare:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
}
.page-products .product-item-info .box-labels-actions .actions-container .tocompare:hover {
  color: #ff7100;
}
.page-products .product-item-info .box-labels-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 5px;
}
.page-products .product-item-info .box-labels-actions .actions-container {
  -webkit-flex: 1;
  flex: 1;
  width: 45%;
}
.page-products .product-item-info .md-productlabel-container {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 3;
}
.page-products .product-item-info .md-productlabel-container .md-productlabel-item {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-products .product-item-info .md-productlabel-container .md-productlabel-item:last-child {
  margin-right: 0;
}
.page-products .product-item-info .md-productlabel-container .md-productlabel-item .md-productlabel-text {
  font-weight: 700;
}
.page-products .product-item-info .product-item-photo {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  min-height: 271px;
}
.page-products .product-item-info .product-item-photo:before {
  content: '';
  padding-top: 59%;
  float: left;
}
.page-products .product-item-info .product-item-photo .image {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-products .product-item-info .product-item-details .product-item-attributes {
  margin: 15px 0;
  letter-spacing: 0.54px;
  line-height: 21px;
}
.page-products .product-item-info .product-item-details .product-item-options-count {
  color: #9b9b9b;
  letter-spacing: 0.54px;
  line-height: 21px;
  margin: 20px 0;
}
.page-products .product-item-info .product-item-details .price-box-hidden {
  font-size: 13px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #ff7100;
  margin-bottom: 10px;
}
.page-products .product-item-info .product-item-details .cashback-info {
  color: #ff7100;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-top: 5px;
}
.page-products .toolbar.toolbar-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  order: 1;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .page-products .toolbar.toolbar-products {
    width: 100%;
    order: 2;
  }
}
.page-products .toolbar.toolbar-products .modes,
.page-products .toolbar.toolbar-products .limiter,
.page-products .toolbar.toolbar-products .pages,
.page-products .toolbar.toolbar-products .sorter-action {
  display: none;
}
.page-products .toolbar.toolbar-products .toolbar-amount {
  width: 20%;
  margin: 5px 0;
}
.page-products .toolbar.toolbar-products .toolbar-sorter {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  height: 21px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-label {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 15px;
  line-height: 18px;
  display: block;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-label:after {
  content: ":";
}
.page-products .toolbar.toolbar-products .toolbar-sorter select.sorter-options {
  opacity: 0;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options {
  letter-spacing: 0.5px;
  display: block;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options .selectric {
  border: none;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options .selectric .label {
  height: 20px;
  line-height: 20px;
  margin-right: 32px;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options .selectric .button {
  width: 20px;
  height: 20px;
}
.page-products .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options .selectric .button:after {
  top: 8px;
  right: 0;
  bottom: auto;
  left: auto;
}
@media (max-width: 1023px) {
  .page-products .toolbar.toolbar-products .toolbar-sorter .selectric-sorter-options {
    min-width: 60px;
  }
}
@media (min-width: 1024px) {
  .plp-battery-systems-popup {
    width: calc(100% - 425px);
    float: right;
  }
}
.plp-battery-systems-popup-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.plp-battery-systems-popup-item {
  padding: 20px;
  position: relative;
  width: 48.5%;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .plp-battery-systems-popup-item {
    width: 100%;
  }
}
.plp-battery-systems-popup-content {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}
.plp-battery-systems-popup-content .small {
  font-size: 12px;
  line-height: 16px;
}
.plp-battery-systems-popup-content img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.plp-battery-systems-popup-content a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.plp-battery-systems-popup .close-plp-battery-systems-popup {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: transparent;
  font-size: 0;
  padding: 10px;
}
.plp-battery-systems-popup .close-plp-battery-systems-popup:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 0;
  height: 15px;
  width: 1px;
  background: #404040;
  transform: rotate(45deg);
}
.plp-battery-systems-popup .close-plp-battery-systems-popup:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 0;
  height: 15px;
  width: 1px;
  background: #404040;
  transform: rotate(-45deg);
}
.od-list-battery-system {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.od-list-battery-system > li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
}
.od-list-battery-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}
.od-list-battery-benefits > li {
  margin-bottom: 10px;
}
.od-list-battery-benefits svg {
  margin-right: 12px;
}
.battery-system-modal-popup-trigger {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
}
.battery-system-modal-popup-trigger .trigger {
  text-decoration: underline;
  cursor: pointer;
}
.battery-system-modal-popup-trigger .trigger:hover {
  text-decoration: none;
}
.stihl-battery-system-container.after-gallery {
  width: calc(100% - 100px);
  float: right;
}
.stihl-battery-system-container.after-gallery > div {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
.stihl-battery-system-container.after-gallery img {
  margin-right: 7px;
  max-height: 33px;
  max-width: 75px;
}
.stihl-battery-system-container.after-gallery .battery-system-modal-popup-trigger {
  flex-wrap: nowrap;
  font-size: 16px;
}
.stihl-battery-system-container.after-gallery .copy {
  max-width: 230px;
  line-height: 17px;
}
.mirasvit-load-more {
  float: right;
  width: 100%;
}
.product-item-details-links {
  text-decoration: none !important;
}
.catalog-category-view .stihl-battery-system-container,
.catalogsearch-result-index .stihl-battery-system-container {
  padding: 20px 15px 20px;
  margin: 25px 0 0;
  display: flex;
  align-items: flex-start;
}
.catalog-category-view .stihl-battery-system-container .copy,
.catalogsearch-result-index .stihl-battery-system-container .copy {
  max-width: 170px;
}
.catalog-category-view .stihl-battery-system-container img,
.catalogsearch-result-index .stihl-battery-system-container img {
  margin-right: 7px;
  max-height: 32px;
  max-width: 60px;
}
.catalog-category-view .stihl-battery-system-container .trigger,
.catalogsearch-result-index .stihl-battery-system-container .trigger {
  margin-top: 10px;
}
.catalog-category-view .box-top-category-banner [data-content-type='row'][data-appearance='contained'],
.catalogsearch-result-index .box-top-category-banner [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.catalog-category-view .box-top-category-banner figure[data-content-type='image'],
.catalogsearch-result-index .box-top-category-banner figure[data-content-type='image'] {
  margin: 0;
}
#default_store_text {
  color: #f47920;
  display: block;
  font-weight: 700;
  font-size: 13.5px;
}
.block.related .slick-prev,
.kit-complectations .slick-prev {
  left: 10px !important;
}
.block.related .products-related .related-slick {
  display: none;
}
.block.related .products-related .related-slick .price-label {
  display: none;
}
.block.related .products-related .related-slick .price-wrapper:before {
  content: none !important;
}
.block.related .products-related .related-slick.slick-initialized {
  display: block;
}
button.slick-prev,
button.slick-next {
  top: calc(47%) !important;
}
.normal-price + .laybuy-installments {
  display: none;
}
.price-box .price-label,
.price-box .old-price .price-label {
  white-space: nowrap;
  font-size: 15px;
}
.price-box .normal-price .price-label,
.price-box .old-price .normal-price .price-label {
  padding-right: 5px;
}
.price-container.rrp-price .price-label {
  display: none;
}
.price-container.rrp-price .price-wrapper:before {
  content: attr(rrp-price-label);
  padding-right: 5px;
  color: #ff7100;
  font-weight: bold;
}
.configurable .price-box .price-container.rrp-price .price-label {
  display: inline;
}
.catalog-product-view .stamped-summary-actions span.stamped-summary-actions-newreview {
  display: none !important;
}
.catalog-product-view .page-wrapper {
  min-height: initial;
}
.catalog-product-view .page-wrapper .product-media-top-label {
  display: flex;
}
.catalog-product-view .page-wrapper .product-media-top-label .md-productlabel-container,
.catalog-product-view .page-wrapper .product-media-top-label .stihl-battery-system-container {
  display: flex;
  z-index: 1;
  margin: 0 3px;
}
.catalog-product-view .page-wrapper .product-media-top-label .stihl-battery-system-container {
  cursor: pointer;
}
.catalog-product-view .page-wrapper .product-media-top-label .stihl-battery-system-container img {
  max-width: 74px;
  margin-right: 10px;
}
.catalog-product-view .product-blocks .block {
  padding-bottom: 50px;
}
.catalog-product-view .product-blocks .block .block-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.catalog-product-view .product-blocks .block .block-title strong {
  font-weight: 700;
}
.catalog-product-view .product-blocks .block .block-title,
.catalog-product-view .product-blocks .block .page-title {
  padding-top: 50px;
}
.catalog-product-view .product-blocks .block:not(:first-of-type) .block-title,
.catalog-product-view .product-blocks .block:not(:first-of-type) .page-title {
  border-top: 1px solid #d8d8d8;
}
.catalog-product-view .product-info-price .configurable-rrp .price-box {
  width: auto;
}
.catalog-product-view .product-info-price .price-box {
  width: 100%;
}
.catalog-product-view .product-info-price .price-box .special-price-configurable + .old-price {
  display: flex;
  padding: 10px 0;
  width: 50%;
}
.catalog-product-view .product-info-price .price-box .special-price-configurable + .old-price .price-container {
  padding: 0 20px;
  display: block;
}
.catalog-product-view .product-info-price .price-box .special-price-configurable + .old-price .price-container .price-label {
  display: block;
  margin-bottom: 4px;
}
.catalog-product-view .product-info-price .price-box .old-price .price-container {
  margin-left: 0;
}
.catalog-product-view .product-info-price .price-box .old-price .price,
.catalog-product-view .product-info-price .price-box .old-price .rrp-price .price-wrapper:before {
  text-decoration: none;
}
.customer-b2b.page-product-configurable .loader-container {
  width: 45px;
}
.customer-b2b.page-product-configurable .configurable-rrp {
  padding: 10px 20px;
}
.customer-b2b.page-product-configurable .product-top .product-info-price .rrp-price-wrapper {
  padding: 0;
}
.customer-b2b.page-product-configurable .product-top .contract-price-wrapper {
  padding: 0 10px 10px 20px;
}
.customer-b2b .product-top .product-info-price {
  min-height: 47px;
}
.customer-b2b .product-top .product-info-price .price-box.price-final_price .price,
.customer-b2b .product-top .product-info-price .price-box.price-final_price .rrp-price .price-wrapper:before {
  font-weight: 400;
  font-size: 20px;
  color: #ff7100;
}
.customer-b2b .product-top .product-info-price .price-box.price-final_price .your-price-label {
  font-size: 22px;
  font-weight: 400;
}
.customer-b2b .product-top .product-info-price .price-box.price-final_price .your-price-label + .price,
.customer-b2b .product-top .product-info-price .price-box.price-final_price .your-price-label + .price-wrapper .price,
.customer-b2b .product-top .product-info-price .price-box.price-final_price .your-price-label + .rrp-price .price-wrapper:before,
.customer-b2b .product-top .product-info-price .price-box.price-final_price .your-price-label + .price-wrapper .rrp-price .price-wrapper:before {
  font-size: 22px;
  font-weight: 700;
}
.customer-b2b .product-top .product-info-price .rrp-price-wrapper .price-box.price-final_price .old-price {
  display: none;
}
.customer-b2b .product-top .product-info-price .rrp-price-wrapper .price-box.price-final_price .special-price .price-container {
  padding: 0 3px;
  border-right: unset;
}
.customer-b2b .product-top .product-info-price .rrp-price-wrapper .price-box.price-final_price .special-price .price-container .price-label {
  display: none;
}
.customer-b2b .product-top .product-info-price .rrp-price-wrapper .price-box.price-final_price .normal-price .price-label {
  display: none !important;
}
.customer-b2b .product-top .product-info-price .rrp-price-wrapper.customer-specific-price-set .price-box.price-final_price .price,
.customer-b2b .product-top .product-info-price .rrp-price-wrapper.customer-specific-price-set .price-box.price-final_price .rrp-price .price-wrapper:before {
  font-size: 15px;
  font-weight: 300;
  color: #373535;
}
.customer-b2b .product-top .contract-price-wrapper {
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 20px;
}
.customer-b2b .product-top .contract-price-wrapper .your-price-label {
  padding-right: 3px;
}
.product-top {
  max-width: 1440px;
  padding: 4px 15px;
  margin: 0 auto;
  /* Add To Cart Tooltip start */
  /* Add To Cart Tooltip end */
}
.product-top .sub-title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.5;
  font-weight: 400;
}
.product-top .page-title {
  margin: 0;
}
.product-top .product.sku {
  margin-bottom: 10px;
}
.product-top .product.sku .type,
.product-top .product.sku .value {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
.product-top .product-info-store {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 5px;
}
.product-top .product-info-store .notification-description {
  position: relative;
  margin-left: 1px;
}
.product-top .product-info-store .notification-description:after {
  position: absolute;
  content: '?';
  background-color: #9b9b9b;
  color: #ffffff;
  border-radius: 50%;
  top: 2px;
  width: 14px;
  height: 14px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.product-top .box-store-locator .store-locator {
  margin-bottom: 10px;
}
.product-top .box-store-locator .store-locator.store-selected .box-current-location-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-top .box-store-locator .store-locator.store-selected .store-locator-title {
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  background: none;
}
.product-top .box-store-locator .store-locator.store-selected .store-locator-title .label {
  color: #c2d83f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.product-top .box-store-locator .store-locator.store-selected .store-locator-title .change-location a {
  color: #373535;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.product-top .box-store-locator .store-locator.store-selected .location-container {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0;
  padding-left: 20px;
  border-right: 1px solid #e5e5e5;
}
.product-top .box-store-locator .store-locator.store-selected .shop-container {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 10px 20px;
}
.product-top .box-store-locator .store-locator.store-selected .store-locator-title.bottom {
  display: none;
}
.product-top .box-store-locator .store-locator .store-locator-title {
  color: #ffffff;
  font-size: 13px;
  background-color: #c2d83f;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
}
.product-top .box-store-locator .store-locator .store-locator-title.bottom {
  display: block;
  color: #ff7100;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: none;
  padding: 30px 0 0;
  text-align: center;
  background: none;
}
.product-top .box-store-locator .store-locator .store-locator-select-container {
  padding: 20px 15px;
  border-left: 1px solid #c2d83f;
  border-right: 1px solid #c2d83f;
  border-bottom: 1px solid #e5e5e5;
}
.product-top .box-store-locator .store-locator .store-locator-select-container.bottom {
  border-bottom: 1px solid #c2d83f;
}
.product-top .delivery-type-notification {
  letter-spacing: 0.5px;
}
.product-top .product-add-form {
  margin: 10px 0 40px;
}
.product-top .store-locator {
  border: 1px solid #d8d8d8;
}
.product-top .product-info-price {
  margin-top: 15px;
  border: 1px solid #e5e5e5;
}
.product-top .product-info-price .rrp-price-wrapper,
.product-top .product-info-price .configurable-rrp {
  padding: 10px 0 0 20px;
  display: flex;
  align-items: baseline;
}
.product-top .product-info-price .rrp-price-wrapper .rrp-price-label,
.product-top .product-info-price .configurable-rrp .rrp-price-label {
  padding-right: 3px;
}
.product-top .product-info-price .rrp-price-wrapper .minimal-price,
.product-top .product-info-price .configurable-rrp .minimal-price {
  margin: 0;
}
.product-top .product-info-price .rrp-price-wrapper .price-box.price-final_price .your-price-label,
.product-top .product-info-price .configurable-rrp .price-box.price-final_price .your-price-label {
  font-size: 22px;
  font-weight: 400;
}
.product-top .product-info-price .rrp-price-wrapper .price-box.price-final_price .normal-price,
.product-top .product-info-price .configurable-rrp .price-box.price-final_price .normal-price,
.product-top .product-info-price .rrp-price-wrapper .price-box.price-final_price > .price-container.price-final_price,
.product-top .product-info-price .configurable-rrp .price-box.price-final_price > .price-container.price-final_price {
  padding: unset;
}
.product-top .product-info-price .price-box.price-final_price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-top .product-info-price .price-box.price-final_price .normal-price,
.product-top .product-info-price .price-box.price-final_price > .price-container.price-final_price {
  padding: 10px 10px 10px 20px;
}
.product-top .product-info-price .price-box.price-final_price .special-price:not(.no-display),
.product-top .product-info-price .price-box.price-final_price .old-price:not(.no-display) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding: 10px 0;
}
.product-top .product-info-price .price-box.price-final_price .special-price:not(.no-display) .price-container,
.product-top .product-info-price .price-box.price-final_price .old-price:not(.no-display) .price-container {
  padding: 0 20px;
}
.product-top .product-info-price .price-box.price-final_price .special-price:not(.no-display) .price-container .price-label,
.product-top .product-info-price .price-box.price-final_price .old-price:not(.no-display) .price-container .price-label {
  display: block;
  margin-bottom: 4px;
}
.product-top .product-info-price .price-box.price-final_price .special-price:not(.no-display) .price-container .price,
.product-top .product-info-price .price-box.price-final_price .old-price:not(.no-display) .price-container .price,
.product-top .product-info-price .price-box.price-final_price .special-price:not(.no-display) .price-container .rrp-price .price-wrapper:before,
.product-top .product-info-price .price-box.price-final_price .old-price:not(.no-display) .price-container .rrp-price .price-wrapper:before {
  margin-left: 0;
}
.product-top .product-info-price .price-box.price-final_price .special-price:not(.no-display) .price-container .price:after,
.product-top .product-info-price .price-box.price-final_price .old-price:not(.no-display) .price-container .price:after,
.product-top .product-info-price .price-box.price-final_price .special-price:not(.no-display) .price-container .rrp-price .price-wrapper:before:after,
.product-top .product-info-price .price-box.price-final_price .old-price:not(.no-display) .price-container .rrp-price .price-wrapper:before:after {
  content: none;
}
.product-top .product-info-price .price-box.price-final_price .special-price .price-container,
.product-top .product-info-price .price-box.price-final_price .special-price-configurable .price-container {
  border-right: 1px solid #e5e5e5;
}
.product-top .product-info-price .price-box.price-final_price .special-price-configurable {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
}
.product-top .product-info-price .price-box.price-final_price .special-price-configurable .price-container {
  padding: 0 20px;
  display: block;
}
.product-top .product-info-price .price-box.price-final_price .price,
.product-top .product-info-price .price-box.price-final_price .rrp-price .price-wrapper:before {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #373535;
}
.product-top .product-info-price .price-box-hidden {
  display: block;
  color: #ff7100;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: none;
  text-transform: uppercase;
  text-align: center;
  background: none;
}
.product-top .product-info-price .price-label-second {
  display: block;
  margin-bottom: 4px;
}
.product-top .price,
.product-top .rrp-price .price-wrapper:before {
  font-size: 24px;
  font-weight: 700;
}
.product-top .product-installments {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 20px;
}
.product-top .box-tocart {
  margin-top: 23px;
}
.product-top .box-tocart > .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-top .box-tocart .field.qty {
  margin-right: 10px;
  width: 60px;
}
.product-top .box-tocart .field.qty input {
  width: 100%;
}
.product-top .box-tocart .actions {
  position: relative;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.product-top .box-tocart .actions .tocart {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-top .box-tocart .actions .tocart:hover {
  opacity: .6;
}
.product-top .box-tocart .paypal-button {
  display: none;
}
.product-top .tocart-tooltip-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-top .tocart-tooltip-content {
  position: absolute;
  top: auto;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  min-width: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-top .tocart-tooltip-content:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  margin-left: 0;
  margin-top: -6px;
  top: 100%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  z-index: 0;
}
.product-top .tocart-tooltip-content span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: .07px;
  padding: 12px 10px;
  background-color: #ffffff;
  z-index: 2;
  position: relative;
}
.product-top .tocart-tooltip-content span:before {
  content: '';
  display: inline-block;
  background: url('../images/svg/icon-info.svg') no-repeat center center;
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.product-top .tocart-tooltip-content span:after {
  content: '';
  display: inline-block;
  background: url('../images/svg/icon-close.svg') no-repeat center center;
  background-size: cover;
  width: 17.5px;
  height: 17.5px;
  margin-left: auto;
  vertical-align: middle;
  cursor: pointer;
}
.product-top .box-tocart .field.qty + .actions .tocart-tooltip-content {
  left: calc(50% - 35px);
}
.product-top .box-tocart .field.qty + .actions .tocart-tooltip-content:after {
  margin-left: 35px;
}
.product-top .tocart-tooltip-trigger,
.product-top .tocart-tooltip-content {
  display: none;
}
.product-top .action.tocart:disabled + .tocart-tooltip-trigger {
  display: block;
}
.product-top .tocart-tooltip-trigger.active + .tocart-tooltip-content {
  display: flex;
}
.product-top .delivery-information {
  border-top: 1px solid #e5e5e5;
}
.product-top .delivery-information .title {
  padding: 15px 0 17px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.product-top .delivery-information .title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #373535;
}
.product-top .delivery-information .title[aria-expanded="true"]:after {
  border-top: none;
  border-bottom: 4px solid #373535;
}
.product-top .delivery-information [data-role="content"] {
  display: none;
}
.product-top .share-product {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 17px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-top .share-product .label {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 13px;
}
.product-top .share-product .item {
  background-image: url('../images/socials.png');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 13px;
}
.product-top .share-product .item.fb {
  background-position: -1px -2px;
}
.product-top .share-product .item.twit {
  background-position: -20px -2px;
}
.product-top .share-product .item.pin {
  background-position: -43px -3px;
}
.product-top .stock-unavailable {
  margin: 30px 0 25px;
}
.container-child-product.configurable .stock-unavailable {
  margin: 15px 0;
}
.key-features {
  margin-bottom: 10px;
}
.key-features .value ul li {
  padding-left: 19px;
  margin-bottom: 3px;
  position: relative;
  font-size: 16px;
}
.key-features .value ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 4px;
  background: #373535;
}
.key-features .move-to-details {
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
}
#product-info-tabs {
  background-color: #f6f6f6;
  padding: 30px 0 50px;
}
@media (min-width: 1024px) {
  #product-info-tabs {
    padding-top: 55px;
  }
}
#product-info-tabs .product.items {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
#product-info-tabs .heading-tabs,
#product-info-tabs .type {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #373535;
  margin: 0 0 30px;
}
#product-info-tabs .type {
  display: inline-block;
  margin-bottom: 15px;
}
#product-info-tabs .list-document {
  padding: 0;
  margin: 0;
}
#product-info-tabs .list-document-item.software a:before {
  content: "";
  width: 26px;
  height: 25px;
  background: url("../images/svg/settings.svg") no-repeat;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
}
#product-info-tabs .list-document-item.manual a:before,
#product-info-tabs .list-document-item.sds a:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 30px;
  background: url("../images/pdf.png") no-repeat;
  margin-right: 15px;
  vertical-align: middle;
}
#product-info-tabs .list-document a {
  text-decoration: none;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#product-info-tabs .list-document a:after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  cursor: pointer;
  pointer-events: none;
}
#product-info-tabs .spec-container {
  padding: 15px 0;
  border-bottom: 1px solid #cdcccc;
}
#product-info-tabs .spec-container p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0 0 5px;
}
#product-info-tabs .spec-container p.title {
  font-weight: 400;
}
#product-info-tabs .spec-container p.description {
  display: inline-block;
  position: relative;
}
#product-info-tabs .spec-container p .reference {
  position: absolute;
  top: -4px;
  right: -13px;
  font-size: 12px;
}
#product-info-tabs .reference-container {
  margin-top: 20px;
}
#product-info-tabs .reference-container .reference {
  margin: 0 0 2px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.55px;
  line-height: 20px;
  color: #373535;
}
#product-info-tabs .faq-content-wrapper .qa-container {
  vertical-align: bottom;
  padding: 15px 0;
  border-bottom: 1px solid #cdcccc;
}
#product-info-tabs .faq-content-wrapper .qa-container p {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0;
}
#product-info-tabs .faq-content-wrapper .qa-container p.question {
  color: #282828;
  margin-bottom: 15px;
  font-weight: 400;
}
#product-info-tabs .faq-content-wrapper .qa-container p.answer {
  color: #000000;
  line-height: 22px;
}
#product-info-tabs .tips-content-wrapper .tips-content {
  margin-bottom: 30px;
}
#product-info-tabs .tips-content-wrapper .left-content p,
#product-info-tabs .tips-content-wrapper .right-content p {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0;
  font-weight: 400;
}
#product-info-tabs .tips-content-wrapper .left-content p.title,
#product-info-tabs .tips-content-wrapper .right-content p.title {
  margin-bottom: 20px;
  color: #282828;
  display: inline-block;
  position: relative;
}
#product-info-tabs .tips-content-wrapper .left-content p.title .reference,
#product-info-tabs .tips-content-wrapper .right-content p.title .reference {
  position: absolute;
  right: -15px;
  top: 5px;
  font-size: 11px;
}
#product-info-tabs .tips-content-wrapper .left-content p.tips-text,
#product-info-tabs .tips-content-wrapper .right-content p.tips-text {
  color: #000000;
  font-weight: 300;
}
#product-info-tabs .features .feature-list {
  margin: 0;
  padding: 0;
}
#product-info-tabs .features .item {
  flex: 0 40%;
}
#product-info-tabs .features .item .feature-box {
  border-top: 1px solid #e5e5e5;
}
#product-info-tabs .features .item:first-child .feature-box {
  border: none;
}
#product-info-tabs .features .feature-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  height: 100%;
}
#product-info-tabs .features .feature-image {
  display: inline-block;
  width: 111px;
  margin-right: 15px;
}
#product-info-tabs .features .feature-content {
  width: calc( 100% - 126px);
}
#product-info-tabs .features .feature-title {
  letter-spacing: 0.5px;
  line-height: 25px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
}
#product-info-tabs .features .feature-text {
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #000000;
}
#product-info-tabs .item.title {
  margin: 0;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 15px 17px;
  background: #ffffff;
  float: none;
  cursor: pointer;
}
#product-info-tabs .item.title > .switch {
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent !important;
  border: none;
  display: inline-block;
  height: auto;
  padding: 0;
  color: #373535;
  line-height: 25px;
}
#product-info-tabs .item.title.active {
  border-top: 4px solid #c2d83f;
  padding-top: 12px;
}
@media (min-width: 1024px) {
  #product-info-tabs .item.title.active {
    border-bottom: none;
  }
}
#product-info-tabs .item.title.active .switch {
  color: #c2d83f;
}
#product-info-tabs .content {
  background: #ffffff;
  border: none;
}
#product-info-tabs p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.product-video-block {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.product-video-block .product-video-text {
  margin-bottom: 40px;
}
.product-video-block .block-video iframe {
  width: 100%;
}
.product-video-block .page-title {
  margin: 0 0 10px;
}
.product-video-block .additional-text {
  letter-spacing: 0.5px;
  max-width: 400px;
  display: inline-block;
}
.block.related,
.kit-complectations {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}
.block.related .slick-slide,
.kit-complectations .slick-slide {
  padding: 0 15px;
  width: 425px;
  margin-right: -10px;
}
@media (max-width: 320px) {
  .block.related .slick-slide,
  .kit-complectations .slick-slide {
    padding: 0 11px;
    width: 293px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  .block.related .slick-slide,
  .kit-complectations .slick-slide {
    padding: 0 11px;
    width: 350px;
  }
}
@media (min-width: 376px) and (max-width: 399px) {
  .block.related .slick-slide,
  .kit-complectations .slick-slide {
    padding: 0 14px;
    width: 363px;
  }
}
@media (min-width: 400px) and (max-width: 414px) {
  .block.related .slick-slide,
  .kit-complectations .slick-slide {
    padding: 0 11px;
    width: 390px;
  }
}
@media (min-width: 415px) and (max-width: 768px) {
  .block.related .slick-slide,
  .kit-complectations .slick-slide {
    padding: 0 11px;
    width: 400px;
  }
}
.block.related .related-slick,
.kit-complectations .related-slick,
.block.related .kit-slick,
.kit-complectations .kit-slick {
  padding-top: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .block.related .kit-slick,
  .kit-complectations .kit-slick {
    margin: 0 -15px;
  }
}
.block.related .slick-prev,
.kit-complectations .slick-prev {
  position: absolute;
  top: -20px;
  right: 65px;
  left: auto;
}
@media (max-width: 640px) {
  .block.related .slick-prev,
  .kit-complectations .slick-prev {
    border: none;
    left: -20px !important;
    background-color: transparent;
  }
}
.block.related .slick-next,
.kit-complectations .slick-next {
  position: absolute;
  top: -20px;
  right: 10px;
}
@media (max-width: 640px) {
  .block.related .slick-next,
  .kit-complectations .slick-next {
    border: none;
    right: -25px;
    background-color: transparent;
  }
}
.block.related .slick-track,
.kit-complectations .slick-track {
  display: flex !important;
}
.block.related .slick-slide,
.kit-complectations .slick-slide {
  height: inherit !important;
}
.block.related .slick-slide > div,
.kit-complectations .slick-slide > div {
  height: 99%;
}
.block.related .slick-dots,
.kit-complectations .slick-dots {
  bottom: -36px;
}
.block.related .product-item,
.kit-complectations .product-item {
  height: 100%;
  text-align: left;
  padding: 20px 25px 45px;
  border: 1px solid #d8d8d8;
}
.block.related .product-item-info,
.kit-complectations .product-item-info {
  text-align: center;
}
.block.related .product-item-photo,
.kit-complectations .product-item-photo {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.block.related .product-item-photo img,
.kit-complectations .product-item-photo img {
  display: block;
}
.block.related .product-item-photo img:not(.mplazyload-icon),
.kit-complectations .product-item-photo img:not(.mplazyload-icon) {
  height: 100%;
}
.block.related .product-item-attributes,
.kit-complectations .product-item-attributes {
  margin-top: 10px;
}
.block.related .product-item-details,
.kit-complectations .product-item-details {
  text-align: left;
}
.block.related .product-item-link,
.kit-complectations .product-item-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.block.related .price,
.kit-complectations .price,
.block.related .rrp-price .price-wrapper:before,
.kit-complectations .rrp-price .price-wrapper:before {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #ff7100;
  margin-top: 20px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .block.related .slick-list {
    margin: 0 -15px;
  }
}
@media (min-width: 1024px) {
  .block.related .slick-slide {
    width: 433px;
  }
}
.product-blocks .block.related {
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.product-blocks .block.related .product-item-name {
  padding-bottom: 46px;
}
.product-blocks .block.related .product-item-details > .price-box,
.product-blocks .block.related .product-item-details > .price-loader-container {
  position: absolute;
  bottom: 20px;
}
.product-blocks .block.related .product-item-details > .price-box strong,
.product-blocks .block.related .product-item-details > .price-loader-container strong {
  display: none;
}
.product-blocks .block.related .product-item-attributes,
.product-blocks .block.related .product-item-sub-title,
.product-blocks .block.related #default_store_text {
  display: none;
}
.product-blocks .block.related .slick-prev {
  left: 17px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product-blocks .block.related .slick-prev {
    left: 21px !important;
  }
}
@media (max-width: 640px) {
  .product-blocks .block.related .slick-prev {
    left: -20px !important;
  }
}
@media (min-width: 1024px) {
  .product-blocks .block.related .slick-list {
    margin: 0 -15px;
  }
}
.product-blocks .block.related .slick-slide {
  margin-right: -3px;
}
@media (min-width: 640px) {
  .product-blocks .block.related .slick-slide {
    margin-right: -7px;
  }
}
.kit-complectations .products {
  display: none;
}
.kit-complectations .products.active {
  display: block;
}
.kit-complectations .product-item {
  display: inline-block;
  width: 400px;
}
.product.options .toggle {
  text-decoration: underline;
  cursor: pointer;
}
.product.options .content {
  margin: 5px 0 10px;
}
.product.options .content .subtitle {
  display: none;
}
.product.options dt,
.item-options dt,
.product.options dd,
.item-options dd {
  display: inline;
}
.product.options dt:after,
.item-options dt:after {
  content: ':';
}
.product.options dd,
.item-options dd {
  margin: 0;
}
.grouped-options .title {
  margin-bottom: 5px;
}
.grouped-options .options-wrapper {
  margin-bottom: 29px;
}
.grouped-options .option {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 13px;
}
.grouped-options .option .image-wrap {
  margin-right: 17px;
}
.grouped-options .option .productinfo {
  flex-grow: 3;
  letter-spacing: 0.5px;
}
.grouped-options .option .name {
  font-weight: 400;
}
.grouped-options .option .price-box {
  display: inline-block;
}
.grouped-options .option .price-box .price,
.grouped-options .option .price-box .rrp-price .price-wrapper:before {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 23px;
}
.grouped-options .option .action-col {
  width: 79px;
}
.grouped-options .option .action-col .action {
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-weight: 400;
  text-align: right;
}
.grouped-options .option.active {
  border-color: #c2d83f;
  position: relative;
}
.grouped-options .option.active:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #c2d83f;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
}
.grouped-options .option.active:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -2px;
  width: 3px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
}
.product-items .product-item-attributes {
  margin: 15px 0;
  letter-spacing: 0.54px;
  line-height: 21px;
}
.product-items .product-item-attributes ul li {
  padding-left: 19px;
  margin-bottom: 3px;
  position: relative;
  font-size: 16px;
}
.product-items .product-item-attributes ul li:before {
  background: #373535;
  position: absolute;
  content: '';
  height: 4px;
  width: 3px;
  left: 0;
  top: 9px;
}
.product-items .product-item-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-items .product-item-name a {
  text-decoration: none;
  text-overflow: ellipsis;
}
.product-items .product-item-name a:hover {
  color: #ff7100;
}
.product-items .product-item-sub-title {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.gallery-placeholder {
  position: relative;
}
.gallery-placeholder._block-content-loading {
  padding-bottom: 100%;
  position: relative;
  text-align: center;
}
.gallery-placeholder._block-content-loading .gallery-placeholder__image {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.gallery-placeholder .image-wrapper {
  color: #ffffff;
  font-size: 10rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: none;
  max-width: none;
  z-index: -1;
}
@media (min-width: 1023px) {
  .pdp-battery-system-modal-info.modal-popup .modal-inner-wrap {
    width: 400px;
  }
}
.pdp-battery-system-modal-info.modal-popup .modal-content {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main #product-info-tabs .product.items .data.content {
    box-sizing: border-box;
    float: none;
    margin: 0 0 5px;
  }
  .main #product-info-tabs .product.items .item.title {
    float: none;
    width: 100%;
  }
  .main #product-info-tabs .product.items .item.title.active {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) {
  .product-top .product-info-price .price-box.price-final_price .price-container .price,
  .product-top .product-info-price .price-box.price-final_price .price-container .rrp-price .price-wrapper:before {
    font-size: 17px;
  }
  .product-top .product-info-price .price-box.price-final_price .price-container .price-wrapper:before {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .catalog-product-view .product.media {
    position: -webkit-sticky;
    position: sticky;
    height: min-content;
    z-index: 2;
  }
  .catalog-product-view .product.media.-sticky-lg-device {
    top: 108px;
  }
  .catalog-product-view .product.media.-sticky-sm-device {
    top: calc(100vh - 54vw);
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-product-view .product.media {
    position: -webkit-sticky;
    position: sticky;
    height: min-content;
    z-index: 2;
  }
  .catalog-product-view .product.media.-sticky-lg-device {
    top: 108px;
  }
  .catalog-product-view .product.media.-sticky-sm-device {
    top: calc(100vh - 790px);
  }
}
@media (max-width: 1023px) {
  .add-to-cart-dialog .popup-related-slick button.slick-prev,
  .add-to-cart-dialog .popup-related-slick button.slick-next {
    top: auto !important;
    background-image: url("../images/slider-arrows.png");
  }
  .add-to-cart-dialog .popup-related-slick button.slick-next {
    background-position: -58px -3px;
  }
  .add-to-cart-dialog .popup-related-slick button.slick-prev {
    background-position: -5px -3px;
  }
}
/**
 * Box categories
 */
.our-products-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid #e4e5e5;
}
.our-products-text .slogan {
  width: 13%;
}
.our-products-text .slogan h4 {
  color: #373535;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
}
.our-products-text .info {
  width: 86.5%;
}
.our-products-text .info p {
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.od-box-categories {
  margin-bottom: 40px;
  margin-top: 40px;
}
.root-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .root-category {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.root-category a {
  display: block;
  width: 33.3%;
  background-color: #ffffff;
  margin-bottom: 30px;
  max-height: 119px;
  text-decoration: none;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .root-category a {
    padding-right: 0;
  }
}
.root-category a:nth-child(3n) {
  padding-right: 0;
}
@media only screen and (max-width: 1025px) {
  .root-category a:nth-child(3n) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .root-category a:nth-child(3n) {
    padding-right: 0;
  }
}
.root-category + .our-products-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.root-category .box-categories-item {
  padding: 19px 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  box-shadow: 0 0 6px #ededed;
  border: 1px solid #e4e5e5;
}
.root-category .box-categories-item:hover {
  border-bottom: 5px solid #ff7100;
  padding-bottom: 15px;
}
.root-category .box-categories-item .image,
.root-category .box-categories-item .title,
.root-category .box-categories-item .products-count {
  display: block;
  margin-left: 17px;
  margin-right: 17px;
}
.root-category .box-categories-item .image {
  height: 100%;
  width: 84px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.root-category .box-categories-item .image img {
  width: 84px;
}
.root-category .box-categories-item .title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #373535;
  width: 180px;
  text-align: center;
}
.root-category .box-categories-item .products-count {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  opacity: 0.6;
  color: #4a4a4a;
}
.customer-b2b.page-product-bundle .product-info-price {
  padding: 0;
}
.page-product-bundle .product-top {
  padding: 0 15px;
}
.page-product-bundle .product-info-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 20px;
}
.page-product-bundle .product-info-price .price-note {
  color: #ff7100;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 10px;
}
.page-product-bundle .product-info-main .product-info-price .minimal-price .price-label {
  display: none;
}
.page-product-bundle .box-tocart {
  margin-bottom: 23px;
}
.page-product-bundle .box-tocart .actions .action.primary,
.page-product-bundle .box-tocart .actions #instant-empty-results-container a {
  width: 100%;
}
.page-product-bundle .bundle-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-product-bundle .item-image {
  position: relative;
}
.page-product-bundle .item-sticker {
  background-color: #ff7100;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}
.page-product-bundle .item-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.page-product-bundle .item-desc {
  font-size: 15px;
  margin-bottom: 30px;
  letter-spacing: .5px;
}
.page-product-bundle .bundle-product-banner {
  position: relative;
}
.page-product-bundle .bundle-product-banner .banner-background {
  width: 100%;
}
.page-product-bundle .bundle-product-banner .text-wrapper {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
}
.page-product-bundle .bundle-product-banner .text-wrapper h2 {
  color: #ffffff;
  max-width: 1440px;
  margin: auto;
}
.page-product-bundle .laybuy-installments-amount {
  margin-bottom: 0;
}
.bundle-product-info {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 20px;
}
.compare-related-table .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.compare-related-table .price-box .minimal-price,
.compare-related-table .price-box .price-from,
.compare-related-table .price-box .price-to {
  margin-top: 0;
  margin-bottom: 0;
}
.compare-related-table .price-box .price-to {
  margin-left: 20px;
}
.amcard-form-container {
  border-top: 0;
  margin-top: 0;
}
.amcard-flex-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amcard-field-container {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  letter-spacing: 0.5px;
}
.amcard-label-block.-price {
  background-color: #ffffff;
  border-color: #cdcccc;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  margin: 0 6px 6px 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.amcard-label-block.-price:hover,
.amcard-label-block.-price.-active {
  background-color: #ffffff;
  border-color: #cdcccc;
  box-shadow: none;
  color: inherit;
}
.amcard-label-block.-price:hover:before,
.amcard-label-block.-price.-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #c2d83f;
}
.amcard-field-block.-double > .amcard-field {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-color: #cdcccc;
  height: 50px;
  padding: 0 15px;
  font-weight: 300;
}
.amcard-field-block > .amcard-button {
  background-color: #ffffff;
  border-color: #cdcccc;
  font-weight: 300;
  cursor: pointer;
}
.amcard-field-block > .amcard-field {
  border-color: #cdcccc;
}
.amcard-form-container.emails-container .amcard-field-block > .amcard-field {
  border-color: #cdcccc;
  height: 52px;
  padding: 0 12px;
  font-weight: 300;
  width: 100%;
}
.amcard-form-container .amcard-title {
  color: #373535;
  font-weight: 300;
  margin: 20px 0 6px;
  text-transform: capitalize;
}
.amcard-field-block.-datepicker .amcard-field {
  border: 1px solid #cdcccc;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  padding-left: 47px;
  width: 100%;
}
.amcard-field-block.-datepicker .amcard-label:before {
  left: 17px;
  top: 0;
  background: url('../images/calendar_icon.svg') no-repeat;
}
.amcard-checkbox-container .amcard-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: -1;
}
.amcard-checkbox-container .amcard-checkbox + .amcard-label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #cdcccc;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 1024px) {
  .amcard-checkbox-container .amcard-checkbox + .amcard-label:before {
    margin-right: 15px;
  }
}
.amcard-checkbox-container > .amcard-checkbox:checked + .amcard-label:before {
  border: 1px solid #cdcccc;
  background: url('../images/tick_icon_black.svg') no-repeat 45%;
}
.amcard-checkbox-container > .amcard-name {
  vertical-align: middle;
  margin-left: 7px;
  letter-spacing: 0.5px;
}
.amcard-title {
  display: inline-block;
  font-weight: 300;
  margin: 20px 0 6px;
  letter-spacing: 0.5px;
}
.amcard-field-block.message-container {
  position: relative;
}
.amcard-field-block.message-container > span {
  font-size: 12px;
  font-style: italic;
  position: absolute;
  bottom: 10px;
  right: 11px;
}
textarea.amcard-field {
  border: 1px solid #cdcccc;
  font-weight: 300;
  resize: none;
  min-height: 80px;
  width: 100%;
  padding: 12px;
}
.ui-datepicker {
  background: #ffffff;
}
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  padding: 6px 10px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
  color: #d8d8d8;
}
.catalog-product-view .pdp-current-promotions-image {
  position: relative;
  left: -15px;
}
.catalog-product-view .pdp-current-promotions-label {
  height: 43px;
  width: fit-content;
}
.catalog-product-view .pdp-current-promotions-label span {
  line-height: 3;
  margin-left: 10px;
  margin-right: 10px;
}
.catalog-product-view .pdp-current-promotions {
  background-color: rgba(255, 112, 2, 0.05);
  border-left: 3px solid #ff7002;
  padding: 12px 6px 12px 16px;
  margin: 16px 0;
}
.catalog-product-view .pdp-current-promotions p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #373535;
}
.catalog-product-view .pdp-current-promotions p:first-of-type {
  margin: 0;
  color: #f77102;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}
.catalog-product-view .pdp-current-promotions span {
  color: #d9d9d9;
  font-size: 11px;
  font-weight: 400;
  line-height: 110%;
}
.catalog-product-view .pdp-current-promotions a:hover {
  text-decoration: none;
}
.remove-padding {
  padding-right: unset !important;
}
.recommended-products {
  background: #f6f6f6;
}
.recommended-products .products__container {
  max-width: 100%;
}
.recommended-products .products__container--items {
  width: 100%;
}
.recommended-products .products__container--title h3 {
  color: #000000;
  font-weight: 700;
  letter-spacing: .5px;
}
.recommended-products .products__container .actions-container .product-item {
  padding: 0;
  border: none;
  background: none;
}
.recommended-products .products__container .tocompare {
  border: none;
  font-size: 13px;
  letter-spacing: .5px;
  margin-right: 0;
  line-height: 26px;
  position: relative;
  padding: 0 40px 0 0;
  background: none;
}
.recommended-products .products__container .tocompare:hover {
  color: #ff7100;
}
.recommended-products .products__container .tocompare.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  background-image: url("../images/tick_icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.recommended-products .products__container .tocompare::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
}
.recommended-products .block-recommended--cms {
  background: #ffffff;
}
.recommended-products .block-recommended--cms [data-content-type='row'] {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
.recommended-products .block-recommended--cms__ak .pagebuilder-column:last-of-type p {
  color: #fbbc42;
}
.recommended-products .block-recommended--cms__ap .pagebuilder-column:last-of-type p {
  color: #878787;
}
.recommended-products .block-recommended--cms__as .pagebuilder-column:last-of-type p {
  color: #bfcd31;
}
.recommended-products .block-recommended--cms__ai .pagebuilder-column:last-of-type p {
  color: #87aedc;
}
.recommended-products .block-recommended--cms .pagebuilder-column {
  width: fit-content !important;
}
.recommended-products .block-recommended--cms .pagebuilder-column:last-of-type p {
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  max-width: 300px;
}
.recommended-products .block-recommended--cms .pagebuilder-column-line {
  margin-bottom: 35px;
}
.recommended-products .block-recommended--cms [data-content-type='text'] {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}
.recommended-products .block-recommended--cms [data-content-type='text'] li {
  list-style: disc;
}
.recommended-products .block-recommended--cms [data-content-type='text'] ul {
  padding-left: 16px;
}
.recommended-products .block-recommended--cms [data-content-type='text'] p,
.recommended-products .block-recommended--cms [data-content-type='text'] ul {
  margin: 0;
}
.recommended-products .block-recommended--cms figure {
  margin: 0;
}
.recommended-products .block-recommended--cms__content--title[data-content-type='text'] {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.recommended-products .block-recommended--cms [data-content-type='button-item'] a {
  margin: 0;
  padding: 17px 18px 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  height: 50px;
  min-width: 208px;
  border: 1px solid #000000;
  border-radius: 0;
}
.recommended-products .block-recommended--cms .pagebuilder-button-secondary {
  background: none;
  color: #373535;
}
.recommended-products .block-recommended--cms .pagebuilder-button-primary {
  color: #ffffff;
  background-color: #373535;
}
.recommended-products .product-item {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  height: 100%;
}
.recommended-products .product-item.one-element {
  max-width: 399px;
}
.recommended-products .product-item .stamped-badge-caption {
  display: none;
}
.recommended-products .product-item .stihl-battery-system-container {
  display: flex;
  align-items: flex-start;
}
.recommended-products .product-item .stihl-battery-system-container img {
  margin-right: 7px;
  max-height: 32px;
  max-width: 60px;
}
.recommended-products .product-item .stihl-battery-system-container .copy {
  max-width: 170px;
}
.recommended-products .product-item .stihl-battery-system-container .trigger {
  text-decoration: underline;
  cursor: pointer;
}
.recommended-products .product-item .battery-system-modal-popup-trigger {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
}
.recommended-products .product-item .price-box {
  margin: 14px 0;
}
.recommended-products .product-item .price-box small,
.recommended-products .product-item .price-box .price-wrapper::before {
  display: none;
}
.recommended-products .product-item .actions-container {
  text-align: right;
  flex: 1;
}
.recommended-products .product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.recommended-products .product-item-info .box-labels-actions {
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
}
.recommended-products .product-item-photo {
  display: block;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.recommended-products .product-item .product-item-link {
  text-overflow: ellipsis;
}
.recommended-products .product-item .product-item-details-links,
.recommended-products .product-item .product-item-link {
  text-decoration: none;
}
.recommended-products .product-item-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.recommended-products .product-item-sub-title {
  font-size: 13px;
}
.recommended-products .product-item-name,
.recommended-products .product-item-sub-title {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recommended-products .product-item-attributes {
  margin: 15px 0;
  letter-spacing: .54px;
  line-height: 21px;
}
.recommended-products .product-item-attributes ul {
  margin: 0;
  padding: 0;
}
.recommended-products .product-item-attributes li {
  margin-bottom: 3px;
  position: relative;
  font-size: 16px;
}
.recommended-products .product-item .md-productlabel-container {
  display: flex;
  flex-wrap: wrap;
  flex: 3;
}
.recommended-products .product-item .md-productlabel-container .md-productlabel-item {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}
.recommended-products .product-item .md-productlabel-container .md-productlabel-item:last-child {
  margin-right: 0;
}
.recommended-products .products__container--items {
  display: none;
}
.recommended-products .products__container--items.slick-initialized {
  display: grid;
}
.recommended-products .products__container--items .slick-arrow.slick-prev {
  display: none !important;
}
.recommended-products .products__container--items .slick-arrow.slick-next {
  width: 44px;
  height: 46px;
  right: 0;
}
.recommended-products .slick-track {
  display: flex !important;
}
.recommended-products .slick-slide > div {
  height: 100%;
}
.popup-promotional-products-wrapper {
  display: none;
}
.popup-promotional-products .modal-content {
  padding: 0 !important;
}
.popup-promotional-products .modal-header .action-close {
  right: 10px !important;
  top: 10px !important;
}
.popup-promotional-products .modal-header .action-close::after,
.popup-promotional-products .modal-header .action-close::before {
  height: 15px !important;
  background: #000000 !important;
}
.popup-promotional-products .popup-promotional-products-wrapper {
  display: block;
}
.popup-promotional-products .popup-promotional-products-wrapper__header {
  text-align: center;
  background-color: #c2d83f;
}
.popup-promotional-products .popup-promotional-products-wrapper__header--title,
.popup-promotional-products .popup-promotional-products-wrapper__header--items-added {
  line-height: 120%;
  text-transform: uppercase;
}
.popup-promotional-products .popup-promotional-products-wrapper__header--items-added {
  display: none;
}
.popup-promotional-products .popup-promotional-products-wrapper__header--title p {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 0 0 10px;
}
.popup-promotional-products .popup-promotional-products-wrapper__header--items-added p {
  color: #373535;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
}
.popup-promotional-products .popup-promotional-products-wrapper__header--line-counter {
  position: relative;
  max-width: 346px;
  margin: 0 auto;
}
.popup-promotional-products .popup-promotional-products-wrapper__header--line-status {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.popup-promotional-products .popup-promotional-products-wrapper__header--line-progress {
  display: block;
  height: 100%;
  background: #373535;
}
.popup-promotional-products .popup-promotional-products-wrapper__header--line-badge {
  margin: 0;
  position: absolute;
  top: -70%;
  line-height: 22px;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #373535;
}
.popup-promotional-products .popup-promotional-products-wrapper__main {
  overflow-y: scroll;
}
.popup-promotional-products .popup-promotional-products-wrapper__main::-webkit-scrollbar-track {
  border-left: 1px solid #d9d9d9;
  background-color: #f6f6f6;
}
.popup-promotional-products .popup-promotional-products-wrapper__main::-webkit-scrollbar {
  width: 6px;
}
.popup-promotional-products .popup-promotional-products-wrapper__main::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #878787;
}
.popup-promotional-products .popup-promotional-products-wrapper__main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-promotional-products .popup-promotional-products-wrapper__main-title p,
.popup-promotional-products .popup-promotional-products-wrapper__main-title a {
  text-transform: uppercase;
  line-height: 120%;
  font-size: 13px;
  opacity: .75;
}
.popup-promotional-products .popup-promotional-products-wrapper__main-title p {
  margin: 0;
  font-weight: 700;
  color: #000000;
}
.popup-promotional-products .popup-promotional-products-wrapper__main-title a {
  font-weight: 400;
  color: #878787;
}
.popup-promotional-products .popup-promotional-products-wrapper__main-title a:hover {
  text-decoration: none;
}
.popup-promotional-products .popup-promotional-products-wrapper__footer {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.popup-promotional-products .popup-promotional-products-wrapper__footer--price {
  display: flex;
  justify-content: space-between;
}
.popup-promotional-products .popup-promotional-products-wrapper__footer--price p {
  margin: 0;
  color: #99b403;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.popup-promotional-products .popup-promotional-products-wrapper__buttons {
  display: flex;
  margin-top: 8px;
}
.popup-promotional-products .popup-promotional-products-wrapper__buttons button {
  width: 100%;
  line-height: 14px;
  font-weight: 700;
  font-size: 14px;
}
.popup-promotional-products .popup-promotional-products-wrapper__products-list {
  margin-top: 12px;
  border: 1px solid #d8d8d8;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px 8px 8px;
  min-height: 71px;
  border-top: 1px solid #d8d8d8;
  align-items: center;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item.added {
  background: rgba(193, 216, 63, 0.1);
  border: 2px solid #c2d83f;
  border-top: 3px solid #c2d83f;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item.added:first-of-type {
  border-top: 2px solid #c2d83f;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item.added button {
  background-color: #373535;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item.added button::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 6px;
  background: url('../images/tick.svg') no-repeat;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item button {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 8px 12px;
  height: max-content;
  width: 74px;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item button:disabled {
  opacity: .5;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item p {
  margin: 0;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item:first-of-type {
  border-top: none;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item > div {
  display: flex;
  align-items: center;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item img {
  width: auto;
  height: 55px;
  margin-right: 8px;
  min-width: 55px;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item--title,
.popup-promotional-products .popup-promotional-products-wrapper__product-item--price {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item--price {
  color: #99b403;
  font-size: 12px;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item--price > .free-text {
  display: none;
}
.popup-promotional-products .popup-promotional-products-wrapper__product-item--price > .price,
.popup-promotional-products .popup-promotional-products-wrapper__product-item--price > .rrp-price .price-wrapper:before {
  font-weight: 400;
  color: #373535;
  opacity: .6;
  margin-left: 2px;
}
.checkout-index-index .items-in-cart .product.options {
  display: none;
}
.page-product-bundle .product-options-wrapper .bundle-title-badge,
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .promo-badge,
.block-minicart .bundle-options .promo-badge,
.checkout-cart-index .bundle-products-includes .promo-badge {
  position: relative;
  background-color: #ff7002;
  color: #ffffff;
  letter-spacing: .75px;
}
.page-product-bundle .product-options-wrapper .bundle-title-badge::after,
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .promo-badge::after,
.block-minicart .bundle-options .promo-badge::after,
.checkout-cart-index .bundle-products-includes .promo-badge::after {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: inherit;
  left: -3px;
  transform: rotate(-45deg);
  top: calc((100% - 7px)/2);
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .promo-badge,
.block-minicart .bundle-options .promo-badge,
.checkout-cart-index .bundle-products-includes .promo-badge {
  font-size: 11px;
  padding: 1px 8px;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 700;
}
.page-product-bundle .product-options-wrapper {
  background-color: #f6f6f6;
}
.page-product-bundle .product-options-wrapper .bundle-title {
  display: flex;
  align-items: center;
  width: fit-content;
}
.page-product-bundle .product-options-wrapper .bundle-title .title {
  margin-right: 16px;
  font-size: 16px;
  line-height: 21px;
}
.page-product-bundle .product-options-wrapper .bundle-title-badge {
  font-size: 12px;
  padding: 4px 10px;
}
.page-product-bundle .product-options-wrapper .bundle-info {
  color: #d9d9d9;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  margin-top: 10px;
}
.page-product-bundle .product-options-wrapper .bundle-title .title,
.page-product-bundle .product-options-wrapper .bundle-title-badge {
  font-weight: 700;
  text-transform: uppercase;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 12px 0 0;
  position: relative;
  margin: 0 -10px;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .product-name {
  font-weight: 400;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .field.option {
  text-align: center;
  padding: 0 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .field.option .field.qty {
  display: none;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .product-item-link {
  background-color: #ffffff;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .product-item-link.free {
  background-color: #FFF8F2;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .product-item-link.free img {
  mix-blend-mode: multiply;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .control,
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .options-list,
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .product-details,
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .product-item-link {
  height: 100%;
}
.page-product-bundle .product-options-wrapper .fieldset-bundle-options .control {
  margin-bottom: 0;
}
.page-product-bundle .product-options-wrapper .product-item-link,
.page-product-bundle .product-options-wrapper .product-item-link .product-name,
.page-product-bundle .product-options-wrapper .product-item-link:hover {
  text-decoration: none;
}
.page-product-bundle .product-options-wrapper .product-item-link {
  display: block;
}
.page-product-bundle .product-options-wrapper .product-item-link:hover .product-name {
  color: #ff7100;
}
.block-minicart {
  overflow: auto;
}
.stock-unavailable .stock-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .89px;
  text-transform: uppercase;
}
.stock-unavailable .stock-content {
  letter-spacing: .5px;
}
.stock-unavailable .stock-link a {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .5px;
  text-decoration: none;
  line-height: 15px;
  display: inline-block;
  border-bottom: 1px solid #373535;
}
.stock-unavailable .stock-link a:hover {
  color: #ff7100;
  border-bottom: 1px solid #ff7100;
}
.customer-b2b .price-box .price,
.customer-b2b .price-box .rrp-price .price-wrapper:before {
  margin: 0;
}
.customer-b2b .price-loader-container .loader-container {
  position: relative;
}
.customer-b2b .price-loader-container .loader-container .mplazyload-icon {
  width: 45px;
  height: 45px;
  top: unset;
  left: unset;
  transform: unset;
}
.customer-b2b .rrp-price-wrapper {
  min-height: 21px;
}
.customer-b2b .rrp-price-wrapper .old-price {
  display: none;
}
.customer-b2b .rrp-price-wrapper .special-price .price-label,
.customer-b2b .rrp-price-wrapper .minimal-price .price-label,
.customer-b2b .rrp-price-wrapper .normal-price .price-label {
  display: none;
}
.customer-b2b .rrp-price-wrapper .price-box {
  display: inline-block;
  padding-left: 3px;
}
.customer-b2b .rrp-price-wrapper.customer-specific-price-set .price-box .price,
.customer-b2b .rrp-price-wrapper.customer-specific-price-set .price-box .rrp-price .price-wrapper:before {
  color: unset;
  font-size: unset;
  font-weight: unset;
}
.price-box .price,
.price-final_price:not(.product-info-price .price-final_price) .price,
.price-box .rrp-price .price-wrapper:before,
.price-final_price:not(.product-info-price .price-final_price) .rrp-price .price-wrapper:before {
  color: #ff7100;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.price-box .old-price .price-container,
.price-final_price:not(.product-info-price .price-final_price) .old-price .price-container {
  margin-left: 20px;
}
.price-box .old-price .price-wrapper,
.price-final_price:not(.product-info-price .price-final_price) .old-price .price-wrapper,
.price-box .old-price .price,
.price-final_price:not(.product-info-price .price-final_price) .old-price .price,
.price-box .old-price .rrp-price .price-wrapper:before,
.price-final_price:not(.product-info-price .price-final_price) .old-price .rrp-price .price-wrapper:before {
  position: relative;
}
.price-box .old-price .price,
.price-final_price:not(.product-info-price .price-final_price) .old-price .price,
.price-box .old-price .rrp-price .price-wrapper:before,
.price-final_price:not(.product-info-price .price-final_price) .old-price .rrp-price .price-wrapper:before {
  color: #9b9b9b;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #9b9b9b;
}
.price-box .old-price .rrp-price .price-wrapper:before,
.price-final_price:not(.product-info-price .price-final_price) .old-price .rrp-price .price-wrapper:before {
  text-decoration: none;
}
.default-store .price-box .price::before,
.product-info-main .price-box .price::before,
.default-store .price-final_price .price::before,
.product-info-main .price-final_price .price::before,
.default-store .product-popup-added-price .price::before,
.product-info-main .product-popup-added-price .price::before,
.default-store .minicart-price .price::before,
.product-info-main .minicart-price .price::before,
.default-store .product-item .product-item-price .price::before,
.product-info-main .product-item .product-item-price .price::before,
.default-store .price-box .rrp-price .price-wrapper:before::before,
.product-info-main .price-box .rrp-price .price-wrapper:before::before,
.default-store .price-final_price .rrp-price .price-wrapper:before::before,
.product-info-main .price-final_price .rrp-price .price-wrapper:before::before,
.default-store .product-popup-added-price .rrp-price .price-wrapper:before::before,
.product-info-main .product-popup-added-price .rrp-price .price-wrapper:before::before,
.default-store .minicart-price .rrp-price .price-wrapper:before::before,
.product-info-main .minicart-price .rrp-price .price-wrapper:before::before,
.default-store .product-item .product-item-price .rrp-price .price-wrapper:before::before,
.product-info-main .product-item .product-item-price .rrp-price .price-wrapper:before::before {
  content: '';
}
.cart-container .promotional-desktop .price,
.cart-container .promotional-desktop .rrp-price .price-wrapper:before {
  font-size: 14px !important;
}
.cart-container .promotional-desktop .content,
.cart-container .promotional-desktop a {
  font-size: 10px;
}
.cart-container .promotional {
  padding: 0 10px 10px !important;
  display: block;
  border: none !important;
}
.block-minicart .promotional-content .price,
.block-minicart .promotional-content .rrp-price .price-wrapper:before {
  font-size: 20px;
}
.block-minicart .promotional-content .content {
  font-size: 13px;
}
.block-minicart .promotional-content a {
  font-size: 13px;
}
.block-minicart .promotional-content,
.cart-container .promotional-content {
  background: #C1D82F;
  display: flex;
  align-items: center;
  padding: 8px 12px 7px;
  margin-top: 8px;
}
.block-minicart .promotional-content p,
.cart-container .promotional-content p,
.block-minicart .promotional-content a,
.cart-container .promotional-content a {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
}
.block-minicart .promotional-content .price,
.cart-container .promotional-content .price,
.block-minicart .promotional-content .rrp-price .price-wrapper:before,
.cart-container .promotional-content .rrp-price .price-wrapper:before {
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding-right: 6px;
  line-height: 17px !important;
}
.block-minicart .promotional-content .content,
.cart-container .promotional-content .content {
  color: #000000;
  padding-right: 14px;
}
.block-minicart .promotional-content a,
.cart-container .promotional-content a {
  color: #000000;
  text-decoration-line: underline !important;
  position: relative;
  padding-left: 14px;
}
.block-minicart .promotional-content a:hover,
.cart-container .promotional-content a:hover {
  text-decoration: none;
}
.block-minicart .promotional-content a::before,
.cart-container .promotional-content a::before {
  content: '';
  display: block;
  position: absolute;
  height: 21px;
  left: 0;
  border-left: 1px solid #000000;
  opacity: .3;
  top: -1px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@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;
  }
}
.checkout-cart-index .message-error {
  max-width: none;
}
.checkout-cart-index .page.messages {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}
.checkout-cart-index .columns,
.checkout-cart-index .cart-footer-content,
.checkout-cart-index .page-title-wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}
.checkout-cart-index .page-title-wrapper {
  margin-top: 50px;
}
.checkout-cart-index .box-checkout-store-selector-inner {
  padding: 15px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
}
.checkout-cart-index .box-checkout-store-selector-inner .current-location {
  padding-right: 20px;
  border-right: 1px solid #d8d8d8;
}
.checkout-cart-index .box-checkout-store-selector-inner .current-store {
  padding-left: 20px;
}
.checkout-cart-index .box-checkout-store-selector-inner .store-selector-title {
  display: inline-block;
  margin: 0 14px 0 0;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-cart-index .box-checkout-store-selector-inner .store-selector-content {
  letter-spacing: .5px;
  line-height: 23px;
}
.checkout-cart-index .box-checkout-store-selector-inner .current-store-edit {
  margin-left: auto;
}
.checkout-cart-index .box-checkout-store-selector-inner .head-selector-dropdown-trigger {
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.checkout-cart-index .box-checkout-store-selector-inner .head-selector-dropdown-trigger:hover {
  opacity: .6;
}
.checkout-cart-index .notice-wrapper-content {
  border-radius: 2px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.checkout-cart-index .notice-wrapper-content span {
  border: 1px solid rgba(255, 113, 0, 0.5);
  background-color: rgba(255, 113, 0, 0.15);
  display: block;
  padding: 10px 15px;
  letter-spacing: .5px;
  line-height: 19px;
  font-size: 14px;
}
.checkout-cart-index .notice-wrapper-content:not(.visible) {
  display: none;
}
.checkout-cart-index .page-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .checkout-methods-items .action {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.checkout-cart-index .checkout-methods-items .action span {
  position: relative;
}
.checkout-cart-index .checkout-methods-items .action span:before {
  content: "";
  width: 12px;
  height: 14px;
  display: inline-block;
  background: url("../images/padlock.svg") no-repeat;
  position: absolute;
  left: -36px;
  top: 50%;
  margin-top: -8px;
}
.checkout-cart-index .checkout-methods-items .action:hover {
  opacity: .6;
}
.checkout-cart-index .cart-totals {
  margin-bottom: 20px;
}
.checkout-cart-index .cart-totals .table.totals {
  width: 100%;
  display: block;
}
.checkout-cart-index .cart-totals .table.totals .totals.saving .mark,
.checkout-cart-index .cart-totals .table.totals .totals.saving .amount {
  color: #ff7002;
  font-weight: 700;
  line-height: 22px;
}
.checkout-cart-index .cart-totals .table.totals .totals.saving .amount {
  font-size: 14px;
}
.checkout-cart-index .cart-totals .table.totals tbody {
  display: block;
}
.checkout-cart-index .cart-totals .table.totals tr {
  padding: 15px 20px;
  border-radius: 0 0 0 2px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-cart-index .cart-totals .table.totals tr:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.checkout-cart-index .cart-totals .table.totals tr th,
.checkout-cart-index .cart-totals .table.totals tr td {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #9b9b9b;
  padding: 0;
}
.checkout-cart-index .cart-totals .table.totals tr.grand.totals strong,
.checkout-cart-index .cart-totals .table.totals tr.grand.totals .price,
.checkout-cart-index .cart-totals .table.totals tr.grand.totals .rrp-price .price-wrapper:before {
  font-size: 16px;
  line-height: 22px;
  color: #1c1b1b;
  font-weight: 700;
}
.checkout-cart-index ul.checkout-methods-items,
.checkout-cart-index .box-promotions-applied {
  margin-bottom: 12px;
}
.checkout-cart-index .box-promotions-applied table {
  width: 100%;
  border: 1px solid #cad300;
  background-color: rgba(202, 211, 0, 0.1);
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.checkout-cart-index .box-promotions-applied table:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  background: #f6f8ce;
  border: 1px solid #cad300;
  border-right: none;
  border-top: none;
}
.checkout-cart-index .box-promotions-applied table thead {
  border-bottom: 1px solid #cad300;
  background-color: rgba(202, 211, 0, 0.1);
  padding: 5px 15px;
}
.checkout-cart-index .box-promotions-applied table thead tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-cart-index .box-promotions-applied table thead tr .title,
.checkout-cart-index .box-promotions-applied table thead tr .save {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-cart-index .box-promotions-applied table tbody {
  padding: 5px 15px;
}
.checkout-cart-index .box-promotions-applied table tbody tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-radius: 2px;
  padding: 5px 0;
}
.checkout-cart-index .box-promotions-applied table tbody tr th,
.checkout-cart-index .box-promotions-applied table tbody tr td {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 22px;
}
.checkout-cart-index .box-promotions-applied table tbody tr td {
  display: none;
}
.checkout-cart-index .box-promotions-applied table tbody tr:not(:last-child) {
  border-bottom: 1px solid #cad300;
}
.checkout-cart-index .card-block li {
  margin-right: 10px;
}
.checkout-cart-index .card-block li:last-child {
  margin-right: 0;
}
.checkout-cart-index .cart.items {
  border: 1px solid #dee0e3;
  width: 100%;
  border-collapse: collapse;
}
.checkout-cart-index .cart.items a {
  text-decoration: none;
}
.checkout-cart-index .cart.items .cart.item {
  border-top: 1px solid #dee0e3;
}
.checkout-cart-index .cart.items .cart.item:first-of-type {
  border-top: none !important;
}
.checkout-cart-index .cart.items .product-item-name {
  display: block;
  font-weight: 700;
}
.checkout-cart-index .cart.items .product-item-name a {
  text-decoration: none;
  font-size: 13px;
}
.checkout-cart-index .cart.items div.mage-error {
  position: absolute;
  line-height: 11px;
  width: 158%;
  left: -29%;
}
.checkout-cart-index .cart.items .item-delivery.active:not(.visible-mobile) {
  display: block !important;
}
.checkout-cart-index .cart.items .visible-mobile {
  display: none;
}
.checkout-cart-index .cart.items td,
.checkout-cart-index .cart.items th {
  text-align: left;
  font-weight: 300;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .1px;
  text-transform: uppercase;
}
.checkout-cart-index .cart.items th {
  width: 15%;
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px solid #dee0e3;
}
.checkout-cart-index .cart.items th.item {
  width: 55%;
  text-align: left;
}
.checkout-cart-index .cart.items td {
  padding: 20px 5px;
  text-align: center;
}
.checkout-cart-index .cart.items td .price,
.checkout-cart-index .cart.items td .rrp-price .price-wrapper:before {
  font-size: 15px;
  letter-spacing: 0.58px;
  line-height: 18px;
}
.checkout-cart-index .cart.items td.item {
  padding: 15px 20px;
  text-align: left;
  min-width: 139px;
}
.checkout-cart-index .cart.items td.item .product-item-details {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  margin-left: 20px;
  max-width: calc(100% - 125px);
}
.checkout-cart-index .cart.items td.qty .field {
  width: 93px;
  margin: 0 auto;
}
.checkout-cart-index .cart.items td.qty .control {
  margin: 0;
  position: relative;
}
.checkout-cart-index .cart.items td.qty input {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  -moz-appearance: textfield;
  font-size: 16px;
}
.checkout-cart-index .cart.items td.qty input::-webkit-outer-spin-button,
.checkout-cart-index .cart.items td.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-cart-index .cart.items td.qty .ui-spinner-down,
.checkout-cart-index .cart.items td.qty .ui-spinner-up {
  padding: 0;
  position: absolute;
  border: none;
}
.checkout-cart-index .cart.items td.qty .ui-spinner-down:before,
.checkout-cart-index .cart.items td.qty .ui-spinner-up:before {
  color: #000000;
  font-size: 22px;
  display: inline-block;
  border: none;
  font-weight: 200;
  line-height: 10px;
}
.checkout-cart-index .cart.items td.qty .ui-spinner-down .ui-icon,
.checkout-cart-index .cart.items td.qty .ui-spinner-up .ui-icon {
  display: none;
}
.checkout-cart-index .cart.items td.qty .ui-spinner-down:hover,
.checkout-cart-index .cart.items td.qty .ui-spinner-up:hover {
  cursor: pointer;
}
.checkout-cart-index .cart.items td.qty .ui-spinner-down {
  left: 8px;
  top: 48%;
  line-height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-cart-index .cart.items td.qty .ui-spinner-down:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000000;
}
.checkout-cart-index .cart.items td.qty .ui-spinner-up {
  right: 8px;
  top: 50%;
  line-height: 11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-cart-index .cart.items td.qty .ui-spinner-up:before {
  content: "+";
}
.checkout-cart-index .cart.items td.subtotal {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
}
.checkout-cart-index .cart.items td.subtotal.have-saving-amount {
  max-width: 70px;
}
.checkout-cart-index .cart.items td.subtotal.have-saving-amount .price-including-tax {
  color: #ff7002;
}
.checkout-cart-index .cart.items td.subtotal.have-saving-amount .price-original-item {
  color: #373535;
  font-weight: 400;
  opacity: .6;
}
.checkout-cart-index .cart.items td.subtotal.have-saving-amount .price-original-item .price,
.checkout-cart-index .cart.items td.subtotal.have-saving-amount .price-original-item .rrp-price .price-wrapper:before {
  font-size: 14px;
  text-decoration-line: line-through;
}
.checkout-cart-index .cart.items td.remove .action-edit,
.checkout-cart-index .cart.items td.remove .action-towishlist {
  display: none;
}
.checkout-cart-index .cart.items td.remove .action-delete {
  font-size: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #b8bdc3;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.checkout-cart-index .cart.items td.remove .action-delete:hover {
  opacity: .7;
}
.checkout-cart-index .cart.items td.remove .action-delete:before,
.checkout-cart-index .cart.items td.remove .action-delete:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 4px;
  height: 9px;
  width: 1px;
  background-color: #ffffff;
}
.checkout-cart-index .cart.items td.remove .action-delete::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-cart-index .cart.items td.remove .action-delete::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkout-cart-index .cart-container .block.shipping {
  margin-bottom: 30px;
}
.checkout-cart-index #co-shipping-method-form {
  display: block;
}
.checkout-cart-index #shipping-zip-form {
  display: none;
}
.checkout-cart-index #block-shipping .shipping-error {
  color: #ffffff;
  background-color: #f47920;
  margin: 10px -10px 0;
  padding-left: 10px;
}
.checkout-cart-index #co-shipping-method-form {
  border: 5px solid #ff7100;
  margin: -10px;
  padding: 10px;
}
.checkout-cart-index .bundle-products-includes {
  padding: 10px;
  border: 1px solid #d8d8d8;
  margin: 10px 0;
}
.checkout-cart-index .bundle-products-includes strong,
.checkout-cart-index .bundle-products-includes li {
  font-size: 13px;
  line-height: 16px;
  color: #373535;
}
.checkout-cart-index .bundle-products-includes strong {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.checkout-cart-index .bundle-products-includes .promo-badge {
  left: 6px;
  padding: 2px 8px;
}
.checkout-cart-index .bundle-products-includes li {
  font-weight: 300;
  padding-left: 15px;
  position: relative;
}
.checkout-cart-index .bundle-products-includes li::before {
  content: '';
  position: absolute;
  display: block;
  height: 4px;
  width: 4px;
  background: #373535;
  border-radius: 50%;
  top: 5px;
  left: 6px;
}
.checkout-cart-index .bundle-products-includes li:not(:last-child) {
  margin-bottom: 5px;
}
.fieldset.rate {
  margin: 0;
  padding: 0;
}
.fieldset.rate .field {
  border: 1px solid #D3D6D9;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  padding: 15px;
}
.fieldset.rate .field .label {
  color: #414B56;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
}
.fieldset.rate .choice .input-radio + label {
  padding-left: 30px;
  position: relative;
}
.fieldset.rate .choice .input-radio + label:before {
  box-sizing: border-box;
  border-color: #D3D6D9;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
}
.fieldset.rate .choice .input-radio + label:after {
  background-color: #414B56;
  border: none;
  left: 3px;
  position: absolute;
  top: 6px;
}
.fieldset.rate .choice .input-radio:checked + label:before {
  border-color: #414B56;
}
.fieldset.rate .item-options {
  margin: 0;
}
.fieldset.rate .shipping-method-name {
  font-weight: 400;
}
.cart-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px;
  line-height: 18px;
  margin-bottom: 8px;
  width: 100%;
}
.shoping-cart-footer {
  padding: 20px 0;
  border-top: 1px solid #dee0e3;
}
.shoping-cart-footer .card-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.shoping-cart-footer .card-block .card-footer-images-item {
  width: 60px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #dee0e3;
  padding: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.shoping-cart-footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.shoping-cart-footer li {
  display: inline-block;
}
.shoping-cart-footer a,
.shoping-cart-footer label span {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.shoping-cart-footer a:hover,
.shoping-cart-footer label span:hover {
  opacity: .6;
}
.shoping-cart-footer a.continue:before,
.shoping-cart-footer label span.continue:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url("..//images/arrow_left.svg") no-repeat;
  margin-right: 14px;
}
.cart-footer-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cart-footer-content .cart-footer-list li {
  margin-right: 24px;
}
.cart-footer-content .cart-footer-list input {
  overflow: hidden;
  z-index: -1;
  height: 0;
  width: 0;
  border: none;
  position: absolute;
  opacity: 0;
}
.cart-footer-content .cart-footer-list .popup-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 65.7%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  background: #ffffff;
  z-index: 11;
  max-width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.cart-footer-content .cart-footer-list .cart-popup {
  padding: 35px 50px 55px;
  position: relative;
}
.cart-footer-content .cart-footer-list .close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  right: -40px;
  text-align: center;
  top: 0;
  line-height: 1.1;
  font-weight: 100;
  font-size: 23px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.cart-footer-content .cart-footer-list .close-btn:hover {
  background: #b3b3b3;
}
.cart-footer-content .cart-footer-list label {
  cursor: pointer;
}
.cart-footer-content .cart-footer-list input:checked ~ .popup-modal {
  visibility: visible;
  opacity: 1;
}
.cart-footer-content .cart-footer-list input:checked ~ label:after {
  content: "";
  position: fixed;
  z-index: 10;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(48, 52, 57, 0.8);
  cursor: pointer;
}
.cart-footer-content .cart-footer-list .cart-popup > * {
  margin-bottom: 11px;
}
.cart-footer-content .cart-footer-list .heading-popup {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  color: #1c1b1b;
  margin: 0 0 10px;
}
.cart-footer-content .cart-footer-list .assistance-content {
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #dee0e3;
  background-color: #ffffff;
}
.cart-footer-content .cart-footer-list .assistance-content .heading-popup {
  border-bottom: 1px solid #dee0e3;
  padding-bottom: 10px;
}
.cart-footer-content .cart-footer-list .assistance-content .text-assistance {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #9b9b9b;
}
.cart-footer-content .cart-footer-list .assistance-content .assistance-list {
  margin-top: 15px;
}
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li {
  display: block;
  margin: 0;
}
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
}
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li a,
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li.phone:before,
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li.mail:before {
  display: inline-block;
  vertical-align: middle;
}
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li.phone:before,
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li.mail:before {
  content: "";
  margin-right: 14px;
}
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li.phone:before {
  width: 10px;
  height: 14px;
  background: url("..//images/phone.svg") no-repeat;
}
.cart-footer-content .cart-footer-list .assistance-content .assistance-list li.mail:before {
  width: 14px;
  height: 11px;
  background: url("..//images/email.svg") no-repeat;
}
.discount-code .fieldset.coupon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.discount-code [data-role="title"] {
  cursor: pointer;
  outline: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.discount-code [role="heading"] {
  user-select: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 16px;
  padding-right: 10px;
  display: block;
  position: relative;
}
.discount-code [role="heading"]:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #373535;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.discount-code.active [role="heading"]:after {
  border-top: none;
  border-bottom: 4px solid #373535;
}
.discount-code [data-role="content"] {
  display: none;
  padding-bottom: 16px;
}
.discount-code .field,
.discount-code .actions-toolbar {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.discount-code .field {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.discount-code input[type="text"] {
  outline: none;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 100%;
  height: 50px;
  font-weight: 300;
  border-right: none;
  padding-left: 15px;
}
.discount-code .control {
  margin: 0;
}
.discount-code .action {
  background-color: #ffffff;
  border-color: #cdcccc;
  cursor: pointer;
  font-weight: 300;
  height: 50px;
  letter-spacing: initial;
  margin: 0 !important;
  padding: 7px 17px !important;
  text-transform: none;
}
.discount-code,
.amcard-field-container.-cart {
  background-color: #ffffff;
  border: 1px solid rgba(216, 216, 216, 0.49);
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
}
.amcard-field-container.-cart {
  max-width: 100%;
}
.amcard-field-container.-cart .amcard-title {
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 16px;
  margin: 0;
  outline: none;
  padding: 10px 10px 10px 0;
  display: block;
  position: relative;
}
.amcard-field-container.-cart .amcard-title:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #373535;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
}
.amcard-field-container.-cart.active .amcard-title:after {
  border-top: none;
  border-bottom: 4px solid #373535;
}
.amcard-field-container.-cart .amcard-content {
  padding-bottom: 16px;
}
.amcard-field-container.-cart .amcard-field-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
.amcard-field-container.-cart .amcard-check {
  color: inherit;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}
.amcard-codes-list div {
  margin-bottom: 10px;
}
.amcard-codes-list .amcard-delete {
  color: red;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}
.default-store .cart-price .price:before,
.default-store .cart-price .rrp-price .price-wrapper:before:before {
  content: 'RRP ';
}
.cart-policy .content {
  border: 1px solid rgba(216, 216, 216, 0.5);
  border-top: none;
}
.item-delivery {
  color: #ffa500;
  font-weight: 700;
}
.minicart-wrapper {
  order: 10;
  position: relative;
}
.minicart-wrapper .showcart {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  padding-left: 24px;
}
.minicart-wrapper .showcart .text {
  font-size: 0;
  position: relative;
}
.minicart-wrapper .showcart .text::before {
  content: "";
  display: inline-block;
  width: 24px;
  background-image: url("../images/icons-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -24px;
  bottom: -5px;
}
.minicart-wrapper .counter {
  border: 1px solid rgba(155, 155, 155, 0.46);
  display: inline-block;
  padding: 1px 7px 1px;
  margin-left: 2px;
  min-height: 22px;
  min-width: 23px;
  top: -1px;
  position: relative;
}
.minicart-wrapper .counter:not(.empty):not(.not-empty)::before {
  content: '0';
}
.minicart-wrapper .counter.not-empty {
  background: #ff7100;
  border-color: transparent;
  color: #ffffff;
}
.block-minicart {
  display: none;
  position: absolute;
  background: #ffffff;
  z-index: 101;
  overflow: auto;
}
.block-minicart .bundle-options > .toggle .active,
.block-minicart .bundle-options > .toggle .not-active {
  display: none;
  position: relative;
  width: fit-content;
}
.block-minicart .bundle-options > .toggle .active::after,
.block-minicart .bundle-options > .toggle .not-active::after {
  content: '';
  position: absolute;
  top: 9px;
  right: -18px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #373535;
}
.block-minicart .bundle-options > .toggle .active:hover,
.block-minicart .bundle-options > .toggle .not-active:hover {
  text-decoration: none;
}
.block-minicart .bundle-options > .toggle[aria-expanded='false'] .not-active {
  display: flex;
}
.block-minicart .bundle-options > .toggle[aria-expanded='false'] .not-active::after {
  transform: rotate(180deg);
}
.block-minicart .bundle-options > .toggle[aria-expanded='true'] .active {
  display: flex;
}
.block-minicart .bundle-options > .toggle[aria-expanded='true'] .active::after {
  transform: rotate(0deg);
}
.block-minicart .bundle-options [data-role='title'] {
  position: relative;
  width: fit-content;
  display: block;
}
.block-minicart .bundle-options [data-role='content'] {
  margin: 12px 0 0;
  padding: 12px 0 4px;
  border-top: 1px solid #d8d8d8;
}
.block-minicart .bundle-options strong {
  font-weight: 700;
}
.block-minicart .bundle-options strong,
.block-minicart .bundle-options .product.options {
  font-size: 13px;
  line-height: 16px;
  color: #373535;
  text-transform: uppercase;
}
.block-minicart .bundle-options .product.options {
  font-weight: 300;
  margin: 0;
  padding: 5px 0 0;
}
.block-minicart .bundle-options li {
  position: relative;
}
.block-minicart .bundle-options li::before {
  content: '';
  position: absolute;
  display: block;
  height: 4px;
  width: 4px;
  background: #373535;
  border-radius: 50%;
  top: 5px;
  left: 3px;
}
.block-minicart .bundle-options li:not(:last-child) {
  margin-bottom: 5px;
}
.block-minicart .bundle-options .promo-badge {
  padding: 2px 8px;
  margin-left: 7px;
  top: -2px;
}
.block-minicart .bundle-options .values {
  display: block;
  padding-left: 10px;
}
.block-minicart .block-title {
  padding: 20px 0 16px;
  margin: 0 20px;
  border-bottom: 1px solid #c0c0c0;
}
.block-minicart .block-title .title {
  display: inline-block;
}
.block-minicart .block-title .title .text {
  font: 700 16px 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.block-minicart .block-title .title .counter {
  font: 400 14px 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.block-minicart .block-title .title .counter.empty {
  display: none;
}
.block-minicart .block-title .close {
  font: 400 13px 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.46px;
  text-decoration: underline;
  text-transform: uppercase;
  float: right;
  border: none;
  padding: 0;
  margin-top: 1px;
  cursor: pointer;
}
.block-minicart .block-content {
  padding: 20px;
}
.block-minicart .block-content .subtitle.empty {
  font: 400 13px 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.46px;
  text-align: center;
  padding: 22px 15px 20px;
  background-color: #f5f5f5;
  display: block;
  margin-top: 5px;
}
.block-minicart .minicart-items-wrapper {
  overflow: auto;
  margin-right: -15px;
  padding-right: 15px;
}
.block-minicart .minicart-items li {
  position: relative;
}
.block-minicart .minicart-items li:not(:last-child) {
  margin-bottom: 10px;
}
.block-minicart .minicart-items .product-item-photo {
  float: left;
}
.block-minicart .minicart-items .product-item-details {
  margin: 0 60px 0 120px;
}
.block-minicart .minicart-items .product-item-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.block-minicart .minicart-items .product-item-name a {
  text-decoration: none;
}
.block-minicart .minicart-items .product-item-pricing {
  margin: 5px 0;
  font-weight: 400;
}
.block-minicart .minicart-items .product-item-pricing .minicart-price.saving-price {
  color: #ff7002;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 8px;
}
.block-minicart .minicart-items .product-item-pricing .minicart-price-original-price {
  color: #373535;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-decoration-line: line-through;
  opacity: .6;
}
.block-minicart .minicart-items .delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
}
.block-minicart .minicart-items .delete span {
  display: block;
}
.block-minicart .minicart-footer {
  background-color: #f9f9f9;
}
.block-minicart .minicart-footer .viewcart {
  width: 100%;
}
.block-minicart .minicart-footer .grand-total:has(+ .od-saving-price) {
  margin-bottom: 0;
}
.block-minicart .minicart-footer .od-saving-price {
  color: #ff7002;
  font-size: 15px;
  line-height: 22px;
}
.block-minicart .totals {
  font: 700 16px 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1c1b1b;
}
.block-minicart .totals > * {
  margin-bottom: 19px;
}
.block-minicart .totals .label {
  float: left;
}
.block-minicart .totals .label .tax {
  font-weight: 300;
}
.block-minicart .totals .amount {
  float: right;
}
.header-view-shopping-cart {
  border-bottom: 1px solid #c0c0c0;
  padding: 20px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
}
.header-view-shopping-cart-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-view-shopping-cart .block-title .name a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  display: block;
}
.header-view-shopping-cart .block-title .name a:hover {
  color: #ff7100;
  text-decoration: none;
}
.header-view-shopping-cart .block-image {
  margin-right: 30px;
}
.header-view-shopping-cart .price,
.header-view-shopping-cart .rrp-price .price-wrapper:before {
  font-size: 15px;
  letter-spacing: 0.58px;
  line-height: 18px;
}
.header-view-shopping-cart .block-actions {
  margin-left: 10px;
}
.header-view-shopping-cart .block-actions a {
  padding: 13px 40px 14px;
}
.header-view-shopping-cart .block-actions a:hover {
  background: #c2d83f;
  color: #ffffff;
}
.actions-toolbar-wraper {
  margin-bottom: 1rem;
  width: 100%;
}
.checkout-index-index .opc-block-summary > .title,
.checkout-onepage-success .opc-block-summary > .title {
  display: inline-block;
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.checkout-index-index .items-in-cart,
.checkout-onepage-success .items-in-cart,
.checkout-index-index .store-sidebar,
.checkout-onepage-success .store-sidebar {
  background: #fff;
  padding: 0;
}
.checkout-index-index .items-in-cart > .title,
.checkout-onepage-success .items-in-cart > .title,
.checkout-index-index .store-sidebar > .title,
.checkout-onepage-success .store-sidebar > .title {
  padding: 7px 30px 7px 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  color: #373535;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(216, 216, 216, 0.5);
  cursor: pointer;
  font-weight: bolder;
  position: relative;
}
.checkout-index-index .items-in-cart > .title:after,
.checkout-onepage-success .items-in-cart > .title:after,
.checkout-index-index .store-sidebar > .title:after,
.checkout-onepage-success .store-sidebar > .title:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #373535;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.checkout-index-index .items-in-cart.active > .title:after,
.checkout-onepage-success .items-in-cart.active > .title:after,
.checkout-index-index .store-sidebar.active > .title:after,
.checkout-onepage-success .store-sidebar.active > .title:after,
.checkout-index-index .items-in-cart._show > .title:after,
.checkout-onepage-success .items-in-cart._show > .title:after,
.checkout-index-index .store-sidebar._show > .title:after,
.checkout-onepage-success .store-sidebar._show > .title:after {
  border-top: none;
  border-bottom: 4px solid #373535;
}
.checkout-index-index ol.minicart-items,
.checkout-onepage-success ol.minicart-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkout-index-index ol.minicart-items .product-item-name,
.checkout-onepage-success ol.minicart-items .product-item-name {
  font-weight: 700;
}
.checkout-index-index ol.minicart-items .product-item,
.checkout-onepage-success ol.minicart-items .product-item {
  padding: 19px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}
.checkout-index-index ol.minicart-items .price,
.checkout-onepage-success ol.minicart-items .price,
.checkout-index-index ol.minicart-items .rrp-price .price-wrapper:before,
.checkout-onepage-success ol.minicart-items .rrp-price .price-wrapper:before {
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
}
.checkout-index-index .actions-toolbar,
.checkout-onepage-success .actions-toolbar {
  text-align: center;
  padding: 5px 0;
}
.checkout-index-index .actions-toolbar .secondary,
.checkout-onepage-success .actions-toolbar .secondary {
  float: none;
}
.checkout-index-index .actions-toolbar .secondary .action.viewcart,
.checkout-onepage-success .actions-toolbar .secondary .action.viewcart {
  border: none;
  padding: 0;
  font-weight: 700;
  border-bottom-color: #ff7100;
  text-decoration: none;
  position: relative;
  margin-top: 1px;
}
.checkout-index-index .actions-toolbar .secondary .action.viewcart:hover,
.checkout-onepage-success .actions-toolbar .secondary .action.viewcart:hover {
  color: #ff7100;
}
.checkout-index-index .actions-toolbar .notice,
.checkout-onepage-success .actions-toolbar .notice {
  display: none;
}
.checkout-index-index .coupon .actions-toolbar,
.checkout-onepage-success .coupon .actions-toolbar {
  padding: 0;
}
.checkout-index-index .store-sidebar-content,
.checkout-onepage-success .store-sidebar-content,
.checkout-index-index .minicart-items,
.checkout-onepage-success .minicart-items {
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.checkout-index-index #shipping-new-address-form .choice,
.checkout-onepage-success #shipping-new-address-form .choice,
.checkout-index-index .billing-address-form .choice,
.checkout-onepage-success .billing-address-form .choice {
  vertical-align: middle;
}
.checkout-index-index #shipping-new-address-form .choice span,
.checkout-onepage-success #shipping-new-address-form .choice span,
.checkout-index-index .billing-address-form .choice span,
.checkout-onepage-success .billing-address-form .choice span {
  line-height: 30px;
  vertical-align: middle;
}
.checkout-index-index .opc-sidebar,
.checkout-onepage-success .opc-sidebar {
  background-color: #f6f6f6;
}
.checkout-index-index .opc-sidebar .opc-block-summary,
.checkout-onepage-success .opc-sidebar .opc-block-summary {
  margin-bottom: 32px;
}
.checkout-index-index .opc-sidebar .shipping-information,
.checkout-onepage-success .opc-sidebar .shipping-information {
  border: 1px solid #dee0e3;
}
.checkout-index-index .opc-sidebar .shipping-information-title,
.checkout-onepage-success .opc-sidebar .shipping-information-title {
  padding: 14px 20px;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 13px;
  color: #373535;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .opc-sidebar .shipping-information-title .action-edit,
.checkout-onepage-success .opc-sidebar .shipping-information-title .action-edit {
  padding: 0;
  border: none;
  text-decoration: underline;
  background: transparent;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}
.checkout-index-index .opc-sidebar .shipping-information-content,
.checkout-onepage-success .opc-sidebar .shipping-information-content {
  margin: 0 20px;
  padding: 15px 0;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 19px;
  color: #000;
}
.checkout-index-index .opc-sidebar .shipping-information-content a,
.checkout-onepage-success .opc-sidebar .shipping-information-content a {
  text-decoration: none;
  cursor: pointer;
}
.checkout-index-index .opc-sidebar .table-totals,
.checkout-onepage-success .opc-sidebar .table-totals {
  width: 100%;
  background: #fff;
  padding: 8px 19px;
  margin-bottom: 12px;
}
.checkout-index-index .opc-sidebar .table-totals th,
.checkout-onepage-success .opc-sidebar .table-totals th,
.checkout-index-index .opc-sidebar .table-totals td,
.checkout-onepage-success .opc-sidebar .table-totals td {
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 19px;
  padding: 5px 0;
}
.checkout-index-index .opc-sidebar .table-totals th strong,
.checkout-onepage-success .opc-sidebar .table-totals th strong,
.checkout-index-index .opc-sidebar .table-totals td strong,
.checkout-onepage-success .opc-sidebar .table-totals td strong {
  font-weight: 700;
}
.checkout-index-index .opc-sidebar .table-totals th,
.checkout-onepage-success .opc-sidebar .table-totals th {
  text-align: left;
}
.checkout-index-index .opc-sidebar .table-totals th:after,
.checkout-onepage-success .opc-sidebar .table-totals th:after {
  content: ':';
}
.checkout-index-index .opc-sidebar .table-totals td,
.checkout-onepage-success .opc-sidebar .table-totals td {
  text-align: right;
  white-space: nowrap;
}
.checkout-index-index .opc-sidebar .grand.totals strong,
.checkout-onepage-success .opc-sidebar .grand.totals strong {
  text-transform: uppercase;
}
.checkout-index-index .opc-sidebar .product-item-details,
.checkout-onepage-success .opc-sidebar .product-item-details {
  width: calc(100% - 122px);
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index .opc-sidebar .product-image-container,
.checkout-onepage-success .opc-sidebar .product-image-container {
  display: inline-block;
  margin-right: 19px;
}
.default-store.checkout-index-index ol.minicart-items .price > .price:before,
.default-store.checkout-index-index ol.minicart-items .rrp-price .price-wrapper:before > .rrp-price .price-wrapper:before:before {
  content: 'RRP ';
}
.default-store.checkout-onepage-success ol.minicart-items .price > .price:before,
.default-store.checkout-onepage-success ol.minicart-items .rrp-price .price-wrapper:before > .rrp-price .price-wrapper:before:before {
  content: 'RRP ';
}
#co-shipping-form {
  margin-bottom: 30px;
}
#checkoutSteps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-select-billing .selectric-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.checkout-index-index .shipping-heading {
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.checkout-index-index .billing-heading {
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.checkout-index-index #paymentexpress_pxpay_form .selectric-disabled,
.checkout-index-index #paymentexpress_pxpay_form select[disabled] {
  display: none;
}
.checkout-index-index [name$=".country_id"] {
  display: none !important;
}
.checkout-index-index .shipping-address-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index .shipping-address-items .shipping-address-item {
  flex: 0 calc(50% - 20px);
  position: relative;
  margin: 10px;
  padding: 10px;
}
.checkout-index-index .shipping-address-items .shipping-address-item:nth-child(odd) {
  margin-left: 0;
}
@media (max-width: 480px) {
  .checkout-index-index .shipping-address-items .shipping-address-item {
    flex: 0 100%;
    margin: 10px 0;
  }
}
.checkout-index-index .shipping-address-items .shipping-address-item .action {
  padding: 7px 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  margin: 10px 10px 0 0;
  text-transform: capitalize;
}
.checkout-index-index .shipping-address-items .shipping-address-item .action:hover {
  opacity: .6;
}
.checkout-index-index .shipping-address-items .shipping-address-item .action.edit-address-link {
  border: 0;
  padding: 13px 0;
}
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item {
  border: 1px solid #c2d83f;
  border-radius: 9px;
}
.checkout-index-index .shipping-address-items .shipping-address-item.selected-item:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #c2d83f;
  position: absolute;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff url('../images/tick_icon.svg') no-repeat 45%;
}
.checkout-index-index .action-show-popup {
  padding: 13px 10px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.checkout-index-index .action-show-popup:hover {
  opacity: .6;
}
.checkout-index-index .step-title {
  display: none;
}
.checkout-index-index .field-tooltip {
  display: none;
}
.checkout-index-index .note span {
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 19px;
  margin-top: 13px;
  display: inline-block;
}
.checkout-index-index .purchase-order-error {
  margin-bottom: 15px;
}
.checkout-index-index .actions-toolbar .primary {
  float: right;
}
.checkout-index-index .actions-toolbar .primary .action {
  padding: 13px 38px 14px;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.checkout-index-index .actions-toolbar .primary .action:hover {
  opacity: .7;
}
.checkout-index-index #co-shipping-method-form span {
  display: inline-block;
}
.checkout-index-index #co-shipping-method-form span:after {
  display: inline-block;
  content: "";
  margin-left: 8px;
  background-image: url('../images/arrow_right.svg');
  background-size: cover;
  width: 15px;
  height: 11px;
}
.checkout-index-index #shipping-method-buttons-container a {
  border: none;
  padding: 0;
  display: inline-block;
}
.checkout-index-index #shipping-method-buttons-container a span:before {
  content: "";
  width: 15px;
  height: 11px;
  background-image: url('../images/arrow_left.svg') no-repeat 45%;
  margin-right: 14px;
}
.checkout-index-index #shipping-method-buttons-container a span:after {
  display: none;
}
.checkout-index-index .items.ccard .number input {
  width: 100%;
}
.checkout-index-index .items.ccard .fields.group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-index-index .items.ccard .fields.group .field.no-label {
  width: 23%;
  display: inline-block;
}
.checkout-index-index .items.ccard .fields.group .field.cvv {
  width: 49%;
  display: inline-block;
}
.checkout-index-index .items.ccard .fields.group .field.cvv input {
  width: 100%;
  height: 50px;
}
.checkout-index-index .items.ccard .fields.group select {
  color: #acacac;
  background-position: 85% 45%;
}
.checkout-index-index .payment-method {
  border: 1px solid #cdcccc;
  border-radius: 2px;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  order: 0;
  padding: 15px;
}
.checkout-index-index .payment-method-title {
  margin-bottom: 0;
}
.checkout-index-index .payment-method-title input {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
.checkout-index-index .payment-method-title input + label {
  padding-left: 30px;
  position: relative;
}
.checkout-index-index .payment-method-title input + label:before {
  box-sizing: border-box;
  border: 1px solid #D3D6D9;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
}
.checkout-index-index .payment-method-title input + label:after {
  background-color: #414B56;
  border: none;
  border-radius: 50%;
  content: '';
  left: 3px;
  position: absolute;
  top: 7px;
}
.checkout-index-index .payment-method-title input:checked + label:before {
  border-color: #414B56;
}
.checkout-index-index .payment-method-title .label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: none;
  color: #414B56;
  cursor: pointer;
  font-size: inherit;
  margin: 0;
  letter-spacing: inherit;
  line-height: 26px;
  width: 100%;
}
.checkout-index-index .payment-method-title .label[for="laybuy_payment"] {
  line-height: 18px;
}
.checkout-index-index .payment-method-title .payment-method-label {
  font-weight: 300;
}
.checkout-index-index .payment-method-title .payment-icon {
  height: auto;
  text-align: right;
}
.checkout-index-index .payment-method-title .credit-card-types {
  display: inline-block;
  padding: 0;
  line-height: normal;
}
.checkout-index-index .payment-method-title .credit-card-types li {
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .payment-method-title .credit-card-types li span {
  display: inline-block;
  width: 40px;
  height: 23px;
  border-radius: 2px;
  border: 1px solid #dee0e3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 550px) {
  .checkout-index-index .payment-method-title .credit-card-types li span {
    width: 30px;
  }
}
.checkout-index-index .payment-method-title .credit-card-types li img {
  margin: 0 auto;
}
.checkout-index-index .payment-method-title .credit-card-types li:nth-of-type(2) {
  margin: 0 5px;
}
.checkout-index-index .payment-method-title .action.action-help {
  display: none;
}
.checkout-index-index .payment-method-content {
  display: none;
  order: 1;
}
.checkout-index-index .payment-method-content .payment-icon {
  margin-bottom: 20px;
}
.checkout-index-index .payment-method-content > .actions-toolbar {
  padding-bottom: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.checkout-index-index .payment-method-content > .actions-toolbar .notice {
  margin-bottom: 15px;
}
.checkout-index-index .payment-method-content > .actions-toolbar .action.primary,
.checkout-index-index .payment-method-content > .actions-toolbar #instant-empty-results-container a {
  padding-left: 60px;
  padding-right: 60px;
  pointer-events: auto;
}
.checkout-index-index .payment-method-content > .actions-toolbar .action.primary span:before,
.checkout-index-index .payment-method-content > .actions-toolbar #instant-empty-results-container a span:before {
  content: "";
  background-image: url('../images/padlock.svg');
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 14px;
  margin-right: 13px;
  margin-top: -5px;
}
.checkout-index-index .payment-method-content > .actions-toolbar .primary {
  display: inline-block;
}
.checkout-index-index .payment-method-content > .actions-toolbar .primary.back {
  float: left;
}
.checkout-index-index .payment-method-content > .actions-toolbar .primary.back .action {
  border: none;
  padding: 13px 0 0;
  font-size: 16px;
}
.checkout-index-index .payment-method-content > .actions-toolbar .primary.back .action span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .payment-method-content > .actions-toolbar .primary.back .action span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url('../images/arrow_left.svg');
  margin-right: 13px;
}
.checkout-index-index .payment-option {
  margin: 12px 0;
}
.checkout-index-index .payment-method._active .payment-method-title input + label:after {
  width: 10px;
  height: 10px;
}
.checkout-index-index .payment-method._active .payment-method-content {
  display: block;
}
.checkout-index-index .payment-method._active .payment-method-content input[type=number]::-webkit-inner-spin-button,
.checkout-index-index .payment-method._active .payment-method-content input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-index-index div.mage-error {
  color: #ff1c1c;
}
.checkout-index-index .modal-popup .modal-footer .action {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding: 13px 15px;
}
.checkout-index-index .modal-popup .modal-footer .action:hover {
  opacity: .6;
}
.checkout-index-index .admin__control-text {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #cdcccc;
  padding: 15px 0 13px 21px;
  background: #fff;
  color: #373535;
  opacity: 1;
  font-weight: 300;
}
.checkout-index-index input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkout-index-index .add-new-wrap {
  margin-bottom: 40px;
}
.checkout-index-index #product-purpose-wrapper {
  margin: 40px 0;
}
.checkout-index-index #product-purpose-wrapper .purpose-heading {
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.checkout-index-index #product-purpose-wrapper > .field {
  border: 1px solid #D3D6D9;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 15px;
  vertical-align: middle;
}
.checkout-index-index #product-purpose-wrapper > .field .choice {
  margin: 0;
}
.checkout-index-index #product-purpose-wrapper > .field .choice .input-radio + label {
  color: #414B56;
  display: block;
  margin: 0;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
.checkout-index-index #product-purpose-wrapper > .field .choice .input-radio + label:before {
  box-sizing: border-box;
  border: 1px solid #D3D6D9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
}
.checkout-index-index #product-purpose-wrapper > .field .choice .input-radio + label:after {
  background-color: #414B56;
  border: none;
  border-radius: 50%;
  left: 3px;
  position: absolute;
  top: 5px;
  width: 10px;
  height: 10px;
}
.checkout-index-index #product-purpose-wrapper > .field .choice .input-radio:checked + label:before {
  border-color: #414B56;
}
.checkout-index-index #product-purpose-wrapper .control {
  margin: 0;
}
.checkout-index-index .choice .input-radio + label {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .choice .input-radio + label:before {
  display: inline-block;
  vertical-align: bottom;
  line-height: 24px;
}
.checkout-index-index .checkout-container .checkout-content-wrap .checkout-logo {
  display: inline-block;
  margin-right: 60px;
}
.checkout-index-index .store-sidebar {
  margin-bottom: 12px;
}
.checkout-index-index .store-sidebar .top-content {
  padding: 12px 20px;
}
.checkout-index-index .store-sidebar .bottom-content {
  padding: 0 20px 15px;
}
.checkout-index-index .store-sidebar .wrapper-sidebar {
  padding: 5px 0;
}
.checkout-index-index .store-sidebar .hours-block {
  width: calc(100% - 149px);
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index .store-sidebar .hours-block .heading-hours {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.47px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.checkout-index-index .store-sidebar .store-message {
  margin-top: 10px;
}
.checkout-index-index .store-sidebar .store-message p {
  margin-bottom: 0;
}
.checkout-index-index .store-sidebar .shop-image {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.checkout-index-index .store-sidebar .shop-image img {
  width: 130px;
}
.checkout-index-index .opc-progress-bar {
  display: inline-block;
  float: right;
  margin: 0;
  list-style: none;
  width: calc(100% - 290px);
  padding: 12px 0;
  counter-reset: i;
}
@media (max-width: 1200px) {
  .checkout-index-index .opc-progress-bar {
    float: none;
    width: 100%;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.checkout-index-index .opc-progress-bar-item {
  display: inline-block;
  cursor: pointer;
}
.checkout-index-index .opc-progress-bar-item span {
  color: #373535;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-index-index .opc-progress-bar-item span:before {
  content: counter(i);
  counter-increment: i;
  width: 28px;
  height: 28px;
  border: 1px solid #9b9b9b;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #373535;
  line-height: 28px;
  text-indent: 1px;
}
@media (max-width: 1023px) {
  .checkout-index-index .opc-progress-bar-item span:before {
    margin-right: 10px;
  }
}
.checkout-index-index .opc-progress-bar-item._active span:before,
.checkout-index-index .opc-progress-bar-item._complete span:before {
  background: #c2d83f;
  border-color: #c2d83f;
  color: #fff;
}
.checkout-index-index #co-payment-form .fieldset {
  margin: 0;
  padding: 0;
}
.checkout-index-index #co-payment-form .fieldset .payment-method-billing-address .primary {
  float: none;
}
.checkout-index-index #co-payment-form .fieldset .select {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.checkout-index-index .billing-address-same-as-shipping-block {
  margin-bottom: 25px;
}
.checkout-index-index .billing-address-same-as-shipping-block > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .shipping-name-title {
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.checkout-index-index .wrapper-name {
  margin-bottom: 40px;
}
.checkout-index-index .action-edit-address {
  border: none;
  text-decoration: underline;
}
.checkout-index-index #customer-email-fieldset {
  padding: 0;
  margin: 0 0 20px;
}
.checkout-index-index #customer-email-fieldset .secondary {
  padding-top: 13px;
  margin-right: 10px;
  float: right;
}
.checkout-index-index #customer-email-fieldset .fieldset {
  padding: 0;
  margin: 0;
}
.checkout-index-index #customer-email-fieldset input {
  width: 100%;
  margin: 0;
  color: #373535;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .checkout-index-index #customer-email-fieldset input {
    padding-left: 21px;
  }
}
.checkout-index-index #customer-email-fieldset .label {
  display: block;
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.checkout-index-index .form-shipping-address .control {
  margin-bottom: 13px;
}
.checkout-index-index .shipping-table-heading {
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
.checkout-index-index .store-info-wrapper {
  border: 1px solid #cdcccc;
  border-top: none;
  opacity: 1 !important;
}
.checkout-index-index .notice-container {
  border-radius: 2px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.checkout-index-index .notice-container .title {
  border: 1px solid rgba(255, 113, 0, 0.5);
  background-color: rgba(255, 113, 0, 0.15);
  display: block;
  padding: 20px;
  letter-spacing: 0.5px;
  line-height: 19px;
}
.checkout-index-index .store-data-info {
  padding: 0;
  border-radius: 0 0 3px 3px;
  width: 100%;
  border-top: 0;
}
.checkout-index-index .store-data-info span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .store-data-info span.store-data-notice {
  font-size: 18px;
  font-weight: 500;
}
.checkout-index-index .store-data-info .wrapper-content {
  padding: 10px 20px;
}
.checkout-index-index .store-data-info .wrapper-content.name {
  border-top: 1px solid #e5e5e5;
}
.checkout-index-index .store-data-info .wrapper-content.address,
.checkout-index-index .store-data-info .wrapper-content.phone {
  background-color: #f6f6f6;
}
@media (max-width: 550px) {
  .checkout-index-index .store-data-info .wrapper-content.address .title,
  .checkout-index-index .store-data-info .wrapper-content.phone .title {
    display: none;
  }
}
.checkout-index-index .store-data-info .wrapper-content.address {
  padding: 10px 20px 5px;
}
.checkout-index-index .store-data-info .wrapper-content.phone {
  padding: 5px 20px 10px;
}
.checkout-index-index .store-data-info .wrapper-content.address:before,
.checkout-index-index .store-sidebar .wrapper-sidebar.address:before,
.checkout-onepage-success .success-pickup-address:before {
  content: "";
  width: 10px;
  height: 14px;
  display: inline-block;
  background: url('../images/pin_icon.svg') no-repeat;
  margin: 0 11px -2px 0;
}
.checkout-index-index .store-data-info .wrapper-content.phone:before,
.checkout-index-index .store-sidebar .wrapper-sidebar.phone:before,
.checkout-onepage-success .success-pickup-phone:before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/phone.svg') no-repeat;
  margin-right: 12px;
}
.checkout-index-index .store-data-info .hours-store-wrapper {
  padding: 0 20px 20px;
  background-color: #f6f6f6;
}
.checkout-index-index .store-data-info .hours-store-wrapper .heading-text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #373535;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  margin: 0 0 10px;
}
.checkout-index-index .table-checkout-shipping-method {
  width: 100%;
  display: block;
}
.checkout-index-index .table-checkout-shipping-method .store-info-wrapper {
  display: block;
  background-color: #f6f6f6;
  margin-top: -1px;
  padding: 20px;
}
.checkout-index-index .table-checkout-shipping-method tbody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .table-checkout-shipping-method .row {
  width: 100%;
  display: inline-block;
}
.checkout-index-index .table-checkout-shipping-method .col-method {
  width: 0;
  height: 0;
  padding: 0;
  position: absolute;
}
.checkout-index-index .table-checkout-shipping-method .col-method input {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.checkout-index-index .table-checkout-shipping-method .col-carrier {
  padding: 13px 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #9b9b9b;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 0 2px 2px 0;
  border: 1px solid #cdcccc;
  cursor: pointer;
  font-weight: 700;
}
.checkout-index-index .table-checkout-shipping-method .col-carrier.active {
  color: #c2d83f;
  border-top-color: #c2d83f;
}
.checkout-index-index .table-checkout-shipping-method .col-carrier#label_carrier_freeshipping_freeshipping.active {
  border-bottom: 0;
}
.checkout-index-index .table-checkout-shipping-method.alone .col-carrier {
  background-color: #c2d83f;
  border: none;
  color: #fff;
}
.checkout-index-index .field.street {
  padding: 0;
  margin: 0;
  border: none;
}
.checkout-index-index .field.street .field {
  width: 100%;
}
.checkout-index-index #delivery-instructions-wrapper {
  opacity: 1 !important;
}
.checkout-index-index #delivery-instructions-wrapper textarea {
  resize: none;
  width: 100%;
  height: 107px;
}
.checkout-index-index #delivery-instructions-wrapper .delievery-heading {
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 11px;
}
@media (max-width: 1023px) {
  .checkout-index-index .af_list {
    left: 20px !important;
  }
}
.checkout-index-index .field.customer-note textarea {
  width: 100%;
  min-height: 120px;
}
#co-shipping-custom-form {
  display: none;
}
.checkout-index-index.pickup .checkout-payment-method {
  display: block !important;
}
.checkout-index-index.pickup .form.methods-shipping .actions-toolbar {
  display: none !important;
}
.checkout-index-index.pickup #delivery-instructions-wrapper {
  display: none !important;
}
.checkout-index-index.pickup .checkout-shipping-address .addresses,
.checkout-index-index.pickup .checkout-shipping-address .add-new-wrap {
  display: none;
}
.checkout-index-index.pickup #co-shipping-form {
  display: none;
}
.checkout-billing-address {
  clear: both;
  margin-top: 40px;
}
.checkout-payment-method {
  padding-bottom: 125px;
  position: relative;
}
.checkout-billing-address .action-update {
  display: none;
}
.checkout-index-index #checkout-payment-method-load {
  border: 5px solid #F47920;
  margin: -10px -10px 25px -10px;
  padding: 10px;
}
.checkout-index-index .payment-error {
  color: #ffffff;
  background-color: #F47920;
  margin: -25px -10px 25px;
  padding-left: 10px;
}
.checkout-index-index .actions-toolbar.init-place-order {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  font-size: 0;
}
.checkout-index-index .actions-toolbar.init-place-order .action.checkout {
  padding-left: 60px;
  padding-right: 60px;
  pointer-events: auto;
}
.checkout-onepage-success .general {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 50px;
}
.checkout-onepage-success .action.primary.create-account,
.checkout-onepage-success #instant-empty-results-container a.create-account {
  padding-left: 40px;
  padding-right: 40px;
}
.checkout-onepage-success .success-delivery {
  margin-bottom: 20px;
}
.checkout-onepage-success .page-title {
  margin: 0;
}
.checkout-onepage-success .product-item-name {
  display: block;
}
.checkout-onepage-success .success-information {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-onepage-success .success-information li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding-left: 15px;
}
.checkout-onepage-success .success-information li p {
  font-size: 15px;
  line-height: 38px;
  text-transform: uppercase;
  color: #373535;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkout-onepage-success .success-information li p:not(.success-heading) {
  letter-spacing: 0.5px;
}
.checkout-onepage-success .success-information li .success-heading {
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  padding-top: 15px;
}
.checkout-onepage-success .success-information li.information-item {
  flex-grow: 1;
}
.checkout-onepage-success .success-information li.data-information {
  flex-grow: 2;
}
.checkout-onepage-success .success-information li.store-information {
  flex-grow: 3;
}
.checkout-onepage-success .delivery-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 2px 2px 0 0;
  background-color: #c2d83f;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.checkout-onepage-success .success-delivery-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-onepage-success .success-delivery-content .address {
  flex-grow: 1;
  padding: 8px 18px 18px;
  border: 1px solid #d8d8d8;
}
.checkout-onepage-success .success-delivery-content .address .address-heading {
  font-weight: 700;
  text-transform: uppercase;
  margin: 4px 0 10px;
  font-style: normal;
  line-height: normal;
}
.checkout-onepage-success .success-delivery-content .address .address-text {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
  font-style: normal;
}
.checkout-onepage-success .success-delivery-content .address .address-text a {
  text-decoration: none;
}
.checkout-onepage-success .success-pickup-method {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  border: 1px solid #cdcccc;
}
.checkout-onepage-success .success-pickup-store {
  border-top: 1px solid #e5e5e5;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  vertical-align: middle;
  width: 100%;
}
.checkout-onepage-success .success-pickup-address {
  background-color: #f6f6f6;
  padding: 12px 20px 7px;
}
.checkout-onepage-success .success-pickup-phone {
  padding: 7px 20px 15px;
  background-color: #f6f6f6;
}
.checkout-onepage-success .store-pickup-hours {
  background-color: #f6f6f6;
  padding: 0 20px 12px;
}
.checkout-onepage-success .store-info-wrapper {
  padding-top: 15px;
  border-top: 1px solid #cdcccc;
}
.checkout-onepage-success .heading-text {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.block.crosssell {
  clear: both;
  max-width: 1400px;
  margin: 0 auto 40px;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .block.crosssell {
    padding: 50px 0 ;
  }
}
.block.crosssell .block-title {
  text-align: center;
  padding: 10px 0 30px 0;
  text-transform: uppercase;
}
.block.crosssell .block-title strong {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.block.crosssell .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .block.crosssell .product-items {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.block.crosssell .product-items .product-item {
  width: 33.3%;
  margin: 20px 0;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .block.crosssell .product-items .product-item {
    width: 47%;
    margin: 30px 0;
    max-width: none;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .block.crosssell .product-items .product-item {
    width: 100%;
    margin: 15px 0;
  }
}
.block.crosssell .product-items .product-item .product-item-info {
  border: 1px solid #d8d8d8;
  padding: 30px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-photo {
  display: block;
  text-align: center;
  overflow: hidden;
  height: 57%;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-photo img {
  max-width: 250px;
  max-height: 250px;
  overflow: hidden;
  width: 100%;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details {
  padding-top: 20px;
  height: 43%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.64px;
  color: #373535;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 6px;
  display: block;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  text-decoration: none;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details .product-item-name .price,
.block.crosssell .product-items .product-item .product-item-info .product-item-details .product-item-name .rrp-price .price-wrapper:before {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #ff7100;
  margin-top: 20px;
  display: inline-block;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details .price-box-hidden {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #373535;
  margin-bottom: 14px;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action {
  width: 100%;
}
.block.crosssell .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action:hover {
  background: #c2d83f;
  color: #ffffff;
}
#add-to-cart-dialog.cross-sell-active .product-popup-added-info .actions {
  display: none;
}
.block-minicart .cross-sell-section-item-wrapper {
  padding: 12px 12px 12px 8px;
}
.block-minicart .cross-sell-section-wrapper {
  padding: 14px 20px;
}
.block-minicart .cross-sell-section-wrapper .add-tocart {
  padding: 0 13px;
}
.block-minicart .cross-sell-section-wrapper .add-tocart span:last-of-type {
  display: none;
}
.cross-sell-section-title {
  color: #ff7002;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cross-sell-section-title p {
  margin: 0;
}
.cross-sell-section-item-url {
  text-decoration: none;
}
.cross-sell-section-item,
.cross-sell-section-item-wrapper {
  display: flex;
  align-items: center;
}
.cross-sell-section-item-title,
.cross-sell-section-item-price {
  color: #373535;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 120% !important;
  letter-spacing: .5px !important;
  text-transform: uppercase;
  margin: 0;
}
.cross-sell-section-item-title {
  margin-bottom: 8px;
}
.cross-sell-section-actions {
  margin-left: 12px;
}
.cross-sell-section-item-wrapper {
  background-color: #ffffff;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
}
.cross-sell-section-item-wrapper button {
  font-size: 12px;
  font-weight: 700;
  padding: 0 20px;
  letter-spacing: .5px;
  line-height: 14px;
  height: 32px;
}
.cross-sell-section-item img {
  width: 65px;
  margin-right: 12px;
}
.cross-sell-section-wrapper {
  background: rgba(255, 112, 2, 0.05);
}
.checkout-cart-index .cart-container:has(.cross-sell-section) .form-cart {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container:has(.cross-sell-section) .form-cart .cart.items {
  border-bottom: none;
}
.checkout-cart-index .cart-container .cross-sell-section {
  border: 1px solid #dee0e3;
  border-top: none;
}
.checkout-cart-index .cart-cross-product-table .cross-sell-section-item-wrapper {
  padding: 20px;
}
.checkout-cart-index .cart-cross-product-table .cross-sell-section-wrapper {
  padding: 16px;
}
.checkout-cart-index .cart-cross-product-table td {
  padding: 0 !important;
  text-align: left !important;
}
.stihl_enquirenow-form-style {
  width: 100%;
  padding: 50px 15px 0;
  margin-bottom: 20px;
}
.stihl_enquirenow-form-style .form-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0;
  display: block;
}
.stihl_enquirenow-form-style label {
  color: #9b9b9b;
}
.stihl_enquirenow-form-style button,
.stihl_enquirenow-form-style input,
.stihl_enquirenow-form-style textarea {
  width: 100%;
}
.stihl_enquirenow-form-style .fieldset {
  padding: 0;
}
.stihl_enquirenow-form-style button {
  padding: 15px 80px;
  margin-top: 25px;
}
.stihl_enquirenow-form-style .input-text {
  border-radius: 3px;
  border: 1px solid #cdcccc;
  padding: 15px 5px 16px 21px;
  color: #373535;
}
.stihl_enquirenow-form-style textarea {
  min-height: 120px;
  resize: none;
}
.stihl_enquirenow-form-style .required-fields {
  display: block;
  margin-top: 0;
  letter-spacing: 0.5px;
  color: #9b9b9b;
}
.box-cms-blocks .cms-blocks-row .item-img.mobile {
  display: none;
}
.box-cms-blocks .cms-blocks-row .item-img.desktop {
  display: block;
}
@media (max-width: 767px) {
  .box-cms-blocks .cms-blocks-row .item-img.desktop {
    display: none;
  }
  .box-cms-blocks .cms-blocks-row .item-img.mobile {
    display: block;
    width: 100%;
  }
}
.cms-page-view .breadcrumbs .items {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.cms-page-view .page-main {
  /* About us pages */
  /* slider */
}
.cms-page-view .page-main .page-header {
  max-width: 1440px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  min-height: 230px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.cms-page-view .page-main .page-header h1 {
  font-size: 45px;
}
@media (max-width: 1023px) {
  .cms-page-view .page-main .page-header {
    background-position: center;
  }
  .cms-page-view .page-main .page-header h1 {
    font-size: 35px;
  }
}
.cms-page-view .page-main .cms-container {
  width: 920px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .cms-page-view .page-main .cms-container {
    margin-bottom: 60px;
    width: 100%;
    padding: 0 15px;
  }
}
.cms-page-view .page-main .content-article {
  margin-bottom: 50px;
}
.cms-page-view .page-main .article-list {
  padding: 0;
}
.cms-page-view .page-main .article-list li span {
  font-weight: bold;
}
.cms-page-view .page-main .article-list li p {
  margin: 0;
  letter-spacing: 0.5px;
}
.cms-page-view .page-main .article-list .promotion-list {
  padding: 0;
}
.cms-page-view .page-main .article-list .promotion-list span {
  padding: 0 15px;
  font-weight: 300;
}
.cms-page-view .page-main .article-list.service span {
  margin-right: 5px;
}
.cms-page-view .page-main .cms-link {
  color: #ff7100;
  text-decoration: none;
}
.cms-page-view .page-main .cms-link:hover {
  text-decoration: underline;
}
.cms-page-view .page-main .about-us {
  text-align: center;
}
.cms-page-view .page-main .about-us .page-content {
  margin-bottom: 15px;
}
.cms-page-view .page-main .about-us .stihl-technology {
  background-color: #f5f5f5;
  padding: 70px 0 50px;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .about-us .stihl-technology {
    padding-top: 40px;
  }
}
.cms-page-view .page-main .about-us .technology-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .about-us .technology-info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cms-page-view .page-main .about-us .technology-info .content {
  width: 38%;
  text-align: left;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .about-us .technology-info .content {
    width: 100%;
  }
}
.cms-page-view .page-main .about-us .technology-info .content h2 {
  margin-top: 0;
}
.cms-page-view .page-main .about-us .technology-info .technology-img {
  width: 55%;
  margin: 0;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .about-us .technology-info .technology-img {
    width: 100%;
    margin-top: 30px;
  }
}
.cms-page-view .page-main .about-us .about-us-slider {
  text-align: left;
  margin: 50px 0 100px 90px;
}
.cms-page-view .page-main .range-cms-blocks {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 15px 20px;
}
@media (max-width: 1023px) {
  .cms-page-view .page-main .range-cms-blocks {
    padding: 40px 15px 10px 15px;
  }
}
.cms-page-view .page-main .range-cms-blocks .slick-list .slider-item-title {
  margin-top: 30px;
  color: #373535;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.cms-page-view .page-main .range-cms-blocks .slick-list .slider-item-img {
  height: 300px;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .range-cms-blocks .slick-list .slider-item-img {
    height: 220px;
  }
}
.cms-page-view .page-main .range-cms-blocks .slick-list .slider-item-img img {
  height: 100%;
}
@media (max-width: 767px) {
  .cms-page-view .page-main .range-cms-blocks .home-slider_wrap .slick-list.draggable {
    margin: 0 15px;
  }
}
/* 404 page */
.cms-no-route .page-main {
  min-height: 100px;
}
.cms-no-route .not-fount {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  .cms-no-route .not-fount {
    padding: 0 0 0 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .cms-no-route .not-fount {
    padding: 0 15px 0 15px;
  }
}
.cms-no-route .space {
  width: 25%;
}
@media (max-width: 2000px) {
  .cms-no-route .space {
    width: 10%;
  }
}
@media (max-width: 1450px) {
  .cms-no-route .space {
    display: none;
  }
}
.cms-no-route .nf-info {
  width: 25%;
  text-align: center;
}
@media (max-width: 1450px) {
  .cms-no-route .nf-info {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .cms-no-route .nf-info {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cms-no-route .nf-info {
    margin-top: 0;
    width: 100%;
  }
}
.cms-no-route .block-404 {
  text-align: left;
}
.cms-no-route .mob-bg {
  display: none;
}
@media (max-width: 767px) {
  .cms-no-route .mob-bg {
    display: block;
    position: absolute;
    top: 0;
    width: 65%;
    right: 0;
    z-index: -1;
  }
}
.cms-no-route .nf-img {
  width: 55%;
  height: 320px;
  background-size: 80%;
  background-position: 100% 80%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .cms-no-route .nf-img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cms-no-route .nf-img {
    display: none;
  }
}
.cms-no-route .nf-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cms-no-route .nf-btn .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cms-no-route .nf-btn .btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
  }
}
.cms-no-route .button-404.action {
  width: 200px;
  font-weight: 700;
  margin: 0 15px 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .cms-no-route .button-404.action {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .cms-no-route .button-404.action {
    flex: 1;
  }
}
.cms-no-route .button-404.action:last-child {
  margin-right: 0;
}
.cms-no-route .title {
  font-size: 100px;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .cms-no-route .title {
    width: 200px;
  }
}
.cms-no-route .title .sub-title {
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.33px;
  display: block;
}
/* Promotions Page */
.promotions-page {
  max-width: 1440px;
  margin: 0 auto;
}
.promotions-page .promotion-content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .promotions-page .promotion-content {
    padding: 0 15px;
  }
}
.promotions-page .promotion-content .sort {
  position: absolute;
  top: 15px;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .promotions-page .promotion-content .sort {
    top: 10px;
  }
}
.promotions-page .promotion-content .sort p {
  margin-right: 15px;
}
.promotions-page .promotion-content .sort .selectric {
  border: none;
}
.promotions-page .promotion-content .sort-part {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .promotions-page .promotion-content .sort-part {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
}
.promotions-page .promotion-content .promo-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 10px 25px;
}
@media (max-width: 767px) {
  .promotions-page .promotion-content .promo-block {
    margin-bottom: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.promotions-page .promotion-content .promo-block .content {
  width: 50%;
}
@media (max-width: 767px) {
  .promotions-page .promotion-content .promo-block .content {
    width: 100%;
    padding: 60px 10px 0;
  }
}
.promotions-page .promotion-content .promo-block .promo-img {
  width: 40%;
}
@media (max-width: 767px) {
  .promotions-page .promotion-content .promo-block .promo-img {
    width: 100%;
  }
}
.promotions-page .save-header-title {
  background-color: #cad300;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.promotions-page .save-header-title h2 {
  margin: 0;
  font-size: 24px;
  padding: 15px;
}
.promotions-page .save-promo {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 25px;
  text-align: left;
  margin-top: 70px;
}
.promotions-page .save-promo .save-title {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .promotions-page .save-promo .save-title {
    font-size: 20px;
  }
}
.promotions-page .save-promo .save-title span {
  display: block;
  color: #ff7100;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 65px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .promotions-page .save-promo .save-title span {
    font-size: 50px;
  }
}
.promotions-page .save-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .promotions-page .save-block .saves-details {
    margin-top: 15px;
  }
}
.promotions-page .save-info {
  text-align: left;
  margin-bottom: 30px;
  padding: 0 25px;
  margin-top: 40px;
}
.promotions-page .blocks-for-save {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .promotions-page .blocks-for-save {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promotions-page .blocks-for-save .save-title {
    margin-bottom: 0;
  }
}
.promotions-page .blocks-for-save .save-promo {
  width: 50%;
}
.promotions-page .blocks-for-save .save-promo span {
  font-size: 60px;
}
@media (max-width: 767px) {
  .promotions-page .blocks-for-save .save-promo {
    width: auto;
    margin-top: 20px;
  }
  .promotions-page .blocks-for-save .save-promo:last-child {
    border-top: none;
    margin-top: 10px;
  }
}
.promotions-page .header-title {
  background-repeat: round;
  background-size: cover;
  padding: 50px;
  width: 100%;
  letter-spacing: 0.5px;
}
@media (max-width: 1023px) {
  .promotions-page .header-title {
    padding: 40px 15px;
    background: #b0ddef !important;
  }
}
.promotions-page .header-title p {
  width: 45%;
}
@media (max-width: 767px) {
  .promotions-page .header-title p {
    width: 100%;
  }
}
.promotions-page .vertical-block {
  width: 400px;
  position: relative;
  text-align: center;
  border: 1px solid #cad300;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .promotions-page .vertical-block {
    margin-bottom: 30px;
  }
}
.promotions-page .vertical-block .save-150 {
  position: absolute;
  padding: 20px 0px;
  left: 20px;
}
.promotions-page .vertical-block .product {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .promotions-page .vertical-block .product {
    padding: 35px;
  }
}
.promotions-page .vertical-block .info-product {
  text-align: left;
  padding-left: 20px;
}
.promotions-page .horizontal-block {
  width: 620px;
  text-align: center;
  border: 1px solid #cad300;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .promotions-page .horizontal-block {
    margin-bottom: 30px;
  }
}
.promotions-page .info-product {
  text-align: left;
  padding-left: 20px;
  padding-bottom: 15px;
}
.promotions-page .price,
.promotions-page .rrp-price .price-wrapper:before {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.44px;
  color: #ff7100;
}
.promotions-page .product-name,
.promotions-page .product-details,
.promotions-page .price,
.promotions-page .offer,
.promotions-page .rrp-price .price-wrapper:before {
  margin: 0;
}
.promotions-page .promo-block {
  width: 100%;
  background-color: #cad300;
  margin-bottom: 60px;
  color: #ffffff;
}
.promotions-page .promo-block .title {
  font-size: 62px;
  font-weight: 700;
  margin: 0;
  line-height: 65px;
}
@media (max-width: 767px) {
  .promotions-page .promo-block .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.promotions-page .promo-block .title span {
  display: block;
  font-size: 40px;
  margin: 0;
  line-height: 40px;
}
@media (max-width: 767px) {
  .promotions-page .promo-block .title span {
    font-size: 20px;
    line-height: 20px;
  }
}
.promotions-page .promo-block .title span a {
  text-decoration: none;
  color: #ffffff;
  transition: all .3s;
}
.promotions-page .promo-block .title span a:hover {
  color: #ff7100;
}
.promotions-page .promo-block .promo-text {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .promotions-page .promo-block .promo-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
}
.promotions-page .img-block {
  padding: 15px;
}
.promotions-page .img-block.mobile {
  display: none;
}
.promotions-page .img-block.desktop {
  display: block;
}
@media (max-width: 767px) {
  .promotions-page .img-block.desktop {
    display: none;
  }
  .promotions-page .img-block.mobile {
    display: block;
    width: 100%;
  }
}
.countdown-clock-container {
  background: #373535;
  padding: 15px 30px;
}
.countdown-clock-container .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 767px) {
  .countdown-clock-container .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .countdown-clock-container .info-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.countdown-clock-container h2 {
  color: #ff7100;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .countdown-clock-container h2 {
    font-size: 19px;
    line-height: 1.37;
    width: 80%;
  }
}
.countdown-clock-container .shop-now-link {
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .countdown-clock-container .shop-now-link {
    font-size: 12.4px;
    padding-top: 4px;
  }
}
.countdown-clock-container .flipTimer {
  padding-bottom: 20px;
  min-width: 320px;
  line-height: 36px;
  height: 68px;
  font-family: 'Univers LT Std Condensed';
  font-size: 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .countdown-clock-container .flipTimer {
    text-align: center;
  }
}
.countdown-clock-container .flipTimer .digit-set {
  width: 32px;
}
.countdown-clock-container .flipTimer .digit > div {
  padding: 5px;
  text-align: center;
}
.countdown-clock-container .flipTimer .digit > div.digit-top,
.countdown-clock-container .flipTimer .digit > div.shadow-top {
  background-color: #474441;
  border-bottom: 1px solid #474441;
  width: 32px;
}
.countdown-clock-container .flipTimer .digit > div.digit-bottom,
.countdown-clock-container .flipTimer .digit > div.shadow-bottom {
  background-color: #524f4b;
  width: 32px;
}
.countdown-clock-container .days,
.countdown-clock-container .hours,
.countdown-clock-container .minutes,
.countdown-clock-container .seconds {
  position: relative;
}
.countdown-clock-container .days:after,
.countdown-clock-container .hours:after,
.countdown-clock-container .minutes:after,
.countdown-clock-container .seconds:after {
  content: '';
  position: absolute;
  bottom: 6px;
  font-size: 11.2px;
  font-family: 'Univers LT Std Condensed';
  height: 12px;
  color: #ffffff;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.countdown-clock-container .days:after {
  content: 'days';
}
.countdown-clock-container .hours:after {
  content: 'hours';
}
.countdown-clock-container .minutes:after {
  content: 'minutes';
}
.countdown-clock-container .seconds:after {
  content: 'seconds';
}
.contact-index-index .page-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .contact-index-index .page-main {
    padding: 0 15px;
  }
}
.contact-index-index .page-main .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.5px;
  color: #9b9b9b;
  margin-bottom: 170px;
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact-index-index .page-main .columns {
    margin-bottom: 20px;
  }
}
.contact-index-index .page-main .columns::before {
  display: none;
}
.contact-index-index .page-main .columns::after {
  display: none;
}
.contact-index-index .page-main .columns .page-description p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
.contact-index-index .page-main .form-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .form-grid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-index-index .page-main .form-grid .field {
  width: 49%;
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .form-grid .field {
    width: 100%;
  }
}
.contact-index-index .page-main .field {
  width: 100%;
}
.contact-index-index .page-main .field .input-text {
  width: 100%;
}
.contact-index-index .page-main .column {
  width: 58%;
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .column {
    width: 100%;
  }
}
.contact-index-index .page-main .control textarea {
  min-height: 120px;
  resize: none;
}
.contact-index-index .page-main .sidebar {
  width: 24%;
  margin-right: 31px;
}
@media (max-width: 1439px) {
  .contact-index-index .page-main .sidebar {
    width: 28%;
  }
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .sidebar {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
}
.contact-index-index .page-main .sidebar .side-bar-content .side-block {
  border: 1px solid #dee0e3;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.contact-index-index .page-main .sidebar .side-bar-content .side-block p {
  width: 85%;
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .sidebar .side-bar-content .side-block p {
    width: 100%;
  }
}
.contact-index-index .page-main .sidebar .sidebar-title {
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #373535;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid #dee0e3;
}
.contact-index-index .page-main .sidebar .sidebar-btn {
  padding: 15px 38px;
}
.contact-index-index .page-main .fieldset {
  padding: 0;
}
.contact-index-index .page-main .required-fields {
  display: block;
  margin-top: 0;
}
.contact-index-index .page-main .bottom-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .bottom-form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
  .contact-index-index .page-main .bottom-form .actions-toolbar {
    width: 100%;
  }
}
.contact-index-index .page-main .bottom-form button.submit {
  padding: 15px 80px;
}
@media (max-width: 1023px) {
  .contact-index-index .page-main .bottom-form button.submit {
    width: 100%;
    margin-top: 25px;
  }
}
.customer-account-links-wrapper ul {
  list-style-type: none;
  padding: 20px 20px;
  margin: 0;
}
.customer-account-links-wrapper ul li {
  display: block;
  position: relative;
  white-space: nowrap;
  text-transform: none;
}
.customer-account-links-wrapper ul li a {
  color: #373535;
  text-decoration: none;
  display: block;
}
.customer-account-links-wrapper ul li a:hover {
  color: #ff7100;
}
.customer-account-links-wrapper ul li a.active {
  font-weight: 700;
}
.customer-account-links-wrapper ul li .counter-number {
  color: #ffffff;
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  display: block;
  min-width: 22px;
  height: 22px;
  text-align: center;
  padding: 5px;
  background-color: #ff7100;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
}
@media (min-width: 1023px) and (max-width: 1025px) {
  .customer-mobile-popups .customer-account-links-wrapper {
    top: 57px;
  }
}
.customer-account-create-wrapper,
.customer-account-login-wrapper {
  width: 415px;
}
.customer-account-create-wrapper .title,
.customer-account-login-wrapper .title {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1c1b1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.customer-account-create-wrapper .fieldset,
.customer-account-login-wrapper .fieldset {
  padding: 0;
}
.customer-account-create-wrapper .fieldset input,
.customer-account-login-wrapper .fieldset input {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.2px;
  font-size: 15px;
  width: 100%;
}
.customer-account-create-wrapper .fieldset div.mage-error,
.customer-account-login-wrapper .fieldset div.mage-error {
  color: red;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 15px;
}
.customer-account-create-wrapper .actions-toolbar .primary,
.customer-account-login-wrapper .actions-toolbar .primary {
  margin-top: 15px;
  display: block;
  float: none;
}
.customer-account-create-wrapper .actions-toolbar .primary button.action.submit,
.customer-account-login-wrapper .actions-toolbar .primary button.action.submit {
  display: block;
  width: 100%;
}
.customer-account-login-wrapper .form-login.login-form-popup .password .control {
  position: relative;
}
.customer-account-login-wrapper .form-login.login-form-popup .password .control input[type="password"] {
  padding-right: 100px;
}
.customer-account-login-wrapper .form-login.login-form-popup .password .control .remind {
  border: none;
  position: absolute;
  right: 20px;
  top: 17px;
  text-transform: none;
  text-decoration: underline;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 0;
  background: 0;
  color: #373535;
  z-index: 10;
}
.customer-account-login-wrapper .form-login.login-form-popup .block-new-customer {
  margin-top: 15px;
}
.customer-account-login-wrapper .form-login.login-form-popup .block-new-customer .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.customer-account-login-wrapper .form-login.login-form-popup .block-new-customer .block-content .block-new-customer-title {
  margin: 2px 10px 0 0;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #373535;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: none;
  opacity: 0.5;
}
.customer-account-login-wrapper .form-login.login-form-popup .block-new-customer .block-content .create.primary {
  text-transform: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  background: 0;
  color: #373535;
  font-size: 14px;
  font-weight: 400;
}
body.account form > .header,
body.account fieldset > .header {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #dee0e3;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
body.account form .action {
  padding-left: 11px;
  padding-right: 11px;
}
body.account form .input-text {
  width: 100%;
  border-color: #e3e5e7;
}
body.account form .actions-toolbar {
  border-top: 1px solid #dee0e3;
  padding-top: 20px;
}
body.account form .actions-toolbar .secondary .action.back {
  margin-top: 0;
  padding: 14px 11px;
}
body.account .back-wrap {
  margin-top: 20px;
}
body.account .page-title-wrapper {
  /*display: none;*/
}
body.account .block-addresses-default .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.account .block-addresses-default .block-content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body.account .block-addresses-default .block-content .box-address-billing {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
body.account .block-order-details-view .payment-method .table-caption {
  display: none;
}
body.account .block-order-details-view .payment-method tbody th {
  padding-left: 0;
}
body.account .block-order-details-view .payment-method dd.content {
  margin: 0;
}
body.account .account-page-header {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}
body.account .account-page-header .block-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
body.account .account-page-header .block-title strong {
  font-weight: 700;
}
body.account .account-page-header .block-content {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.5px;
}
body.account .account-page-header .block-content strong {
  font-weight: 700;
  color: #000000;
}
body.account .account-page-header .hr {
  height: 1px;
  background-color: #dee0e3;
  margin-top: 27px;
}
body.account .block-dashboard-orders .block-title {
  color: #1c1b1b;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.account .block-dashboard-orders .block-title strong {
  font-weight: 700;
}
@media (max-width: 1023px) {
  body.account .block-dashboard-orders .block-title {
    font-size: 18px;
    border-bottom: 1px solid #dee0e3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
body.account .account-blocks-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.account.customer-account-edit .account-blocks-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.account.customer-account-edit .account-blocks-wrapper .form-edit-account {
    width: 100%;
  }
  body.account.customer-account-edit .account-blocks-wrapper .form-edit-account.password {
    margin-top: 20px;
  }
}
body.account .block-dashboard-info,
body.account .block-dashboard-my-preferred-store,
body.account .block-dashboard-saved-credit-cards,
body.account .block-customer-address {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dee0e3;
  padding: 20px 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.account .block-dashboard-info,
  body.account .block-dashboard-my-preferred-store,
  body.account .block-dashboard-saved-credit-cards,
  body.account .block-customer-address {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
body.account .block-dashboard-info .box-title,
body.account .block-dashboard-my-preferred-store .box-title,
body.account .block-dashboard-saved-credit-cards .box-title,
body.account .block-customer-address .box-title {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-bottom: 1px solid #dee0e3;
  padding-bottom: 15px;
}
body.account .block-dashboard-info .box-title .box-actions,
body.account .block-dashboard-my-preferred-store .box-title .box-actions,
body.account .block-dashboard-saved-credit-cards .box-title .box-actions,
body.account .block-customer-address .box-title .box-actions {
  float: right;
}
body.account .block-dashboard-info .box-title .box-actions a,
body.account .block-dashboard-my-preferred-store .box-title .box-actions a,
body.account .block-dashboard-saved-credit-cards .box-title .box-actions a,
body.account .block-customer-address .box-title .box-actions a {
  border: none;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
  margin-left: 10px;
  font-weight: 300;
}
body.account .block-dashboard-info .box-title .box-actions a:hover,
body.account .block-dashboard-my-preferred-store .box-title .box-actions a:hover,
body.account .block-dashboard-saved-credit-cards .box-title .box-actions a:hover,
body.account .block-customer-address .box-title .box-actions a:hover {
  color: #ff7100;
}
body.account .block-dashboard-info .box-content,
body.account .block-dashboard-my-preferred-store .box-content,
body.account .block-dashboard-saved-credit-cards .box-content,
body.account .block-customer-address .box-content {
  padding-top: 15px;
}
body.account .block-dashboard-info .box-content address,
body.account .block-dashboard-my-preferred-store .box-content address,
body.account .block-dashboard-saved-credit-cards .box-content address,
body.account .block-customer-address .box-content address {
  line-height: 22px;
  color: #9b9b9b;
  font-style: normal;
}
@media (max-width: 767px) {
  body.account .block-dashboard-info .box-content address,
  body.account .block-dashboard-my-preferred-store .box-content address,
  body.account .block-dashboard-saved-credit-cards .box-content address,
  body.account .block-customer-address .box-content address {
    font-size: 13px;
    line-height: 20px;
  }
}
body.account .block-dashboard-info .box-content address a,
body.account .block-dashboard-my-preferred-store .box-content address a,
body.account .block-dashboard-saved-credit-cards .box-content address a,
body.account .block-customer-address .box-content address a {
  text-decoration: none;
  color: #9b9b9b;
}
body.account .block-dashboard-info .box-content ul li,
body.account .block-dashboard-my-preferred-store .box-content ul li,
body.account .block-dashboard-saved-credit-cards .box-content ul li,
body.account .block-customer-address .box-content ul li {
  line-height: 22px;
  color: #9b9b9b;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body.account .block-dashboard-info .box-content ul li,
  body.account .block-dashboard-my-preferred-store .box-content ul li,
  body.account .block-dashboard-saved-credit-cards .box-content ul li,
  body.account .block-customer-address .box-content ul li {
    font-size: 13px;
    line-height: 20px;
  }
}
body.account .block-dashboard-info .box-content ul li .label,
body.account .block-dashboard-my-preferred-store .box-content ul li .label,
body.account .block-dashboard-saved-credit-cards .box-content ul li .label,
body.account .block-customer-address .box-content ul li .label {
  color: #000000;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
body.account .block-dashboard-saved-credit-cards {
  clear: both;
}
body.account .block-dashboard-saved-credit-cards .box-content ul li .payment_system_visa,
body.account .block-dashboard-saved-credit-cards .box-content ul li .payment_system_mastercard {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
body.account .block-dashboard-saved-credit-cards .box-content ul li .payment_system_visa:before,
body.account .block-dashboard-saved-credit-cards .box-content ul li .payment_system_mastercard:before {
  content: '';
  display: block;
  border: 1px solid #dee0e3;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 20px;
  background-image: url("../images/visa.png");
  background-repeat: no-repeat;
  background-position: center;
}
body.account .block-dashboard-saved-credit-cards .box-content ul li .action.delete {
  float: right;
  border: none;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
}
body.account .block-dashboard-saved-credit-cards .box-content ul li .action.delete:hover {
  color: #ff7100;
}
body.account .my-saved-cards-table {
  width: 100%;
  border: 1px solid #dee0e3;
  border-radius: 3px;
  margin-top: 30px;
  text-align: left;
}
body.account .my-saved-cards-table tr th {
  padding: 15px 10px;
  font-weight: 300;
}
body.account .my-saved-cards-table tr td {
  border-top: 1px solid #dee0e3;
  padding: 15px 10px;
}
body.account .my-saved-cards-table tr td a {
  text-decoration: none;
}
body.account .my-saved-cards-table tr td a:hover {
  color: #ff7100;
}
body.account .my-saved-cards-table tr td.card {
  width: 60px;
  padding-right: 0;
}
body.account .columns {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  body.account .columns {
    margin-top: 5px;
  }
}
body.account .columns .sidebar {
  width: 210px;
  float: left;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  body.account .columns .sidebar {
    display: none;
  }
}
body.account .columns .sidebar .account-nav-content {
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  padding: 0 18px;
}
body.account .columns .sidebar .account-nav-content .nav.items {
  list-style-type: none;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0;
}
body.account .columns .sidebar .account-nav-content .nav.items .nav.item {
  padding: 12px 0;
  position: relative;
}
body.account .columns .sidebar .account-nav-content .nav.items .nav.item a {
  text-decoration: none;
  display: block;
  line-height: 17px;
}
body.account .columns .sidebar .account-nav-content .nav.items .nav.item.current {
  position: relative;
}
body.account .columns .sidebar .account-nav-content .nav.items .nav.item.current:before {
  content: '';
  position: absolute;
  display: block;
  top: 10%;
  left: -18px;
  border-left: 2px solid #ff7100;
  height: 80%;
}
body.account .columns .sidebar .account-nav-content .nav.items .nav.item.current strong {
  font-weight: 700;
}
body.account .columns .sidebar .account-nav-content .nav.items .nav.item:last-child {
  border-top: 1px solid #d8d8d8;
  margin: 7px 0 10px 0;
  padding-top: 18px;
}
body.account .columns .sidebar .account-nav-content .nav.items .nav.item .counter-number {
  color: #ffffff;
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  text-align: center;
  padding: 5px 4px 5px 5px;
  min-width: 22px;
  background-color: #ff7100;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}
body.account .column.main {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  body.account .column.main {
    width: calc(100% - 310px);
    float: right;
    margin-bottom: 80px;
  }
}
body.account .page-title {
  margin-top: 0;
}
body.account .form-address-edit {
  border-radius: 3px;
  border: 1px solid #dee0e3;
  padding: 16px 20px 32px;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.account .form-address-edit .street .nested {
  display: none;
}
body.account .form-address-edit .selectric {
  border-color: #e3e5e7;
}
body.account .form-address-edit .zip .message.warning {
  padding: 10px;
}
body.account .form-address-edit .region select {
  display: none;
}
body.account .form-address-edit .field.country {
  display: none !important;
}
.customer-address-form .page-title,
.customer-account-edit .page-title {
  display: none;
}
.customer-address-index {
  /* Additional address */
}
.customer-address-index .actions-toolbar {
  margin-top: 20px;
}
.customer-address-index .actions-toolbar .primary .action {
  padding-left: 11px;
  padding-right: 11px;
}
.customer-address-index .table-additional-addresses-items {
  margin-bottom: 25px;
  width: 100%;
}
.customer-address-index .table-additional-addresses-items .addresses-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .customer-address-index .table-additional-addresses-items .addresses-blocks {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.customer-address-index .table-additional-addresses-items .additional-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #dee0e3;
  padding: 20px 15px;
  line-height: 22px;
  color: #9b9b9b;
  font-style: normal;
  width: 47.5%;
  max-width: 450px;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .customer-address-index .table-additional-addresses-items .additional-information {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .customer-address-index .table-additional-addresses-items .additional-information {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
.customer-address-index .table-additional-addresses-items .additional-information .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.customer-address-index .table-additional-addresses-items .additional-information .actions .action {
  flex: 1;
  margin-right: 10px;
  margin-top: 15px;
}
.customer-address-index .table-additional-addresses-items .additional-information .actions .action:last-child {
  margin-right: 0;
}
.customer-address-index .customer-addresses-toolbar {
  display: none;
}
.customer-address-index .actions-toolbar .secondary {
  display: none;
}
.form-edit-account {
  border-radius: 3px;
  border: 1px solid #dee0e3;
  padding: 16px 20px 20px;
}
.form-edit-account.password .action {
  margin-top: 20px;
}
.customer-dob-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-dob-box .dob-day,
.customer-dob-box .dob-month {
  width: 49%;
}
.customer-dob-box .dob-year {
  width: 100%;
  margin-top: 10px;
}
.gender .choice {
  display: inline-block;
  margin-right: 20px;
}
.customer-account-preferredstore .store-address-hours .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.customer-account-preferredstore .box-store-locator {
  padding-top: 45px;
}
.customer-account-preferredstore .page-title {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dee0e3;
}
.customer-account-preferredstore .current-store-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.customer-account-preferredstore .current-store-img {
  margin-bottom: 20px;
}
.customer-account-preferredstore .store-description {
  margin-bottom: 30px;
  font-size: 15px;
}
.customer-account-preferredstore .store-address-hours {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-bottom: 25px;
}
.customer-account-preferredstore .store-address,
.customer-account-preferredstore .store-hours {
  padding-right: 10px;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}
.customer-account-preferredstore .store-details {
  max-width: 170px;
  font-size: 13px;
}
.customer-account-preferredstore .current-store-view-more .action {
  height: 40px;
  padding: 0;
  line-height: 40px;
  width: 150px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.customer-account-preferredstore .current-store-view-more .action:hover {
  opacity: .6;
}
.customer-account-preferredstore .store-locator-content {
  border: 1px solid #dee0e3;
  border-radius: 2px;
  padding: 15px 20px;
}
.customer-account-preferredstore .store-locator-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee0e3;
}
.customer-account-preferredstore .store-locator-select-container {
  margin-top: 20px;
}
.customer-account-preferredstore .store-locator-select-container label {
  letter-spacing: .5px;
  line-height: 23px;
}
.customer-account-preferredstore .store-locator-shop-info-container {
  margin-top: 20px;
}
.customer-account-preferredstore .store-locator-shop-info-container button {
  background: #373535;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 10px 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.customer-account-preferredstore .store-locator-shop-info-container button:hover {
  opacity: .6;
}
.customer-account-links-wrapper,
.customer-account-create-wrapper,
.customer-account-login-wrapper {
  display: none;
  background-color: #fff;
  z-index: 9999;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-createpassword .page-title-wrapper {
  display: none;
}
.customer-account-login .fieldset,
.customer-account-create .fieldset,
.customer-account-forgotpassword .fieldset,
.customer-account-createpassword .fieldset {
  padding: 0;
  margin: 0;
}
.customer-account-login .fieldset .form-title,
.customer-account-create .fieldset .form-title,
.customer-account-forgotpassword .fieldset .form-title,
.customer-account-createpassword .fieldset .form-title {
  display: block;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.customer-account-login .fieldset .input-text,
.customer-account-create .fieldset .input-text,
.customer-account-forgotpassword .fieldset .input-text,
.customer-account-createpassword .fieldset .input-text {
  width: 100%;
  padding: 15px 5px 15px 21px;
  background-color: #fff;
  line-height: 20px;
  opacity: 1;
  height: 50px;
}
.customer-account-login .fieldset div.mage-error,
.customer-account-create .fieldset div.mage-error,
.customer-account-forgotpassword .fieldset div.mage-error,
.customer-account-createpassword .fieldset div.mage-error {
  color: red;
  text-transform: none;
  margin-top: 5px;
}
.customer-account-login .actions-toolbar .primary,
.customer-account-create .actions-toolbar .primary,
.customer-account-forgotpassword .actions-toolbar .primary,
.customer-account-createpassword .actions-toolbar .primary,
.customer-account-login .actions-toolbar .secondary,
.customer-account-create .actions-toolbar .secondary,
.customer-account-forgotpassword .actions-toolbar .secondary,
.customer-account-createpassword .actions-toolbar .secondary {
  display: block;
  float: none;
}
.customer-account-login .actions-toolbar .primary .submit,
.customer-account-create .actions-toolbar .primary .submit,
.customer-account-forgotpassword .actions-toolbar .primary .submit,
.customer-account-createpassword .actions-toolbar .primary .submit {
  width: 100%;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.customer-account-login .column.main .form-create-account-img,
.customer-account-create .column.main .form-create-account-img,
.customer-account-login .column.main .form-login-img,
.customer-account-create .column.main .form-login-img {
  overflow: hidden;
  min-height: 450px;
}
.customer-account-login .column.main .form-create-account-img img,
.customer-account-create .column.main .form-create-account-img img,
.customer-account-login .column.main .form-login-img img,
.customer-account-create .column.main .form-login-img img {
  width: auto;
  display: block;
}
.customer-account-login .column.main .form-create-account-container,
.customer-account-create .column.main .form-create-account-container,
.customer-account-login .column.main .form-login-container,
.customer-account-create .column.main .form-login-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.customer-account-login .column.main .form-create-account-container-content,
.customer-account-create .column.main .form-create-account-container-content,
.customer-account-login .column.main .form-login-container-content,
.customer-account-create .column.main .form-login-container-content {
  width: 450px;
  padding-left: 50px;
}
.customer-account-login .column.main .form-create-account-container-content .actions-toolbar .primary,
.customer-account-create .column.main .form-create-account-container-content .actions-toolbar .primary,
.customer-account-login .column.main .form-login-container-content .actions-toolbar .primary,
.customer-account-create .column.main .form-login-container-content .actions-toolbar .primary,
.customer-account-login .column.main .form-create-account-container-content .actions-toolbar .secondary,
.customer-account-create .column.main .form-create-account-container-content .actions-toolbar .secondary,
.customer-account-login .column.main .form-login-container-content .actions-toolbar .secondary,
.customer-account-create .column.main .form-login-container-content .actions-toolbar .secondary {
  margin-top: 25px;
}
.customer-account-login .column.main .form-create-account-container-content .actions-toolbar .primary,
.customer-account-create .column.main .form-create-account-container-content .actions-toolbar .primary,
.customer-account-login .column.main .form-login-container-content .actions-toolbar .primary,
.customer-account-create .column.main .form-login-container-content .actions-toolbar .primary {
  margin-top: 20px;
}
.customer-account-login .column.main .form-create-account-container-content .actions-toolbar .secondary,
.customer-account-create .column.main .form-create-account-container-content .actions-toolbar .secondary,
.customer-account-login .column.main .form-login-container-content .actions-toolbar .secondary,
.customer-account-create .column.main .form-login-container-content .actions-toolbar .secondary {
  padding-top: 25px;
  border-top: 1px solid #d8d8d8;
}
.customer-account-login .column.main .form-create-account-container-content .actions-toolbar .secondary .login-title,
.customer-account-create .column.main .form-create-account-container-content .actions-toolbar .secondary .login-title,
.customer-account-login .column.main .form-login-container-content .actions-toolbar .secondary .login-title,
.customer-account-create .column.main .form-login-container-content .actions-toolbar .secondary .login-title {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 14px;
  color: #373535;
}
.customer-account-login .column.main .form-create-account-container-content .actions-toolbar .secondary .action.login,
.customer-account-create .column.main .form-create-account-container-content .actions-toolbar .secondary .action.login,
.customer-account-login .column.main .form-login-container-content .actions-toolbar .secondary .action.login,
.customer-account-create .column.main .form-login-container-content .actions-toolbar .secondary .action.login {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  margin-top: 19px;
  font-weight: 700;
}
.customer-account-login .column.main .field.field-dob,
.customer-account-create .column.main .field.field-dob,
.customer-account-login .column.main .field.gender,
.customer-account-create .column.main .field.gender,
.customer-account-login .column.main .newsletter,
.customer-account-create .column.main .newsletter {
  display: none;
}
.customer-account-login .form-login .password .control {
  position: relative;
}
.customer-account-login .form-login .password .control input[type="password"] {
  padding-right: 100px;
}
.customer-account-login .form-login .password .control .remind {
  border: none;
  position: absolute;
  right: 20px;
  top: 17px;
  text-transform: none;
  text-decoration: underline;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 0;
  background: 0;
  z-index: 10;
}
.customer-account-login .form-login .actions-toolbar .primary {
  margin-top: 15px;
}
.customer-account-login .form-login .block-new-customer .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.customer-account-login .form-login .block-new-customer .block-content .block-new-customer-title,
.customer-account-login .form-login .block-new-customer .block-content .create.primary {
  margin: 20px 0 0 0;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.customer-account-login .form-login .block-new-customer .block-content .create.primary {
  text-transform: none;
  text-decoration: underline;
  padding: 0;
  background: 0;
  color: #373535;
}
.customer-account-forgotpassword .form-password-forget-container {
  max-width: 400px;
  margin: 100px auto;
  padding: 0 15px;
}
.customer-account-forgotpassword .form-password-forget-container .note {
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
  color: #9b9b9b;
}
.customer-account-forgotpassword .form-password-forget-container .input-text {
  width: 100%;
}
.customer-account-forgotpassword .form-password-forget-container .secondary {
  margin-top: 20px;
}
.customer-account-forgotpassword .form-password-forget-container .secondary .action.back {
  border: none;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  color: #1c1b1b;
  line-height: 16px;
  text-transform: none;
  font-size: 14px;
}
.customer-account-createpassword .form-password-reset-container {
  max-width: 400px;
  margin: 100px auto;
  padding: 0 15px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.customer-account-logoutsuccess .page-main {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
  margin: 50px auto;
  width: 100%;
}
@media (max-width: 767px) {
  .customer-account-logoutsuccess .page-main {
    margin: 20px auto;
  }
}
.customer-account-logoutsuccess .page-main .page-title-wrapper {
  max-width: 768px;
  margin: 100px auto 0 auto;
}
.customer-account-logoutsuccess .page-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
}
.customer-account-logoutsuccess .page-main .logout-success-container {
  max-width: 768px;
  margin: 0 auto 200px auto;
}
.customer-account-logoutsuccess .page-main .logout-success-container .logout-message {
  margin-bottom: 60px;
}
.customer-account-logoutsuccess .page-main .logout-success-container .actions a.action {
  display: block;
  float: left;
  width: 45%;
  height: 50px;
  line-height: 20px;
  font-size: 16px;
  padding: 14px 0 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: none;
  background-color: #373535;
}
@media (max-width: 767px) {
  .customer-account-logoutsuccess .page-main .logout-success-container .actions a.action {
    float: none;
    width: 100%;
  }
}
.customer-account-logoutsuccess .page-main .logout-success-container .actions a.action.home {
  background-color: #ff7100;
}
.customer-account-logoutsuccess .page-main .logout-success-container .actions .separator {
  display: block;
  float: left;
  width: 9.8%;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .customer-account-logoutsuccess .page-main .logout-success-container .actions .separator {
    float: none;
    width: 100%;
  }
}
.customer-account-logoutsuccess .page-main .logout-success-container .actions:after {
  content: '';
  display: block;
  clear: both;
}
.sales-order-history .actions-toolbar {
  margin-top: 20px;
}
.orders-history .table-order-items,
.orders-recent .table-order-items {
  border-radius: 3px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .orders-history .table-order-items,
  .orders-recent .table-order-items {
    margin-bottom: 40px;
  }
}
.orders-history .table-order-items td.shipping-address,
.orders-recent .table-order-items td.shipping-address {
  max-width: 250px;
  line-height: 20px;
}
.orders-history .table-order-items td.actions a:hover,
.orders-recent .table-order-items td.actions a:hover {
  color: #ff7100;
}
.orders-history .table-order-items .actions.details .desktop,
.orders-recent .table-order-items .actions.details .desktop {
  display: inline;
}
.orders-history .table-order-items .actions.details .mobile,
.orders-recent .table-order-items .actions.details .mobile {
  display: none;
}
@media (max-width: 1023px) {
  .orders-history .table-order-items .shipping-address,
  .orders-recent .table-order-items .shipping-address,
  .orders-history .table-order-items .shipping-method,
  .orders-recent .table-order-items .shipping-method,
  .orders-history .table-order-items .status,
  .orders-recent .table-order-items .status,
  .orders-history .table-order-items .actions.reorder,
  .orders-recent .table-order-items .actions.reorder {
    display: none;
  }
  .orders-history .table-order-items .actions.details,
  .orders-recent .table-order-items .actions.details {
    font-weight: 400;
  }
  .orders-history .table-order-items .actions.details .desktop,
  .orders-recent .table-order-items .actions.details .desktop {
    display: none;
  }
  .orders-history .table-order-items .actions.details .mobile,
  .orders-recent .table-order-items .actions.details .mobile {
    display: inline;
  }
  .orders-history .table-order-items th,
  .orders-recent .table-order-items th {
    color: #000000;
    font-weight: 400;
  }
}
body.account.sales-order-view .page-title-wrapper {
  display: block;
}
body.account.sales-order-view .page-title-wrapper .page-title {
  margin: 0;
}
.block-order-details-comments .block-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-order-details-comments .order-comments {
  border: 1px solid #dee0e3;
  display: inline-block;
  padding: 20px 20px 0;
}
.block-order-details-comments .comment-date,
.block-order-details-comments .comment-content {
  float: left;
  margin-bottom: 20px;
}
.block-order-details-comments .comment-date {
  clear: both;
}
.order-details {
  margin-bottom: 20px;
}
.order-details td {
  vertical-align: middle;
}
.order-details .col.payment dl {
  margin: 0;
}
.order-details .col.invoice .action {
  width: 161px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMBAMAAAB2C0uMAAAAGFBMVEUAAAA4NjY4NTU3NTU2NjY1NTU4ODg3NTWtcayWAAAACHRSTlMAgGCQUDAgv8c/8JQAAAAmSURBVAjXYwABARBBHstV1AHKYi4GUwlArACmBeBqESxFQQhQAAB/UANJeN7eigAAAABJRU5ErkJggg==');
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 8px 0 9px 34px;
  text-align: left;
  font-size: 12px;
}
.order-details .payment-types {
  border-collapse: collapse;
}
.order-details .payment-types tr,
.order-details .payment-types td {
  padding: 0;
}
.order-details .payment-types .value {
  padding-left: 5px;
}
.table-order-items .product-item-photo {
  float: left;
  width: 80px;
  height: 110px;
}
.table-order-items .product-item-photo img {
  width: 100%;
  height: auto;
}
.table-order-items .product-item-details {
  margin-left: 90px;
}
.table-order-items .product-item-details .price,
.table-order-items .product-item-details .rrp-price .price-wrapper:before {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}
.table-order-items .product-item-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.table-order-items td.qty,
.table-order-items td.subtotal {
  font-size: 16px;
}
.table-order-items .reorder .action {
  width: 118px;
}
.order-totals {
  border-top: none;
}
.order-totals .mark,
.order-totals td {
  padding: 10px 20px;
  font-size: 14px;
}
.order-totals .amount {
  text-align: right;
}
.order-totals .grand_total {
  background-color: #f5f5f5;
}
.order-totals .additional-text {
  opacity: 0.75;
  font-size: 13px;
  margin-left: 5px;
}
.order-details-items .back {
  border: none;
  font-size: 13px;
  letter-spacing: 0.43px;
  font-weight: 700;
  padding-left: 20px !important;
  background: url('../images/arrow_left.svg') no-repeat left;
  background-position-y: 16.5px;
}
.order-view-bottom {
  border-top: 1px solid #dee0e3;
  padding-top: 34px;
}
.order-view-bottom .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.order-view-bottom .text {
  color: #9b9b9b;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.order-view-bottom .action {
  width: 143px;
}
.table-order-items .status span,
.order-details .status span {
  display: inline-block;
  width: 80px;
  letter-spacing: 0.2px;
  line-height: 19px;
  text-align: center;
  border-radius: 2px;
  background-color: #ff7100;
  color: #fff;
}
.table-order-items .status span.complete,
.order-details .status span.complete {
  background-color: #c2d83f;
  color: #373535;
}
header #search {
  border: none;
  width: 100%;
}
header #search::placeholder {
  opacity: .4;
  color: #000000;
  font-size: 14px;
  letter-spacing: .75px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  header #search::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  header #search::placeholder {
    font-size: 10px;
  }
}
header .submit-search-mini {
  height: 24px;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
  padding: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: relative;
  width: 24px;
  position: absolute;
}
header .submit-search-mini:after {
  content: '';
  background-image: url('../images/header-icons.png');
  background-position: -60px -3px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-icon {
  position: relative;
  width: 24px;
}
.search-icon:after {
  content: '';
  background-image: url('../images/header-icons.png');
  background-position: -60px -3px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-footer {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
}
.page-footer .footer-rrp-pricing-notice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 15px;
}
.page-footer .box-footer-subscription {
  background: rgba(82, 79, 75, 0.05);
}
.page-footer .footer-subscription {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 85px 15px;
}
@media (max-width: 1023px) {
  .page-footer .footer-subscription {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-footer .footer-subscription .box-subscription-info {
  max-width: 45%;
}
@media (max-width: 1023px) {
  .page-footer .footer-subscription .box-subscription-info {
    display: block;
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-subscription .box-subscription-info__content {
    padding-bottom: 30px;
    padding-left: 0;
  }
}
.page-footer .footer-subscription .box-subscription-info__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.page-footer .footer-subscription .box-subscription-info__text {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 20px;
  width: 100%;
  max-width: 563px;
  padding-right: 40px;
}
.page-footer .footer-subscription .block.newsletter {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 0;
  padding: 20px 0 0 0;
}
@media (max-width: 1023px) {
  .page-footer .footer-subscription .block.newsletter {
    padding: 0;
  }
}
.page-footer .footer-subscription .block.newsletter .form.subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-footer .footer-subscription .block.newsletter .form.subscribe {
    display: block;
  }
}
.page-footer .footer-subscription .block.newsletter .field {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-footer .footer-subscription .block.newsletter .control {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .page-footer .footer-subscription .block.newsletter .control {
    margin-bottom: 10px;
  }
}
.page-footer .footer-subscription .block.newsletter .control::before {
  content: none;
}
.page-footer .footer-subscription .block.newsletter .control .messages {
  position: absolute;
  left: 0;
  top: -25px;
  color: #c2d83f;
}
.page-footer .footer-subscription .block.newsletter .control .messages .error {
  color: #e02b27;
}
.page-footer .footer-subscription .block.newsletter input {
  display: block;
  width: calc(100% - 10px);
  height: 50px;
  margin: 0;
  padding: 15px 10px 15px 17px;
  border-radius: 0;
  border: 1px solid #d8d9db;
  box-shadow: none;
  line-height: 22px;
  color: #373535;
  opacity: 0.5;
  font-size: 15px;
  letter-spacing: 0.54px;
  outline: none;
}
@media (max-width: 767px) {
  .page-footer .footer-subscription .block.newsletter input {
    width: 100%;
  }
}
.page-footer .footer-subscription .block.newsletter div.mage-error {
  margin-top: 10px;
}
.page-footer .footer-subscription .block.newsletter .actions {
  width: auto;
  display: block;
}
.page-footer .footer-subscription .block.newsletter .action.subscribe {
  width: 223px;
}
@media (max-width: 767px) {
  .page-footer .footer-subscription .block.newsletter .action.subscribe {
    width: 100%;
  }
}
.page-footer .footer-content {
  padding: 50px 15px;
  background: #c2d83f;
}
@media (max-width: 1023px) {
  .page-footer .footer-content {
    display: block;
    padding: 50px 0 0 0;
  }
}
.page-footer .footer-content .footer-links > [data-content-type='html'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links > [data-content-type='html'] {
    display: block;
    padding: 0;
  }
}
.page-footer .footer-content .footer-links .box-description {
  max-width: 340px;
  color: #373535;
  margin-right: 223px;
}
@media (max-width: 1280px) {
  .page-footer .footer-content .footer-links .box-description {
    margin-right: 50px;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links .box-description {
    display: block;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px 30px;
  }
}
.page-footer .footer-content .footer-links .box-description__img {
  width: 210px;
}
.page-footer .footer-content .footer-links .box-description__img img {
  width: 100%;
}
.page-footer .footer-content .footer-links .box-description__img img.mplazyload-icon {
  width: 64px;
  padding: 0;
}
.page-footer .footer-content .footer-links .box-description__img__text {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.37px;
  line-height: 39px;
  text-transform: uppercase;
}
.page-footer .footer-content .footer-links .box-description__title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page-footer .footer-content .footer-links .box-description__content {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 20px;
  width: 100%;
}
.page-footer .footer-content .footer-links .box-description__social {
  margin: 30px 0 0 0;
  display: none;
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links .box-description__social {
    display: block;
  }
}
.page-footer .footer-content .footer-links .box-links {
  max-width: 220px;
  padding: 0 35px;
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links .box-links {
    max-width: none;
    padding: 0;
    border-bottom: 1px solid rgba(55, 53, 53, 0.1);
  }
}
.page-footer .footer-content .footer-links .box-links.box-categories {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .page-footer .footer-content .footer-links .box-links.box-categories {
    border-top: 1px solid rgba(55, 53, 53, 0.1);
  }
}
.page-footer .footer-content .footer-links .box-links.box-contacts {
  padding-right: 0;
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links .box-links.is-active .box-links__content {
    background-color: #524f4b;
    display: block;
  }
}
.page-footer .footer-content .footer-links .box-links.is-active .box-links__content a {
  color: #fff;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links .box-links.is-active .box-links__title {
    color: #fff;
    background-color: #373535;
  }
  .page-footer .footer-content .footer-links .box-links.is-active .box-links__title::after {
    border: 7px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -12px;
  }
}
.page-footer .footer-content .footer-links .box-links__title {
  padding-bottom: 15px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links .box-links__title {
    position: relative;
    height: 50px;
    padding: 0 30px 0 15px;
    line-height: 50px;
    cursor: pointer;
  }
  .page-footer .footer-content .footer-links .box-links__title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin-top: -4px;
    border: 7px solid transparent;
    border-top: 6px solid #373535;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-content .footer-links .box-links__content {
    display: none;
    padding: 10px 15px;
  }
}
.page-footer .footer-content .footer-links .box-links__content .links-list li {
  margin: 0;
  padding: 0;
}
.page-footer .footer-content .footer-links .box-links__content .links-list a {
  display: block;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-decoration: none;
  color: #373535;
}
@media (min-width: 1025px) {
  .page-footer .footer-content .footer-links .box-links__content {
    display: block !important;
  }
}
.page-footer .payments-list,
.page-footer .social-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-footer .payments-list li,
.page-footer .social-list li {
  margin: 0;
  padding: 0 30px 0 0;
}
.page-footer .payments-list a,
.page-footer .social-list a {
  color: #373535;
}
.page-footer .payments-list li {
  padding: 0 0 0 30px;
}
.page-footer .box-footer-bottom {
  background: #c2d83f;
}
@media (max-width: 1023px) {
  .page-footer .box-footer-bottom {
    padding: 0;
  }
}
.page-footer .footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 15px 0 15px;
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}
.page-footer .footer-bottom-border {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid rgba(55, 53, 53, 0.1);
  padding: 25px 0;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom-border {
    border-top: none;
  }
}
.page-footer .footer-bottom-social-links {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: auto;
  flex: auto;
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom-social-links {
    display: none;
  }
}
.page-footer .footer-bottom-social-links li {
  margin: 0;
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom-social-links li {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.page-footer .footer-bottom-social-links a {
  display: block;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom-social-links a {
    line-height: 50px;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom-payments {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom-payments li {
    padding: 0 30px 0 0;
  }
}
.promo-config-desktop,
.promo-config-mobile {
  padding: 8px 10px;
  border-radius: 4px;
  height: max-content;
  position: relative;
  width: fit-content;
  margin-left: 4px;
}
.promo-config-desktop::after,
.promo-config-mobile::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  bottom: calc(50% - 4px);
  position: absolute;
  left: -4px;
  background-color: inherit;
}
.promo-config-desktop p,
.promo-config-mobile p {
  color: #373535;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: .75px;
  margin: 0;
}
@media (max-width: 1300px) {
  .promo-config-desktop p,
  .promo-config-mobile p {
    font-size: 9px;
  }
}
.promo-config-desktop a,
.promo-config-mobile a {
  color: #373535;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 9px;
  letter-spacing: .75px;
  margin: 0;
}
@media (max-width: 1300px) {
  .promo-config-desktop a,
  .promo-config-mobile a {
    font-size: 9px;
  }
}
.promotions-banner-main-navigation {
  padding: 20px 15px 15px;
}
.promotions-banner-main-navigation figure {
  margin: 0;
}
.promotions-carousel-navigation {
  padding: 40px 0 30px 12px;
}
.promotions-carousel-navigation .pagebuilder-column.slider {
  display: none !important;
}
.promotions-carousel-navigation .pagebuilder-column.slider.slick-initialized {
  display: flex !important;
}
.promotions-carousel-navigation .pagebuilder-button-link {
  margin: 0;
  padding: 12px;
  color: #373535 !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .5px;
  text-decoration: underline !important;
}
.promotions-carousel-navigation .pagebuilder-button-link:hover {
  text-decoration: none !important;
}
.promotions-carousel-navigation .slick-dots {
  bottom: -20px;
}
.promotions-carousel-navigation .slick-dots button {
  background: #D9D9D9;
}
.promotions-carousel-navigation .slick-dots .slick-active button {
  background: #373535;
}
.promotions-carousel-navigation .pagebuilder-column.title {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center;
}
.promotions-carousel-navigation .pagebuilder-column.title p {
  margin: 0;
  color: #373535;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.promotions-carousel-navigation .pagebuilder-column.title a {
  margin: 0;
  color: #373535;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.promotions-carousel-navigation [data-content-type='image'] {
  margin: 0;
}
.promotions-carousel-navigation .draggable {
  padding-right: 20px;
}
.custom-page-builder-slider {
  min-height: 508px;
}
.custom-page-builder-slider-wrapper {
  padding: 20px 0;
}
@media (max-width: 1439px) {
  .custom-page-builder-slider {
    min-height: 450px;
  }
}
@media (max-width: 1023px) {
  .custom-page-builder-slider {
    min-height: 443px;
  }
}
@media (max-width: 767px) {
  .custom-page-builder-slider {
    min-height: 640px;
  }
}
@media (max-width: 639px) {
  .custom-page-builder-slider {
    min-height: 480px;
  }
}
@media (max-width: 479px) {
  .custom-page-builder-slider {
    min-height: 340px;
  }
}
.custom-page-builder-slider .pagebuilder-column-line {
  display: none !important;
}
.custom-page-builder-slider .pagebuilder-column-line.slick-initialized {
  display: flex !important;
}
.custom-page-builder-slider .pagebuilder-column-line .draggable {
  padding-right: 140px;
}
.custom-page-builder-slider .pagebuilder-column-line button.slick-prev,
.custom-page-builder-slider .pagebuilder-column-line button.slick-next {
  top: calc(50% - 45px) !important;
}
.custom-page-builder-slider .pagebuilder-column-line button.slick-prev {
  left: 5px;
}
.custom-page-builder-slider .pagebuilder-column-line button.slick-next {
  right: 80px;
}
.custom-page-builder-slider .pagebuilder-column-line figure {
  margin: 0;
}
.custom-page-builder-slider .pagebuilder-column-line .slick-slide {
  margin: 0 5px;
}
.custom-page-builder-slider .pagebuilder-column-line .pagebuilder-column {
  background: rgba(82, 79, 75, 0.05);
}
.custom-page-builder-slider .pagebuilder-column-line [data-content-type="button-item"] {
  width: 100%;
}
.custom-page-builder-slider .pagebuilder-column-line .pagebuilder-button-link {
  padding: 10px 15px;
  margin: 0;
  color: #373535;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
.custom-page-builder-slider .pagebuilder-column-line .pagebuilder-button-link:hover {
  text-decoration: none;
}
.custom-page-builder-slider .pagebuilder-column-line [data-content-type="text"] {
  padding: 0 15px;
}
.custom-page-builder-slider .pagebuilder-column-line p {
  margin: 0;
}
@media (max-width: 1439px) {
  .custom-page-builder-slider .pagebuilder-column-line {
    padding-left: 10px;
  }
  .custom-page-builder-slider .pagebuilder-column-line .draggable {
    padding-right: 50px;
  }
  .custom-page-builder-slider .pagebuilder-column-line button.slick-next {
    right: 0;
  }
}
body {
  font: 300 15px 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #373535;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:visited,
a:active {
  color: #373535;
}
.hidden,
.no-display {
  display: none;
}
.catalogsearch-result-index .hidden,
.catalogsearch-result-index .no-display {
  visibility: hidden !important;
}
.warning-price {
  color: #ff7100;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-header {
  z-index: 99;
}
.panel.wrapper {
  background: #524f4b;
}
.panel.header {
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  height: 34px;
}
.header-content-wrap {
  border-bottom: 1px solid #c0c0c0;
  background-color: #fff;
}
.header-content-wrap .header.content {
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
}
.header-content-wrap .logo img {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-content-wrap.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.switcher-language {
  position: relative;
  margin-top: 6px;
  display: inline-block;
}
.switcher-language .switcher-label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.switcher-language .switcher-options {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
.switcher-language .switcher-trigger {
  color: #ffffff;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.switcher-language .switcher-trigger:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  display: block;
  position: absolute;
  right: -13px;
  top: 7px;
}
.switcher-language .switcher-dropdown {
  display: none;
  position: absolute;
  left: -51px;
  top: 22px;
  background: #ffffff;
  z-index: 102;
  border-radius: 3px;
  padding: 20px 15px;
  margin: 0;
  list-style-type: none;
}
.header-store-switcher-opened .switcher-language .switcher-trigger:after {
  border-top: none;
  border-bottom: 4px solid #ffffff;
}
.banners-list {
  min-height: 38px;
}
.block .block-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.theme-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: .46;
  z-index: 95;
}
.no-sale-message-container {
  max-width: 1440px;
  padding: 0px 15px;
  margin: 0 auto;
  font-weight: 700;
  color: #ff7100;
  padding: 20px 0;
  font-size: 18px;
}
.widget {
  clear: both;
}
.faq-category-view .columns.algolia-instant-replaced-content {
  display: block;
}
.faq-faq-view .page-main,
.faq-category-view .page-main,
.faq-question-view .page-main,
.faq-search-index .page-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 67px 20px;
}
.faq-faq-view .page-main ol,
.faq-category-view .page-main ol,
.faq-question-view .page-main ol,
.faq-search-index .page-main ol,
.faq-faq-view .page-main ul,
.faq-category-view .page-main ul,
.faq-question-view .page-main ul,
.faq-search-index .page-main ul {
  padding-left: 0;
}
.faq-faq-view .page-main a,
.faq-category-view .page-main a,
.faq-question-view .page-main a,
.faq-search-index .page-main a {
  text-decoration: none;
}
.faq-faq-view .page-main a:hover,
.faq-category-view .page-main a:hover,
.faq-question-view .page-main a:hover,
.faq-search-index .page-main a:hover {
  color: #ff7100;
}
.faq-faq-view .page-main h1.page-title,
.faq-category-view .page-main h1.page-title,
.faq-question-view .page-main h1.page-title,
.faq-search-index .page-main h1.page-title {
  color: #1c1b1b;
}
.faq-faq-view .page-main .faq-search-form .form,
.faq-category-view .page-main .faq-search-form .form,
.faq-question-view .page-main .faq-search-form .form,
.faq-search-index .page-main .faq-search-form .form {
  position: relative;
}
.faq-faq-view .page-main .faq-search-form .control,
.faq-category-view .page-main .faq-search-form .control,
.faq-question-view .page-main .faq-search-form .control,
.faq-search-index .page-main .faq-search-form .control {
  position: relative;
  width: 24px;
  width: 100%;
}
.faq-faq-view .page-main .faq-search-form .control:after,
.faq-category-view .page-main .faq-search-form .control:after,
.faq-question-view .page-main .faq-search-form .control:after,
.faq-search-index .page-main .faq-search-form .control:after {
  content: '';
  background-image: url('../images/header-icons.png');
  background-position: -60px -3px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-faq-view .page-main .faq-search-form .control:after,
.faq-category-view .page-main .faq-search-form .control:after,
.faq-question-view .page-main .faq-search-form .control:after,
.faq-search-index .page-main .faq-search-form .control:after {
  content: none;
  left: auto;
  right: 25px;
}
.faq-faq-view .page-main .faq-search-form #text-search,
.faq-category-view .page-main .faq-search-form #text-search,
.faq-question-view .page-main .faq-search-form #text-search,
.faq-search-index .page-main .faq-search-form #text-search {
  width: 100%;
  padding: 20px 80px 20px 20px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
}
.faq-faq-view .page-main .faq-search-form #text-search::-webkit-input-placeholder,
.faq-category-view .page-main .faq-search-form #text-search::-webkit-input-placeholder,
.faq-question-view .page-main .faq-search-form #text-search::-webkit-input-placeholder,
.faq-search-index .page-main .faq-search-form #text-search::-webkit-input-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.faq-faq-view .page-main .faq-search-form #text-search::-moz-placeholder,
.faq-category-view .page-main .faq-search-form #text-search::-moz-placeholder,
.faq-question-view .page-main .faq-search-form #text-search::-moz-placeholder,
.faq-search-index .page-main .faq-search-form #text-search::-moz-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.faq-faq-view .page-main .faq-search-form #text-search:-ms-input-placeholder,
.faq-category-view .page-main .faq-search-form #text-search:-ms-input-placeholder,
.faq-question-view .page-main .faq-search-form #text-search:-ms-input-placeholder,
.faq-search-index .page-main .faq-search-form #text-search:-ms-input-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.faq-faq-view .page-main .faq-search-form #text-search:-moz-placeholder,
.faq-category-view .page-main .faq-search-form #text-search:-moz-placeholder,
.faq-question-view .page-main .faq-search-form #text-search:-moz-placeholder,
.faq-search-index .page-main .faq-search-form #text-search:-moz-placeholder {
  opacity: 0.6;
  letter-spacing: 0.2px;
}
.faq-faq-view .page-main .faq-search-form .actions,
.faq-category-view .page-main .faq-search-form .actions,
.faq-question-view .page-main .faq-search-form .actions,
.faq-search-index .page-main .faq-search-form .actions {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 75px;
  height: 57px;
}
.faq-faq-view .page-main .faq-search-form .actions button,
.faq-category-view .page-main .faq-search-form .actions button,
.faq-question-view .page-main .faq-search-form .actions button,
.faq-search-index .page-main .faq-search-form .actions button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
}
.faq-faq-view .page-main .faq-search-form .actions span::after,
.faq-category-view .page-main .faq-search-form .actions span::after,
.faq-question-view .page-main .faq-search-form .actions span::after,
.faq-search-index .page-main .faq-search-form .actions span::after {
  content: '';
  background-image: url('../images/header-icons.png');
  background-position: -60px -3px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-faq-view .page-main .faq-search-form .js-search-faq-close,
.faq-category-view .page-main .faq-search-form .js-search-faq-close,
.faq-question-view .page-main .faq-search-form .js-search-faq-close,
.faq-search-index .page-main .faq-search-form .js-search-faq-close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 10;
  background: #ffffff;
  width: 75px;
  height: 57px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.faq-faq-view .page-main .faq-search-form .js-search-faq-close span,
.faq-category-view .page-main .faq-search-form .js-search-faq-close span,
.faq-question-view .page-main .faq-search-form .js-search-faq-close span,
.faq-search-index .page-main .faq-search-form .js-search-faq-close span {
  width: 24px;
  height: 24px;
  position: absolute;
}
.faq-faq-view .page-main .faq-search-form .js-search-faq-close span::before,
.faq-category-view .page-main .faq-search-form .js-search-faq-close span::before,
.faq-question-view .page-main .faq-search-form .js-search-faq-close span::before,
.faq-search-index .page-main .faq-search-form .js-search-faq-close span::before,
.faq-faq-view .page-main .faq-search-form .js-search-faq-close span::after,
.faq-category-view .page-main .faq-search-form .js-search-faq-close span::after,
.faq-question-view .page-main .faq-search-form .js-search-faq-close span::after,
.faq-search-index .page-main .faq-search-form .js-search-faq-close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #373535;
  transform: translate(-15px, 15px);
}
.faq-faq-view .page-main .faq-search-form .js-search-faq-close span::after,
.faq-category-view .page-main .faq-search-form .js-search-faq-close span::after,
.faq-question-view .page-main .faq-search-form .js-search-faq-close span::after,
.faq-search-index .page-main .faq-search-form .js-search-faq-close span::after {
  transform: rotate(45deg);
}
.faq-faq-view .page-main .faq-search-form .js-search-faq-close span::before,
.faq-category-view .page-main .faq-search-form .js-search-faq-close span::before,
.faq-question-view .page-main .faq-search-form .js-search-faq-close span::before,
.faq-search-index .page-main .faq-search-form .js-search-faq-close span::before {
  transform: rotate(-45deg);
}
.faq-faq-view .page-main .faq-search-form.active .js-search-faq-close,
.faq-category-view .page-main .faq-search-form.active .js-search-faq-close,
.faq-question-view .page-main .faq-search-form.active .js-search-faq-close,
.faq-search-index .page-main .faq-search-form.active .js-search-faq-close {
  display: flex;
}
.faq-faq-view .page-main .category-list,
.faq-category-view .page-main .category-list,
.faq-question-view .page-main .category-list,
.faq-search-index .page-main .category-list {
  margin: 30px 0 50px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.faq-faq-view .page-main .category-list .category,
.faq-category-view .page-main .category-list .category,
.faq-question-view .page-main .category-list .category,
.faq-search-index .page-main .category-list .category {
  position: relative;
  width: 375px;
  height: 182px;
  background-color: #f6f6f6;
  padding: 40px;
  margin-bottom: 4%;
}
.faq-faq-view .page-main .category-list .category-questions h3,
.faq-category-view .page-main .category-list .category-questions h3,
.faq-question-view .page-main .category-list .category-questions h3,
.faq-search-index .page-main .category-list .category-questions h3,
.faq-faq-view .page-main .category-list .category-item h3,
.faq-category-view .page-main .category-list .category-item h3,
.faq-question-view .page-main .category-list .category-item h3,
.faq-search-index .page-main .category-list .category-item h3 {
  margin: 0;
  color: #373535;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.faq-faq-view .page-main .category-list .category-item,
.faq-category-view .page-main .category-list .category-item,
.faq-question-view .page-main .category-list .category-item,
.faq-search-index .page-main .category-list .category-item {
  height: 102px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.faq-faq-view .page-main .category-list .category-questions,
.faq-category-view .page-main .category-list .category-questions,
.faq-question-view .page-main .category-list .category-questions,
.faq-search-index .page-main .category-list .category-questions {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  opacity: 0;
  transition: opacity .5s;
  padding: 40px;
  text-align: center;
}
.faq-faq-view .page-main .category-list .category-questions:hover,
.faq-category-view .page-main .category-list .category-questions:hover,
.faq-question-view .page-main .category-list .category-questions:hover,
.faq-search-index .page-main .category-list .category-questions:hover {
  opacity: 1;
}
.faq-faq-view .page-main .category-list .category-questions:hover a,
.faq-category-view .page-main .category-list .category-questions:hover a,
.faq-question-view .page-main .category-list .category-questions:hover a,
.faq-search-index .page-main .category-list .category-questions:hover a {
  text-decoration: none;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
}
.faq-faq-view .page-main .category-list .category-questions:hover a:hover,
.faq-category-view .page-main .category-list .category-questions:hover a:hover,
.faq-question-view .page-main .category-list .category-questions:hover a:hover,
.faq-search-index .page-main .category-list .category-questions:hover a:hover {
  color: #ff7100;
}
.faq-faq-view .page-main .popular-questions,
.faq-category-view .page-main .popular-questions,
.faq-question-view .page-main .popular-questions,
.faq-search-index .page-main .popular-questions {
  float: left;
  width: 55%;
}
.faq-faq-view .page-main .popular-questions .faqcat-title,
.faq-category-view .page-main .popular-questions .faqcat-title,
.faq-question-view .page-main .popular-questions .faqcat-title,
.faq-search-index .page-main .popular-questions .faqcat-title {
  color: #373535;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.faq-faq-view .page-main .popular-questions .popular-list .popular-item,
.faq-category-view .page-main .popular-questions .popular-list .popular-item,
.faq-question-view .page-main .popular-questions .popular-list .popular-item,
.faq-search-index .page-main .popular-questions .popular-list .popular-item {
  display: block;
  width: 100%;
}
.faq-faq-view .page-main .popular-questions .popular-list .popular-item a,
.faq-category-view .page-main .popular-questions .popular-list .popular-item a,
.faq-question-view .page-main .popular-questions .popular-list .popular-item a,
.faq-search-index .page-main .popular-questions .popular-list .popular-item a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.faq-faq-view .page-main .popular-questions .popular-list .popular-item a:hover,
.faq-category-view .page-main .popular-questions .popular-list .popular-item a:hover,
.faq-question-view .page-main .popular-questions .popular-list .popular-item a:hover,
.faq-search-index .page-main .popular-questions .popular-list .popular-item a:hover {
  color: #ff7100;
}
.faq-faq-view .page-main .block-faq-category,
.faq-category-view .page-main .block-faq-category,
.faq-question-view .page-main .block-faq-category,
.faq-search-index .page-main .block-faq-category,
.faq-faq-view .page-main .popular-questions-cms,
.faq-category-view .page-main .popular-questions-cms,
.faq-question-view .page-main .popular-questions-cms,
.faq-search-index .page-main .popular-questions-cms {
  float: right;
  width: 30%;
  padding: 20px;
  border: 1px solid #dee0e3;
}
.faq-faq-view .page-main .block-faq-category h5,
.faq-category-view .page-main .block-faq-category h5,
.faq-question-view .page-main .block-faq-category h5,
.faq-search-index .page-main .block-faq-category h5,
.faq-faq-view .page-main .popular-questions-cms h5,
.faq-category-view .page-main .popular-questions-cms h5,
.faq-question-view .page-main .popular-questions-cms h5,
.faq-search-index .page-main .popular-questions-cms h5 {
  height: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.faq-faq-view .page-main .block-faq-category p,
.faq-category-view .page-main .block-faq-category p,
.faq-question-view .page-main .block-faq-category p,
.faq-search-index .page-main .block-faq-category p,
.faq-faq-view .page-main .popular-questions-cms p,
.faq-category-view .page-main .popular-questions-cms p,
.faq-question-view .page-main .popular-questions-cms p,
.faq-search-index .page-main .popular-questions-cms p {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 300;
}
.faq-faq-view .page-main .block-faq-category ul li,
.faq-category-view .page-main .block-faq-category ul li,
.faq-question-view .page-main .block-faq-category ul li,
.faq-search-index .page-main .block-faq-category ul li,
.faq-faq-view .page-main .popular-questions-cms ul li,
.faq-category-view .page-main .popular-questions-cms ul li,
.faq-question-view .page-main .popular-questions-cms ul li,
.faq-search-index .page-main .popular-questions-cms ul li {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin: 5px 0;
  padding-left: 25px;
}
.faq-faq-view .page-main .block-faq-category ul li.phone,
.faq-category-view .page-main .block-faq-category ul li.phone,
.faq-question-view .page-main .block-faq-category ul li.phone,
.faq-search-index .page-main .block-faq-category ul li.phone,
.faq-faq-view .page-main .popular-questions-cms ul li.phone,
.faq-category-view .page-main .popular-questions-cms ul li.phone,
.faq-question-view .page-main .popular-questions-cms ul li.phone,
.faq-search-index .page-main .popular-questions-cms ul li.phone,
.faq-faq-view .page-main .block-faq-category ul li.email,
.faq-category-view .page-main .block-faq-category ul li.email,
.faq-question-view .page-main .block-faq-category ul li.email,
.faq-search-index .page-main .block-faq-category ul li.email,
.faq-faq-view .page-main .popular-questions-cms ul li.email,
.faq-category-view .page-main .popular-questions-cms ul li.email,
.faq-question-view .page-main .popular-questions-cms ul li.email,
.faq-search-index .page-main .popular-questions-cms ul li.email {
  position: relative;
}
.faq-faq-view .page-main .block-faq-category ul li.phone::before,
.faq-category-view .page-main .block-faq-category ul li.phone::before,
.faq-question-view .page-main .block-faq-category ul li.phone::before,
.faq-search-index .page-main .block-faq-category ul li.phone::before,
.faq-faq-view .page-main .popular-questions-cms ul li.phone::before,
.faq-category-view .page-main .popular-questions-cms ul li.phone::before,
.faq-question-view .page-main .popular-questions-cms ul li.phone::before,
.faq-search-index .page-main .popular-questions-cms ul li.phone::before,
.faq-faq-view .page-main .block-faq-category ul li.email::before,
.faq-category-view .page-main .block-faq-category ul li.email::before,
.faq-question-view .page-main .block-faq-category ul li.email::before,
.faq-search-index .page-main .block-faq-category ul li.email::before,
.faq-faq-view .page-main .popular-questions-cms ul li.email::before,
.faq-category-view .page-main .popular-questions-cms ul li.email::before,
.faq-question-view .page-main .popular-questions-cms ul li.email::before,
.faq-search-index .page-main .popular-questions-cms ul li.email::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 8px;
  content: url("../images/phone.svg");
}
.faq-faq-view .page-main .block-faq-category ul li.email,
.faq-category-view .page-main .block-faq-category ul li.email,
.faq-question-view .page-main .block-faq-category ul li.email,
.faq-search-index .page-main .block-faq-category ul li.email,
.faq-faq-view .page-main .popular-questions-cms ul li.email,
.faq-category-view .page-main .popular-questions-cms ul li.email,
.faq-question-view .page-main .popular-questions-cms ul li.email,
.faq-search-index .page-main .popular-questions-cms ul li.email {
  position: relative;
}
.faq-faq-view .page-main .block-faq-category ul li.email::before,
.faq-category-view .page-main .block-faq-category ul li.email::before,
.faq-question-view .page-main .block-faq-category ul li.email::before,
.faq-search-index .page-main .block-faq-category ul li.email::before,
.faq-faq-view .page-main .popular-questions-cms ul li.email::before,
.faq-category-view .page-main .popular-questions-cms ul li.email::before,
.faq-question-view .page-main .popular-questions-cms ul li.email::before,
.faq-search-index .page-main .popular-questions-cms ul li.email::before {
  top: 2px;
  width: 14px;
  content: url("../images/email.svg");
}
.faq-question-view .faq-content-wrapper,
.faq-search-index .faq-content-wrapper,
.faq-category-view .faq-content-wrapper {
  margin-top: 25px;
}
.faq-question-view .faq-content,
.faq-search-index .faq-content,
.faq-category-view .faq-content,
.faq-question-view .faq-category,
.faq-search-index .faq-category,
.faq-category-view .faq-category {
  width: 63%;
  float: left;
}
.faq-question-view .faq-content .faqcat-title,
.faq-search-index .faq-content .faqcat-title,
.faq-category-view .faq-content .faqcat-title,
.faq-question-view .faq-category .faqcat-title,
.faq-search-index .faq-category .faqcat-title,
.faq-category-view .faq-category .faqcat-title {
  margin-bottom: 25px;
  color: #1c1b1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid #dee0e3;
}
.faq-question-view .faq-content .cat-item,
.faq-search-index .faq-content .cat-item,
.faq-category-view .faq-content .cat-item,
.faq-question-view .faq-category .cat-item,
.faq-search-index .faq-category .cat-item,
.faq-category-view .faq-category .cat-item {
  margin-bottom: 40px;
}
.faq-question-view .faq-content .cat-item a,
.faq-search-index .faq-content .cat-item a,
.faq-category-view .faq-content .cat-item a,
.faq-question-view .faq-category .cat-item a,
.faq-search-index .faq-category .cat-item a,
.faq-category-view .faq-category .cat-item a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #282828;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.faq-question-view .faq-content .cat-item a:hover,
.faq-search-index .faq-content .cat-item a:hover,
.faq-category-view .faq-content .cat-item a:hover,
.faq-question-view .faq-category .cat-item a:hover,
.faq-search-index .faq-category .cat-item a:hover,
.faq-category-view .faq-category .cat-item a:hover {
  color: #ff7100;
}
.faq-question-view .faq-content .cat-item .description,
.faq-search-index .faq-content .cat-item .description,
.faq-category-view .faq-content .cat-item .description,
.faq-question-view .faq-category .cat-item .description,
.faq-search-index .faq-category .cat-item .description,
.faq-category-view .faq-category .cat-item .description {
  color: #282828;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 23px;
}
.faq-question-view .faq-content .content,
.faq-search-index .faq-content .content,
.faq-category-view .faq-content .content,
.faq-question-view .faq-category .content,
.faq-search-index .faq-category .content,
.faq-category-view .faq-category .content {
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.faq-question-view .faq-content .faq-title-wrapper,
.faq-search-index .faq-content .faq-title-wrapper,
.faq-category-view .faq-content .faq-title-wrapper,
.faq-question-view .faq-category .faq-title-wrapper,
.faq-search-index .faq-category .faq-title-wrapper,
.faq-category-view .faq-category .faq-title-wrapper {
  position: relative;
}
.faq-question-view .faq-content .faq-title-wrapper .faq-back-link,
.faq-search-index .faq-content .faq-title-wrapper .faq-back-link,
.faq-category-view .faq-content .faq-title-wrapper .faq-back-link,
.faq-question-view .faq-category .faq-title-wrapper .faq-back-link,
.faq-search-index .faq-category .faq-title-wrapper .faq-back-link,
.faq-category-view .faq-category .faq-title-wrapper .faq-back-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 26px;
  line-height: 26px;
}
.faq-question-view .faq-content .faq-title-wrapper .faq-back-link-label,
.faq-search-index .faq-content .faq-title-wrapper .faq-back-link-label,
.faq-category-view .faq-content .faq-title-wrapper .faq-back-link-label,
.faq-question-view .faq-category .faq-title-wrapper .faq-back-link-label,
.faq-search-index .faq-category .faq-title-wrapper .faq-back-link-label,
.faq-category-view .faq-category .faq-title-wrapper .faq-back-link-label {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #1c1b1b;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 0 15px;
}
.faq-question-view .faq-content .faq-title-wrapper .faq-back-link-label::before,
.faq-search-index .faq-content .faq-title-wrapper .faq-back-link-label::before,
.faq-category-view .faq-content .faq-title-wrapper .faq-back-link-label::before,
.faq-question-view .faq-category .faq-title-wrapper .faq-back-link-label::before,
.faq-search-index .faq-category .faq-title-wrapper .faq-back-link-label::before,
.faq-category-view .faq-category .faq-title-wrapper .faq-back-link-label::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 13px 0;
  border-color: transparent #1c1b1b transparent transparent;
}
.faq-question-view .faq-sidebar-wrapper,
.faq-search-index .faq-sidebar-wrapper,
.faq-category-view .faq-sidebar-wrapper {
  margin-top: 23px;
  width: 30%;
  float: right;
}
.faq-question-view .faq-sidebar-wrapper .block-faq-category,
.faq-search-index .faq-sidebar-wrapper .block-faq-category,
.faq-category-view .faq-sidebar-wrapper .block-faq-category {
  padding: 29px 37px 22px 37px;
  border: 1px solid #dee0e3;
  margin-bottom: 20px;
}
.faq-question-view .faq-sidebar-wrapper .block-faq-category .item a,
.faq-search-index .faq-sidebar-wrapper .block-faq-category .item a,
.faq-category-view .faq-sidebar-wrapper .block-faq-category .item a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.faq-question-view .faq-sidebar-wrapper .block-faq-category .item a:hover,
.faq-search-index .faq-sidebar-wrapper .block-faq-category .item a:hover,
.faq-category-view .faq-sidebar-wrapper .block-faq-category .item a:hover {
  color: #ff7100;
}
.faq-question-view .faq-sidebar-wrapper .block-faq-category .count,
.faq-search-index .faq-sidebar-wrapper .block-faq-category .count,
.faq-category-view .faq-sidebar-wrapper .block-faq-category .count {
  display: none;
}
.faq-question-view .faq-sidebar-wrapper .block-faq-category,
.faq-search-index .faq-sidebar-wrapper .block-faq-category,
.faq-category-view .faq-sidebar-wrapper .block-faq-category,
.faq-question-view .faq-sidebar-wrapper .popular-questions-cms,
.faq-search-index .faq-sidebar-wrapper .popular-questions-cms,
.faq-category-view .faq-sidebar-wrapper .popular-questions-cms {
  float: none;
  width: 100%;
}
.accessories-info-view .od-popup-description .od-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.accessories-info-view .od-popup-description .od-price > .price-box {
  width: 49%;
  border-right: 1px solid #e5e5e5;
}
.accessories-info-view .od-popup-description .od-price .payment-installments {
  width: 51%;
}
.accessories-info-view .od-popup-description .od-price .laybuy-installments {
  padding-left: 10px;
  margin: 0;
}
.accessories-info-view .od-popup-description .od-price .laybuy-installments .installments-amount {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .2px;
}
.accessories-info-view .od-popup-description .od-price .laybuy-installments .installments-amount span {
  font-weight: 700;
}
.accessories-info-view .od-popup-description .laybuy-installments-amount img {
  max-height: 13px;
}
.accessories-info-view .od-popup-description .stamped-badge {
  margin-bottom: 10px;
}
.accessories-info-view .od-popup-description .stamped-badge-starrating {
  margin-right: 13px !important;
}
.accessories-info-view .od-popup-description .fa-star-half-o:before,
.accessories-info-view .od-popup-description .fa-star-o:before,
.accessories-info-view .od-popup-description .fa-star:before,
.accessories-info-view .od-popup-description .stamped-fa-star-half-o:before,
.accessories-info-view .od-popup-description .stamped-fa-star-o:before,
.accessories-info-view .od-popup-description .stamped-fa-star:before {
  font-size: 13px;
}
.accessories-info-view .od-popup-description .fa-star,
.accessories-info-view .od-popup-description .fa-star-o,
.accessories-info-view .od-popup-description .fa-star-half-o,
.accessories-info-view .od-popup-description .stamped-fa-star,
.accessories-info-view .od-popup-description .stamped-fa-star-o,
.accessories-info-view .od-popup-description .stamped-fa-star-half-o,
.accessories-info-view .od-popup-description .stamped-badge-starrating .stamped-fa {
  color: #373535 !important;
}
.accessories-info-view .od-popup-description .stamped-badge .stamped-badge-caption {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .5px;
}
.accessories-info-view .od-popup-description .stamped-badge .stamped-badge-caption > span {
  display: none !important;
}
.accessories-info-view .od-popup-description .stamped-badge .stamped-badge-caption:after {
  content: ')' !important;
}
.accessories-info-view .od-popup-description .stamped-badge .stamped-badge-caption:before {
  content: '(';
}
@media (max-width: 322px) {
  .od-additional-accessories .slider-control {
    width: 30%;
  }
  .od-additional-accessories .configure-option {
    width: 55%;
  }
  .od-additional-accessories .add-cart-btn {
    width: 42%;
  }
}
@media (max-width: 1023px) {
  .od-additional-accessories .product-outer-box {
    height: 115px;
    padding: 10px 8px;
  }
  .od-additional-accessories .product-outer-box .header-title {
    width: 59%;
  }
  .od-additional-accessories .product-outer-box .slider-control {
    width: 39%;
  }
  .od-additional-accessories .product-outer-box .slider-control .od-slick-btn {
    width: 25px;
    height: 25px;
  }
  .od-additional-accessories .product-outer-box .product-image-photo {
    width: 55px;
    height: 55px;
  }
  .od-additional-accessories .product-outer-box .row1.product-details {
    padding-left: 6px;
    letter-spacing: 1px;
  }
  .od-additional-accessories .product-outer-box .row1.product-details .product-item-link {
    font-size: 13px;
    letter-spacing: .3px;
  }
  .od-additional-accessories .product-outer-box .row1.product-details .i-icon {
    background-size: 16px 16px;
  }
  .od-additional-accessories .product-outer-box .row1.product-details .price,
  .od-additional-accessories .product-outer-box .row1.product-details .rrp-price .price-wrapper:before {
    color: #A3A3AF;
  }
  .od-additional-accessories .product-outer-box .configure-option {
    width: 60%;
  }
  .od-additional-accessories .product-outer-box .add-cart-btn {
    width: 37%;
  }
  .od-popup-image,
  .od-popup-description {
    display: block;
    width: 100%;
  }
  .accessories-info-view .od-popup-description .od-price .laybuy-installments .installments-amount {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .od-additional-info {
    font-size: 11px;
    text-align: left;
    padding-left: 6%;
    margin-bottom: 2%;
  }
  .od-additional-accessories .product-outer-box {
    height: 140px;
    padding: 15px 10px;
  }
  .od-additional-accessories .row1.product-details {
    width: 72%;
  }
  .od-additional-accessories .configure-option {
    width: 60%;
  }
  .od-additional-accessories .add-cart-btn {
    width: 39%;
  }
  .od-additional-accessories .slider-control {
    width: 37%;
  }
  .od-additional-accessories .price,
  .od-additional-accessories .rrp-price .price-wrapper:before {
    color: #A3A3AF;
  }
}
@media (min-width: 1320px) {
  .od-additional-accessories .row1.product-details {
    width: 80%;
  }
  .od-additional-accessories .price,
  .od-additional-accessories .rrp-price .price-wrapper:before {
    color: #A3A3AF;
  }
}
.accessories_default_store_text {
  display: block;
  color: #f47920;
  font-weight: 700;
  font-size: 13.5px;
  padding-right: 20px;
}
.od-additional-accessories {
  margin-bottom: 40px;
}
.od-additional-accessories .od-accessories-header {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.od-additional-accessories .product-outer-box {
  border: 1px solid #e5e5e5;
  margin-bottom: 7px;
  height: auto;
  width: calc(100% - 2px) !important;
}
.od-additional-accessories .product-outer-box > div:first-of-type {
  display: flex;
}
.od-additional-accessories .icon-div {
  text-align: right;
}
.od-additional-accessories .i-icon {
  background: url("../images/i-icon.png") no-repeat center;
  color: transparent;
  background-size: 18px 18px;
  cursor: pointer;
  float: right;
}
.od-additional-accessories .product-image-photo {
  width: 65px;
  height: 70px;
}
.od-additional-accessories .row1,
.od-additional-accessories .add-cart-btn {
  display: inline-block;
}
.od-additional-accessories .add-cart-btn {
  float: right;
}
.od-additional-accessories .product-item-name a {
  text-decoration: none;
  font-weight: 700;
}
.od-additional-accessories .product-item-name a,
.od-additional-accessories .product-details,
.od-additional-accessories .product.price,
.od-additional-accessories .product.rrp-price .price-wrapper:before {
  font-size: 14px;
}
.od-additional-accessories .product-details {
  vertical-align: top;
  width: 81%;
}
.od-additional-accessories .price-box .price-label {
  display: none !important;
}
.od-additional-accessories span.price,
.od-additional-accessories span.rrp-price .price-wrapper:before {
  font-size: 14px !important;
  color: #373535 !important;
  font-weight: normal !important;
}
.od-additional-accessories .old-price .price,
.od-additional-accessories .old-price .rrp-price .price-wrapper:before {
  color: #9b9b9b !important;
  text-decoration-color: #9b9b9b;
  margin-left: 10px;
}
.od-additional-accessories .old-price .price:after,
.od-additional-accessories .old-price .rrp-price .price-wrapper:before:after {
  border-top-width: 1px;
  top: 44%;
}
.od-additional-accessories .slick-dots li {
  width: 5px;
  height: 5px;
}
.od-additional-accessories button.tocart {
  width: 100%;
  height: 35px;
  padding-top: 8px;
  font-weight: 700;
  border: 2px solid #373535;
}
.od-additional-accessories .configure-option .selectric {
  height: 35px;
}
.od-additional-accessories .configure-option .selectric .label,
.od-additional-accessories .configure-option .selectric .button {
  line-height: 35px;
  height: 35px;
}
.od-additional-accessories .configure-option,
.od-additional-accessories .header-title,
.od-additional-accessories .slider-control,
.od-additional-accessories .od-slick-btn {
  display: inline-block;
}
.od-additional-accessories .header-title {
  width: 70%;
  font-size: 16px;
  font-weight: 700;
}
.od-additional-accessories .slider-control {
  text-align: right;
  width: 30%;
}
.od-additional-accessories .od-slick-previous {
  background-position: -10px -7px;
}
.od-additional-accessories .od-slick-next {
  background-position: -62px -7px;
}
.od-additional-accessories .od-slick-btn {
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background-image: none;
  border: 1px solid #e5e5e5;
  z-index: 1;
  border-radius: 25px;
  position: relative;
}
.od-additional-accessories .od-slick-btn:after {
  content: '';
  position: absolute;
  top: 7px;
  border: 4px solid transparent;
}
.od-additional-accessories .od-slick-btn.od-slick-previous:after {
  left: 4px;
  border-right: 4px solid #000000;
}
.od-additional-accessories .od-slick-btn.od-slick-next:after {
  right: 4px;
  border-left: 4px solid #000000;
}
.od-additional-accessories .od-slick-btn.slick-disabled::after,
.od-additional-accessories .od-slick-btn.slick-hidden::after {
  opacity: .3;
}
.od-additional-accessories .slick-dots {
  bottom: -24px;
}
.od-additional-accessories .slick-dots li.slick-active > button {
  background-color: #373535;
}
.od-additional-accessories .to-cart-div {
  margin-bottom: 10px;
}
.od-popup-description {
  vertical-align: top;
}
.od-popup-description .od-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.03;
  letter-spacing: 1px;
}
.od-popup-description .od-code,
.od-popup-description .od-subtitle {
  font-size: 13px;
  margin-bottom: 4px;
  line-height: normal;
  letter-spacing: 1px;
}
.od-popup-description .od-title,
.od-popup-description .od-code,
.od-popup-description .od-subtitle,
.od-popup-description .od-learn-more {
  text-transform: uppercase;
}
.od-popup-description .od-subtitle {
  margin-bottom: 4px;
}
.od-popup-description .od-additional-detail,
.od-popup-description .od-price {
  margin-bottom: 10px;
}
.od-popup-description .od-learn-more {
  margin-bottom: 17px;
  color: #373535;
}
.od-popup-description .od-price {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.od-popup-description .od-price span.price,
.od-popup-description .od-price span.rrp-price .price-wrapper:before {
  color: #373535 !important;
  font-size: 24px !important;
}
.catalog-product-view .modal-popup.od-accessories-popup .modal-inner-wrap {
  width: 80%;
}
@media (min-width: 1320px) {
  .catalog-product-view .modal-popup.custom-modal .modal-inner-wrap {
    width: 80%;
  }
  .catalog-product-view .modal-popup.custom-modal.accessories-info-view .modal-inner-wrap {
    width: 100%;
    max-width: 1054px;
  }
  .od-popup-image,
  .od-popup-description {
    display: inline-block;
  }
  .od-popup-image {
    width: 49%;
  }
  .od-popup-description {
    width: 50%;
  }
}
.accessories-related-slick .slick-slide > div > div .product-outer-box.product-item:last-child .selectric-items {
  top: auto;
  bottom: 0;
  margin-bottom: 34px;
}
.accessories-related-slick .slick-slide > div > div .product-outer-box.product-item:first-child .selectric-items {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
}
.page-main .stamped-starrating {
  color: #373535;
}
.page-main .stamped-starrating .stamped-fa {
  color: #373535;
}
.page-main #stamped-main-widget {
  margin: 0;
}
.page-main .fa-star,
.page-main .fa-star-checked,
.page-main .fa-star-half-o,
.page-main .fa-star-o,
.page-main .stamped-fa-star,
.page-main .stamped-fa-star-checked,
.page-main .stamped-fa-star-half-o,
.page-main .stamped-fa-star-o {
  color: #373535;
}
.page-main .fa-star:before,
.page-main .fa-star-checked:before,
.page-main .fa-star-half-o:before,
.page-main .fa-star-o:before,
.page-main .stamped-fa-star:before,
.page-main .stamped-fa-star-checked:before,
.page-main .stamped-fa-star-half-o:before,
.page-main .stamped-fa-star-o:before {
  font-size: 12px;
}
.page-main .stamped-badge {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-main .stamped-badge-caption {
  opacity: 0.7;
  color: #373535;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.page-main .stamped-badge-caption[data-reviews="0"]:after,
.page-main .stamped-badge-caption[data-reviews="0"]:before {
  display: none;
}
.page-main .stamped-badge-caption:after {
  content: ' )';
}
.page-main .stamped-badge-caption:before {
  content: '( ';
}
.page-main .product#product-info-tabs .product.items .data a.switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-main .product#product-info-tabs .product.items .data a.switch .stamped-starrating {
  display: none;
}
.page-main .product#product-info-tabs .product.items .data a.switch .stamped-badge-caption {
  margin-left: 5px;
  font-size: 13px;
  opacity: 1;
}
.page-main .product#product-info-tabs .product.items .data a.switch .stamped-badge-caption:after {
  content: '';
}
.page-main .product#product-info-tabs .product.items .data a.switch .stamped-badge-caption:before {
  content: '- ';
}
.page-main .product#product-info-tabs .product.items .data.active .stamped-badge-caption {
  color: #c2d83f;
}
.page-main .product#product-info-tabs .product.items .summary-overview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .page-main .product#product-info-tabs .product.items .summary-overview {
    width: 200px !important;
    float: left !important;
    margin-bottom: 20px;
  }
}
.page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-caption-1 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  flex: 1;
}
.page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-starrating {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  flex: 1;
}
.page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-caption-2 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: block !important;
  width: 100%;
}
@media (max-width: 767px) {
  .page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-caption-2 {
    text-align: left;
  }
}
.page-main .product#product-info-tabs .product.items .summary-overview:after {
  position: absolute;
  left: 0;
  top: -35px;
  content: 'REVIEWS';
  color: #373535;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-starrating i:before {
  font-size: 15px !important;
  letter-spacing: 10px;
}
.page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-text-1 {
  color: #373535;
  font-size: 13px !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-family: 'Univers LT Std Condensed';
}
.page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-text-1:after {
  content: ' avg.';
}
.page-main .product#product-info-tabs .product.items .summary-overview .stamped-summary-caption .stamped-summary-text {
  opacity: 0.4;
  color: #373535;
  font-size: 13px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-top: 0;
}
.page-main .product#product-info-tabs .product.items .stamped-summary-actions {
  min-height: 100px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.page-main .product#product-info-tabs .product.items .stamped-summary-actions .stamped-summary-actions-newreview {
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0;
  border: 1px solid #373535;
  font-size: 16px;
  padding: 7px 50px;
  font-family: 'Univers LT Std Condensed';
}
@media (max-width: 767px) {
  .page-main .product#product-info-tabs .product.items .stamped-summary-actions .stamped-summary-actions-newreview {
    width: 100% !important;
    margin: 0;
  }
}
.page-main .product#product-info-tabs .product.items .stamped-summary-actions .stamped-summary-actions-newreview:before {
  display: none;
}
@media (max-width: 767px) {
  .page-main .product#product-info-tabs .product.items .stamped-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-main .product#product-info-tabs .product.items .stamped-summary-ratings {
  width: auto !important;
  margin: 0 !important;
  border-right: none;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .page-main .product#product-info-tabs .product.items .stamped-summary-ratings {
    padding-left: 0;
    border-left: none;
  }
}
.page-main .product#product-info-tabs .product.items .stamped-summary-ratings .summary-rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  max-height: 18px;
}
.page-main .product#product-info-tabs .product.items .stamped-summary-ratings .summary-rating-bar {
  width: 165px !important;
  height: 10px !important;
}
.page-main .product#product-info-tabs .product.items .stamped-summary-ratings .summary-rating-bar div {
  height: 10px;
}
.page-main .product#product-info-tabs .product.items .stamped-summary-ratings .summary-rating-title {
  width: auto !important;
  margin-right: 7px;
}
.page-main .product#product-info-tabs .product.items .stamped-summary-ratings .summary-rating-title:before {
  color: #373535;
  letter-spacing: 3px;
  font-size: 10px;
}
.page-main .product#product-info-tabs .product.items .stamped-summary-ratings .summary-rating-count {
  opacity: 0.6;
  color: #373535;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.09px;
  line-height: 25px;
}
.page-main .product#product-info-tabs .product.items .summary-rating-bar-content {
  background: #373535;
}
.page-main .product#product-info-tabs .product.items .stamped-tab-container,
.page-main .product#product-info-tabs .product.items .stamped-reviews-filter {
  display: none !important;
}
.page-main .product#product-info-tabs .product.items .stamped-review {
  border-top: 1px solid #eee;
}
.page-main .product#product-info-tabs .product.items .stamped-review-content {
  margin: 0 0 15px 75px;
}
@media (max-width: 767px) {
  .page-main .product#product-info-tabs .product.items .stamped-review-content {
    margin: 15px 0;
  }
}
.page-main .product#product-info-tabs .product.items .stamped-review-avatar-content {
  color: #373535;
}
.page-main .product#product-info-tabs .product.items .author {
  text-transform: uppercase;
  color: #373535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 25px;
  font-family: 'Univers LT Std Condensed';
}
.page-main .product#product-info-tabs .product.items .created {
  color: #373535;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-family: 'Univers LT Std Condensed';
}
.page-main .product#product-info-tabs .product.items .stamped-review-header-title {
  color: #373535;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-family: 'Univers LT Std Condensed';
}
.page-main .product#product-info-tabs .product.items .stamped-review-content-body {
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
  max-width: 500px;
  font-family: 'Univers LT Std Condensed';
}
.page-main .product#product-info-tabs .product.items .stamped-review-avatar {
  border-radius: 0;
  position: relative;
  margin-right: 20px;
}
.page-main .product#product-info-tabs .product.items .stamped-review-avatar:before {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 50%;
  background-color: #c2d83f;
  width: 16px;
  height: 16px;
}
.page-main .product#product-info-tabs .product.items .stamped-review-avatar:after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
}
.page-main .product#product-info-tabs .product.items .stamped-review-footer {
  font-family: 'Univers LT Std Condensed';
}
.page-main .product#product-info-tabs .product.items .stamped-review-footer .stamped-share-icon,
.page-main .product#product-info-tabs .product.items .stamped-review-footer .stamped-rating-holder {
  color: #373535;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.page-main .product#product-info-tabs .product.items .stamped-review-footer .stamped-thumbs-up {
  margin-left: 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page-main .product#product-info-tabs .product.items .stamped-review-share,
  .page-main .product#product-info-tabs .product.items .stamped-review-vote {
    float: none !important;
  }
}
.page-main .grid.products-grid .product-item-details .stamped-badge .stamped-badge-caption {
  display: none;
}
.catalog-product-view .product-info-main .stamped-product-reviews-badge .stamped-badge-caption {
  display: none;
}
@font-face {
  font-family: stamped-font;
  font-display: swap;
  src: url(https://cdn1.stamped.io/fonts/stamped-font.eot?rkevfi);
  src: url(https://cdn1.stamped.io/fonts/stamped-font.eot?rkevfi#iefix) format('embedded-opentype'), url(https://cdn1.stamped.io/fonts/stamped-font.ttf?rkevfi) format('truetype'), url(https://cdn1.stamped.io/fonts/stamped-font.woff?rkevfi) format('woff'), url(https://cdn1.stamped.io/fonts/stamped-font.svg?rkevfi#stamped-font) format('svg');
  font-weight: 400;
  font-style: normal;
}
.stamped-product-reviews-badge {
  display: block;
  min-height: 21px;
}
.stamped-badge-placeholder {
  min-height: 21px;
}
.stamped-badge-placeholder .stamped-badge-starrating {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
.stamped-badge-placeholder .stamped-fa {
  display: inline-block;
  font-size: 100%;
  font-style: normal;
}
.stamped-badge-placeholder .stamped-fa-star-o:before {
  color: #373535;
  content: '\f006';
  font-family: stamped-font;
  font-size: 12px;
  margin-right: -1px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.actions-compare {
  text-align: right;
  flex: 1;
  margin-bottom: 10px;
}
a.action.tocompare {
  border: none;
  font-size: 13px;
  letter-spacing: .5px;
  margin-right: 0;
  line-height: 26px;
  position: relative;
  padding: 0 40px 0 0;
  background: none;
}
a.action.tocompare.pdp_tocompare {
  padding: 0 0 0 40px;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
a.action.tocompare.pdp_tocompare:after {
  left: 0;
  right: 0;
}
a.action.tocompare.pdp_tocompare.active {
  text-decoration: underline;
}
a.action.tocompare.pdp_tocompare.active:before {
  left: 0;
  right: 0;
}
a.action.tocompare.pdp_tocompare .after-compare-icon {
  display: block;
  position: relative;
}
a.action.tocompare.pdp_tocompare .after-compare-icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 14px;
  background-image: url("../images/group-491.png");
  background-repeat: no-repeat;
  background-position: center;
}
a.action.tocompare .after-compare-icon {
  display: none;
}
a.action.tocompare.active:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  background-image: url("../images/tick_icon_gray.png") !important;
  background-repeat: no-repeat;
  background-position: center;
}
a.action.tocompare:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #d8d8d8;
}
a.action.tocompare:hover {
  color: #ff7100;
}
.block.block-compare-top {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1023px) {
  .block.block-compare-top {
    display: none;
  }
}
.block.block-compare-top .compare-title {
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #373535;
  background: #ffffff;
}
.block.block-compare-top .compare-title .title-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 2.1;
}
.block.block-compare-top .compare-title .title-container h3 {
  font-size: 25px;
  margin: 0;
  float: left;
}
.block.block-compare-top .compare-title .title-container .button-compare {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-collapsive.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  float: right;
}
.block.block-compare-top .compare-title .title-container .button-compare.opened {
  background-image: url("../images/arrow-expand.png");
}
.block.block-compare-top .compare-title .title-container .compare-all {
  width: 225px;
  float: right;
  margin: 0 15px 14px 0;
}
.block.block-compare-top .compare-title .title-container .clearfix {
  clear: both;
}
.block.block-compare-top .compare-messages {
  margin: 15px auto;
  max-width: 1440px;
  padding: 0 15px;
}
.block.block-compare-top .compare-messages .messages .message {
  position: relative;
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  padding: 15px 0 15px 15px;
}
.block.block-compare-top .compare-messages .messages .message .close-msg {
  position: absolute;
  right: 30px;
  top: 12px;
}
.block.block-compare-top .compare-messages .messages .message .close-msg:before,
.block.block-compare-top .compare-messages .messages .message .close-msg:after {
  position: absolute;
  left: 8px;
  top: 3px;
  content: '';
  height: 18px;
  width: 1px;
  background-color: #373535;
}
.block.block-compare-top .compare-messages .messages .message .close-msg:before {
  transform: rotate(45deg);
}
.block.block-compare-top .compare-messages .messages .message .close-msg:after {
  transform: rotate(-45deg);
}
.block.block-compare-top .product-item {
  position: relative;
  width: 100%;
  max-width: 30%;
}
.block.block-compare-top .product-item.compare-item-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #d8d8d8 !important;
}
.block.block-compare-top .product-item.compare-item-empty .plus {
  position: relative;
  width: 63px;
  height: 63px;
}
.block.block-compare-top .product-item.compare-item-empty .plus::before,
.block.block-compare-top .product-item.compare-item-empty .plus::after {
  content: "";
  position: absolute;
  background-color: #373535;
}
.block.block-compare-top .product-item.compare-item-empty .plus::before {
  inset: 50% 0 auto 0;
  height: 2px;
  transform: translateY(-50%);
}
.block.block-compare-top .product-item.compare-item-empty .plus::after {
  inset: 0 auto 0 50%;
  width: 2px;
  transform: translateX(-50%);
}
.block.block-compare-top .product-item .clearfix {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  flex-direction: column;
}
.block.block-compare-top .product-item .clearfix .product-item-name {
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.block.block-compare-top .product-items {
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 70%;
  flex-direction: row;
}
.block.block-compare-top .product-items .product-item {
  margin: 0 12px 12px 0;
  padding: 12px;
  min-height: 120px;
  border: 1px solid #d8d8d8;
  max-width: 160px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.block.block-compare-top .product-items .product-item:last-child {
  margin-right: 0;
}
.block.block-compare-top .product-items .product-item:hover {
  border: 1px solid #c2d83f;
}
.block.block-compare-top .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.block.block-compare-top .block-content #compare-items {
  padding-left: 0;
  display: flex;
}
.block.block-compare-top .actions.clearfix {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  width: 30%;
}
.block.block-compare-top .actions.clearfix .compare-all {
  width: 70%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 20px;
}
.block.block-compare-top .actions.clearfix .clear {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-product-bundle .pdp_tocompare {
  margin-bottom: 30px;
}
.contact-us-button {
  position: relative;
  cursor: pointer;
}
.contact-us-button.loading .liveagent-button-image {
  filter: brightness(0.7);
}
.contact-us-button.loading .liveagent-loader {
  position: fixed;
  bottom: 60px;
  right: 3px;
  display: block !important;
  /* stylelint-disable-line declaration-no-important */
  width: 40px;
  height: 40px;
  object-fit: none;
  transform-origin: 100% 100%;
  filter: brightness(1.5);
  z-index: 91;
}
.stihl_enquirenow-form-index .page-main {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
.stihl_enquirenow-form-index .page-main .column [data-content-type='html'] {
  max-width: 755px;
  margin: 30px auto 50px;
  padding: 0 20px;
}
.stihl_enquirenow-form-index .page-main .column .form-title {
  color: #373535;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 16px 0;
  display: block;
}
.stihl_enquirenow-form-index .page-main .column .action.view-product {
  padding: 13px 20px 14px;
}
.stihl_enquirenow-form-index .page-main .column .widget-product-carousel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.stihl_enquirenow-form-index .page-main .columns {
  letter-spacing: 0.5px;
  color: #9b9b9b;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .stihl_enquirenow-form-index .page-main .columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .stihl_enquirenow-form-index .page-main .columns {
    margin-bottom: 20px;
  }
}
.stihl_enquirenow-form-index .page-main .columns::before {
  display: none;
}
.stihl_enquirenow-form-index .page-main .columns::after {
  display: none;
}
.stihl_enquirenow-form-index .page-main .columns .page-description p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
.stihl_enquirenow-form-index .page-main .form-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .stihl_enquirenow-form-index .page-main .form-grid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.stihl_enquirenow-form-index .page-main .form-grid .field {
  width: 49%;
}
@media (max-width: 1023px) {
  .stihl_enquirenow-form-index .page-main .form-grid .field {
    width: 100%;
  }
}
.stihl_enquirenow-form-index .page-main .field {
  width: 100%;
}
.stihl_enquirenow-form-index .page-main .field .input-text {
  width: 100%;
}
.stihl_enquirenow-form-index .page-main figure {
  margin: 0;
}
.stihl_enquirenow-form-index .page-main figure img {
  width: 100%;
}
.stihl_enquirenow-form-index .page-main .control textarea {
  min-height: 120px;
  resize: none;
}
.stihl_enquirenow-form-index .page-main .fieldset {
  padding: 0;
}
.stihl_enquirenow-form-index .page-main .required-fields {
  display: block;
  margin-top: 0;
}
.stihl_enquirenow-form-index .page-main .bottom-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .stihl_enquirenow-form-index .page-main .bottom-form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
  .stihl_enquirenow-form-index .page-main .bottom-form .actions-toolbar {
    width: 100%;
  }
}
.stihl_enquirenow-form-index .page-main .bottom-form button.submit {
  padding: 15px 80px;
}
@media (max-width: 1023px) {
  .stihl_enquirenow-form-index .page-main .bottom-form button.submit {
    width: 100%;
    margin-top: 25px;
  }
}
.expertform-index-index .page-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .expertform-index-index .page-main {
    padding: 0 15px;
  }
}
.expertform-index-index .page-main .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.5px;
  color: #9b9b9b;
  margin-bottom: 170px;
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .expertform-index-index .page-main .columns {
    margin-bottom: 20px;
  }
}
.expertform-index-index .page-main .columns::before {
  display: none;
}
.expertform-index-index .page-main .columns::after {
  display: none;
}
.expertform-index-index .page-main .columns .page-description p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
.expertform-index-index .page-main .form-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .form-grid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.expertform-index-index .page-main .form-grid .field {
  width: 49%;
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .form-grid .field {
    width: 100%;
  }
}
.expertform-index-index .page-main .field {
  width: 100%;
}
.expertform-index-index .page-main .field .input-text {
  width: 100%;
}
.expertform-index-index .page-main .column {
  width: 58%;
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .column {
    width: 100%;
  }
}
.expertform-index-index .page-main .control textarea {
  min-height: 120px;
  resize: none;
}
.expertform-index-index .page-main .sidebar {
  width: 24%;
  margin-right: 31px;
}
@media (max-width: 1439px) {
  .expertform-index-index .page-main .sidebar {
    width: 28%;
  }
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .sidebar {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
}
.expertform-index-index .page-main .sidebar .side-bar-content .side-block {
  border: 1px solid #dee0e3;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.expertform-index-index .page-main .sidebar .side-bar-content .side-block p {
  width: 85%;
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .sidebar .side-bar-content .side-block p {
    width: 100%;
  }
}
.expertform-index-index .page-main .sidebar .sidebar-title {
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #373535;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid #dee0e3;
}
.expertform-index-index .page-main .sidebar .sidebar-btn {
  padding: 15px 38px;
}
.expertform-index-index .page-main .fieldset {
  padding: 0;
}
.expertform-index-index .page-main .required-fields {
  display: block;
  margin-top: 0;
}
.expertform-index-index .page-main .bottom-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .bottom-form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
  .expertform-index-index .page-main .bottom-form .actions-toolbar {
    width: 100%;
  }
}
.expertform-index-index .page-main .bottom-form button.submit {
  padding: 15px 80px;
}
@media (max-width: 1023px) {
  .expertform-index-index .page-main .bottom-form button.submit {
    width: 100%;
    margin-top: 25px;
  }
}
.manualorder-index-index .page-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .manualorder-index-index .page-main {
    padding: 0 15px;
  }
}
.manualorder-index-index .page-main .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.5px;
  color: #9b9b9b;
  margin-bottom: 170px;
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .manualorder-index-index .page-main .columns {
    margin-bottom: 20px;
  }
}
.manualorder-index-index .page-main .columns::before {
  display: none;
}
.manualorder-index-index .page-main .columns::after {
  display: none;
}
.manualorder-index-index .page-main .columns .page-description p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
.manualorder-index-index .page-main .form-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .form-grid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.manualorder-index-index .page-main .form-grid .field {
  width: 49%;
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .form-grid .field {
    width: 100%;
  }
}
.manualorder-index-index .page-main .field {
  width: 100%;
}
.manualorder-index-index .page-main .field .input-text {
  width: 100%;
}
.manualorder-index-index .page-main .column {
  width: 58%;
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .column {
    width: 100%;
  }
}
.manualorder-index-index .page-main .control textarea {
  min-height: 120px;
  resize: none;
}
.manualorder-index-index .page-main .sidebar {
  width: 24%;
  margin-right: 31px;
}
@media (max-width: 1439px) {
  .manualorder-index-index .page-main .sidebar {
    width: 28%;
  }
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .sidebar {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
}
.manualorder-index-index .page-main .sidebar .side-bar-content .side-block {
  border: 1px solid #dee0e3;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.manualorder-index-index .page-main .sidebar .side-bar-content .side-block p {
  width: 85%;
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .sidebar .side-bar-content .side-block p {
    width: 100%;
  }
}
.manualorder-index-index .page-main .sidebar .sidebar-title {
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #373535;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid #dee0e3;
}
.manualorder-index-index .page-main .sidebar .sidebar-btn {
  padding: 15px 38px;
}
.manualorder-index-index .page-main .fieldset {
  padding: 0;
}
.manualorder-index-index .page-main .required-fields {
  display: block;
  margin-top: 0;
}
.manualorder-index-index .page-main .bottom-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .bottom-form {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
  .manualorder-index-index .page-main .bottom-form .actions-toolbar {
    width: 100%;
  }
}
.manualorder-index-index .page-main .bottom-form button.submit {
  padding: 15px 80px;
}
@media (max-width: 1023px) {
  .manualorder-index-index .page-main .bottom-form button.submit {
    width: 100%;
    margin-top: 25px;
  }
}
.catalog-product-view .product-store-locator {
  border: 1px solid #D8D8D8;
  border-top: 0;
}
.catalog-product-view .box-store-locator-notice {
  border: 0;
  padding: 0 15px;
}
.catalog-product-view .box-store-locator-notice .shipping-notice {
  padding-top: 15px;
  border-top: 1px solid #D8D8D8;
}
.catalog-product-view .box-store-locator-notice .shipping-notice .shipping-content {
  border: 0;
  padding: 0;
  font-size: 11px;
  align-items: center;
  margin-bottom: 10px;
}
.catalog-product-view .box-store-locator-notice .shipping-notice .shipping-content .content1 {
  line-height: 14px;
}
.catalog-product-view .box-store-locator-notice .shipping-notice .shipping-content .content2 {
  margin-top: 0;
}
.catalog-product-view .box-store-locator-notice .shipping-notice .shipping-content .icon1,
.catalog-product-view .box-store-locator-notice .shipping-notice .shipping-content .icon2 {
  margin: 0;
  width: 40px;
  height: 40px;
}
.catalog-product-view .box-store-locator .store-locator {
  border: 0;
  padding: 0;
  margin: 0;
}
.catalog-product-view .box-store-locator .store-selector {
  border: 0;
}
.catalog-product-view .box-store-locator .store-selector .result-container {
  position: relative;
  top: -20px;
  margin: 0 15px;
}
.catalog-product-view .box-store-locator .store-selector .form-container {
  padding: 0;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message {
  margin-bottom: 0;
  text-align: left;
  letter-spacing: .065px;
  color: #373535;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 10px;
  border-top: 4px solid #FF7002;
  border-bottom: 1px solid #D8D8D8;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  color: #373535;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-header h4:before {
  content: '';
  display: inline-block;
  background: url('../images/svg/icon-location.svg') no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-header .edit {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .5px;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-body {
  padding: 20px 15px;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-body h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .2px;
  color: #373535;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-body .search-store {
  margin-top: 15px;
  position: relative;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-body .search-store input {
  padding-right: 35px;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: .2px;
  height: 42px;
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message-body .search-store:after {
  content: '';
  background: url('../images/svg/icon-search.svg') no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0, -50%);
}
.catalog-product-view .box-store-locator .store-selector .form-container .store-message strong {
  font-weight: 700;
}
.catalog-product-view .product-top .store-locator {
  border: 0;
}
.head-store-selector .head-store-selector-dropdown .form-container,
.box-store-locator .store-selector .form-container {
  padding: 20px 15px;
  border-top: none;
}
@media (max-width: 1023px) {
  .head-store-selector .head-store-selector-dropdown .form-container,
  .box-store-locator .store-selector .form-container {
    text-align: left;
  }
}
.head-store-selector .head-store-selector-dropdown .form-container .current-store-message,
.box-store-locator .store-selector .form-container .current-store-message {
  background-color: #ff7100;
  padding: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}
.head-store-selector .head-store-selector-dropdown .form-container .current-store-message strong,
.box-store-locator .store-selector .form-container .current-store-message strong {
  font-weight: 700;
}
.head-store-selector .head-store-selector-dropdown .form-container input,
.box-store-locator .store-selector .form-container input {
  border-radius: 3px;
  border: 1px solid #cdcccc;
  letter-spacing: 0.2px;
  width: 100%;
  padding: 15px 5px 15px 15px;
  background-color: #fff;
  line-height: 20px;
  opacity: 1;
  height: 50px;
}
.head-store-selector .head-store-selector-dropdown .form-container .form-separator,
.box-store-locator .store-selector .form-container .form-separator {
  text-align: center;
  position: relative;
  margin: 8px 0 10px 0;
}
.head-store-selector .head-store-selector-dropdown .form-container .form-separator span,
.box-store-locator .store-selector .form-container .form-separator span {
  display: inline-block;
  padding: 0 15px;
  background-color: #fff;
  color: #373535;
}
.head-store-selector .head-store-selector-dropdown .form-container .form-separator:before,
.box-store-locator .store-selector .form-container .form-separator:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  left: 0;
  top: calc(50% - 1px);
  z-index: -1;
}
.head-store-selector .head-store-selector-dropdown .form-container button,
.box-store-locator .store-selector .form-container button {
  width: 100%;
}
.head-store-selector .head-store-selector-dropdown .form-container button span,
.box-store-locator .store-selector .form-container button span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
  height: 23px;
}
.head-store-selector .head-store-selector-dropdown .form-container button span:before,
.box-store-locator .store-selector .form-container button span:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/location.png");
  background-repeat: no-repeat;
  background-position: center;
}
.head-store-selector .head-store-selector-dropdown .form-container .box-current-location-message,
.box-store-locator .store-selector .form-container .box-current-location-message {
  display: none;
  margin-top: 20px;
}
.head-store-selector .head-store-selector-dropdown .result-container,
.box-store-locator .store-selector .result-container {
  background-color: #f5f5f5;
}
@media (max-width: 1023px) {
  .head-store-selector .head-store-selector-dropdown .result-container,
  .box-store-locator .store-selector .result-container {
    text-align: left;
  }
}
.head-store-selector .head-store-selector-dropdown .result-container .search-store-result,
.box-store-locator .store-selector .result-container .search-store-result {
  padding: 20px 15px;
}
.head-store-selector .head-store-selector-dropdown .result-container .search-store-result .block-title,
.box-store-locator .store-selector .result-container .search-store-result .block-title {
  color: #ff7100;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.head-store-selector .head-store-selector-dropdown .result-container .search-store-result .block-content .search-store-result-links,
.box-store-locator .store-selector .result-container .search-store-result .block-content .search-store-result-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.head-store-selector .head-store-selector-dropdown .result-container .search-store-result .block-content .search-store-result-links li a,
.box-store-locator .store-selector .result-container .search-store-result .block-content .search-store-result-links li a {
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}
.head-store-selector .head-store-selector-dropdown .result-container .search-store-result .block-content .search-store-result-links li a:hover,
.box-store-locator .store-selector .result-container .search-store-result .block-content .search-store-result-links li a:hover {
  color: #ff7100;
}
.head-store-selector .head-store-selector-dropdown .result-container .search-store-result .no-result-text,
.box-store-locator .store-selector .result-container .search-store-result .no-result-text {
  color: #ff7100;
  font-weight: 700;
}
.head-store-selector {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .head-store-selector {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.head-store-selector .switcher-label,
.head-store-selector .selector-trigger {
  text-transform: uppercase;
  font-family: 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  position: relative;
}
.head-store-selector .switcher-label:hover {
  cursor: pointer;
}
.head-store-selector .selector-trigger:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  display: block;
  position: absolute;
  right: -13px;
  top: 7px;
}
.head-store-selector .selector-trigger.default-store:after {
  right: 0;
}
.head-store-selector .selector-trigger:hover {
  cursor: pointer;
}
.head-store-selector .selector-trigger.default-store .no-store {
  display: inline-block;
  width: 10px;
}
.head-store-selector .selector-options {
  display: inline-block;
  margin-left: 8px;
}
.head-store-selector .head-store-selector-dropdown {
  display: none;
  position: absolute;
  width: 400px;
  left: 0;
  top: 28px;
  background: #ffffff;
  z-index: 102;
  border-radius: 3px;
  margin: 0;
  list-style-type: none;
  color: #373535;
}
.head-store-selector .head-store-selector-dropdown .form-container {
  border: 1px solid #d8d8d8;
}
@media (max-width: 1023px) {
  .head-store-selector .head-store-selector-dropdown {
    left: -15px;
    width: calc(100% + 30px);
  }
}
.head-store-selector .head-store-selector-dropdown:before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
@media (max-width: 1023px) {
  .head-store-selector .head-store-selector-dropdown:before {
    left: calc(50% - 3px);
    border-bottom-color: transparent;
  }
}
.store-message p {
  margin: 0 0 10px;
  background-color: #feebdc;
  border: 2px solid #d6b38e;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 3px;
}
.change-store-popup-container .change-store-popup {
  position: fixed;
  z-index: 999999;
  width: 700px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .change-store-popup-container .change-store-popup {
    width: 90%;
    margin-left: 0;
    left: 5%;
    top: 15%;
    margin-top: 0;
  }
}
.change-store-popup-container .change-store-popup .block-title {
  background-color: #c2d83f;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .change-store-popup-container .change-store-popup .block-title {
    padding: 10px;
    line-height: 20px;
  }
}
.change-store-popup-container .change-store-popup .block-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .change-store-popup-container .change-store-popup .block-content {
    padding: 30px 20px;
  }
}
.change-store-popup-container .change-store-popup .block-content .change-store-message {
  max-width: 85%;
  margin: 0 auto 25px auto;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.change-store-popup-container .change-store-popup .block-content .actions {
  text-align: center;
}
.change-store-popup-container .change-store-popup .block-content .actions button.action {
  width: 223px;
  height: 50px;
  border: 1px solid #373535;
}
.change-store-popup-container .change-store-popup .block-content .actions button.action.close-store {
  background-color: transparent;
  color: #373535;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .change-store-popup-container .change-store-popup .block-content .actions button.action.close-store {
    margin-left: 0;
    margin-top: 20px;
  }
}
.stihl_storelocator-shops-index .page-main {
  min-height: 1px;
}
.stihl_storelocator-shops-index .main {
  min-height: 100px;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .main {
    position: relative;
  }
}
.stihl_storelocator-shops-index .box-store-locator {
  position: relative;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-separator {
  display: none;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator {
  border: 1px solid #c2d83f;
  border-radius: 2px 2px 0 0;
  background-color: #ffffff;
  position: absolute;
  left: 5%;
  top: 50px;
  z-index: 10;
  width: 400px;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-store-locator .store-locator {
    position: static;
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }
}
.stihl_storelocator-shops-index .box-store-locator .store-locator.store-selected {
  border-color: #d8d8d8;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 36px;
  background-color: #c2d83f;
  color: #fff;
  text-align: center;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-store-locator .store-locator-title {
    background: none;
    text-align: left;
    color: #373535;
    padding: 60px 0 0 15px;
  }
  .stihl_storelocator-shops-index .box-store-locator .store-locator-title span {
    font-size: 24px;
  }
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container {
  padding: 20px 15px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container label {
  display: block;
  font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-bottom: 5px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .selectric .label {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 18px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-separator {
  border-top: 1px solid #d8d8d8;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container .address-wrapper,
.stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container .hours-wrapper {
  font-size: 13px;
  margin-bottom: 15px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container .title {
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container .address-wrapper {
  width: 45%;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container .hours-wrapper {
  width: 53%;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message {
  padding: 17px 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message {
    padding-top: 0;
  }
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .message {
  width: 100%;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .message {
    margin-bottom: 15px;
  }
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .message span {
  color: #373535;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 23px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .label {
  margin-right: 0;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .change-location {
  display: inline-block;
  float: right;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .change-location a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.5px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .change-location a:hover {
  color: #ff7100;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .change-location a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #373535;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator .box-current-location-message .change-location a:hover:after {
  border-bottom-color: #ff7100;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container.top {
  padding: 15px 15px 0;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container.bottom {
  padding: 5px 15px 20px;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .selectric-disabled {
  opacity: 1;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .selectric-disabled .selectric,
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .selectric-disabled .button {
  background-color: #f5f5f5;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .change-store-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .change-store-link:hover {
  color: #ff7100;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .change-store-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #373535;
}
.stihl_storelocator-shops-index .box-store-locator .store-locator-select-container .change-store-link:hover:after {
  border-bottom-color: #ff7100;
}
.stihl_storelocator-shops-index .box-map .map {
  min-height: 550px;
  margin-bottom: 50px;
}
.stihl_storelocator-shops-index .box-shops-list {
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
  min-height: 300px;
}
.stihl_storelocator-shops-index .box-shops-list .shops-list > .title,
.stihl_storelocator-shops-index .box-shops-list .shops-single > .title {
  color: #1c1b1b;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .shops-single {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .shops-list .list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop {
  width: 31%;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop {
    width: 100%;
  }
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .image {
  max-height: 263px;
  margin-bottom: 10px;
  height: 100%;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .image {
    height: auto;
    min-height: 220px;
    max-height: 100%;
  }
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .image img {
  width: 100%;
  height: 100%;
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .action {
  text-align: left;
  border: none;
  padding-top: 0;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .action {
    margin-bottom: 35px;
  }
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .action a {
  text-transform: uppercase;
  color: #373535;
  font-weight: 700;
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .action a:hover {
  color: #ff7100;
}
.stihl_storelocator-shops-index .box-shops-list .shops-list .list .shop .action a span {
  font-size: 13px;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .shops-single .shop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
  .stihl_storelocator-shops-index .box-shops-list .shops-single .shop .address-wrapper,
  .stihl_storelocator-shops-index .box-shops-list .shops-single .shop .hours-wrapper {
    width: 50%;
  }
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .image {
  width: 45%;
  float: left;
  margin-right: 60px;
  min-height: 300px;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .shops-single .shop .image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: auto;
    margin-bottom: 25px;
  }
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .image img {
  width: 100%;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .description-wrapper,
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .address-wrapper,
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .hours-wrapper {
  margin-bottom: 30px;
  letter-spacing: 0.54px;
  line-height: 19px;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .description-wrapper .title,
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .address-wrapper .title,
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .hours-wrapper .title {
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .hours-wrapper .days-colon {
  position: relative;
  padding-right: 5px;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .hours-wrapper .days-colon:after {
  position: absolute;
  content: ' : ';
  right: 0;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .change-store-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .change-store-link:hover {
  color: #ff7100;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .change-store-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #373535;
}
.stihl_storelocator-shops-index .box-shops-list .shops-single .shop .change-store-link:hover:after {
  border-bottom-color: #ff7100;
}
.stihl_storelocator-shops-index .box-shops-list .breadcrumbs {
  clear: both;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .breadcrumbs {
    position: absolute;
    top: 0;
    padding-top: 0;
    margin: 0;
  }
}
.stihl_storelocator-shops-index .box-shops-list .breadcrumbs .items {
  padding: 0 0 10px 0;
}
@media (max-width: 1023px) {
  .stihl_storelocator-shops-index .box-shops-list .breadcrumbs .items {
    padding: 20px 0 10px;
  }
}
.store-hours-schedule > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.store-hours-schedule > div .label {
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .store-hours-schedule > div .label {
    white-space: normal;
  }
}
.store-hours-schedule > div .label:after {
  content: ':';
}
.storelocator-index-view a {
  color: #373535;
}
.storelocator-index-view .shop-title {
  color: #1c1b1b;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.storelocator-index-view .shop-main {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  min-height: 300px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.storelocator-index-view .shop-main .shop-single-info .description-wrapper,
.storelocator-index-view .shop-main .shop-single-info .address-wrapper,
.storelocator-index-view .shop-main .shop-single-info .hours-wrapper {
  margin-bottom: 30px;
  letter-spacing: .54px;
  line-height: 19px;
}
.storelocator-index-view .shop-main .shop-single-info .title {
  font-weight: 700;
  letter-spacing: .43px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.storelocator-index-view .shop-main .shop-single-info .change-store-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.storelocator-index-view .shop-main .shop-single-info .click-collect {
  display: inline-flex;
  margin-bottom: 20px;
}
.storelocator-index-view .shop-main .shop-single-info .click-collect .shipping-content {
  display: flex;
  align-items: center;
}
.storelocator-index-view .shop-main .shop-single-info .click-collect .shipping-content .icon {
  height: 45px;
  margin-right: 5px;
}
.storelocator-index-view .shop-main .shop-single-info .click-collect .shipping-content .content {
  font-weight: 600;
}
.storelocator-index-view .shop-main .shop-single-info .click-collect .shipping-content:first-child {
  margin-right: 30px;
}
.storelocator-index-view .shop-main .shop-single-info .shop-now {
  display: flex;
  width: 250px;
  height: 40px;
  background-color: #373535;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.storelocator-index-view .shop-main .shop-single-info .shop-now a {
  color: #ffffff;
  text-decoration: none;
}
.product-info-main .shipping-notice .title {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
}
.product-info-main .shipping-notice .shipping-content {
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  display: flex;
}
.product-info-main .shipping-notice .shipping-content .icon1 {
  width: 50px;
  height: 50px;
  margin-top: 15px;
}
.product-info-main .shipping-notice .shipping-content .icon2 {
  width: 50px;
  height: 50px;
  margin-top: 0px;
}
.product-info-main .shipping-notice .shipping-content .content1 {
  margin-left: 5px;
  font-weight: bold;
  line-height: 18px;
}
.product-info-main .shipping-notice .shipping-content .content2 {
  margin-left: 5px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 7px;
}
.stihl-store-message,
.stihl-store-message-checkout {
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  .root-menu .topmenu-category-section {
    display: none !important;
  }
  .top-container {
    overflow: hidden;
  }
  .usp-promotion-banner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .usp-promotion-banner:not(.slick-initialized) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300vw;
  }
  .usp-promotion-banner:not(.slick-initialized):before,
  .usp-promotion-banner:not(.slick-initialized):after {
    content: '';
    display: table;
  }
  .usp-promotion-banner:not(.slick-initialized):after {
    clear: both;
  }
  .usp-promotion-banner:not(.slick-initialized) > .usp-promotion-banner__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: auto;
    width: 100vw;
  }
  .usp-promotion-banner:not(.slick-initialized) > .usp-promotion-banner__item > a {
    width: 100%;
  }
  .usp-promotion-banner .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .usp-promotion-banner .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: auto;
  }
  .usp-promotion-banner .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  .usp-promotion-banner .usp-promotion-banner__item {
    height: 100%;
    width: 100%;
  }
  body.od-filter-block-block-filter-opened #clear-refinements {
    margin-right: 15px;
  }
  body.od-filter-block-block-filter-opened #instant-search-facets-container {
    padding: 0 20px;
  }
  body.od-filter-block-block-filter-opened .od-filter-block {
    padding-bottom: 0 !important;
  }
  body.od-filter-block-block-filter-opened .filter-subtitle {
    display: block !important;
  }
  .ais-Stats .page-title-wrapper .page-title {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 15px;
  }
  body.od-filter-block-block-filter-opened .panel.wrapper {
    display: none;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    padding-bottom: 78px;
    position: fixed;
    right: 0;
    top: 98px;
    width: 100%;
    z-index: 101;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block .filter-content {
    overflow-y: auto;
    z-index: 101;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block .filter-actions {
    display: flex;
    background: #ffffff;
    border-top: 1px solid #d8d8d8;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 101;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block .filter-actions #instant-search-filter-apply {
    border-radius: 0;
    margin-left: 10px;
    transition: all .1s;
    padding: 11px;
    min-width: 107px;
  }
  body.od-filter-block-block-filter-opened.filter-options-active .filter-subtitle {
    display: none;
  }
  body.od-filter-block-block-filter-opened.filter-options-active .filter-options-item {
    display: none;
  }
  body.od-filter-block-block-filter-opened.filter-options-active .filter-options-item.active {
    display: block;
  }
  .filter-clear-top {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .od-filter-block {
    display: none;
  }
  .filter-subtitle {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: .75px;
    margin-bottom: 20px;
    padding: 29px 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .filter-options-title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 19px;
    padding: 20px;
  }
  .filter-options-title:before {
    border: 5px solid transparent;
    border-left: 5px solid currentColor;
    content: '';
    display: inline-block;
    float: right;
    margin-left: 6px;
    position: relative;
    top: 4px;
  }
  .filter-options-item.active .filter-options-title {
    border-bottom: 1px solid #d8d8d8;
    font-weight: 700;
    letter-spacing: .75px;
    margin-bottom: 20px;
    padding-bottom: 29px;
    padding-top: 29px;
  }
  .filter-options-item.active .filter-options-title:before {
    border: none;
    content: 'Back';
    top: 0;
  }
  .filter-options-item.active .filter-options-title:after {
    content: "";
    width: 15px;
    height: 11px;
    background: url('../images/arrow_left.svg') no-repeat 45%;
    margin-right: 6px;
    margin-top: 3px;
    float: right;
  }
  .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter-options-content {
    padding: 20px;
  }
  .filter-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 78px;
    padding: 16px 20px;
  }
  .filter-actions .mst-nav__apply-button .items {
    display: none;
  }
  .page-with-filter .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .page-with-filter .columns .column.main {
    -ms-flex-order: 20;
    -webkit-order: 20;
    order: 20;
  }
  .page-with-filter .columns .column.main,
  .page-with-filter .columns .sidebar {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .page-with-filter .toolbar-filter {
    display: block;
  }
  .page-with-filter .toolbar-filter ~ .toolbar-amount {
    display: none;
  }
  .aa-Source[data-autocomplete-source-id="querySuggestionsPlugin"] {
    display: none;
  }
  .algolia-search-block {
    overflow: hidden !important;
  }
  .algolia-search-block .aa-InputWrapperPrefix {
    display: flex;
  }
  .algolia-search-block .aa-InputWrapperSuffix {
    display: none;
  }
  .algolia-search-block .aa-Input {
    height: 42px;
    padding: 0 15px;
  }
  .algolia-search-block .aa-Autocomplete {
    width: 100% !important;
    padding: 12px 15px;
    background: #ffffff;
  }
  .algolia-search-block .aa-Input {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .aa-Panel {
    position: fixed;
    top: 155px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: calc(100vh - 168px);
    overflow: auto;
    background-color: #f5f5f5;
    border-top: 3px solid #8eb4d0;
  }
  .aa-Panel .aa-Source {
    padding: 20px 10px 29px;
  }
  .aa-Panel [data-autocomplete-source-id='products'] {
    padding: 20px 15px 0;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .aa-List {
    padding-bottom: 1px;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .aa-Item {
    margin-bottom: 20px;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .algoliasearch-autocomplete-hit {
    display: flex;
  }
  .aa-Panel [data-autocomplete-source-id='products'] img {
    max-height: inherit;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .tooltip-container {
    display: none;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .thumb {
    width: 49%;
    height: auto;
    max-height: 201px;
    text-align: center;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .info {
    padding-left: 10px;
    padding-top: 25px;
    width: 49%;
    height: auto;
  }
  .aa-Panel [data-autocomplete-source-id='documents'] .aa-Item {
    padding-left: 10px;
  }
  .aa-Panel [data-autocomplete-source-id='documents'] .aa-ItemLink {
    text-decoration: none;
  }
  .aa-Panel .algoliasearch-autocomplete-description {
    max-height: none;
  }
  .blog-widget-recent.post-list-wrapper {
    padding-bottom: 50px;
  }
  header .compare {
    width: 100%;
  }
  header .compare.sticky {
    filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.1));
  }
  header .compare.sticky .compare-title {
    display: block;
    padding: 0 15px;
  }
  header .compare .compare-link {
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    background: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  }
  header .compare .compare-link.with-items:after {
    display: none;
  }
  header .compare .compare-link:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../images/arrow-collapsive.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 40px;
    top: 20px;
  }
  header .compare.sticky {
    position: fixed;
    bottom: 0;
  }
  header .compare.sticky .compare-messages {
    display: block !important;
    margin: 10px 0;
  }
  header .compare.sticky .compare-messages .messages .message {
    position: relative;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 15px 15px;
  }
  header .compare.sticky .compare-messages .messages .message .close-msg {
    position: absolute;
    right: 30px;
    top: 12px;
  }
  header .compare.sticky .compare-messages .messages .message .close-msg:before,
  header .compare.sticky .compare-messages .messages .message .close-msg:after {
    position: absolute;
    left: 8px;
    top: 3px;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #373535;
  }
  header .compare.sticky .compare-messages .messages .message .close-msg:before {
    transform: rotate(45deg);
  }
  header .compare.sticky .compare-messages .messages .message .close-msg:after {
    transform: rotate(-45deg);
  }
  header .compare.active .compare-link:before {
    background-image: url("../images/arrow-expand.png");
  }
  header .compare .compare-items-count {
    display: block !important;
    margin-left: 5px;
  }
  .block-compare {
    padding: 10px 15px;
  }
  .block-compare .actions {
    margin: 20px 0 10px;
  }
  .table-comparison,
  .table-comparison + .comparison-item {
    opacity: 0;
  }
  .table-comparison.slick-initialized,
  .table-comparison + .comparison-item.slick-initialized {
    opacity: 1;
  }
  .table-comparison.slick-initialized + .comparison-item,
  .table-comparison + .comparison-item.slick-initialized + .comparison-item {
    opacity: 1;
  }
  .table-comparison .title {
    display: inline-block;
  }
  .compare-related-content .reviews {
    border: none;
  }
  .compare-related-content .col-titles {
    display: none;
  }
  .compare-related-content .variants .no-variants,
  .compare-related-content .variants .title {
    padding: 0;
  }
  .compare-related-content .cell.product.prices .label {
    width: 100%;
  }
  .slick-initialized .slick-track {
    margin-left: 1px;
  }
  .od-our-products .page-products .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  .od-our-products .page-products .columns .od-box-subcategories-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .od-our-products .od-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .od-our-products .od-box-categories .root-category {
    padding-left: 20px;
    padding-right: 20px;
  }
  .od-our-products .our-products-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .od-our-products-banner .action.primary,
  .od-our-products-banner .action.secondary,
  .od-our-products-banner #instant-empty-results-container a {
    margin-left: auto;
    margin-right: auto;
  }
  .stihl-battery-system-container.hide-mobile {
    display: none;
  }
  .catalog-category-view .stihl-battery-system-container {
    flex-direction: column;
    padding: 15px;
    margin-top: 20px;
  }
  .catalog-category-view .stihl-battery-system-container .copy {
    margin-top: 10px;
  }
  .catalog-category-view .battery-system-modal-popup-trigger {
    align-items: center;
  }
  .catalog-category-view .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .toolbar.toolbar-products,
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .toolbar.toolbar-products {
    position: fixed;
    top: 124px;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    z-index: 2;
  }
  .catalog-category-view .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .products.grid.products-grid,
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .products.grid.products-grid {
    padding-top: 41px;
  }
  .product-video-block .block-video {
    margin: 0 10px;
  }
  .product-top {
    padding-bottom: 42px;
  }
  #product-info-tabs .product.items .type {
    margin-bottom: 0;
  }
  #product-info-tabs .product.items .details-content .cut {
    height: 215px;
  }
  #product-info-tabs .product.items .specifications-block .cut {
    height: 627px;
  }
  #product-info-tabs .product.items .cut {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #product-info-tabs .product.items .cut:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  #product-info-tabs .product.items .read-more {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    text-decoration: underline;
    padding: 0;
  }
  #product-info-tabs .product.items .item.title {
    text-align: left;
    position: relative;
  }
  #product-info-tabs .product.items .item.title:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 15px;
    display: block;
    border: 5px solid transparent;
    border-top: 4px solid #373535;
  }
  #product-info-tabs .product.items .item.title.active:after {
    border: 5px solid transparent;
    border-bottom: 4px solid #c2d83f;
    top: 32%;
  }
  #product-info-tabs .product.items .list-document-item {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 0 30px;
  }
  #product-info-tabs .product.items .heading-tabs.details {
    margin-bottom: 10px;
  }
  #product-info-tabs .product.items .specifications-block {
    margin-top: 40px;
  }
  #product-info-tabs .product.items .specifications-block .specifications {
    margin-bottom: 0;
  }
  #product-info-tabs .product.items .faq-content-wrapper .qa-container:last-child {
    border: none;
    padding-bottom: 0;
  }
  #product-info-tabs .product.items [id="product.tabs.tip-tricks"] .type {
    margin-bottom: 20px;
  }
  .product.media {
    position: relative;
  }
  .product.media .md-productlabel-container .md-productlabel-item {
    width: auto;
    margin-right: 10px;
  }
  .product.media .md-productlabel-container .md-productlabel-item:last-child {
    margin-right: 0;
  }
  .product.media .stihl-battery-system-container {
    height: 26px;
  }
  .compare-related-content .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-placeholder__image {
    margin-bottom: 30px;
  }
  .pdp-battery-system-modal-info.modal-popup .modal-inner-wrap {
    margin: 2rem auto;
    width: calc(100% - 30px);
  }
  .root-category {
    max-width: 900px;
    padding: 0 15px;
  }
  .root-category a {
    width: 48%;
  }
  .our-products-text {
    margin-left: 15px;
    margin-right: 15px;
  }
  .our-products-text .slogan {
    width: 20%;
  }
  .our-products-text .info {
    width: 80%;
  }
  .page-product-bundle .item-sticker {
    font-size: 11px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .page-product-bundle .bundle-items {
    padding-top: 40px;
  }
  .page-product-bundle .bundle-items .item {
    padding-bottom: 35px;
  }
  .page-product-bundle .bundle-items .item-image {
    text-align: center;
  }
  .page-product-bundle .bundle-items .item-name {
    line-height: .92;
  }
  .page-product-bundle .bundle-product-banner {
    margin-bottom: 30px;
  }
  .page-product-bundle .bundle-product-banner .text-wrapper h2 {
    font-size: 35px;
    padding: 0 50px;
    text-align: center;
  }
  .amcard-label-block.-price {
    width: calc( 100%/3 - 6px);
  }
  .amcard-form-container .amcard-title,
  .amcard-title,
  .amcard-checkbox-container > .amcard-name {
    font-size: 13px;
  }
  .catalog-product-view .pdp-current-promotions-image {
    margin-bottom: 8px;
  }
  .recommended-products {
    padding: 0 0 50px;
  }
  .recommended-products .products__container {
    margin-left: 15px;
  }
  .recommended-products .products__container--title h3 {
    margin: 40px 0 15px;
    font-size: 20px;
    line-height: 24px;
    padding-right: 40px;
  }
  .recommended-products .block-recommended--cms .pagebuilder-column-line {
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .recommended-products .block-recommended--cms .pagebuilder-column-line .pagebuilder-column:first-of-type {
    flex-basis: auto;
  }
  .recommended-products .block-recommended--cms img {
    max-width: 88px !important;
    margin-right: 7px;
  }
  .recommended-products .block-recommended--cms [data-content-type='row'] {
    width: fit-content;
  }
  .recommended-products .block-recommended--cms .pagebuilder-column:last-of-type p {
    font-size: 18px;
    line-height: 20px;
  }
  .recommended-products .block-recommended--cms__content {
    padding: 40px 20px;
  }
  .recommended-products .block-recommended--cms__content--title[data-content-type='text'] {
    margin-bottom: 16px;
  }
  .recommended-products .block-recommended--cms [data-content-type='text'] li {
    margin-top: 16px;
  }
  .recommended-products .block-recommended--cms [data-content-type='buttons'] {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .recommended-products .block-recommended--cms [data-content-type='button-item']:last-of-type {
    margin-top: 10px;
  }
  .recommended-products .block-recommended--cms [data-content-type='button-item'] a {
    width: 100%;
  }
  .recommended-products .product-item {
    padding: 20px;
  }
  .recommended-products .product-item .stihl-battery-system-container {
    padding: 15px;
    margin-top: 6px;
    flex-direction: column;
  }
  .recommended-products .product-item .stihl-battery-system-container .copy,
  .recommended-products .product-item .stihl-battery-system-container .trigger {
    margin-top: 12px;
  }
  .recommended-products .product-item .stihl-battery-system-container .battery-system-modal-popup-trigger {
    align-items: center;
  }
  .recommended-products .products__container--items .draggable {
    padding-right: 15px;
  }
  .recommended-products .slick-slide {
    margin-right: 6px;
  }
  .page-product-bundle .product-store-locator {
    border: none;
  }
  .page-product-bundle .product-store-locator .product-add-form {
    margin: 20px 0 0;
  }
  .page-product-bundle .product-store-locator .box-store-locator {
    margin-top: 20px;
    border: 1px solid #d8d8d8;
    border-top: 0;
  }
  .page-product-bundle .bundle-options-container .product-add-form {
    display: none;
  }
  .page-product-bundle .product-options-wrapper {
    text-align: left;
    padding: 24px 16px;
    margin: 0 -15px;
  }
  .page-product-bundle .product-options-wrapper .bundle-title .title {
    font-size: 14px;
    line-height: 18px;
    margin-right: 12px;
  }
  .page-product-bundle .product-options-wrapper .fieldset-bundle-options {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .page-product-bundle .product-options-wrapper .fieldset-bundle-options .promo-badge {
    margin: 8px 0 0;
  }
  .page-product-bundle .product-options-wrapper .field.option {
    text-align: left;
    margin-bottom: 8px;
  }
  .page-product-bundle .product-options-wrapper .field.option:last-of-type {
    margin-bottom: 0;
  }
  .page-product-bundle .product-options-wrapper .field.option.free {
    border-top: none;
  }
  .page-product-bundle .product-options-wrapper .product-item-link {
    display: flex;
    align-items: center;
  }
  .page-product-bundle .product-options-wrapper .product-item-link.free {
    border-left: 3px solid #ff7002;
  }
  .page-product-bundle .product-options-wrapper .product-image {
    margin-right: 12px;
    width: 16%;
    min-width: 90px;
  }
  .page-product-bundle .product-options-wrapper .product-name {
    padding-right: 20px;
    text-align: left;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 4;
  }
  .cart-container .form-cart {
    order: 1;
    margin-bottom: 30px;
  }
  .cart-container .discount-code {
    order: 2;
    margin-bottom: 20px;
  }
  .cart-container .discount-code .field {
    width: calc(100% - 96px);
  }
  .cart-container .discount-code .field input {
    width: 100% !important;
  }
  .cart-container .cart-additional {
    order: 3;
    margin-top: 12px;
  }
  .cart-container .continue-shopping-button {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
  }
  .cart-footer-content .cart-footer-list .popup-modal {
    width: 88.7%;
  }
  .cart-footer-content .cart-footer-list .popup-modal .close-btn {
    top: -30px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cart-footer-content .cart-footer-list .popup-modal .cart-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 40px;
    max-height: 350px;
    overflow: auto;
  }
  .cart-footer-content .cart-footer-list .popup-modal .assistance {
    order: 2;
  }
  .cart-footer-content .cart-footer-list .popup-modal .returns {
    margin-bottom: 5px;
  }
  .cart-footer-content {
    flex-direction: column;
  }
  .cart-footer-content ul {
    padding: 5px 0;
  }
  .shoping-cart-footer {
    padding: 10px 0;
  }
  #shopping-cart-table thead,
  .discount-code .content {
    display: none;
  }
  .discount-code .actions-toolbar .primary .action {
    margin: 0;
  }
  #opc-sidebar {
    padding: 30px 20px;
  }
  .step-shipping #co-shipping-custom-form {
    display: block;
  }
  #co-shipping-custom-form .primary {
    width: 100%;
  }
  #co-shipping-custom-form .action {
    padding: 13px 38px 14px;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  #co-shipping-custom-form .action span {
    display: inline-block;
  }
  #co-shipping-custom-form .action span:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    background-image: url('../images/arrow_right.svg');
    background-size: cover;
    width: 15px;
    height: 11px;
  }
  .checkout-shipping-address {
    margin-bottom: 20px;
  }
  .checkout-content-wrap {
    padding: 20px 20px 0;
  }
  #co-shipping-method-form {
    display: none;
  }
  #opc-shipping_method {
    display: none;
  }
  #checkoutSteps .payment-method-content > .actions-toolbar .primary {
    display: block;
    float: none;
    margin: 0 auto;
  }
  #checkoutSteps .payment-method-content > .actions-toolbar .primary.back {
    float: none;
  }
  #checkoutSteps .items.ccard .fields.group {
    display: block;
  }
  #checkoutSteps .items.ccard .fields.group .field.month,
  #checkoutSteps .items.ccard .fields.group .field.year {
    width: calc(50% - 8px);
    display: inline-block;
  }
  #checkoutSteps .items.ccard .fields.group .month {
    margin-right: 12px;
  }
  #checkoutSteps .items.ccard .fields.group .field.cvv {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 20px;
    right: 20px;
    pointer-events: all;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap {
    background: #fff !important;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer {
    display: block;
    text-align: center;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer .action {
    display: block;
    margin: 10px auto;
    float: none;
    width: 100%;
  }
  .checkout-index-index .amcard-field-container .amcard-button {
    color: #000000 !important;
  }
  .checkout-index-index.step-payment .opc-block-summary .discount-code,
  .checkout-index-index.pickup .opc-block-summary .discount-code,
  .checkout-index-index.step-payment .opc-block-summary .amcard-field-container,
  .checkout-index-index.pickup .opc-block-summary .amcard-field-container {
    display: none;
  }
  .actions-toolbar.init-place-order .primary {
    float: none;
  }
  .actions-toolbar.init-place-order .primary .action.checkout {
    float: inherit;
    margin: 0 auto;
  }
  .checkout-onepage-success .columns {
    padding: 40px 15px 20px;
  }
  .checkout-onepage-success #map {
    height: 182px;
    margin-top: 30px;
  }
  .checkout-onepage-success .opc-sidebar .opc-block-summary,
  .checkout-onepage-success .opc-sidebar .table-totals {
    margin: 0;
  }
  .checkout-onepage-success .box-footer-subscription {
    display: none;
  }
  #add-to-cart-dialog .cross-sell-section-wrapper {
    padding: 16px 14px;
  }
  #add-to-cart-dialog .cross-sell-section-item-wrapper {
    padding: 12px 12px 12px 8px;
  }
  #add-to-cart-dialog .cross-sell-section button span:last-of-type {
    display: none;
  }
  .checkout-cart-index .cart-container .cross-sell-section {
    order: 2;
    width: 100%;
  }
  .checkout-cart-index .cart-container .cross-sell-section-item-wrapper {
    padding: 12px 12px 12px 8px;
  }
  .checkout-cart-index .cart-container .cross-sell-section-wrapper {
    padding: 12px;
  }
  .checkout-cart-index .cart-container .cross-sell-section button span:last-of-type {
    display: none;
  }
  .customer-account-links-wrapper {
    border-top: 1px solid #e5e5e5;
    position: fixed;
    width: 100%;
    left: 0;
    top: 92px;
    min-height: 410px;
  }
  .sticky-header .customer-account-links-wrapper {
    top: 59px;
  }
  .customer-account-links-wrapper ul {
    padding-left: 15px;
  }
  .customer-account-links-wrapper ul li {
    padding: 15px 0;
  }
  .customer-account-links-wrapper ul a {
    font-size: 15px;
    letter-spacing: 0.7px;
    font-weight: 300;
  }
  .customer-account-links-wrapper .title {
    font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 30px 15px 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-account-login .column.main,
  .customer-account-create .column.main {
    width: 100%;
  }
  .customer-account-login .column.main .form-login,
  .customer-account-create .column.main .form-login,
  .customer-account-login .column.main .form-create-account,
  .customer-account-create .column.main .form-create-account {
    position: relative;
  }
  .customer-account-login .column.main .form-login-img,
  .customer-account-create .column.main .form-login-img,
  .customer-account-login .column.main .form-create-account-img,
  .customer-account-create .column.main .form-create-account-img {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
  }
  .customer-account-login .column.main .form-login-img img,
  .customer-account-create .column.main .form-login-img img,
  .customer-account-login .column.main .form-create-account-img img,
  .customer-account-create .column.main .form-create-account-img img {
    margin: 0 auto;
    width: auto;
    height: 100%;
    z-index: -10;
  }
  .customer-account-login .column.main .form-login-container,
  .customer-account-create .column.main .form-login-container,
  .customer-account-login .column.main .form-create-account-container,
  .customer-account-create .column.main .form-create-account-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
  }
  .customer-account-login .column.main .form-login-container-content,
  .customer-account-create .column.main .form-login-container-content,
  .customer-account-login .column.main .form-create-account-container-content,
  .customer-account-create .column.main .form-create-account-container-content {
    background-color: #ffffff;
    padding: 50px 40px 40px 40px;
    margin: 65px 20px 90px 20px;
  }
  .customer-account-login .column.main .form-login-container-content .confirmation.required,
  .customer-account-create .column.main .form-login-container-content .confirmation.required,
  .customer-account-login .column.main .form-create-account-container-content .confirmation.required,
  .customer-account-create .column.main .form-create-account-container-content .confirmation.required {
    display: none;
  }
  .customer-account-login .column.main .form-login-img,
  .customer-account-create .column.main .form-login-img {
    height: 585px;
  }
  .customer-account-login .column.main .form-login-container-content,
  .customer-account-create .column.main .form-login-container-content {
    margin: 80px 20px 160px 20px;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content,
  .customer-account-create .column.main .form-login .block-new-customer .block-content {
    display: block;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content .block-new-customer-title,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .block-new-customer-title,
  .customer-account-login .column.main .form-login .block-new-customer .block-content .create.primary,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .create.primary {
    display: block;
    width: 100%;
    text-align: center;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content .block-new-customer-title,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .block-new-customer-title {
    margin-top: 15px;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content .create.primary,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .create.primary {
    margin-top: 10px;
  }
  header .header-content-wrap .block-search .block-content {
    width: 100% !important;
  }
  .promo-config-desktop {
    display: none;
  }
  .promo-config-mobile {
    padding: 0px 8px;
  }
  .promo-config-mobile a {
    line-height: 14px;
    padding: 16px 16px 16px;
  }
  .faq-faq-view .page-main,
  .faq-category-view .page-main,
  .faq-question-view .page-main,
  .faq-search-index .page-main {
    padding: 0 15px 50px 15px;
  }
  .faq-faq-view .page-main .faq-search-form .control input,
  .faq-category-view .page-main .faq-search-form .control input,
  .faq-question-view .page-main .faq-search-form .control input,
  .faq-search-index .page-main .faq-search-form .control input {
    font-size: 16px;
  }
  .faq-faq-view .page-main .faq-search-form .control input:focus,
  .faq-category-view .page-main .faq-search-form .control input:focus,
  .faq-question-view .page-main .faq-search-form .control input:focus,
  .faq-search-index .page-main .faq-search-form .control input:focus {
    font-size: 16px;
  }
  .faq-faq-view .page-main .category-list,
  .faq-category-view .page-main .category-list,
  .faq-question-view .page-main .category-list,
  .faq-search-index .page-main .category-list {
    display: block;
    margin-bottom: 30px;
  }
  .faq-faq-view .page-main .category-list .category,
  .faq-category-view .page-main .category-list .category,
  .faq-question-view .page-main .category-list .category,
  .faq-search-index .page-main .category-list .category {
    position: unset;
    display: block;
    width: 100%;
    height: unset;
    padding: 0;
    margin-bottom: 10px;
  }
  .faq-faq-view .page-main .category-list .category-questions h3,
  .faq-category-view .page-main .category-list .category-questions h3,
  .faq-question-view .page-main .category-list .category-questions h3,
  .faq-search-index .page-main .category-list .category-questions h3,
  .faq-faq-view .page-main .category-list .category-item h3,
  .faq-category-view .page-main .category-list .category-item h3,
  .faq-question-view .page-main .category-list .category-item h3,
  .faq-search-index .page-main .category-list .category-item h3 {
    font-size: 14px;
  }
  .faq-faq-view .page-main .category-list .category-item,
  .faq-category-view .page-main .category-list .category-item,
  .faq-question-view .page-main .category-list .category-item,
  .faq-search-index .page-main .category-list .category-item {
    height: 60px;
    display: block;
    padding: 12px;
    line-height: 36px;
    position: relative;
  }
  .faq-faq-view .page-main .category-list .category-item img,
  .faq-category-view .page-main .category-list .category-item img,
  .faq-question-view .page-main .category-list .category-item img,
  .faq-search-index .page-main .category-list .category-item img {
    max-height: 35px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-faq-view .page-main .category-list .category-item h3,
  .faq-category-view .page-main .category-list .category-item h3,
  .faq-question-view .page-main .category-list .category-item h3,
  .faq-search-index .page-main .category-list .category-item h3 {
    padding-left: 85px;
  }
  .faq-faq-view .page-main .category-list .category-questions,
  .faq-category-view .page-main .category-list .category-questions,
  .faq-question-view .page-main .category-list .category-questions,
  .faq-search-index .page-main .category-list .category-questions {
    position: static;
    opacity: 1;
    padding: 12px;
    text-align: left;
    display: none;
    width: 100%;
    height: auto;
  }
  .faq-faq-view .page-main .category-list .category-questions a,
  .faq-category-view .page-main .category-list .category-questions a,
  .faq-question-view .page-main .category-list .category-questions a,
  .faq-search-index .page-main .category-list .category-questions a {
    display: block;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  .faq-faq-view .page-main .category-list .category-questions h3,
  .faq-category-view .page-main .category-list .category-questions h3,
  .faq-question-view .page-main .category-list .category-questions h3,
  .faq-search-index .page-main .category-list .category-questions h3 {
    display: none;
  }
  .faq-faq-view .page-main .faq-sidebar-wrapper,
  .faq-category-view .page-main .faq-sidebar-wrapper,
  .faq-question-view .page-main .faq-sidebar-wrapper,
  .faq-search-index .page-main .faq-sidebar-wrapper,
  .faq-faq-view .page-main .faq-content,
  .faq-category-view .page-main .faq-content,
  .faq-question-view .page-main .faq-content,
  .faq-search-index .page-main .faq-content,
  .faq-faq-view .page-main .faq-category,
  .faq-category-view .page-main .faq-category,
  .faq-question-view .page-main .faq-category,
  .faq-search-index .page-main .faq-category,
  .faq-faq-view .page-main .block-faq-category,
  .faq-category-view .page-main .block-faq-category,
  .faq-question-view .page-main .block-faq-category,
  .faq-search-index .page-main .block-faq-category,
  .faq-faq-view .page-main .popular-questions-cms,
  .faq-category-view .page-main .popular-questions-cms,
  .faq-question-view .page-main .popular-questions-cms,
  .faq-search-index .page-main .popular-questions-cms,
  .faq-faq-view .page-main .popular-questions,
  .faq-category-view .page-main .popular-questions,
  .faq-question-view .page-main .popular-questions,
  .faq-search-index .page-main .popular-questions {
    float: none;
    width: 100%;
  }
  .faq-faq-view .page-main .popular-questions,
  .faq-category-view .page-main .popular-questions,
  .faq-question-view .page-main .popular-questions,
  .faq-search-index .page-main .popular-questions {
    margin-bottom: 25px;
  }
  .faq-faq-view .page-main .faq-title-wrapper .faq-back-link,
  .faq-category-view .page-main .faq-title-wrapper .faq-back-link,
  .faq-question-view .page-main .faq-title-wrapper .faq-back-link,
  .faq-search-index .page-main .faq-title-wrapper .faq-back-link {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
  }
  .faq-faq-view .page-main .faq-title-wrapper .faqcat-title,
  .faq-category-view .page-main .faq-title-wrapper .faqcat-title,
  .faq-question-view .page-main .faq-title-wrapper .faqcat-title,
  .faq-search-index .page-main .faq-title-wrapper .faqcat-title {
    line-height: normal;
    padding: 5px 0;
  }
  .mobile-hide {
    display: none;
  }
  .add-to-cart-popup .modal-content .info-banner h2 {
    font-size: 13px;
  }
  .add-to-cart-popup.modal-popup .modal-inner-wrap {
    margin: 3rem auto;
  }
  .add-to-cart-popup .products-list {
    padding: 14px;
  }
  .add-to-cart-popup .product-items .product-item-name {
    font-size: 14px;
  }
  .add-to-cart-popup .modal-inner-wrap .modal-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 12px 14px 14px;
  }
  .add-to-cart-popup .modal-inner-wrap .modal-footer button {
    margin: 0 auto;
    width: 100%;
  }
  .add-to-cart-popup .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-bottom: 12px;
  }
  .add-to-cart-popup .product-popup-added-info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 0;
  }
  .add-to-cart-popup .product-popup-added-info .actions.mobile {
    padding: 10px 14px 18px;
    width: 100%;
  }
  .add-to-cart-popup .product-popup-added-info .action.primary,
  .add-to-cart-popup .product-popup-added-info #instant-empty-results-container a {
    width: 100%;
  }
  .add-to-cart-popup .image-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 14px 27px;
  }
  .add-to-cart-popup .image-wrapper .product-item-photo img {
    max-height: 90px;
    width: auto;
    max-width: none;
  }
  .add-to-cart-popup .image-wrapper .product-details-mobile {
    text-align: left;
    padding: 0 10px 0 20px;
  }
  .add-to-cart-popup .product-popup-added-info__content {
    padding-left: 10px;
    width: 50%;
  }
  .add-to-cart-popup .product-popup-added-info__image {
    width: 50%;
    text-align: center;
  }
  .add-to-cart-popup .product-popup-added-name {
    font-size: 15px;
  }
  .add-to-cart-popup .product-item-subtitle {
    font-size: 11px;
  }
  .add-to-cart-popup .product-popup-added-info__image img {
    max-height: 110px;
  }
  .add-to-cart-popup .product-items .product-item-name.desktop {
    display: none;
  }
  .popup-related-slick .slick-list .slick-slide {
    margin: 0;
  }
  .popup-related-slick .slick-arrow {
    display: block !important;
  }
  .popup-related-slick button.slick-arrow.slick-prev {
    left: -10px;
    background-image: url("../images/prev-arrow.png");
  }
  .popup-related-slick button.slick-arrow.slick-next {
    right: -10px;
    background-image: url("../images/next-arrow.png");
  }
  .popup-related-slick button.slick-arrow.slick-prev,
  .popup-related-slick button.slick-arrow.slick-next {
    top: auto;
    bottom: 50%;
    background-position: unset;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
  .popup-related-slick button.slick-arrow.slick-prev.slick-disabled,
  .popup-related-slick button.slick-arrow.slick-next.slick-disabled {
    opacity: 0;
  }
  .stihl-popup .modal-popup.modal-slide._show .modal-inner-wrap {
    width: 334px;
    overflow: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    height: 384px;
    position: absolute;
    border: 2px solid #000000;
  }
  .stihl-popup__left {
    display: none;
  }
  .stihl-popup .modal-popup.modal-slide {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-header-modal,
  header .header-content-wrap .block-search {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0px;
    z-index: 101;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header .mobile.close-icon {
    display: none;
  }
  .account-icon {
    position: relative;
    width: 24px;
    height: 100%;
  }
  .account-icon:after {
    content: '';
    background-image: url('../images/header-icons.png');
    background-position: -2px -4px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .close-icon {
    display: none;
  }
  .close-icon > div {
    cursor: pointer;
    height: 24px;
    width: 24px;
    text-align: center;
    position: relative;
    margin-top: 1px;
    top: 50%;
    transform: translateY(-50%);
  }
  .close-icon > div:before,
  .close-icon > div:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 10px;
    width: 21px;
    height: 2px;
    background: #373535;
  }
  .close-icon > div:before {
    transform: rotate(45deg);
  }
  .close-icon > div:after {
    transform: rotate(-45deg);
  }
  nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 101;
  }
  .root-menu {
    margin: 0;
    padding-top: 30px;
    height: 100%;
    overflow: scroll;
    display: flex;
    flex-direction: column;
  }
  .root-menu > [data-content-type='row'],
  .root-menu .submenu > [data-content-type='row'] {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
  .root-menu .submenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
  }
  .root-menu .submenu > [data-content-type='row'] {
    width: 100%;
  }
  .root-menu .submenu.show {
    right: 0;
  }
  .root-menu .submenu.active {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .root-menu .submenu-title {
    font-weight: 700;
    padding: 30px 15px 25px;
    border-bottom: 1px solid #c0c0c0;
  }
  .root-menu .submenu-title > .submenu-title-link {
    float: left;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: unset;
  }
  .root-menu .submenu-title .back {
    float: right;
    padding-left: 22px;
    position: relative;
    width: 24px;
    width: auto;
    cursor: pointer;
  }
  .root-menu .submenu-title .back:after {
    content: '';
    background-image: url('../images/header-icons.png');
    background-position: -35px -7px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .root-menu .submenu-title .back:after {
    width: 15px;
    height: 11px;
    transform: none;
    top: 6px;
  }
  .root-menu a {
    padding: 22px 15px 23px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .root-menu .custom-section {
    background-color: #f5f5f5;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .minicart-wrapper .showcart .text::before {
    height: 21px;
  }
  .mobile-body-hidden {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
  }
  header .header-content-wrap .block-search {
    top: 59px;
    height: 87px;
    left: 0;
    width: 100%;
    overflow: inherit;
  }
  header .header-content-wrap .block-search form {
    background: #ffffff;
    position: relative;
  }
  header .header-content-wrap .block-search .block-content {
    max-width: 100%;
    left: 0 !important;
  }
  .desktop,
  .top-links {
    display: none;
  }
  .panel.header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .switcher-language .switcher-dropdown {
    width: 100vw;
  }
  .header-content-wrap .header.content {
    position: relative;
    height: 59px;
  }
  header .logo {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  header .header-mobile-icon,
  header .close-icon,
  header .minicart-wrapper {
    height: 100%;
  }
  header .close-icon,
  header .nav-icon,
  header .search-icon {
    float: left;
  }
  header .account-icon,
  header .minicart-wrapper {
    float: right;
  }
  header .search-icon {
    margin-left: 4%;
    display: none;
  }
  header .account-icon {
    margin-right: 4%;
  }
  body.sticky-header .page-wrapper {
    padding-top: 59px;
  }
}
@media only screen and (max-width: 1023px) {
  .root-menu .topmenu-category-section {
    display: none !important;
  }
  .top-container {
    overflow: hidden;
  }
  .usp-promotion-banner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .usp-promotion-banner:not(.slick-initialized) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300vw;
  }
  .usp-promotion-banner:not(.slick-initialized):before,
  .usp-promotion-banner:not(.slick-initialized):after {
    content: '';
    display: table;
  }
  .usp-promotion-banner:not(.slick-initialized):after {
    clear: both;
  }
  .usp-promotion-banner:not(.slick-initialized) > .usp-promotion-banner__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: auto;
    width: 100vw;
  }
  .usp-promotion-banner:not(.slick-initialized) > .usp-promotion-banner__item > a {
    width: 100%;
  }
  .usp-promotion-banner .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .usp-promotion-banner .slick-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: auto;
  }
  .usp-promotion-banner .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  .usp-promotion-banner .usp-promotion-banner__item {
    height: 100%;
    width: 100%;
  }
  body.od-filter-block-block-filter-opened #clear-refinements {
    margin-right: 15px;
  }
  body.od-filter-block-block-filter-opened #instant-search-facets-container {
    padding: 0 20px;
  }
  body.od-filter-block-block-filter-opened .od-filter-block {
    padding-bottom: 0 !important;
  }
  body.od-filter-block-block-filter-opened .filter-subtitle {
    display: block !important;
  }
  .ais-Stats .page-title-wrapper .page-title {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 15px;
  }
  body.od-filter-block-block-filter-opened .panel.wrapper {
    display: none;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    padding-bottom: 78px;
    position: fixed;
    right: 0;
    top: 98px;
    width: 100%;
    z-index: 101;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block .filter-content {
    overflow-y: auto;
    z-index: 101;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block .filter-actions {
    display: flex;
    background: #ffffff;
    border-top: 1px solid #d8d8d8;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 101;
  }
  body.od-filter-block-block-filter-opened .sidebar .od-filter-block .filter-actions #instant-search-filter-apply {
    border-radius: 0;
    margin-left: 10px;
    transition: all .1s;
    padding: 11px;
    min-width: 107px;
  }
  body.od-filter-block-block-filter-opened.filter-options-active .filter-subtitle {
    display: none;
  }
  body.od-filter-block-block-filter-opened.filter-options-active .filter-options-item {
    display: none;
  }
  body.od-filter-block-block-filter-opened.filter-options-active .filter-options-item.active {
    display: block;
  }
  .filter-clear-top {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .od-filter-block {
    display: none;
  }
  .filter-subtitle {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: .75px;
    margin-bottom: 20px;
    padding: 29px 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .filter-options-title {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 19px;
    padding: 20px;
  }
  .filter-options-title:before {
    border: 5px solid transparent;
    border-left: 5px solid currentColor;
    content: '';
    display: inline-block;
    float: right;
    margin-left: 6px;
    position: relative;
    top: 4px;
  }
  .filter-options-item.active .filter-options-title {
    border-bottom: 1px solid #d8d8d8;
    font-weight: 700;
    letter-spacing: .75px;
    margin-bottom: 20px;
    padding-bottom: 29px;
    padding-top: 29px;
  }
  .filter-options-item.active .filter-options-title:before {
    border: none;
    content: 'Back';
    top: 0;
  }
  .filter-options-item.active .filter-options-title:after {
    content: "";
    width: 15px;
    height: 11px;
    background: url('../images/arrow_left.svg') no-repeat 45%;
    margin-right: 6px;
    margin-top: 3px;
    float: right;
  }
  .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter-options-content {
    padding: 20px;
  }
  .filter-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 78px;
    padding: 16px 20px;
  }
  .filter-actions .mst-nav__apply-button .items {
    display: none;
  }
  .page-with-filter .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .page-with-filter .columns .column.main {
    -ms-flex-order: 20;
    -webkit-order: 20;
    order: 20;
  }
  .page-with-filter .columns .column.main,
  .page-with-filter .columns .sidebar {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .page-with-filter .toolbar-filter {
    display: block;
  }
  .page-with-filter .toolbar-filter ~ .toolbar-amount {
    display: none;
  }
  .aa-Source[data-autocomplete-source-id="querySuggestionsPlugin"] {
    display: none;
  }
  .algolia-search-block {
    overflow: hidden !important;
  }
  .algolia-search-block .aa-InputWrapperPrefix {
    display: flex;
  }
  .algolia-search-block .aa-InputWrapperSuffix {
    display: none;
  }
  .algolia-search-block .aa-Input {
    height: 42px;
    padding: 0 15px;
  }
  .algolia-search-block .aa-Autocomplete {
    width: 100% !important;
    padding: 12px 15px;
    background: #ffffff;
  }
  .algolia-search-block .aa-Input {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
  }
  .aa-Panel {
    position: fixed;
    top: 155px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: calc(100vh - 168px);
    overflow: auto;
    background-color: #f5f5f5;
    border-top: 3px solid #8eb4d0;
  }
  .aa-Panel .aa-Source {
    padding: 20px 10px 29px;
  }
  .aa-Panel [data-autocomplete-source-id='products'] {
    padding: 20px 15px 0;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .aa-List {
    padding-bottom: 1px;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .aa-Item {
    margin-bottom: 20px;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .algoliasearch-autocomplete-hit {
    display: flex;
  }
  .aa-Panel [data-autocomplete-source-id='products'] img {
    max-height: inherit;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .tooltip-container {
    display: none;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .thumb {
    width: 49%;
    height: auto;
    max-height: 201px;
    text-align: center;
  }
  .aa-Panel [data-autocomplete-source-id='products'] .info {
    padding-left: 10px;
    padding-top: 25px;
    width: 49%;
    height: auto;
  }
  .aa-Panel [data-autocomplete-source-id='documents'] .aa-Item {
    padding-left: 10px;
  }
  .aa-Panel [data-autocomplete-source-id='documents'] .aa-ItemLink {
    text-decoration: none;
  }
  .aa-Panel .algoliasearch-autocomplete-description {
    max-height: none;
  }
  .blog-widget-recent.post-list-wrapper {
    padding-bottom: 50px;
  }
  header .compare {
    width: 100%;
  }
  header .compare.sticky {
    filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.1));
  }
  header .compare.sticky .compare-title {
    display: block;
    padding: 0 15px;
  }
  header .compare .compare-link {
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    background: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  }
  header .compare .compare-link.with-items:after {
    display: none;
  }
  header .compare .compare-link:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../images/arrow-collapsive.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 40px;
    top: 20px;
  }
  header .compare.sticky {
    position: fixed;
    bottom: 0;
  }
  header .compare.sticky .compare-messages {
    display: block !important;
    margin: 10px 0;
  }
  header .compare.sticky .compare-messages .messages .message {
    position: relative;
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 15px 15px;
  }
  header .compare.sticky .compare-messages .messages .message .close-msg {
    position: absolute;
    right: 30px;
    top: 12px;
  }
  header .compare.sticky .compare-messages .messages .message .close-msg:before,
  header .compare.sticky .compare-messages .messages .message .close-msg:after {
    position: absolute;
    left: 8px;
    top: 3px;
    content: '';
    height: 18px;
    width: 1px;
    background-color: #373535;
  }
  header .compare.sticky .compare-messages .messages .message .close-msg:before {
    transform: rotate(45deg);
  }
  header .compare.sticky .compare-messages .messages .message .close-msg:after {
    transform: rotate(-45deg);
  }
  header .compare.active .compare-link:before {
    background-image: url("../images/arrow-expand.png");
  }
  header .compare .compare-items-count {
    display: block !important;
    margin-left: 5px;
  }
  .block-compare {
    padding: 10px 15px;
  }
  .block-compare .actions {
    margin: 20px 0 10px;
  }
  .table-comparison,
  .table-comparison + .comparison-item {
    opacity: 0;
  }
  .table-comparison.slick-initialized,
  .table-comparison + .comparison-item.slick-initialized {
    opacity: 1;
  }
  .table-comparison.slick-initialized + .comparison-item,
  .table-comparison + .comparison-item.slick-initialized + .comparison-item {
    opacity: 1;
  }
  .table-comparison .title {
    display: inline-block;
  }
  .compare-related-content .reviews {
    border: none;
  }
  .compare-related-content .col-titles {
    display: none;
  }
  .compare-related-content .variants .no-variants,
  .compare-related-content .variants .title {
    padding: 0;
  }
  .compare-related-content .cell.product.prices .label {
    width: 100%;
  }
  .slick-initialized .slick-track {
    margin-left: 1px;
  }
  .od-our-products .page-products .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  .od-our-products .page-products .columns .od-box-subcategories-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .od-our-products .od-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .od-our-products .od-box-categories .root-category {
    padding-left: 20px;
    padding-right: 20px;
  }
  .od-our-products .our-products-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .od-our-products-banner .action.primary,
  .od-our-products-banner .action.secondary,
  .od-our-products-banner #instant-empty-results-container a {
    margin-left: auto;
    margin-right: auto;
  }
  .stihl-battery-system-container.hide-mobile {
    display: none;
  }
  .catalog-category-view .stihl-battery-system-container {
    flex-direction: column;
    padding: 15px;
    margin-top: 20px;
  }
  .catalog-category-view .stihl-battery-system-container .copy {
    margin-top: 10px;
  }
  .catalog-category-view .battery-system-modal-popup-trigger {
    align-items: center;
  }
  .catalog-category-view .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .toolbar.toolbar-products,
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .toolbar.toolbar-products {
    position: fixed;
    top: 124px;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    z-index: 2;
  }
  .catalog-category-view .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .products.grid.products-grid,
  .catalogsearch-result-index .algolia-instant-selector-results #algolia-right-container .hits.is-sticky .products.grid.products-grid {
    padding-top: 41px;
  }
  .product-video-block .block-video {
    margin: 0 10px;
  }
  .product-top {
    padding-bottom: 42px;
  }
  #product-info-tabs .product.items .type {
    margin-bottom: 0;
  }
  #product-info-tabs .product.items .details-content .cut {
    height: 215px;
  }
  #product-info-tabs .product.items .specifications-block .cut {
    height: 627px;
  }
  #product-info-tabs .product.items .cut {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #product-info-tabs .product.items .cut:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 89px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  #product-info-tabs .product.items .read-more {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    text-decoration: underline;
    padding: 0;
  }
  #product-info-tabs .product.items .item.title {
    text-align: left;
    position: relative;
  }
  #product-info-tabs .product.items .item.title:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 15px;
    display: block;
    border: 5px solid transparent;
    border-top: 4px solid #373535;
  }
  #product-info-tabs .product.items .item.title.active:after {
    border: 5px solid transparent;
    border-bottom: 4px solid #c2d83f;
    top: 32%;
  }
  #product-info-tabs .product.items .list-document-item {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 0 30px;
  }
  #product-info-tabs .product.items .heading-tabs.details {
    margin-bottom: 10px;
  }
  #product-info-tabs .product.items .specifications-block {
    margin-top: 40px;
  }
  #product-info-tabs .product.items .specifications-block .specifications {
    margin-bottom: 0;
  }
  #product-info-tabs .product.items .faq-content-wrapper .qa-container:last-child {
    border: none;
    padding-bottom: 0;
  }
  #product-info-tabs .product.items [id="product.tabs.tip-tricks"] .type {
    margin-bottom: 20px;
  }
  .product.media {
    position: relative;
  }
  .product.media .md-productlabel-container .md-productlabel-item {
    width: auto;
    margin-right: 10px;
  }
  .product.media .md-productlabel-container .md-productlabel-item:last-child {
    margin-right: 0;
  }
  .product.media .stihl-battery-system-container {
    height: 26px;
  }
  .compare-related-content .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-placeholder__image {
    margin-bottom: 30px;
  }
  .pdp-battery-system-modal-info.modal-popup .modal-inner-wrap {
    margin: 2rem auto;
    width: calc(100% - 30px);
  }
  .root-category {
    max-width: 900px;
    padding: 0 15px;
  }
  .root-category a {
    width: 48%;
  }
  .our-products-text {
    margin-left: 15px;
    margin-right: 15px;
  }
  .our-products-text .slogan {
    width: 20%;
  }
  .our-products-text .info {
    width: 80%;
  }
  .page-product-bundle .item-sticker {
    font-size: 11px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .page-product-bundle .bundle-items {
    padding-top: 40px;
  }
  .page-product-bundle .bundle-items .item {
    padding-bottom: 35px;
  }
  .page-product-bundle .bundle-items .item-image {
    text-align: center;
  }
  .page-product-bundle .bundle-items .item-name {
    line-height: .92;
  }
  .page-product-bundle .bundle-product-banner {
    margin-bottom: 30px;
  }
  .page-product-bundle .bundle-product-banner .text-wrapper h2 {
    font-size: 35px;
    padding: 0 50px;
    text-align: center;
  }
  .amcard-label-block.-price {
    width: calc( 100%/3 - 6px);
  }
  .amcard-form-container .amcard-title,
  .amcard-title,
  .amcard-checkbox-container > .amcard-name {
    font-size: 13px;
  }
  .catalog-product-view .pdp-current-promotions-image {
    margin-bottom: 8px;
  }
  .recommended-products {
    padding: 0 0 50px;
  }
  .recommended-products .products__container {
    margin-left: 15px;
  }
  .recommended-products .products__container--title h3 {
    margin: 40px 0 15px;
    font-size: 20px;
    line-height: 24px;
    padding-right: 40px;
  }
  .recommended-products .block-recommended--cms .pagebuilder-column-line {
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .recommended-products .block-recommended--cms .pagebuilder-column-line .pagebuilder-column:first-of-type {
    flex-basis: auto;
  }
  .recommended-products .block-recommended--cms img {
    max-width: 88px !important;
    margin-right: 7px;
  }
  .recommended-products .block-recommended--cms [data-content-type='row'] {
    width: fit-content;
  }
  .recommended-products .block-recommended--cms .pagebuilder-column:last-of-type p {
    font-size: 18px;
    line-height: 20px;
  }
  .recommended-products .block-recommended--cms__content {
    padding: 40px 20px;
  }
  .recommended-products .block-recommended--cms__content--title[data-content-type='text'] {
    margin-bottom: 16px;
  }
  .recommended-products .block-recommended--cms [data-content-type='text'] li {
    margin-top: 16px;
  }
  .recommended-products .block-recommended--cms [data-content-type='buttons'] {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .recommended-products .block-recommended--cms [data-content-type='button-item']:last-of-type {
    margin-top: 10px;
  }
  .recommended-products .block-recommended--cms [data-content-type='button-item'] a {
    width: 100%;
  }
  .recommended-products .product-item {
    padding: 20px;
  }
  .recommended-products .product-item .stihl-battery-system-container {
    padding: 15px;
    margin-top: 6px;
    flex-direction: column;
  }
  .recommended-products .product-item .stihl-battery-system-container .copy,
  .recommended-products .product-item .stihl-battery-system-container .trigger {
    margin-top: 12px;
  }
  .recommended-products .product-item .stihl-battery-system-container .battery-system-modal-popup-trigger {
    align-items: center;
  }
  .recommended-products .products__container--items .draggable {
    padding-right: 15px;
  }
  .recommended-products .slick-slide {
    margin-right: 6px;
  }
  .page-product-bundle .product-store-locator {
    border: none;
  }
  .page-product-bundle .product-store-locator .product-add-form {
    margin: 20px 0 0;
  }
  .page-product-bundle .product-store-locator .box-store-locator {
    margin-top: 20px;
    border: 1px solid #d8d8d8;
    border-top: 0;
  }
  .page-product-bundle .bundle-options-container .product-add-form {
    display: none;
  }
  .page-product-bundle .product-options-wrapper {
    text-align: left;
    padding: 24px 16px;
    margin: 0 -15px;
  }
  .page-product-bundle .product-options-wrapper .bundle-title .title {
    font-size: 14px;
    line-height: 18px;
    margin-right: 12px;
  }
  .page-product-bundle .product-options-wrapper .fieldset-bundle-options {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .page-product-bundle .product-options-wrapper .fieldset-bundle-options .promo-badge {
    margin: 8px 0 0;
  }
  .page-product-bundle .product-options-wrapper .field.option {
    text-align: left;
    margin-bottom: 8px;
  }
  .page-product-bundle .product-options-wrapper .field.option:last-of-type {
    margin-bottom: 0;
  }
  .page-product-bundle .product-options-wrapper .field.option.free {
    border-top: none;
  }
  .page-product-bundle .product-options-wrapper .product-item-link {
    display: flex;
    align-items: center;
  }
  .page-product-bundle .product-options-wrapper .product-item-link.free {
    border-left: 3px solid #ff7002;
  }
  .page-product-bundle .product-options-wrapper .product-image {
    margin-right: 12px;
    width: 16%;
    min-width: 90px;
  }
  .page-product-bundle .product-options-wrapper .product-name {
    padding-right: 20px;
    text-align: left;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 4;
  }
  .cart-container .form-cart {
    order: 1;
    margin-bottom: 30px;
  }
  .cart-container .discount-code {
    order: 2;
    margin-bottom: 20px;
  }
  .cart-container .discount-code .field {
    width: calc(100% - 96px);
  }
  .cart-container .discount-code .field input {
    width: 100% !important;
  }
  .cart-container .cart-additional {
    order: 3;
    margin-top: 12px;
  }
  .cart-container .continue-shopping-button {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
  }
  .cart-footer-content .cart-footer-list .popup-modal {
    width: 88.7%;
  }
  .cart-footer-content .cart-footer-list .popup-modal .close-btn {
    top: -30px;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cart-footer-content .cart-footer-list .popup-modal .cart-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 40px;
    max-height: 350px;
    overflow: auto;
  }
  .cart-footer-content .cart-footer-list .popup-modal .assistance {
    order: 2;
  }
  .cart-footer-content .cart-footer-list .popup-modal .returns {
    margin-bottom: 5px;
  }
  .cart-footer-content {
    flex-direction: column;
  }
  .cart-footer-content ul {
    padding: 5px 0;
  }
  .shoping-cart-footer {
    padding: 10px 0;
  }
  #shopping-cart-table thead,
  .discount-code .content {
    display: none;
  }
  .discount-code .actions-toolbar .primary .action {
    margin: 0;
  }
  #opc-sidebar {
    padding: 30px 20px;
  }
  .step-shipping #co-shipping-custom-form {
    display: block;
  }
  #co-shipping-custom-form .primary {
    width: 100%;
  }
  #co-shipping-custom-form .action {
    padding: 13px 38px 14px;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  #co-shipping-custom-form .action span {
    display: inline-block;
  }
  #co-shipping-custom-form .action span:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    background-image: url('../images/arrow_right.svg');
    background-size: cover;
    width: 15px;
    height: 11px;
  }
  .checkout-shipping-address {
    margin-bottom: 20px;
  }
  .checkout-content-wrap {
    padding: 20px 20px 0;
  }
  #co-shipping-method-form {
    display: none;
  }
  #opc-shipping_method {
    display: none;
  }
  #checkoutSteps .payment-method-content > .actions-toolbar .primary {
    display: block;
    float: none;
    margin: 0 auto;
  }
  #checkoutSteps .payment-method-content > .actions-toolbar .primary.back {
    float: none;
  }
  #checkoutSteps .items.ccard .fields.group {
    display: block;
  }
  #checkoutSteps .items.ccard .fields.group .field.month,
  #checkoutSteps .items.ccard .fields.group .field.year {
    width: calc(50% - 8px);
    display: inline-block;
  }
  #checkoutSteps .items.ccard .fields.group .month {
    margin-right: 12px;
  }
  #checkoutSteps .items.ccard .fields.group .field.cvv {
    width: 100%;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 20px;
    right: 20px;
    pointer-events: all;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap {
    background: #fff !important;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer {
    display: block;
    text-align: center;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer .action {
    display: block;
    margin: 10px auto;
    float: none;
    width: 100%;
  }
  .checkout-index-index .amcard-field-container .amcard-button {
    color: #000000 !important;
  }
  .checkout-index-index.step-payment .opc-block-summary .discount-code,
  .checkout-index-index.pickup .opc-block-summary .discount-code,
  .checkout-index-index.step-payment .opc-block-summary .amcard-field-container,
  .checkout-index-index.pickup .opc-block-summary .amcard-field-container {
    display: none;
  }
  .actions-toolbar.init-place-order .primary {
    float: none;
  }
  .actions-toolbar.init-place-order .primary .action.checkout {
    float: inherit;
    margin: 0 auto;
  }
  .checkout-onepage-success .columns {
    padding: 40px 15px 20px;
  }
  .checkout-onepage-success #map {
    height: 182px;
    margin-top: 30px;
  }
  .checkout-onepage-success .opc-sidebar .opc-block-summary,
  .checkout-onepage-success .opc-sidebar .table-totals {
    margin: 0;
  }
  .checkout-onepage-success .box-footer-subscription {
    display: none;
  }
  #add-to-cart-dialog .cross-sell-section-wrapper {
    padding: 16px 14px;
  }
  #add-to-cart-dialog .cross-sell-section-item-wrapper {
    padding: 12px 12px 12px 8px;
  }
  #add-to-cart-dialog .cross-sell-section button span:last-of-type {
    display: none;
  }
  .checkout-cart-index .cart-container .cross-sell-section {
    order: 2;
    width: 100%;
  }
  .checkout-cart-index .cart-container .cross-sell-section-item-wrapper {
    padding: 12px 12px 12px 8px;
  }
  .checkout-cart-index .cart-container .cross-sell-section-wrapper {
    padding: 12px;
  }
  .checkout-cart-index .cart-container .cross-sell-section button span:last-of-type {
    display: none;
  }
  .customer-account-links-wrapper {
    border-top: 1px solid #e5e5e5;
    position: fixed;
    width: 100%;
    left: 0;
    top: 92px;
    min-height: 410px;
  }
  .sticky-header .customer-account-links-wrapper {
    top: 59px;
  }
  .customer-account-links-wrapper ul {
    padding-left: 15px;
  }
  .customer-account-links-wrapper ul li {
    padding: 15px 0;
  }
  .customer-account-links-wrapper ul a {
    font-size: 15px;
    letter-spacing: 0.7px;
    font-weight: 300;
  }
  .customer-account-links-wrapper .title {
    font-family: 'Univers Condensed', 'Univers LT Std Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 30px 15px 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-account-login .column.main,
  .customer-account-create .column.main {
    width: 100%;
  }
  .customer-account-login .column.main .form-login,
  .customer-account-create .column.main .form-login,
  .customer-account-login .column.main .form-create-account,
  .customer-account-create .column.main .form-create-account {
    position: relative;
  }
  .customer-account-login .column.main .form-login-img,
  .customer-account-create .column.main .form-login-img,
  .customer-account-login .column.main .form-create-account-img,
  .customer-account-create .column.main .form-create-account-img {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
  }
  .customer-account-login .column.main .form-login-img img,
  .customer-account-create .column.main .form-login-img img,
  .customer-account-login .column.main .form-create-account-img img,
  .customer-account-create .column.main .form-create-account-img img {
    margin: 0 auto;
    width: auto;
    height: 100%;
    z-index: -10;
  }
  .customer-account-login .column.main .form-login-container,
  .customer-account-create .column.main .form-login-container,
  .customer-account-login .column.main .form-create-account-container,
  .customer-account-create .column.main .form-create-account-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
  }
  .customer-account-login .column.main .form-login-container-content,
  .customer-account-create .column.main .form-login-container-content,
  .customer-account-login .column.main .form-create-account-container-content,
  .customer-account-create .column.main .form-create-account-container-content {
    background-color: #ffffff;
    padding: 50px 40px 40px 40px;
    margin: 65px 20px 90px 20px;
  }
  .customer-account-login .column.main .form-login-container-content .confirmation.required,
  .customer-account-create .column.main .form-login-container-content .confirmation.required,
  .customer-account-login .column.main .form-create-account-container-content .confirmation.required,
  .customer-account-create .column.main .form-create-account-container-content .confirmation.required {
    display: none;
  }
  .customer-account-login .column.main .form-login-img,
  .customer-account-create .column.main .form-login-img {
    height: 585px;
  }
  .customer-account-login .column.main .form-login-container-content,
  .customer-account-create .column.main .form-login-container-content {
    margin: 80px 20px 160px 20px;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content,
  .customer-account-create .column.main .form-login .block-new-customer .block-content {
    display: block;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content .block-new-customer-title,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .block-new-customer-title,
  .customer-account-login .column.main .form-login .block-new-customer .block-content .create.primary,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .create.primary {
    display: block;
    width: 100%;
    text-align: center;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content .block-new-customer-title,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .block-new-customer-title {
    margin-top: 15px;
  }
  .customer-account-login .column.main .form-login .block-new-customer .block-content .create.primary,
  .customer-account-create .column.main .form-login .block-new-customer .block-content .create.primary {
    margin-top: 10px;
  }
  header .header-content-wrap .block-search .block-content {
    width: 100% !important;
  }
  .promo-config-desktop {
    display: none;
  }
  .promo-config-mobile {
    padding: 0px 8px;
  }
  .promo-config-mobile a {
    line-height: 14px;
    padding: 16px 16px 16px;
  }
  .faq-faq-view .page-main,
  .faq-category-view .page-main,
  .faq-question-view .page-main,
  .faq-search-index .page-main {
    padding: 0 15px 50px 15px;
  }
  .faq-faq-view .page-main .faq-search-form .control input,
  .faq-category-view .page-main .faq-search-form .control input,
  .faq-question-view .page-main .faq-search-form .control input,
  .faq-search-index .page-main .faq-search-form .control input {
    font-size: 16px;
  }
  .faq-faq-view .page-main .faq-search-form .control input:focus,
  .faq-category-view .page-main .faq-search-form .control input:focus,
  .faq-question-view .page-main .faq-search-form .control input:focus,
  .faq-search-index .page-main .faq-search-form .control input:focus {
    font-size: 16px;
  }
  .faq-faq-view .page-main .category-list,
  .faq-category-view .page-main .category-list,
  .faq-question-view .page-main .category-list,
  .faq-search-index .page-main .category-list {
    display: block;
    margin-bottom: 30px;
  }
  .faq-faq-view .page-main .category-list .category,
  .faq-category-view .page-main .category-list .category,
  .faq-question-view .page-main .category-list .category,
  .faq-search-index .page-main .category-list .category {
    position: unset;
    display: block;
    width: 100%;
    height: unset;
    padding: 0;
    margin-bottom: 10px;
  }
  .faq-faq-view .page-main .category-list .category-questions h3,
  .faq-category-view .page-main .category-list .category-questions h3,
  .faq-question-view .page-main .category-list .category-questions h3,
  .faq-search-index .page-main .category-list .category-questions h3,
  .faq-faq-view .page-main .category-list .category-item h3,
  .faq-category-view .page-main .category-list .category-item h3,
  .faq-question-view .page-main .category-list .category-item h3,
  .faq-search-index .page-main .category-list .category-item h3 {
    font-size: 14px;
  }
  .faq-faq-view .page-main .category-list .category-item,
  .faq-category-view .page-main .category-list .category-item,
  .faq-question-view .page-main .category-list .category-item,
  .faq-search-index .page-main .category-list .category-item {
    height: 60px;
    display: block;
    padding: 12px;
    line-height: 36px;
    position: relative;
  }
  .faq-faq-view .page-main .category-list .category-item img,
  .faq-category-view .page-main .category-list .category-item img,
  .faq-question-view .page-main .category-list .category-item img,
  .faq-search-index .page-main .category-list .category-item img {
    max-height: 35px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faq-faq-view .page-main .category-list .category-item h3,
  .faq-category-view .page-main .category-list .category-item h3,
  .faq-question-view .page-main .category-list .category-item h3,
  .faq-search-index .page-main .category-list .category-item h3 {
    padding-left: 85px;
  }
  .faq-faq-view .page-main .category-list .category-questions,
  .faq-category-view .page-main .category-list .category-questions,
  .faq-question-view .page-main .category-list .category-questions,
  .faq-search-index .page-main .category-list .category-questions {
    position: static;
    opacity: 1;
    padding: 12px;
    text-align: left;
    display: none;
    width: 100%;
    height: auto;
  }
  .faq-faq-view .page-main .category-list .category-questions a,
  .faq-category-view .page-main .category-list .category-questions a,
  .faq-question-view .page-main .category-list .category-questions a,
  .faq-search-index .page-main .category-list .category-questions a {
    display: block;
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  .faq-faq-view .page-main .category-list .category-questions h3,
  .faq-category-view .page-main .category-list .category-questions h3,
  .faq-question-view .page-main .category-list .category-questions h3,
  .faq-search-index .page-main .category-list .category-questions h3 {
    display: none;
  }
  .faq-faq-view .page-main .faq-sidebar-wrapper,
  .faq-category-view .page-main .faq-sidebar-wrapper,
  .faq-question-view .page-main .faq-sidebar-wrapper,
  .faq-search-index .page-main .faq-sidebar-wrapper,
  .faq-faq-view .page-main .faq-content,
  .faq-category-view .page-main .faq-content,
  .faq-question-view .page-main .faq-content,
  .faq-search-index .page-main .faq-content,
  .faq-faq-view .page-main .faq-category,
  .faq-category-view .page-main .faq-category,
  .faq-question-view .page-main .faq-category,
  .faq-search-index .page-main .faq-category,
  .faq-faq-view .page-main .block-faq-category,
  .faq-category-view .page-main .block-faq-category,
  .faq-question-view .page-main .block-faq-category,
  .faq-search-index .page-main .block-faq-category,
  .faq-faq-view .page-main .popular-questions-cms,
  .faq-category-view .page-main .popular-questions-cms,
  .faq-question-view .page-main .popular-questions-cms,
  .faq-search-index .page-main .popular-questions-cms,
  .faq-faq-view .page-main .popular-questions,
  .faq-category-view .page-main .popular-questions,
  .faq-question-view .page-main .popular-questions,
  .faq-search-index .page-main .popular-questions {
    float: none;
    width: 100%;
  }
  .faq-faq-view .page-main .popular-questions,
  .faq-category-view .page-main .popular-questions,
  .faq-question-view .page-main .popular-questions,
  .faq-search-index .page-main .popular-questions {
    margin-bottom: 25px;
  }
  .faq-faq-view .page-main .faq-title-wrapper .faq-back-link,
  .faq-category-view .page-main .faq-title-wrapper .faq-back-link,
  .faq-question-view .page-main .faq-title-wrapper .faq-back-link,
  .faq-search-index .page-main .faq-title-wrapper .faq-back-link {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
  }
  .faq-faq-view .page-main .faq-title-wrapper .faqcat-title,
  .faq-category-view .page-main .faq-title-wrapper .faqcat-title,
  .faq-question-view .page-main .faq-title-wrapper .faqcat-title,
  .faq-search-index .page-main .faq-title-wrapper .faqcat-title {
    line-height: normal;
    padding: 5px 0;
  }
  .mobile-hide {
    display: none;
  }
  .add-to-cart-popup .modal-content .info-banner h2 {
    font-size: 13px;
  }
  .add-to-cart-popup.modal-popup .modal-inner-wrap {
    margin: 3rem auto;
  }
  .add-to-cart-popup .products-list {
    padding: 14px;
  }
  .add-to-cart-popup .product-items .product-item-name {
    font-size: 14px;
  }
  .add-to-cart-popup .modal-inner-wrap .modal-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 12px 14px 14px;
  }
  .add-to-cart-popup .modal-inner-wrap .modal-footer button {
    margin: 0 auto;
    width: 100%;
  }
  .add-to-cart-popup .modal-inner-wrap .modal-footer button:not(:last-child) {
    margin-bottom: 12px;
  }
  .add-to-cart-popup .product-popup-added-info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 0;
  }
  .add-to-cart-popup .product-popup-added-info .actions.mobile {
    padding: 10px 14px 18px;
    width: 100%;
  }
  .add-to-cart-popup .product-popup-added-info .action.primary,
  .add-to-cart-popup .product-popup-added-info #instant-empty-results-container a {
    width: 100%;
  }
  .add-to-cart-popup .image-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 14px 27px;
  }
  .add-to-cart-popup .image-wrapper .product-item-photo img {
    max-height: 90px;
    width: auto;
    max-width: none;
  }
  .add-to-cart-popup .image-wrapper .product-details-mobile {
    text-align: left;
    padding: 0 10px 0 20px;
  }
  .add-to-cart-popup .product-popup-added-info__content {
    padding-left: 10px;
    width: 50%;
  }
  .add-to-cart-popup .product-popup-added-info__image {
    width: 50%;
    text-align: center;
  }
  .add-to-cart-popup .product-popup-added-name {
    font-size: 15px;
  }
  .add-to-cart-popup .product-item-subtitle {
    font-size: 11px;
  }
  .add-to-cart-popup .product-popup-added-info__image img {
    max-height: 110px;
  }
  .add-to-cart-popup .product-items .product-item-name.desktop {
    display: none;
  }
  .popup-related-slick .slick-list .slick-slide {
    margin: 0;
  }
  .popup-related-slick .slick-arrow {
    display: block !important;
  }
  .popup-related-slick button.slick-arrow.slick-prev {
    left: -10px;
    background-image: url("../images/prev-arrow.png");
  }
  .popup-related-slick button.slick-arrow.slick-next {
    right: -10px;
    background-image: url("../images/next-arrow.png");
  }
  .popup-related-slick button.slick-arrow.slick-prev,
  .popup-related-slick button.slick-arrow.slick-next {
    top: auto;
    bottom: 50%;
    background-position: unset;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
  .popup-related-slick button.slick-arrow.slick-prev.slick-disabled,
  .popup-related-slick button.slick-arrow.slick-next.slick-disabled {
    opacity: 0;
  }
  .stihl-popup .modal-popup.modal-slide._show .modal-inner-wrap {
    width: 334px;
    overflow: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    height: 384px;
    position: absolute;
    border: 2px solid #000000;
  }
  .stihl-popup__left {
    display: none;
  }
  .stihl-popup .modal-popup.modal-slide {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .add-to-cart-popup.modal-popup .modal-inner-wrap {
    width: 95%;
  }
  .add-to-cart-popup .popup-related-slick .product-item-attributes {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .clear-fix-m:before,
  .clear-fix-m:after {
    content: '';
    display: table;
  }
  .clear-fix-m:after {
    clear: both;
  }
  .stihl-table-mobile,
  .order-details {
    border: none;
  }
  .stihl-table-mobile thead,
  .stihl-table-mobile th,
  .order-details thead,
  .order-details th {
    display: none;
  }
  .stihl-table-mobile td,
  .order-details td {
    border: none;
    display: block;
  }
  .order-details td:before {
    content: attr(data-th);
    display: block;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .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 0 5px;
  }
  .product.data.items > .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: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    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: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .home-page-banner {
    width: 100%;
  }
  .home-page-banner .image-container {
    position: relative;
    text-align: center;
  }
  .home-page-banner .image-container .banner-image {
    height: auto;
  }
  .home-page-banner .image-container .content-info {
    top: 55%;
    transform: translate(-50%, 0);
    bottom: auto;
    text-align: center;
    left: 50%;
    width: 100%;
    padding: 0 10px;
  }
  .home-page-banner .image-container .content-info .info-text {
    letter-spacing: .86px;
    font-size: 26px;
    margin-bottom: 8px;
  }
  .home-page-banner.two-slide {
    margin-bottom: -6px;
  }
  .home-page-banner.two-slide .slick-dots {
    bottom: 20px;
  }
  .home-page-banner.two-slide .banner-image img {
    width: 100%;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: 100%;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .afterpay-content-wrapper {
    padding-bottom: 90vh;
  }
  .b2b-account-row {
    display: block;
  }
  .post-list-wrapper .title {
    padding-left: 15px;
  }
  .post-list .post-description {
    display: block !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .blog-page .columns {
    display: flex;
    flex-direction: column;
  }
  .blog-page .column.main {
    order: 2;
  }
  .blog-page .sidebar.sidebar-additional {
    order: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 20;
    background-color: #fff;
    position: relative;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-categories,
  .blog-page .sidebar.sidebar-additional .widget.block-recent-posts,
  .blog-page .sidebar.sidebar-additional .widget.block-archive {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-categories .block-title,
  .blog-page .sidebar.sidebar-additional .widget.block-recent-posts .block-title,
  .blog-page .sidebar.sidebar-additional .widget.block-archive .block-title {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-categories .block-title strong,
  .blog-page .sidebar.sidebar-additional .widget.block-recent-posts .block-title strong,
  .blog-page .sidebar.sidebar-additional .widget.block-archive .block-title strong {
    font-weight: normal;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-categories {
    padding-left: 0;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-categories .accordion {
    display: none;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-recent-posts .block-content,
  .blog-page .sidebar.sidebar-additional .widget.block-archive .block-content {
    display: none;
  }
  .blog-page .sidebar.sidebar-additional .widget.blog-search {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-recent-posts .post-image,
  .blog-page .sidebar.sidebar-additional .widget.block-recent-posts .post-item-date {
    display: none;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-tagclaud {
    display: none;
  }
  .blog-page .ui-dialog-content a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    text-decoration: none;
    display: inline-block;
  }
  .blog-page.dialog-open {
    position: fixed;
    width: 100%;
  }
  .blog-page.dialog-open .header-content-wrap.sticky {
    position: relative;
  }
  .blog-page.dialog-open.sticky-header .page-wrapper {
    padding-top: 0;
  }
  .blog-page.dialog-open .mage-dropdown-dialog {
    z-index: 90;
    width: 100%;
    padding: 0 0 20px;
    height: calc(100vh - 320px);
    overflow-y: scroll;
    top: 280px;
    bottom: auto;
    position: absolute;
  }
  .blog-page.dialog-open .top-container,
  .blog-page.dialog-open .breadcrumbs,
  .blog-page.dialog-open .usp-promotion-banner {
    display: none;
  }
  .blog-page.dialog-open .usp-promotion-banner {
    height: 0;
  }
  .blog-page.dialog-open .ui-dialog .accordion {
    padding-left: 20px;
    margin-top: 0;
  }
  .blog-page.dialog-open .ui-dialog .accordion li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 20px;
  }
  .blog-page.dialog-open .ui-dialog .accordion .icon-expand,
  .blog-page.dialog-open .ui-dialog .accordion .icon-expand-active {
    background-image: url('../images/icon-expand.png');
    background-position: center;
    background-size: 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .blog-page.dialog-open .ui-dialog .accordion .icon-expand-active {
    transform: rotate(90deg);
  }
  .blog-page.dialog-open .ui-dialog.widget-archive,
  .blog-page.dialog-open .ui-dialog.widget-recent {
    padding: 0 20px 40px;
  }
  .blog-page.dialog-open .ui-dialog.widget-archive .item {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-decoration: none;
  }
  .blog-page.dialog-open .ui-dialog.widget-recent .post-image,
  .blog-page.dialog-open .ui-dialog.widget-recent .post-item-date,
  .blog-page.dialog-open .ui-dialog.widget-recent .clearfix:after,
  .blog-page.dialog-open .ui-dialog.widget-recent .clearfix:before {
    display: none;
  }
  .blog-page.dialog-open .ui-dialog.widget-recent .post-item-link {
    display: inline-block;
    width: 100%;
    max-width: calc(100vw - 40px);
  }
  .blog-page.dialog-open .ui-widget-overlay.ui-front {
    z-index: 10;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 260px;
    bottom: auto;
    height: calc(100vh - 260px);
  }
  .blog-page.dialog-open button.ui-button {
    border: none;
    padding: 0;
    background: none;
  }
  .blog-page.dialog-open .ui-button-text {
    cursor: pointer;
    height: 24px;
    width: 24px;
    text-align: center;
    position: relative;
    margin-top: 1px;
    display: inline-block;
  }
  .blog-page.dialog-open .ui-button-text:before,
  .blog-page.dialog-open .ui-button-text:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 10px;
    width: 21px;
    height: 2px;
    background: #373535;
  }
  .blog-page.dialog-open .ui-button-text:before {
    transform: rotate(45deg);
  }
  .blog-page.dialog-open .ui-button-text:after {
    transform: rotate(-45deg);
  }
  .blog-page.dialog-open .close-dialog {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .blog-page .ui-dialog-buttonpane {
    position: fixed;
    right: 20px;
    bottom: auto;
    top: 151px;
    z-index: 95;
  }
  .blog-page .page-title-wrapper {
    order: 1;
  }
  .blog-page.blog-post-view [data-content-type='tabs'] .tabs-navigation {
    margin-bottom: 0 !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .blog-page.blog-post-view [data-content-type='tabs'] .tab-header {
    display: block;
    margin-left: 0 !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .blog-page.blog-post-view [data-content-type='tabs'] .tab-header a.tab-title {
    text-align: center;
  }
  .blog-page.blog-post-view [data-content-type='products'] .slick-prev,
  .blog-page.blog-post-view .mfblog-replated-products-block .slick-prev,
  .blog-page.blog-post-view [data-content-type='products'] .slick-next,
  .blog-page.blog-post-view .mfblog-replated-products-block .slick-next {
    width: 32px;
    border: none;
    background-color: transparent;
  }
  .blog-page.blog-post-view [data-content-type='products'] .slick-prev,
  .blog-page.blog-post-view .mfblog-replated-products-block .slick-prev {
    left: -8px !important;
    /* stylelint-disable-line declaration-no-important */
    right: auto;
    background-position: right;
  }
  .blog-page.blog-post-view [data-content-type='products'] .slick-next,
  .blog-page.blog-post-view .mfblog-replated-products-block .slick-next {
    right: -8px;
    background-position: left;
  }
  .root-category {
    max-width: 900px;
    padding: 0 15px;
  }
  .root-category a {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .our-products-text {
    padding-top: 25px;
    margin-bottom: 60px;
  }
  .our-products-text .slogan {
    width: 100%;
  }
  .our-products-text .slogan h4 {
    margin: 0;
  }
  .our-products-text .info {
    width: 100%;
  }
  .our-products-text .info p {
    margin-bottom: 0;
  }
  .popup-promotional-products._show.modal-popup .modal-inner-wrap {
    max-width: 355px;
    margin: 50px auto;
    width: auto;
  }
  .popup-promotional-products-wrapper__header {
    padding: 16px 20px;
  }
  .popup-promotional-products-wrapper__header--title p {
    font-size: 15px;
  }
  .popup-promotional-products-wrapper__header--items-added p {
    font-size: 13px;
  }
  .popup-promotional-products-wrapper__main {
    max-height: 368px;
    padding: 32px 20px;
  }
  .popup-promotional-products-wrapper__footer {
    padding: 20px;
  }
  .popup-promotional-products-wrapper__buttons {
    flex-direction: column-reverse;
  }
  .popup-promotional-products-wrapper__checkout {
    padding: 16px 10px;
  }
  .popup-promotional-products-wrapper__view-more {
    padding: 15px 10px;
    margin-top: 8px;
  }
  .popup-promotional-products-wrapper__product-item--title {
    font-size: 12px;
  }
  .block-minicart .promotional-content {
    width: 100%;
    justify-content: center;
  }
  .block-minicart .promotional-content .content,
  .block-minicart .promotional-content a {
    font-size: 10px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .block-minicart {
    right: -15px;
    top: 60px;
    width: 100vw;
    overflow: auto;
  }
  .block-minicart .minicart-footer {
    padding: 9px 15px 15px;
    display: block;
    position: relative;
    z-index: 10;
  }
  .block-minicart .bundle-options [data-role='title'] {
    left: 120px;
  }
  .header-view-shopping-cart .block-actions {
    margin-left: 131px;
  }
  .minicart-wrapper .showcart .text::before {
    height: 18px;
    width: 20px;
    background-size: 100%;
    bottom: -4px;
    left: -20px;
  }
  #checkoutSteps .payment-method-title.choice .label > span {
    white-space: normal;
  }
  body.account .form-address-edit .actions-toolbar .primary {
    float: left;
  }
  body.account .form-address-edit .actions-toolbar .secondary {
    float: right;
  }
  body.account .modal-popup .modal-inner-wrap .modal-header {
    padding-top: 20px;
  }
  body.account .modal-popup .modal-inner-wrap .modal-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.account .modal-popup .modal-inner-wrap .modal-footer {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
  }
  body.account .modal-popup .modal-inner-wrap .modal-footer .action-dismiss {
    margin-right: 5px;
  }
  .form-edit-account.password {
    margin-top: 20px;
  }
  .order-totals {
    width: 100%;
  }
  .order-details tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .order-details td {
    width: 50%;
    padding: 10px;
  }
  .order-details-items .actions-toolbar {
    margin: 30px 0;
    text-align: center;
  }
  .table-order-items thead,
  .table-order-items .col.qty,
  .table-order-items .col.subtotal {
    display: none;
  }
  .table-order-items .reorder {
    vertical-align: bottom;
  }
  .table-order-items .reorder .action {
    border: none;
    text-decoration: underline;
    padding: 0;
    width: auto;
    font-size: 12px;
  }
  .desktop-m {
    display: none;
  }
  .header-content-wrap {
    margin-bottom: 65px;
  }
  .header-content-wrap.od-popup-open {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 639px) {
  .clear-fix-mobile:before,
  .clear-fix-mobile:after {
    content: '';
    display: table;
  }
  .clear-fix-mobile:after {
    clear: both;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .cart-container .promotional-content {
    justify-content: center;
  }
  .checkout-cart-index .bundle-products-includes-wrapper {
    padding: 0 12px !important;
    width: 100%;
    display: block;
    border-bottom: none !important;
  }
  .checkout-cart-index .bundle-products-includes-wrapper .bundle-products-includes {
    margin: 0;
    width: 100%;
    padding: 16px 0 8px;
    border: none;
    border-top: 1px solid #d8d8d8;
  }
  .checkout-cart-index .box-checkout-store-selector-inner {
    display: block;
    padding: 0 15px;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-location,
  .checkout-cart-index .box-checkout-store-selector-inner .current-store,
  .checkout-cart-index .box-checkout-store-selector-inner .current-store-edit {
    padding: 9px 0;
    margin: 0;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-location {
    border: none;
    border-bottom: 1px solid 1px solid #d8d8d8;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-store,
  .checkout-cart-index .box-checkout-store-selector-inner .current-store-edit {
    display: inline-block;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-store-edit {
    float: right;
  }
  .checkout-cart-index .cart.items .visible-mobile {
    display: block;
    text-align: left;
  }
  .checkout-cart-index .cart.items .item-delivery.active:not(.visible-desktop) {
    display: block !important;
  }
  .checkout-cart-index .cart.items .item-info {
    display: block;
    position: relative;
  }
  .checkout-cart-index .cart.items td.item {
    vertical-align: top;
  }
  .checkout-cart-index .cart.items td.item .product-item-details {
    display: none;
  }
  .checkout-cart-index .cart.items td.item,
  .checkout-cart-index .cart.items td.qty {
    display: inline-block;
    border: none;
  }
  .checkout-cart-index .cart.items td.qty {
    padding: 20px 0;
    width: 40%;
    position: relative;
  }
  .checkout-cart-index .cart.items td.qty .field.qty {
    margin: 10px 0 0;
  }
  .checkout-cart-index .cart.items td.qty input {
    height: 40px;
  }
  .checkout-cart-index .cart.items td.subtotal {
    padding: 0;
    position: absolute;
    bottom: 16px;
    right: 10px;
    border: none;
  }
  .checkout-cart-index .cart.items td.remove {
    position: absolute;
    border: none;
    top: 16px;
    padding: 0;
    right: 10px;
  }
  .checkout-cart-index .cart-container .cart-additional {
    display: none;
  }
  .checkout-cart-index .cart-container .continue-shopping-button-mobile {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    padding-top: 6px;
  }
  .checkout-cart-index .box-checkout-store-selector-inner {
    display: block;
    padding: 0 15px;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-location,
  .checkout-cart-index .box-checkout-store-selector-inner .current-store,
  .checkout-cart-index .box-checkout-store-selector-inner .current-store-edit {
    padding: 9px 0;
    margin: 0;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-location {
    border: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-store,
  .checkout-cart-index .box-checkout-store-selector-inner .current-store-edit {
    display: inline-block;
  }
  .checkout-cart-index .box-checkout-store-selector-inner .current-store-edit {
    float: right;
  }
  .add-to-cart-popup .modal-inner-wrap {
    overflow-y: unset;
  }
  .add-to-cart-popup .product_wrapper {
    max-height: 58vh;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 639px) and (max-width: 360px) {
  .checkout-cart-index .cart.items td.subtotal {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .cart-footer-content .cart-footer-list {
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .cart-footer-content .cart-footer-list li {
    margin: 0;
  }
  .checkout-cart-index .card-block li img {
    max-width: 43px;
  }
  .checkout-cart-index .amcard-field-container .amcard-button {
    color: #000000 !important;
  }
  .header-view-shopping-cart .block-actions {
    margin-left: 103px;
  }
  .checkout-onepage-success .success-delivery-content {
    flex-direction: column;
  }
  .checkout-onepage-success .success-information {
    display: block;
    font-size: 0;
  }
  .checkout-onepage-success .success-information .information-item {
    width: 40%;
    display: inline-block;
  }
  .checkout-onepage-success .success-information .data-information {
    width: 60%;
    display: inline-block;
  }
  .checkout-onepage-success .success-information .store-information {
    width: 100%;
  }
  .checkout-onepage-success .success-information p:not(success-heading) {
    font-size: 13px;
  }
  .stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container {
    display: block;
  }
  .stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container .address-wrapper,
  .stihl_storelocator-shops-index .box-store-locator .store-locator-shop-info-container .hours-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 413px) {
  .usp-promotion-banner {
    min-height: 74px;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-categories,
  .blog-page .sidebar.sidebar-additional .widget.block-recent-posts,
  .blog-page .sidebar.sidebar-additional .widget.block-archive {
    padding: 0 16px;
  }
  .blog-page .sidebar.sidebar-additional .widget.block-categories {
    padding-left: 0;
  }
  .catalog-category-view .products.wrapper .price-box {
    min-height: 90px;
  }
  .minicart-wrapper .showcart {
    padding-left: 0;
  }
  .minicart-wrapper .showcart .text {
    display: none;
  }
  .header-content-wrap .minicart-wrapper .showcart .text {
    display: inline-block;
  }
  .header-content-wrap .account-icon {
    margin-right: 8%;
  }
}
@media all and (min-width: 640px) {
  .clear-fix-s:before,
  .clear-fix-s:after {
    content: '';
    display: table;
  }
  .clear-fix-s:after {
    clear: both;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .blog-widget-recent.post-list-wrapper button.slick-prev,
  .blog-widget-recent.post-list-wrapper button.slick-next {
    top: 27% !important;
    /* stylelint-disable-line declaration-no-important */
  }
  .cart-container .promotional-desktop {
    padding: 0 !important;
  }
  .cart-container .promotional-desktop .promotional-content {
    max-width: 280px;
    margin: 0 0 20px 141px;
  }
  .checkout-cart-index .cart.item.promo-product .item-info td {
    border-bottom: 0;
  }
}
/*----    triangle-arrow    ----*/
/*----    FLEX    ----*/
.cookie-status-message {
  display: none;
}
/*---------------------------------*/
.payment-method-content.laybuy img {
  max-height: 40px;
  margin-bottom: 20px;
}
.laybuy-installments-amount {
  margin-bottom: 0;
}
.product-item-installments.laybuy-installments-amount {
  margin-top: 10px;
}
.product-item-installments .laybuy-modal-popup-trigger {
  margin-left: 3px;
}
#bundleSummary {
  display: none;
}
.add-to-cart-popup .modal-content .info-banner {
  background-color: #c2d83f;
  padding: 17px 0 15px;
}
.add-to-cart-popup .modal-content .info-banner .popup-cart-continue {
  display: none;
}
.add-to-cart-popup .modal-content .info-banner h2 {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.add-to-cart-popup .products-list {
  border-top: 1px solid #d8d8d8;
}
.add-to-cart-popup .products-list h3 {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.add-to-cart-popup .product-item {
  border: 1px solid #d8d8d8;
  padding: 12px 0 5px;
  height: 100%;
}
.add-to-cart-popup .product-item .image-wrapper {
  text-align: center;
}
.add-to-cart-popup .product-item .image-wrapper .product-item-photo {
  display: inline-block;
}
.add-to-cart-popup .product-item-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.add-to-cart-popup .stamped-badge-caption {
  display: none;
}
.add-to-cart-popup .stamped-fa-star:before {
  font-size: 14px;
}
.add-to-cart-popup .product-item-details {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 5px;
}
.add-to-cart-popup .product-item-details .tocart-form {
  border-top: 1px solid #d8d8d8;
  margin: auto -5px 0;
  padding: 5px;
}
.add-to-cart-popup .product-item-details .price-box,
.add-to-cart-popup .product-item-details .price-box .price,
.add-to-cart-popup .product-item-details .price-box .rrp-price .price-wrapper:before {
  font-size: 15px;
}
.add-to-cart-popup .product-item-details .product-item-subtitle {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.add-to-cart-popup .product-item-details .price-box,
.add-to-cart-popup .product-item-details .stamped-product-reviews-badge,
.add-to-cart-popup .product-item-details .product-item-name,
.add-to-cart-popup .product-item-details .product-item-subtitle,
.add-to-cart-popup .product-item-details .rrp-price-wrapper,
.add-to-cart-popup .product-item-details .product-item-attributes {
  padding-left: 13px;
  padding-right: 13px;
}
.add-to-cart-popup .product-item-details .price-box .rrp-price-wrapper {
  padding: 0;
}
.add-to-cart-popup .product-item-details > .product-item-actions {
  border-top: 1px solid #d8d8d8;
  margin: auto -5px 0;
  padding: 5px;
}
.add-to-cart-popup .product-item-details .actions-primary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.add-to-cart-popup .product-item-details .actions-primary .qty {
  border-radius: 0;
  height: 35px;
  width: 50px;
  margin-right: 6px;
}
.add-to-cart-popup .product-item-details .actions-primary .tocart {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  height: 35px;
  padding: 0;
}
.add-to-cart-popup .product-item-details .actions-primary .field.configurable.required {
  width: 100%;
}
.add-to-cart-popup .modal-footer button {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
}
.add-to-cart-popup .products.list.items.product-items {
  padding: 0;
}
.add-to-cart-popup .product-popup-added-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.add-to-cart-popup .product-popup-added-info .action.primary,
.add-to-cart-popup .product-popup-added-info #instant-empty-results-container a {
  padding: 13px 28px 14px;
}
.add-to-cart-popup .product-popup-added-info__prices-block {
  display: flex;
  align-items: center;
}
.add-to-cart-popup .product-popup-added-name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.add-to-cart-popup .product-popup-added-name a {
  text-decoration: none;
}
.add-to-cart-popup .product-popup-added-original-price {
  color: #373535;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-decoration-line: line-through;
  opacity: .6;
  margin-left: 12px;
}
.add-to-cart-popup .product-popup-added-price {
  color: #ff7002;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.add-to-cart-popup .product-popup-added-sub-title {
  font-size: 13px;
  text-transform: uppercase;
}
.add-to-cart-popup .product-item-attributes ul li {
  font-size: 12px;
  line-height: 17px;
  padding-left: 15px;
  position: relative;
}
.add-to-cart-popup .product-item-attributes ul li:before {
  content: '';
  background: #373535;
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 4px;
}
.add-to-cart-popup .btn-popup-cart-checkout {
  color: #ffffff;
  background: #373535;
}
.catalog-product-view .add-to-cart-popup.modal-popup .modal-header .action-close {
  top: 18px;
}
.catalog-product-view .add-to-cart-popup.modal-popup .modal-content {
  padding: 0;
}
.catalog-product-view .add-to-cart-popup.modal-popup .modal-inner-wrap {
  max-height: calc(100vh - 6rem);
  overflow: hidden;
  overflow-y: auto;
}
.popup-related-slick .slick-list {
  overflow: visible;
  z-index: 1;
}
.popup-related-slick .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  min-width: 100%;
}
.popup-related-slick .slick-slide {
  width: auto;
  opacity: 0;
}
.popup-related-slick .slick-slide > div {
  height: 100%;
}
.popup-related-slick .slick-slide.slick-active {
  opacity: 1;
}
.popup-related-slick button.slick-prev,
.popup-related-slick button.slick-next {
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.popup-related-slick .actions {
  padding: 10px 0 0;
}
.popup-related-slick .slick-dots {
  position: static;
  margin: 25px 0 0;
}
.stihl-popup .modal-popup {
  visibility: hidden;
}
.stihl-popup .modal-popup .modal-content {
  padding: 0;
}
.stihl-popup .modal-popup .modal-inner-wrap {
  width: 334px;
  overflow: initial;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.stihl-popup .modals-overlay {
  display: none;
}
.stihl-popup.is-active .modal-popup {
  visibility: visible;
  z-index: 1002;
}
.stihl-popup.is-active .modals-overlay {
  display: block;
  z-index: 901;
}
.stihl-popup__right {
  padding: 36px 30px;
}
.stihl-popup__title {
  display: block;
  color: #373535;
  font-size: 23px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.stihl-popup .popup-desc {
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.stihl-popup #stihl-popup-newsletter {
  border-radius: 2px;
  border: 1px solid #c0c0c0;
}
.stihl-popup #stihl-popup-newsletter,
.stihl-popup .action.primary,
.stihl-popup #instant-empty-results-container a {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}
.stihl-popup__close {
  text-align: center;
  cursor: pointer;
  color: #373535;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}
.stihl-popup--close {
  position: absolute;
  right: 0;
  top: -40px;
  border: 1px solid #ffffff;
  padding: 6px;
  text-align: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.stihl-popup--close .icon-close {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}
.stihl-popup--close .icon-close:before,
.stihl-popup--close .icon-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.stihl-popup--close .icon-close:after {
  transform: rotate(-90deg);
}
