/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@charset "UTF-8";
/* BREAKPOINTS */
.color-white {
  color: #FFF; }

.color-black {
  color: #000; }

@media (max-width: 959px) {
  .color-white-mobile {
    color: #FFF; } }

@media (max-width: 959px) {
  .color-black-mobile {
    color: #000; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?6un6x7");
  src: url("../fonts/icomoon.eot?6un6x7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6un6x7") format("truetype"), url("../fonts/icomoon.woff?6un6x7") format("woff"), url("../fonts/icomoon.svg?6un6x7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], .slick-next, .slick-prev, .page-header .header-container-top .menu-list li.has-child > a::after, .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single .select2-selection__arrow b, [class*=" icon-"], .slick-next, .slick-prev, .page-header .header-container-top .menu-list li.has-child > a::after, .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-magnify:before {
  content: "\e909"; }

.icon-cart:before {
  content: "\e902"; }

.icon-chevron-down:before, .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e901"; }

.icon-arrow-down:before {
  content: "\e903"; }

.icon-burger:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e904"; }

.icon-arrow-left:before {
  content: "\e905"; }

.icon-close:before {
  content: "\e906"; }

.icon-chevron-right:before, .slick-next:before {
  content: "\e907"; }

.icon-chevron-left:before, .slick-prev:before {
  content: "\e908"; }

.side-borders, .banner__inner, .layered-nav, .page-footer .footer-inner, .products-related-wrap .widget-product-related-title, .blog-page-list #maincontent .messages-wrapper,
.blog-page-list #maincontent .toolbar-blog-posts, .blog-page-list #maincontent > .post-list-wrapper, .blog-post-view #maincontent > .post-view, .catalogsearch-result-index #maincontent > .main-container, .catalogsearch-result-index #maincontent .search-results-wrapper > .container, .catalogsearch-result-index #maincontent .search-results-wrapper > .page.messages, .catalogsearch-result-index #maincontent .blog-page-list .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .blog-post-view .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .catalog-category-view .search-results-wrapper > .grid, .catalog-category-view .catalogsearch-result-index #maincontent .search-results-wrapper > .grid, .catalogsearch-result-index #maincontent .streamcheckout-index-index.module-mm .search-results-wrapper > main.main, .streamcheckout-index-index.module-mm .catalogsearch-result-index #maincontent .search-results-wrapper > main.main, .catalogsearch-result-index #maincontent .paypal-express-review .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .checkout-onepage-failure .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .checkout-onepage-success .search-results-wrapper > #maincontent,
.catalogsearch-result-index #maincontent .checkout-cart-index .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .cms-page-view .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .catalog-product-view .search-results-wrapper > .product-main, .catalog-product-view .catalogsearch-result-index #maincontent .search-results-wrapper > .product-main, .catalogsearch-result-index #maincontent .page-layout-collectiondetails .search-results-wrapper > .product-main, .page-layout-collectiondetails .catalogsearch-result-index #maincontent .search-results-wrapper > .product-main, .catalogsearch-result-index #maincontent .page-layout-collection .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .track-order-index .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .search-title-wrapper, .catalog-category-view .grid > .category-seo, .checkout-onepage-failure #maincontent > .main-container,
.checkout-onepage-failure #maincontent > .checkout-failure-content, .checkout-onepage-success #maincontent > .main-container,
.checkout-onepage-success #maincontent .checkout-success,
.checkout-onepage-success #maincontent .cart-empty,
.checkout-cart-index #maincontent > .main-container,
.checkout-cart-index #maincontent .checkout-success,
.checkout-cart-index #maincontent .cart-empty, .cms-page-view #maincontent > .main-container, .catalog-product-view .product-main .content-grid, .page-layout-collectiondetails .product-main .content-grid, .page-layout-collection #maincontent > .main-container, .track-order-index #maincontent > .main-container,
.track-order-index #maincontent > .grid {
  border-left: solid 1px #707070;
  border-right: solid 1px #707070; }

html {
  font-size: 62.5%;
  color: #000; }
  @media screen and (min-width: 960px) and (max-width: 1199px) {
    html {
      font-size: 50%; } }
  @media screen and (min-width: 1200px) and (max-width: 1599px) {
    html {
      font-size: 56%; } }

body {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Maison Neue Extended", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto, sans-serif; }

strong {
  font-weight: 700; }

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6,
button, input, select, textarea {
  font-family: "Maison Neue Extended", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto, sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300; }

* {
  box-sizing: border-box; }

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: underline;
  transition: text-decoration-color 120ms; }
  a:hover {
    color: inherit;
    text-decoration-color: rgba(0, 0, 0, 0.2); }

a.btn:hover, .streamcheckout-index-index.module-mm .form-grid form a.ecom-btn.complete-payment:hover,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar a.btn.continue:hover, .track-order-index a.track-order:hover {
  text-decoration-color: transparent; }

::selection {
  color: rgba(255, 255, 255, 0.92);
  background-color: #3a3a3a; }

@media (min-width: 960px) {
  .uk-flex-row-reverse\@m {
    flex-direction: row-reverse; } }

button.backlink {
  border: none;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  cursor: pointer; }

.backlink {
  text-decoration: none;
  margin-right: 15px; }
  .backlink i {
    display: inline-block;
    transition: transform 140ms;
    transform: translateX(0);
    margin-right: 6px; }
  .backlink:hover {
    text-decoration: none; }
    @media (min-width: 960px) {
      .backlink:hover i {
        transform: translateX(-3px); } }

.slick-next,
.slick-prev {
  font-size: 0;
  z-index: 2;
  height: auto;
  padding: 6px 0;
  box-sizing: content-box; }
  .slick-next::before,
  .slick-prev::before {
    font-family: inherit;
    color: #000000;
    font-size: 3rem; }

.slick-next {
  right: 0;
  padding-right: 18px; }

.slick-prev {
  left: 0;
  padding-left: 18px; }

.slick-list {
  width: 100%; }
  .slick-list .slick-slide {
    transform: translate3d(0, 0, 0); }
    .slick-list .slick-slide .product-block {
      border-right: none;
      border-left: none; }
      @media (min-width: 960px) {
        .slick-list .slick-slide .product-block {
          border-right: solid 1px #707070; } }
    .slick-list .slick-slide .product-block__image-link {
      padding: 20px; }

.price-label {
  display: none; }

.normal-price + .old-price,
.special-price + .old-price,
.price-final_price + .old-price {
  font-size: 1.4rem;
  text-decoration: line-through; }

.container, .page.messages, .blog-page-list #maincontent, .blog-post-view #maincontent, .catalogsearch-result-index #maincontent, .catalog-category-view .grid, .streamcheckout-index-index.module-mm main.main, .paypal-express-review #maincontent, .checkout-onepage-failure #maincontent, .checkout-onepage-success #maincontent,
.checkout-cart-index #maincontent, .cms-page-view #maincontent, .catalog-product-view .product-main, .page-layout-collectiondetails .product-main, .page-layout-collection #maincontent, .track-order-index #maincontent {
  padding-left: 6px;
  padding-right: 6px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 960px) {
    .container, .page.messages, .blog-page-list #maincontent, .blog-post-view #maincontent, .catalogsearch-result-index #maincontent, .catalog-category-view .grid, .streamcheckout-index-index.module-mm main.main, .paypal-express-review #maincontent, .checkout-onepage-failure #maincontent, .checkout-onepage-success #maincontent,
    .checkout-cart-index #maincontent, .cms-page-view #maincontent, .catalog-product-view .product-main, .page-layout-collectiondetails .product-main, .page-layout-collection #maincontent, .track-order-index #maincontent {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 942px; } }
  @media (min-width: 1200px) {
    .container, .page.messages, .blog-page-list #maincontent, .blog-post-view #maincontent, .catalogsearch-result-index #maincontent, .catalog-category-view .grid, .streamcheckout-index-index.module-mm main.main, .paypal-express-review #maincontent, .checkout-onepage-failure #maincontent, .checkout-onepage-success #maincontent,
    .checkout-cart-index #maincontent, .cms-page-view #maincontent, .catalog-product-view .product-main, .page-layout-collectiondetails .product-main, .page-layout-collection #maincontent, .track-order-index #maincontent {
      max-width: 1160px; } }
  @media (min-width: 1340px) {
    .container, .page.messages, .blog-page-list #maincontent, .blog-post-view #maincontent, .catalogsearch-result-index #maincontent, .catalog-category-view .grid, .streamcheckout-index-index.module-mm main.main, .paypal-express-review #maincontent, .checkout-onepage-failure #maincontent, .checkout-onepage-success #maincontent,
    .checkout-cart-index #maincontent, .cms-page-view #maincontent, .catalog-product-view .product-main, .page-layout-collectiondetails .product-main, .page-layout-collection #maincontent, .track-order-index #maincontent {
      max-width: 1300px; } }
  @media (min-width: 1600px) {
    .container, .page.messages, .blog-page-list #maincontent, .blog-post-view #maincontent, .catalogsearch-result-index #maincontent, .catalog-category-view .grid, .streamcheckout-index-index.module-mm main.main, .paypal-express-review #maincontent, .checkout-onepage-failure #maincontent, .checkout-onepage-success #maincontent,
    .checkout-cart-index #maincontent, .cms-page-view #maincontent, .catalog-product-view .product-main, .page-layout-collectiondetails .product-main, .page-layout-collection #maincontent, .track-order-index #maincontent {
      max-width: 1430px; } }

.container > .uk-grid, .page.messages > .uk-grid, .blog-page-list #maincontent > .uk-grid, .blog-post-view #maincontent > .uk-grid, .catalogsearch-result-index #maincontent > .uk-grid, .catalog-category-view .grid > .uk-grid, .streamcheckout-index-index.module-mm main.main > .uk-grid, .paypal-express-review #maincontent > .uk-grid, .checkout-onepage-failure #maincontent > .uk-grid, .checkout-onepage-success #maincontent > .uk-grid, .checkout-cart-index #maincontent > .uk-grid, .cms-page-view #maincontent > .uk-grid, .catalog-product-view .product-main > .uk-grid, .page-layout-collectiondetails .product-main > .uk-grid, .page-layout-collection #maincontent > .uk-grid, .track-order-index #maincontent > .uk-grid {
  margin-left: -6px;
  margin-right: -6px; }
  @media (min-width: 960px) {
    .container > .uk-grid, .page.messages > .uk-grid, .blog-page-list #maincontent > .uk-grid, .blog-post-view #maincontent > .uk-grid, .catalogsearch-result-index #maincontent > .uk-grid, .catalog-category-view .grid > .uk-grid, .streamcheckout-index-index.module-mm main.main > .uk-grid, .paypal-express-review #maincontent > .uk-grid, .checkout-onepage-failure #maincontent > .uk-grid, .checkout-onepage-success #maincontent > .uk-grid, .checkout-cart-index #maincontent > .uk-grid, .cms-page-view #maincontent > .uk-grid, .catalog-product-view .product-main > .uk-grid, .page-layout-collectiondetails .product-main > .uk-grid, .page-layout-collection #maincontent > .uk-grid, .track-order-index #maincontent > .uk-grid {
      margin-left: -15px;
      margin-right: -15px; } }
  .container > .uk-grid > *, .page.messages > .uk-grid > *, .blog-page-list #maincontent > .uk-grid > *, .blog-post-view #maincontent > .uk-grid > *, .catalogsearch-result-index #maincontent > .uk-grid > *, .catalog-category-view .grid > .uk-grid > *, .streamcheckout-index-index.module-mm main.main > .uk-grid > *, .paypal-express-review #maincontent > .uk-grid > *, .checkout-onepage-failure #maincontent > .uk-grid > *, .checkout-onepage-success #maincontent > .uk-grid > *, .checkout-cart-index #maincontent > .uk-grid > *, .cms-page-view #maincontent > .uk-grid > *, .catalog-product-view .product-main > .uk-grid > *, .page-layout-collectiondetails .product-main > .uk-grid > *, .page-layout-collection #maincontent > .uk-grid > *, .track-order-index #maincontent > .uk-grid > * {
    padding-left: 6px;
    padding-right: 6px; }
    @media (min-width: 960px) {
      .container > .uk-grid > *, .page.messages > .uk-grid > *, .blog-page-list #maincontent > .uk-grid > *, .blog-post-view #maincontent > .uk-grid > *, .catalogsearch-result-index #maincontent > .uk-grid > *, .catalog-category-view .grid > .uk-grid > *, .streamcheckout-index-index.module-mm main.main > .uk-grid > *, .paypal-express-review #maincontent > .uk-grid > *, .checkout-onepage-failure #maincontent > .uk-grid > *, .checkout-onepage-success #maincontent > .uk-grid > *, .checkout-cart-index #maincontent > .uk-grid > *, .cms-page-view #maincontent > .uk-grid > *, .catalog-product-view .product-main > .uk-grid > *, .page-layout-collectiondetails .product-main > .uk-grid > *, .page-layout-collection #maincontent > .uk-grid > *, .track-order-index #maincontent > .uk-grid > * {
        padding-left: 15px;
        padding-right: 15px; } }

.cms-container-full {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 960px) {
    .cms-container-full {
      margin-left: -50px;
      margin-right: -50px; } }

.popular-products__title {
  border: solid 1px #707070;
  padding: 20px 10px;
  margin: -1px 0;
  position: relative;
  z-index: 1;
  background-color: #FFF; }
  @media (min-width: 960px) {
    .popular-products__title {
      padding: 20px 25px;
      margin-bottom: 0; } }

.popular-products .popular-products__title {
  color: #000; }

input[type="email"],
input[type="text"],
input[type="password"] {
  border: none;
  border-bottom: solid 1px #707070;
  font-size: 1.8rem;
  transition: color 120ms; }
  input[type="email"]:focus,
  input[type="text"]:focus,
  input[type="password"]:focus {
    outline: none;
    border-bottom-color: #000; }

.uk-input, .uk-select, .uk-textarea {
  padding: 0; }

.uk-select {
  border: none;
  border-bottom: solid 1px #707070; }

.control._with-tooltip {
  position: relative; }
  .control._with-tooltip .tooltip-wrapper {
    position: absolute;
    right: 0;
    top: 10px; }

.streamcheckout-index-index .form-grid fieldset .uk-checkbox:checked,
.streamcheckout-index-index .form-grid fieldset .uk-checkbox:checked:focus,
.streamcheckout-index-index .form-grid fieldset .uk-checkbox:indeterminate:focus {
  background-color: #000 !important; }

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #000; }

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: #000; }

.field .mage-error,
.field .field-error {
  font-size: 1.4rem;
  display: block;
  text-align: left;
  padding-top: 4px; }

.main-menu-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFF;
  transition: transform 200ms; }

.page-header {
  border: solid 1px #707070;
  border-top: none; }
  .page-header .widget-usp {
    padding: 15px;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4rem; }
    .page-header .widget-usp li {
      text-align: center; }
  .page-header .widget-hero-title {
    position: relative;
    text-align: center;
    background: #f5f5f5;
    padding: 10px 8%;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media (min-width: 960px) {
      .page-header .widget-hero-title {
        padding: 10px 15px;
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  .page-header .header-container-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #707070;
    height: 50px; }
    @media (min-width: 960px) {
      .page-header .header-container-top {
        height: auto; } }
    .page-header .header-container-top .menu-icon,
    .page-header .header-container-top .header-icon-menu-close {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      z-index: 1;
      background: #FFFFFF;
      padding: 11px;
      cursor: pointer;
      margin-top: -1px; }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-icon,
        .page-header .header-container-top .header-icon-menu-close {
          display: none; } }
    .page-header .header-container-top .header-icon-menu-close {
      display: none; }
    .page-header .header-container-top .logo-wrapper {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
      @media (min-width: 960px) {
        .page-header .header-container-top .logo-wrapper {
          z-index: 11; } }
    .page-header .header-container-top .logo {
      display: block;
      padding-left: 10px;
      width: 186px; }
      @media (min-width: 960px) {
        .page-header .header-container-top .logo {
          width: 205px; } }
      @media (min-width: 1200px) {
        .page-header .header-container-top .logo {
          width: 220px;
          padding-left: 25px; } }
      @media (min-width: 1600px) {
        .page-header .header-container-top .logo {
          width: 245px; } }
      .page-header .header-container-top .logo::before {
        content: '';
        display: block;
        background-image: url("../../img/marcmirren/marcmirren_logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 100%;
        padding-top: 15.035%; }
      .page-header .header-container-top .logo img {
        display: none;
        max-width: 200px;
        width: auto;
        max-height: 30px; }
    .page-header .header-container-top .header-top {
      position: relative;
      display: flex;
      justify-content: flex-end;
      width: 100%;
      height: 100%; }
      .page-header .header-container-top .header-top .uk-box-shadow-medium {
        box-shadow: none; }
      .page-header .header-container-top .header-top.is-toggled .header-icon-menu-close {
        display: block; }
      .page-header .header-container-top .header-top.is-toggled .menu-icon {
        display: none; }
      .page-header .header-container-top .header-top.is-toggled .menu-wrapper {
        display: block; }
      @media (min-width: 960px) {
        .page-header .header-container-top .header-top.multiple-languages .menu-wrapper > .menu-list::after,
        .page-header .header-container-top .header-top.multiple-languages .wrap-right {
          width: 25%; } }
    .page-header .header-container-top .menu-wrapper {
      width: 100%;
      text-align: right;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #FFF;
      display: none;
      z-index: 10;
      border-bottom: solid 1px #707070; }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-wrapper {
          border-bottom: none;
          position: static;
          display: block; } }
      .page-header .header-container-top .menu-wrapper ul {
        list-style: none;
        padding-left: 0;
        margin: 0; }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-wrapper > .menu-list {
          display: flex;
          justify-content: flex-end; }
          .page-header .header-container-top .menu-wrapper > .menu-list::before, .page-header .header-container-top .menu-wrapper > .menu-list::after {
            content: '';
            display: inline-block;
            height: auto; }
          .page-header .header-container-top .menu-wrapper > .menu-list::before {
            width: 25%; }
          .page-header .header-container-top .menu-wrapper > .menu-list::after {
            content: '';
            display: inline-block;
            width: 12.5%;
            height: auto;
            border-left: solid 1px #707070;
            margin-left: -0.5px; } }
    .page-header .header-container-top .menu-list {
      white-space: nowrap; }
      .page-header .header-container-top .menu-list a {
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 2.2rem;
        font-weight: 300; }
        @media (min-width: 960px) {
          .page-header .header-container-top .menu-list a {
            font-size: 1.4rem; } }
        @media (min-width: 1200px) {
          .page-header .header-container-top .menu-list a {
            font-size: 1.7rem; } }
      .page-header .header-container-top .menu-list li {
        border-bottom: solid 1px #707070;
        text-align: center; }
        .page-header .header-container-top .menu-list li:last-child {
          border-bottom: none; }
        @media (min-width: 960px) {
          .page-header .header-container-top .menu-list li {
            text-align: left;
            border-bottom: none; } }
        @media (max-width: 959px) {
          .page-header .header-container-top .menu-list li > a {
            padding: 17px 10px; } }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-list li.level0 {
          width: 12.5%;
          display: inline-block;
          border-left: solid 1px #707070; } }
      .page-header .header-container-top .menu-list li.level0 > a {
        text-align: center;
        display: block; }
        @media (min-width: 960px) {
          .page-header .header-container-top .menu-list li.level0 > a {
            text-align: left;
            height: 56px;
            line-height: 56px;
            padding: 0 2.4rem; } }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-list li.level0 nav.level0 {
          position: absolute;
          right: -1px;
          top: 100%;
          background: #FFF;
          width: auto;
          z-index: 11;
          display: none;
          padding: 30px 24px 15px;
          border: solid 1px #707070; } }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-list li.level0:hover nav.level0 {
          display: block; } }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-list li.level0 .menu-list.level1 {
          display: flex;
          flex-wrap: wrap;
          white-space: initial; }
          .page-header .header-container-top .menu-list li.level0 .menu-list.level1 li.level1 {
            flex-basis: 50%;
            max-width: 50%;
            padding-right: 10%;
            margin-bottom: 14px; } }
      .page-header .header-container-top .menu-list li.level0.active, .page-header .header-container-top .menu-list li.level0.has-active, .page-header .header-container-top .menu-list li.level0.customlink-active {
        background-color: #000; }
        .page-header .header-container-top .menu-list li.level0.active > a,
        .page-header .header-container-top .menu-list li.level0.active > a span, .page-header .header-container-top .menu-list li.level0.has-active > a,
        .page-header .header-container-top .menu-list li.level0.has-active > a span, .page-header .header-container-top .menu-list li.level0.customlink-active > a,
        .page-header .header-container-top .menu-list li.level0.customlink-active > a span {
          color: #FFF !important; }
        .page-header .header-container-top .menu-list li.level0.active:hover, .page-header .header-container-top .menu-list li.level0.has-active:hover, .page-header .header-container-top .menu-list li.level0.customlink-active:hover {
          text-decoration: none !important; }
          .page-header .header-container-top .menu-list li.level0.active:hover > a, .page-header .header-container-top .menu-list li.level0.has-active:hover > a, .page-header .header-container-top .menu-list li.level0.customlink-active:hover > a {
            text-decoration: none !important; }
      .page-header .header-container-top .menu-list li.level0.milticolumn-submenu .menu-list.level1 nav.level0 {
        padding-bottom: 30px; }
      @media (min-width: 960px) {
        .page-header .header-container-top .menu-list li.level0.milticolumn-submenu .menu-list.level1 {
          display: flex; }
          .page-header .header-container-top .menu-list li.level0.milticolumn-submenu .menu-list.level1 > li > a {
            text-transform: uppercase; }
          .page-header .header-container-top .menu-list li.level0.milticolumn-submenu .menu-list.level1 li.level1 {
            width: 25%;
            flex-basis: initial;
            padding-right: 15px;
            margin-bottom: 0; }
            .page-header .header-container-top .menu-list li.level0.milticolumn-submenu .menu-list.level1 li.level1 nav.level1 {
              margin-top: 20px; }
          .page-header .header-container-top .menu-list li.level0.milticolumn-submenu .menu-list.level1 li.level2 {
            margin: 2px 0; } }
      .page-header .header-container-top .menu-list li.has-child > a {
        position: relative; }
        .page-header .header-container-top .menu-list li.has-child > a::after {
          content: "\e904";
          position: absolute;
          display: inline-block;
          width: 60px;
          height: 60px;
          line-height: 60px;
          top: 0;
          right: 0; }
        @media (min-width: 960px) {
          .page-header .header-container-top .menu-list li.has-child > a::after {
            display: none; } }
      @media (max-width: 959px) {
        .page-header .header-container-top .menu-list .menu-sub-wrapper {
          position: absolute;
          top: 0;
          left: -1px;
          width: 100%;
          width: calc(100% + 2px);
          min-height: 100%;
          background: #FFF;
          display: block;
          z-index: 2;
          transition: transform 300ms;
          border: solid 1px #707070;
          border-top: none; }
          .page-header .header-container-top .menu-list .menu-sub-wrapper.hide-right {
            transform: translateX(110%);
            transform: translateX(calc(100% + 30px)); }
          .page-header .header-container-top .menu-list .menu-sub-wrapper .menu-back,
          .page-header .header-container-top .menu-list .menu-sub-wrapper .menu-mobile-title {
            display: inline-block; }
          .page-header .header-container-top .menu-list .menu-sub-wrapper .menu-back {
            padding: 0px 20px;
            position: absolute;
            left: 0;
            top: 0;
            height: 65px;
            line-height: 65px; }
            .page-header .header-container-top .menu-list .menu-sub-wrapper .menu-back .uk-icon::after {
              font-family: 'icomoon' !important;
              speak: never;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              content: "\e905";
              display: inline-block; }
            .page-header .header-container-top .menu-list .menu-sub-wrapper .menu-back .uk-icon svg {
              display: none; }
          .page-header .header-container-top .menu-list .menu-sub-wrapper .menu-mobile-title {
            padding: 20px;
            text-transform: uppercase; }
          .page-header .header-container-top .menu-list .menu-sub-wrapper .menu-list {
            flex-basis: 100%;
            width: 100%;
            border-top: solid 1px #707070; } }
    .page-header .header-container-top .wrap-right {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around;
      font-size: 1.4rem;
      padding-right: 60px; }
      @media (min-width: 960px) {
        .page-header .header-container-top .wrap-right {
          position: absolute;
          right: 0;
          top: 0;
          width: 12.5%;
          padding-right: 0;
          z-index: 10; } }
      @media (min-width: 1200px) {
        .page-header .header-container-top .wrap-right {
          font-size: 1.7rem; } }
      .page-header .header-container-top .wrap-right .block-search .header-minisearch-button {
        border: none;
        background-color: transparent;
        text-decoration: none;
        padding: 0;
        color: #9d9d9d;
        font-size: 0;
        margin-right: 10px;
        margin-top: 4px;
        cursor: pointer; }
        @media (min-width: 960px) {
          .page-header .header-container-top .wrap-right .block-search .header-minisearch-button {
            margin: 2px 0 0 0; } }
        .page-header .header-container-top .wrap-right .block-search .header-minisearch-button i {
          font-size: 2.2rem; }
          @media (min-width: 960px) {
            .page-header .header-container-top .wrap-right .block-search .header-minisearch-button i {
              font-size: 2.6rem; } }
      .page-header .header-container-top .wrap-right .block-search .block-content {
        position: absolute;
        top: 100%;
        right: -1px;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: opacity 200ms, visibility 200ms, transform 200ms; }
      .page-header .header-container-top .wrap-right .block-search.active .block-content {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); }
      .page-header .header-container-top .wrap-right .block-search .uk-search-default {
        width: auto; }
      .page-header .header-container-top .wrap-right .block-search input[type="search"] {
        min-width: 200px;
        height: 55px;
        background-color: #FFF;
        border: solid 1px #707070; }
        @media (max-width: 767px) {
          .page-header .header-container-top .wrap-right .block-search input[type="search"] {
            padding-left: 60px;
            text-align: center;
            width: calc(var(--container-width) - 12px); } }
        @media (min-width: 960px) {
          .page-header .header-container-top .wrap-right .block-search input[type="search"] {
            width: calc((var(--container-width) - 30px) * 4.5/12 + 1px); } }
        @media (min-width: 1600px) {
          .page-header .header-container-top .wrap-right .block-search input[type="search"] {
            width: calc((var(--container-width) - 30px) * 3/12 + 1px); } }
      .page-header .header-container-top .wrap-right .block-search button[type="submit"] {
        left: auto;
        right: 0;
        cursor: pointer;
        width: 60px;
        transition: color 200ms; }
        .page-header .header-container-top .wrap-right .block-search button[type="submit"]:not(:disabled):hover {
          color: #000; }
        .page-header .header-container-top .wrap-right .block-search button[type="submit"] + .uk-search-input {
          padding-right: 60px; }
          @media (min-width: 768px) {
            .page-header .header-container-top .wrap-right .block-search button[type="submit"] + .uk-search-input {
              padding-left: 2.4rem; } }
      .page-header .header-container-top .wrap-right .minicart-icon {
        border: none;
        background-color: transparent;
        text-decoration: none;
        padding: 0;
        cursor: pointer;
        padding: 5px;
        z-index: 11;
        position: relative;
        margin-right: 14px; }
        @media (min-width: 960px) {
          .page-header .header-container-top .wrap-right .minicart-icon {
            margin-right: 0; } }
        .page-header .header-container-top .wrap-right .minicart-icon > * {
          vertical-align: middle; }
        .page-header .header-container-top .wrap-right .minicart-icon .icon-cart {
          font-size: 3rem;
          transform: translateY(2px);
          display: inline-block; }
          @media (min-width: 960px) {
            .page-header .header-container-top .wrap-right .minicart-icon .icon-cart {
              font-size: 3.4rem;
              margin: 0 5px; } }
        .page-header .header-container-top .wrap-right .minicart-icon .amount-badges {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 1rem;
          font-weight: 700; }
          @media (min-width: 960px) {
            .page-header .header-container-top .wrap-right .minicart-icon .amount-badges {
              font-size: 1.1rem; } }
          .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty {
            position: relative; }
            .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty .count {
              transition: opacity 150ms; }
            .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty._block-content-loading .count {
              opacity: 0; }
            .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty .loading-mask {
              width: 10px;
              height: 10px;
              top: -4px;
              left: -6px;
              opacity: 0.7; }
              @media (min-width: 960px) {
                .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty .loading-mask {
                  width: 14px;
                  height: 14px;
                  top: -2px;
                  left: -1px; } }
              .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty .loading-mask img {
                display: none; }
              .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty .loading-mask .loader {
                background: transparent; }
                .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty .loading-mask .loader::after {
                  width: 6px;
                  height: 6px;
                  border-width: 2px; }
                  @media (min-width: 960px) {
                    .page-header .header-container-top .wrap-right .minicart-icon .amount-badges .minicart-qty .loading-mask .loader::after {
                      width: 10px;
                      height: 10px; } }
        .page-header .header-container-top .wrap-right .minicart-icon .icon-chevron-down, .page-header .header-container-top .wrap-right .minicart-icon .select2.select2-container--default .select2-selection--single .select2-selection__arrow b, .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single .select2-selection__arrow .minicart-icon b {
          display: none; }
      .page-header .header-container-top .wrap-right .select-language {
        padding-right: 8px; }
        .page-header .header-container-top .wrap-right .select-language .select-wrapper .select2-container.select2-container--open:not(.select2-container--focus) {
          right: 15px !important; }
          @media (min-width: 960px) {
            .page-header .header-container-top .wrap-right .select-language .select-wrapper .select2-container.select2-container--open:not(.select2-container--focus) {
              right: 98px !important; } }
        .page-header .header-container-top .wrap-right .select-language .select-wrapper .select2-container:not(.select2-container--focus) {
          right: 0 !important; }
        .page-header .header-container-top .wrap-right .select-language .option-icon-container {
          display: none; }
        .page-header .header-container-top .wrap-right .select-language .select2-results__option .grid-container {
          padding: 10px 2px; }
      @media (min-width: 960px) {
        .page-header .header-container-top .wrap-right .select-country {
          padding-right: 8px; } }
      .page-header .header-container-top .wrap-right select.country-select {
        border: none;
        text-transform: capitalize; }
      .page-header .header-container-top .wrap-right .select2-selection__rendered {
        min-width: 27px !important;
        text-align: center !important; }
        @media (min-width: 960px) {
          .page-header .header-container-top .wrap-right .select2-selection__rendered {
            min-width: 46px !important; } }
        @media (min-width: 1600px) {
          .page-header .header-container-top .wrap-right .select2-selection__rendered {
            min-width: 56px !important; } }
      .page-header .header-container-top .wrap-right .select2-container--below.select2 .select2-selection,
      .page-header .header-container-top .wrap-right .select2-container--below.select2 .select2-selection .select2-selection__rendered {
        height: 48px;
        line-height: 48px;
        text-align: left;
        min-width: auto; }
        @media (min-width: 960px) {
          .page-header .header-container-top .wrap-right .select2-container--below.select2 .select2-selection,
          .page-header .header-container-top .wrap-right .select2-container--below.select2 .select2-selection .select2-selection__rendered {
            height: 56px;
            line-height: 56px; } }
      .page-header .header-container-top .wrap-right .select2-container:not(.select2-container--below) {
        right: -1px !important;
        margin-left: -1px;
        margin-top: 1px;
        left: auto !important; }
      .page-header .header-container-top .wrap-right .select2-dropdown {
        border-radius: 0px;
        border-color: #707070; }
      .page-header .header-container-top .wrap-right .select2 {
        width: 103% !important; }
        .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single {
          border: none;
          border-radius: 0; }
          .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
            display: none;
            width: auto;
            height: auto;
            top: 50%;
            transform: translateY(-50%);
            font-size: inherit; }
            @media (min-width: 960px) {
              .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
                display: inline-block;
                font-size: 1.2rem;
                margin-top: 1px; } }
            .page-header .header-container-top .wrap-right .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
              position: static;
              vertical-align: baseline;
              border: none;
              margin: 0; }
        .page-header .header-container-top .wrap-right .select2.select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 0;
          padding-left: 0; }
          @media (min-width: 960px) {
            .page-header .header-container-top .wrap-right .select2.select2-container .select2-selection--single .select2-selection__rendered {
              padding-right: 4px;
              margin-left: -5px; } }
          @media (min-width: 1600px) {
            .page-header .header-container-top .wrap-right .select2.select2-container .select2-selection--single .select2-selection__rendered {
              padding-right: 12px; } }
        .page-header .header-container-top .wrap-right .select2 .select2-selection__rendered {
          text-transform: capitalize; }

.select2-results__option a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem; }

.select2-results__option .grid-container {
  display: flex;
  align-items: center; }
  .select2-results__option .grid-container .country-name {
    padding-left: 5px; }

.menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms,visibility 400ms; }
  @media (min-width: 960px) {
    .menu-overlay {
      display: none; } }
  .menu-overlay.is-toggled {
    opacity: 1;
    visibility: visible; }

.banner__inner {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  height: calc(100vh - 50px);
  height: calc(100vh - var(--headerheight)); }
  @supports (-webkit-touch-callout: none) {
    .banner__inner {
      /* CSS specific to iOS devices */
      height: -webkit-fill-available; } }
  @media (min-width: 960px) {
    .banner__inner {
      align-items: center;
      flex-direction: row-reverse; } }

.banner__content {
  display: block;
  position: relative; }
  .banner__content, .banner__content:hover {
    text-decoration: none; }
  @media (min-width: 960px) {
    .banner__content {
      flex: 1 auto;
      width: 37.5%;
      width: calc(37.5% - 1px); } }

.banner__image {
  display: block;
  flex: 1 auto;
  height: 100%;
  position: relative; }
  @media (min-width: 960px) {
    .banner__image {
      width: 62.5%;
      width: calc(62.5% + 1px);
      border-left: solid 1px #707070;
      border-bottom: solid 1px #707070;
      z-index: 1;
      position: relative; } }
  .banner__image picture {
    display: block;
    height: 100%; }
  .banner__image img,
  .banner__image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; }
    @media (min-width: 960px) {
      .banner__image img,
      .banner__image video {
        position: static; } }

.banner__title, .banner__text {
  padding: 10px;
  border: solid 1px #707070;
  border-right: none;
  line-height: 1;
  margin: 0 -2px 0 -1px;
  font-size: 3.8rem; }
  @media (min-width: 960px) {
    .banner__title, .banner__text {
      font-size: 4.2rem;
      border-right: solid 1px #707070; } }
  @media (min-width: 1200px) {
    .banner__title, .banner__text {
      padding: 5px 25px;
      font-size: 5rem; } }

.banner__title {
  font-weight: 300;
  text-transform: uppercase;
  color: inherit; }
  @media (min-width: 960px) {
    .banner__title {
      border-top: none; } }

.banner__text {
  font-weight: 300;
  margin-top: -1px; }
  @media (min-width: 960px) {
    .banner__text {
      border-bottom: none; } }

.banner .banner__btn {
  position: absolute;
  min-width: 50%;
  bottom: 100%;
  margin-bottom: 5%;
  left: 10px; }
  @media (min-width: 960px) {
    .banner .banner__btn {
      margin-bottom: 0;
      bottom: auto;
      top: 100%;
      margin-top: 10%; } }
  @media (min-width: 1200px) {
    .banner .banner__btn {
      left: 25px; } }

@media (max-width: 959px) {
  .banner.content-center-mobile .banner__content {
    position: absolute;
    top: 50%;
    right: 50%;
    left: auto;
    transform: translate(50%, -50%);
    text-align: center;
    width: 86%;
    z-index: 2; }
  .banner.content-center-mobile .banner__btn {
    position: static;
    margin: 5% 0 0 0; }
  .banner.content-center-mobile .banner__title {
    width: fit-content;
    border: none;
    border-bottom: solid 1px currentColor;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .banner.content-center-mobile .banner__text {
    border: none;
    font-size: 2.4rem; } }

.btn, .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .track-order-index a.track-order {
  border: solid thin #000000;
  background-color: #000000;
  text-decoration: none;
  color: #FFFFFF;
  min-width: 80px;
  padding: 16px 35px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  outline: none;
  font-weight: 400;
  font-size: 1.8rem;
  transition: color 250ms, background-color 250ms, border 250ms;
  -webkit-border-radius: 0px;
  /* Safari */
  border-radius: 0px;
  line-height: normal; }
  .btn:hover:not(:disabled), .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment:hover:not(:disabled),
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue:hover:not(:disabled), .track-order-index a.track-order:hover:not(:disabled) {
    color: #000;
    background-color: #FFF; }
  .btn:active:not(:disabled), .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment:active:not(:disabled),
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue:active:not(:disabled), .track-order-index a.track-order:active:not(:disabled) {
    background-color: transparent; }
  .btn:disabled, .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment:disabled,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue:disabled, .track-order-index a.track-order:disabled {
    cursor: default;
    opacity: 0.7; }
  .btn > span, .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment > span, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue > span, .track-order-index a.track-order > span {
    transition: visibility 200ms, opacity 200ms;
    opacity: 1;
    visibility: visible; }
  .btn .btn-label, .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment .btn-label, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue .btn-label, .track-order-index a.track-order .btn-label,
  .btn .atc-icon,
  .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment .atc-icon,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue .atc-icon,
  .track-order-index a.track-order .atc-icon {
    transition: visibility 200ms, opacity 200ms; }
  
  .btn .atc-icon,
  .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment .atc-icon,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue .atc-icon,
  .track-order-index a.track-order .atc-icon {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    visibility: hidden;
    opacity: 0; }
  .btn.run-ajax .atc-icon, .streamcheckout-index-index.module-mm .form-grid form .run-ajax.ecom-btn.complete-payment .atc-icon, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .run-ajax.btn.continue .atc-icon, .track-order-index a.run-ajax.track-order .atc-icon {
    visibility: visible;
    opacity: 1; }
  .btn.run-ajax .btn-label, .streamcheckout-index-index.module-mm .form-grid form .run-ajax.ecom-btn.complete-payment .btn-label, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .run-ajax.btn.continue .btn-label, .track-order-index a.run-ajax.track-order .btn-label {
    visibility: hidden;
    opacity: 0; }
  .btn.btn--white, .streamcheckout-index-index.module-mm .form-grid form .btn--white.ecom-btn.complete-payment,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--white.btn.continue, .track-order-index a.btn--white.track-order {
    background-color: #FFF;
    border-color: #FFF;
    color: #000; }
    .btn.btn--white:hover:not(:disabled), .streamcheckout-index-index.module-mm .form-grid form .btn--white.ecom-btn.complete-payment:hover:not(:disabled),
    .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--white.btn.continue:hover:not(:disabled), .track-order-index a.btn--white.track-order:hover:not(:disabled) {
      background-color: #000;
      color: #FFF; }
  .btn.btn--grey, .streamcheckout-index-index.module-mm .form-grid form .btn--grey.ecom-btn.complete-payment,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--grey.btn.continue, .track-order-index a.btn--grey.track-order {
    background-color: #F8F8F8;
    border-color: #707070;
    color: #000; }
    .btn.btn--grey:hover:not(:disabled), .streamcheckout-index-index.module-mm .form-grid form .btn--grey.ecom-btn.complete-payment:hover:not(:disabled),
    .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--grey.btn.continue:hover:not(:disabled), .track-order-index a.btn--grey.track-order:hover:not(:disabled) {
      background-color: #000;
      border-color: #000;
      color: #FFF; }
  .btn.btn--black-border, .streamcheckout-index-index.module-mm .form-grid form .btn--black-border.ecom-btn.complete-payment,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--black-border.btn.continue, .track-order-index a.btn--black-border.track-order {
    color: #000;
    background-color: transparent; }
    .btn.btn--black-border:hover:not(:disabled), .streamcheckout-index-index.module-mm .form-grid form .btn--black-border.ecom-btn.complete-payment:hover:not(:disabled),
    .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--black-border.btn.continue:hover:not(:disabled), .track-order-index a.btn--black-border.track-order:hover:not(:disabled) {
      background-color: #000;
      color: #FFF; }
  .btn.btn--white-border, .streamcheckout-index-index.module-mm .form-grid form .btn--white-border.ecom-btn.complete-payment,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--white-border.btn.continue, .track-order-index a.btn--white-border.track-order {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent; }
    .btn.btn--white-border:hover, .streamcheckout-index-index.module-mm .form-grid form .btn--white-border.ecom-btn.complete-payment:hover,
    .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--white-border.btn.continue:hover, .track-order-index a.btn--white-border.track-order:hover {
      background-color: #FFF;
      color: #000;
      border-color: #000; }

.atc-icon {
  display: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-animation: atc-load 4s infinite linear;
  animation: atc-load 4s infinite linear; }
  .atc-icon.black {
    border-top-color: #000;
    border-right-color: #000; }

@keyframes atc-load {
  0% {
    transform: rotate(0deg); }
  50% { }
  100% {
    transform: rotate(720deg); } }

.qty-btn, .minicart-item .minicart-item-details .item-quantity button {
  border: none;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  text-align: center;
  color: #000;
  cursor: pointer;
  width: 30px;
  padding: 2px 0; }

.uk-button-default {
  border-color: #000;
  font-size: 1.8rem; }
  .uk-button-default:hover:not(:disabled) {
    background-color: #000;
    color: #FFF;
    border-color: #000; }

.uk-button-primary {
  background-color: #000;
  border: solid 1px #000;
  font-size: 1.8rem; }
  .uk-button-primary:focus {
    background-color: #111;
    color: #FFF; }
  .uk-button-primary:hover {
    background-color: #FFFFFF;
    color: #000; }

.tile-grid__row {
  width: calc(100% + 1px); }
  @media (min-width: 960px) {
    .tile-grid__row {
      display: flex; }
      .tile-grid__row:nth-child(2n) {
        flex-direction: row-reverse; } }

.tile-grid__image, .tile-grid__content {
  display: block;
  border-bottom: solid 1px #707070;
  border-right: solid 1px #707070; }
  @media (min-width: 960px) {
    .tile-grid__image, .tile-grid__content {
      flex-basis: 50%;
      max-width: 50%; } }

.tile-grid__image {
  position: relative; }
  .tile-grid__image picture {
    display: block; }
  .tile-grid__image img {
    width: 100%;
    vertical-align: middle; }

.tile-grid__image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  padding: 8%; }
  .tile-grid__image-content.middle {
    justify-content: center; }
  .tile-grid__image-content.bottom {
    justify-content: flex-end; }

.tile-grid__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (min-width: 960px) {
    .tile-grid__content {
      text-align: left; } }

.tile-grid__content-inner {
  padding: 10% 6%;
  width: 100%; }
  @media (min-width: 960px) {
    .tile-grid__content-inner {
      padding: 0 12%; } }
  @media (min-width: 1200px) {
    .tile-grid__content-inner {
      padding: 0 20%; } }
  .tile-grid__content-inner > :first-child {
    margin-top: 0; }
  .tile-grid__content-inner > :last-child {
    margin-bottom: 0; }
  .tile-grid__content-inner .btn, .tile-grid__content-inner .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .tile-grid__content-inner .ecom-btn.complete-payment,
  .tile-grid__content-inner .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .tile-grid__content-inner .btn.continue, .tile-grid__content-inner .track-order-index a.track-order, .track-order-index .tile-grid__content-inner a.track-order {
    margin-top: 25px; }

.tile-grid__title, .popular-products__title, .tile-grid__text {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #707070; }
  @media (min-width: 960px) {
    .tile-grid__title, .popular-products__title, .tile-grid__text {
      font-size: 2.8rem;
      line-height: 3.4rem; } }
  @media (min-width: 1200px) {
    .tile-grid__title, .popular-products__title, .tile-grid__text {
      font-size: 3.6rem;
      line-height: 4rem; } }

.tile-grid__title, .popular-products__title {
  text-transform: uppercase; }

@media (min-width: 960px) {
  .tile-grid.tile-grid--blog-list .tile-grid__row:nth-child(2n + 1) .tile-grid__content-image img,
  .tile-grid.tile-grid--categories .tile-grid__row:nth-child(2n + 1) .tile-grid__content-image img {
    margin-left: auto;
    border-left: solid 1px #707070;
    border-right: none; } }

.tile-grid.tile-grid--blog-list .tile-grid__image,
.tile-grid.tile-grid--categories .tile-grid__image {
  position: relative; }
  @media (min-width: 960px) {
    .tile-grid.tile-grid--blog-list .tile-grid__image::before,
    .tile-grid.tile-grid--categories .tile-grid__image::before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 100%; }
    .tile-grid.tile-grid--blog-list .tile-grid__image img,
    .tile-grid.tile-grid--categories .tile-grid__image img {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; } }

.tile-grid.tile-grid--blog-list .tile-grid__content,
.tile-grid.tile-grid--categories .tile-grid__content {
  display: block;
  text-align: left; }

.tile-grid.tile-grid--blog-list .tile-grid__content-inner,
.tile-grid.tile-grid--categories .tile-grid__content-inner {
  padding: 3% 15px 5%; }
  @media (min-width: 960px) {
    .tile-grid.tile-grid--blog-list .tile-grid__content-inner,
    .tile-grid.tile-grid--categories .tile-grid__content-inner {
      padding: 6% 0 0 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }

.tile-grid.tile-grid--blog-list .tile-grid__content-image-link,
.tile-grid.tile-grid--categories .tile-grid__content-image-link {
  display: block; }

.tile-grid.tile-grid--blog-list .tile-grid__content-image img,
.tile-grid.tile-grid--categories .tile-grid__content-image img {
  display: block;
  max-height: 50vh;
  max-width: 80%;
  width: auto;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070; }

.tile-grid.tile-grid--blog-list .tile-grid__title, .tile-grid.tile-grid--blog-list .popular-products__title, .tile-grid.tile-grid--blog-list .tile-grid__text,
.tile-grid.tile-grid--categories .tile-grid__title,
.tile-grid.tile-grid--categories .popular-products__title,
.tile-grid.tile-grid--categories .tile-grid__text {
  color: #000;
  padding: 0; }
  @media (min-width: 960px) {
    .tile-grid.tile-grid--blog-list .tile-grid__title, .tile-grid.tile-grid--blog-list .popular-products__title, .tile-grid.tile-grid--blog-list .tile-grid__text,
    .tile-grid.tile-grid--categories .tile-grid__title,
    .tile-grid.tile-grid--categories .popular-products__title,
    .tile-grid.tile-grid--categories .tile-grid__text {
      padding: 0 5%;
      max-width: 90%; } }

.tile-grid.tile-grid--blog-list .tile-grid__title, .tile-grid.tile-grid--blog-list .popular-products__title {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
  text-transform: initial;
  text-align: center; }
  @media (min-width: 960px) {
    .tile-grid.tile-grid--blog-list .tile-grid__title, .tile-grid.tile-grid--blog-list .popular-products__title {
      font-size: 4.2rem; } }
  @media (min-width: 1200px) {
    .tile-grid.tile-grid--blog-list .tile-grid__title, .tile-grid.tile-grid--blog-list .popular-products__title {
      font-size: 5rem; } }
  .tile-grid.tile-grid--blog-list .tile-grid__title a, .tile-grid.tile-grid--blog-list .popular-products__title a {
    text-decoration: none; }

@media (max-width: 959px) {
  .tile-grid.tile-grid--blog-list .tile-grid__content-inner {
    padding: 5% 15px; } }

@media (min-width: 960px) {
  .tile-grid.tile-grid--blog-list .tile-grid__content-inner {
    padding: 5%;
    align-items: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 959px) {
  .tile-grid.tile-grid--blog-list .tile-grid__image, .tile-grid.tile-grid--blog-list .tile-grid__content {
    border: none; } }

@media (max-width: 959px) {
  .tile-grid.tile-grid--blog-list .tile-grid__image {
    position: relative;
    overflow: hidden; }
    .tile-grid.tile-grid--blog-list .tile-grid__image::before {
      content: '';
      display: block;
      padding-top: 53%; }
    .tile-grid.tile-grid--blog-list .tile-grid__image img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

@media (min-width: 960px) {
  .tile-grid.tile-grid--categories .tile-grid__row:first-child .tile-grid__image::before {
    padding-top: 120%; } }


.tile-grid.tile-grid--categories .tile-grid__title,
.tile-grid.tile-grid--categories .popular-products__title {
  text-transform: uppercase;
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 10px; }
  @media (min-width: 960px) {
    
    .tile-grid.tile-grid--categories .tile-grid__title,
    .tile-grid.tile-grid--categories .popular-products__title {
      font-size: 5.5rem;
      padding-bottom: 16%; } }
  @media (min-width: 1200px) {
    
    .tile-grid.tile-grid--categories .tile-grid__title,
    .tile-grid.tile-grid--categories .popular-products__title {
      font-size: 8rem; } }
  .tile-grid.tile-grid--categories .tile-grid__title a, .tile-grid.tile-grid--categories .popular-products__title a {
    text-decoration: none; }

.ec-gtm-cookie-directive {
  position: absolute; }

.cookie-consent .wrapper {
  background-color: transparent; }
  .cookie-consent .wrapper .wrapper-inner {
    background-color: #F8F8F8;
    border: solid 1px #707070; }
    @media (min-width: 960px) {
      .cookie-consent .wrapper .wrapper-inner {
        padding: 14px 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; } }
    .cookie-consent .wrapper .wrapper-inner::after {
      clear: both;
      display: table;
      width: 100%;
      content: ''; }
      @media (min-width: 960px) {
        .cookie-consent .wrapper .wrapper-inner::after {
          display: none; } }
  .cookie-consent .wrapper .text {
    padding: 15px 70px 10px 18px;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7rem; }
    @media (min-width: 960px) {
      .cookie-consent .wrapper .text {
        padding: 0 15px 0 0; } }
    @media (min-width: 960px) {
      .cookie-consent .wrapper .text .block {
        display: inline-block;
        padding-right: 5px; } }
    .cookie-consent .wrapper .text .show-more {
      display: inline-block;
      margin-top: 10px; }
      @media (min-width: 960px) {
        .cookie-consent .wrapper .text .show-more {
          margin-top: 0; } }
  .cookie-consent .wrapper .actions {
    margin: 0;
    padding: 18px; }
    @media (min-width: 960px) {
      .cookie-consent .wrapper .actions {
        padding: 0; } }
    .cookie-consent .wrapper .actions .btn, .cookie-consent .wrapper .actions .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .cookie-consent .wrapper .actions .ecom-btn.complete-payment,
    .cookie-consent .wrapper .actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .cookie-consent .wrapper .actions .btn.continue, .cookie-consent .wrapper .actions .track-order-index a.track-order, .track-order-index .cookie-consent .wrapper .actions a.track-order {
      width: 100%;
      font-size: 1.4rem;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 960px) {
        .cookie-consent .wrapper .actions .btn, .cookie-consent .wrapper .actions .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .cookie-consent .wrapper .actions .ecom-btn.complete-payment,
        .cookie-consent .wrapper .actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .cookie-consent .wrapper .actions .btn.continue, .cookie-consent .wrapper .actions .track-order-index a.track-order, .track-order-index .cookie-consent .wrapper .actions a.track-order {
          width: 190px; } }

.cta {
  position: relative; }
  .cta picture {
    display: block; }
    .cta picture img {
      width: 100%; }
  .cta__content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 80%;
    padding: 30px 15px 90px 15px; }
    .cta__content, .cta__content:hover {
      text-decoration: none; }
    .cta__content h2 {
      border: none;
      color: inherit;
      font-size: 3.8rem;
      line-height: 1; }
      @media (min-width: 960px) {
        .cta__content h2 {
          font-size: 5.5rem; } }
      @media (min-width: 1200px) {
        .cta__content h2 {
          font-size: 8rem; } }
  .cta__button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }

.collection-tile {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  border: solid 1px #707070;
  margin-left: -1px;
  margin-top: -1px;
  border-bottom: none;
  overflow: hidden;
  border-bottom: solid 1px #707070; }
  @media (min-width: 960px) {
    .collection-tile {
      width: calc(100% + 1px);
      height: calc(100% + 1px); } }
  .collection-tile::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 142.5%; }
    @media (min-width: 960px) {
      .collection-tile::before {
        display: none; } }
  .collection-tile img,
  .collection-tile video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    object-fit: cover; }

.faq h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
  font-weight: 600;
  margin-bottom: 0; }
  @media (min-width: 960px) {
    .faq h2 {
      font-size: 2.2rem;
      line-height: 2.6rem; } }

.faq ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.faq h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-top: 50px;
  color: #000; }

.faq p {
  margin: 10px 0 15px; }

@media (max-width: 959px) {
  body.layered-nav-active {
    overflow: hidden;
    height: 100vh; } }

body.layered-nav-active .header {
  transform: none !important;
  transition: all 0ms !important; }

.main-menu-wrapper.hide .layered-nav__dropdown-item .layered-filter-block-container {
  padding-bottom: 30px; }

.layered-nav {
  position: relative;
  background-color: #FFF;
  border-bottom: solid 1px #707070; }
  @media (min-width: 960px) {
    .layered-nav {
      position: relative;
      z-index: 5; } }
  .layered-nav__tabs {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: right; }
    @media (min-width: 960px) {
      .layered-nav__tabs {
        font-size: 1.4rem; } }
    @media (min-width: 1600px) {
      .layered-nav__tabs {
        font-size: 1.7rem; } }
    .layered-nav__tabs li {
      line-height: 1;
      display: inline-block; }
      .layered-nav__tabs li a {
        display: block;
        padding: 17px 15px; }
      .layered-nav__tabs li button {
        border: none;
        background-color: transparent;
        text-decoration: none;
        padding: 0;
        display: block;
        padding: 10px 4px;
        position: relative;
        text-transform: uppercase;
        cursor: pointer;
        white-space: nowrap;
        font-size: 1.6rem; }
        @media (min-width: 960px) {
          .layered-nav__tabs li button {
            padding: 17px 15px; } }
        .layered-nav__tabs li button span {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px; }
        .layered-nav__tabs li button .layered-nav__icon-close {
          display: none; }
        .layered-nav__tabs li button.active .layered-nav__icon-open {
          display: none; }
        .layered-nav__tabs li button.active .layered-nav__icon-close {
          display: inline-block; }
  .layered-nav__dropdowns {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 1px;
    width: 100%;
    z-index: 1;
    max-height: none;
    overflow: initial; }
    @media (min-width: 960px) {
      .layered-nav__dropdowns {
        width: 25%;
        border-left: solid 1px #707070; } }
  .layered-nav__overlay {
    display: none; }
    @media (min-width: 960px) {
      .layered-nav__overlay {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
        height: 100vh;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.12); } }
  .layered-nav__dropdown-item {
    border-bottom: solid 1px #707070;
    background-color: #FFF;
    transition: opacity 300ms, visibility 300ms, transform 500ms;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0; }
    @media (min-width: 960px) {
      .layered-nav__dropdown-item.layer-toggle {
        transform: translateX(50px); } }
    .layered-nav__dropdown-item.layer-toggle .catalog-filters.block.filter {
      height: 100%;
      overflow: auto; }
    .layered-nav__dropdown-item .mobile-filter-heading {
      display: none; }
    .layered-nav__dropdown-item .block-content.filter-content,
    .layered-nav__dropdown-item .toolbar-sorter.sorter {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding-top: 0; }
      .layered-nav__dropdown-item .block-content.filter-content .filter-options,
      .layered-nav__dropdown-item .toolbar-sorter.sorter .filter-options {
        overflow: initial; }
    .layered-nav__dropdown-item.active {
      display: block;
      height: auto;
      visibility: visible;
      opacity: 1; }
      .layered-nav__dropdown-item.active.layer-toggle {
        transform: translateX(0); }
    .layered-nav__dropdown-item .layered-filter-block-container {
      position: relative;
      z-index: 1;
      background-color: #FFF;
      height: 100vh !important;
      padding-bottom: var(--headerheight);
      border-left: solid 1px #000;
      margin-left: -1px;
      transition: padding 300ms; }
  .layered-nav .toolbar-products {
    background-color: #FFF; }
    .layered-nav .toolbar-products label {
      font-size: 12px; }
      @media (min-width: 1600px) {
        .layered-nav .toolbar-products label {
          font-size: 14px; } }
    .layered-nav .toolbar-products select {
      border-radius: 0;
      border: solid 1px #000;
      margin-left: 10px;
      padding: 5px;
      font-weight: 400; }
  .layered-nav .sorter-inner-content {
    padding: 15px 0;
    text-align: center; }
  .layered-nav .ln_overlay {
    position: absolute;
    display: none;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    line-height: 1;
    width: 22px; }
    @media (min-width: 1600px) {
      .layered-nav .ln_overlay {
        left: 25px; } }
  .layered-nav .filter-actions,
  .layered-nav .sorter-actions {
    padding: 15px 0; }
    @media (min-width: 960px) {
      .layered-nav .filter-actions,
      .layered-nav .sorter-actions {
        border-top: none;
        padding: 0;
        margin-top: 20px;
        display: none; } }
    .layered-nav .filter-actions .btn.btn--small, .layered-nav .filter-actions .streamcheckout-index-index.module-mm .form-grid form .btn--small.ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .layered-nav .filter-actions .btn--small.ecom-btn.complete-payment,
    .layered-nav .filter-actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--small.btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .layered-nav .filter-actions .btn--small.btn.continue, .layered-nav .filter-actions .track-order-index a.btn--small.track-order, .track-order-index .layered-nav .filter-actions a.btn--small.track-order,
    .layered-nav .sorter-actions .btn.btn--small,
    .layered-nav .sorter-actions .streamcheckout-index-index.module-mm .form-grid form .btn--small.ecom-btn.complete-payment,
    .streamcheckout-index-index.module-mm .form-grid form .layered-nav .sorter-actions .btn--small.ecom-btn.complete-payment,
    .layered-nav .sorter-actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--small.btn.continue,
    .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .layered-nav .sorter-actions .btn--small.btn.continue,
    .layered-nav .sorter-actions .track-order-index a.btn--small.track-order,
    .track-order-index .layered-nav .sorter-actions a.btn--small.track-order {
      display: block;
      padding: 8px 14px;
      border: solid 1px #000;
      letter-spacing: 1px;
      margin: 5px 0; }
      @media (min-width: 960px) {
        .layered-nav .filter-actions .btn.btn--small, .layered-nav .filter-actions .streamcheckout-index-index.module-mm .form-grid form .btn--small.ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .layered-nav .filter-actions .btn--small.ecom-btn.complete-payment,
        .layered-nav .filter-actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--small.btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .layered-nav .filter-actions .btn--small.btn.continue, .layered-nav .filter-actions .track-order-index a.btn--small.track-order, .track-order-index .layered-nav .filter-actions a.btn--small.track-order,
        .layered-nav .sorter-actions .btn.btn--small,
        .layered-nav .sorter-actions .streamcheckout-index-index.module-mm .form-grid form .btn--small.ecom-btn.complete-payment,
        .streamcheckout-index-index.module-mm .form-grid form .layered-nav .sorter-actions .btn--small.ecom-btn.complete-payment,
        .layered-nav .sorter-actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--small.btn.continue,
        .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .layered-nav .sorter-actions .btn--small.btn.continue,
        .layered-nav .sorter-actions .track-order-index a.btn--small.track-order,
        .track-order-index .layered-nav .sorter-actions a.btn--small.track-order {
          display: inline-block;
          margin: 0 5px;
          width: 100%; } }
      @media (min-width: 1600px) {
        .layered-nav .filter-actions .btn.btn--small, .layered-nav .filter-actions .streamcheckout-index-index.module-mm .form-grid form .btn--small.ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .layered-nav .filter-actions .btn--small.ecom-btn.complete-payment,
        .layered-nav .filter-actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--small.btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .layered-nav .filter-actions .btn--small.btn.continue, .layered-nav .filter-actions .track-order-index a.btn--small.track-order, .track-order-index .layered-nav .filter-actions a.btn--small.track-order,
        .layered-nav .sorter-actions .btn.btn--small,
        .layered-nav .sorter-actions .streamcheckout-index-index.module-mm .form-grid form .btn--small.ecom-btn.complete-payment,
        .streamcheckout-index-index.module-mm .form-grid form .layered-nav .sorter-actions .btn--small.ecom-btn.complete-payment,
        .layered-nav .sorter-actions .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--small.btn.continue,
        .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .layered-nav .sorter-actions .btn--small.btn.continue,
        .layered-nav .sorter-actions .track-order-index a.btn--small.track-order,
        .track-order-index .layered-nav .sorter-actions a.btn--small.track-order {
          font-size: 14px;
          line-height: 1; } }
  @media (min-width: 960px) {
    .layered-nav .filter-actions {
      display: block; } }

.catalog-filters {
  padding: 30px; }
  .catalog-filters ol {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .catalog-filters .filter-options > .filter-options-item {
    border-bottom: none; }
    .catalog-filters .filter-options > .filter-options-item:first-child {
      padding-left: 0; }
    .catalog-filters .filter-options > .filter-options-item:last-child {
      padding-right: 0; }
    .catalog-filters .filter-options > .filter-options-item.active .filter-options-title .uk-icon.filter-options-item-open {
      display: none; }
    .catalog-filters .filter-options > .filter-options-item.active .filter-options-title .uk-icon.filter-options-item-close {
      display: inline-block; }
    .catalog-filters .filter-options > .filter-options-item[attribute="price"] .filter-options-content .items {
      display: block; }
      .catalog-filters .filter-options > .filter-options-item[attribute="price"] .filter-options-content .items > .item:not(:first-child) {
        display: none; }
    @media (min-width: 960px) {
      .catalog-filters .filter-options > .filter-options-item[attribute="price"] {
        flex: 1 auto; }
        .catalog-filters .filter-options > .filter-options-item[attribute="price"] .filter-options-content .item {
          padding-right: 0;
          min-width: 100px; }
        .catalog-filters .filter-options > .filter-options-item[attribute="price"] .filter-options-content #ln_slider_container_price {
          min-width: 0; } }
  .catalog-filters .filter-options-title {
    position: relative;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 6px 0;
    cursor: pointer;
    margin-bottom: 10px; }
    @media (min-width: 960px) {
      .catalog-filters .filter-options-title {
        font-size: 14px; } }
    @media (min-width: 1600px) {
      .catalog-filters .filter-options-title {
        font-size: 16px; } }
    .catalog-filters .filter-options-title-span {
      display: inline-block;
      flex: 1 auto; }
    .catalog-filters .filter-options-title .uk-icon.filter-options-item-close {
      display: none; }
  .catalog-filters .filter-options-content .items--color {
    display: flex;
    flex-wrap: wrap; }
  .catalog-filters .filter-options-content .item {
    color: #707070;
    position: relative;
    min-width: 120px;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 0; }
    .catalog-filters .filter-options-content .item > a,
    .catalog-filters .filter-options-content .item > span {
      color: inherit;
      display: inline-block;
      position: relative;
      padding-left: 18px;
      line-height: 1.1;
      font-size: 12px;
      text-decoration: none; }
      @media (min-width: 960px) {
        .catalog-filters .filter-options-content .item > a,
        .catalog-filters .filter-options-content .item > span {
          font-size: 12px; } }
      @media (min-width: 1600px) {
        .catalog-filters .filter-options-content .item > a,
        .catalog-filters .filter-options-content .item > span {
          font-size: 14px; } }
      .catalog-filters .filter-options-content .item > a::before,
      .catalog-filters .filter-options-content .item > span::before {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        border: solid 1px currentColor;
        position: absolute;
        left: 0;
        top: 0px; }
    .catalog-filters .filter-options-content .item input[type="checkbox"],
    .catalog-filters .filter-options-content .item input[type="radio"] {
      display: none; }
    .catalog-filters .filter-options-content .item input[type="radio"] + a::before,
    .catalog-filters .filter-options-content .item input[type="radio"] + span::before {
      border-radius: 50%; }
    .catalog-filters .filter-options-content .item input[type="checkbox"]:checked + a::before,
    .catalog-filters .filter-options-content .item input[type="checkbox"]:checked + span::before {
      background-color: currentColor; }
    .catalog-filters .filter-options-content .item input[type="checkbox"]:disabled + a,
    .catalog-filters .filter-options-content .item input[type="checkbox"]:disabled + span {
      user-select: none;
      pointer-events: none;
      color: #BBB;
      cursor: default; }
    .catalog-filters .filter-options-content .item--color {
      min-width: 40px;
      margin-right: 15px;
      flex-basis: 40px; }
      @media (min-width: 960px) {
        .catalog-filters .filter-options-content .item--color {
          margin-right: 5px;
          padding-right: 0; } }
      .catalog-filters .filter-options-content .item--color span {
        display: block; }
        .catalog-filters .filter-options-content .item--color span .swatch-border {
          border: 1px solid #000;
          box-shadow: none; }
      .catalog-filters .filter-options-content .item--color input[type="checkbox"]:checked + a {
        transform: none; }
        .catalog-filters .filter-options-content .item--color input[type="checkbox"]:checked + a .product-color span {
          box-shadow: 0 0 0 2px #000, inset 0 0 1px 1px #FFF; }
      .catalog-filters .filter-options-content .item--color input[type="checkbox"]:disabled + a {
        transform: none; }
        .catalog-filters .filter-options-content .item--color input[type="checkbox"]:disabled + a .product-color span {
          opacity: 0.2; }
      .catalog-filters .filter-options-content .item--color a {
        padding-left: 0;
        transition: transform 120ms !important; }
        .catalog-filters .filter-options-content .item--color a:hover {
          transform: scale(1.04); }
        .catalog-filters .filter-options-content .item--color a .product-color span {
          margin: 0;
          border-radius: 0px;
          height: 2em;
          width: 3em;
          background-size: 120%;
          background-position: center center; }
          @media (min-width: 960px) {
            .catalog-filters .filter-options-content .item--color a .product-color span {
              height: 1.7em;
              width: 2.8em; } }
        .catalog-filters .filter-options-content .item--color a::before {
          display: none; }

.ln_slider_container {
  padding: 0 5px; }

#ln_slider_container_price {
  min-width: 280px;
  overflow: hidden;
  padding: 10px 3px;
  font-size: 16px; }
  @media (min-width: 960px) {
    #ln_slider_container_price {
      font-size: 12px;
      min-width: 200px; } }
  @media (min-width: 1600px) {
    #ln_slider_container_price {
      font-size: 14px; } }

.ui-slider-horizontal {
  background-color: #E8E9E9;
  border-radius: 0;
  height: 6px; }

.ui-slider-handle {
  background-color: #707070;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -4px;
  border-radius: 0px;
  cursor: grab;
  height: 14px;
  z-index: 2; }
  .ui-slider-handle::before {
    position: absolute;
    content: '';
    display: block;
    width: 999px;
    height: 6px;
    background-color: #E8E9E9;
    transform: translateY(-50%);
    right: 100%;
    top: 50%; }
  .ui-slider-handle:last-of-type {
    z-index: 1; }
    .ui-slider-handle:last-of-type::before {
      background-color: #707070; }

#ln_slider_text_price {
  margin-top: 15px;
  color: #707070;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 960px) {
    #ln_slider_text_price {
      font-size: 12px; } }
  @media (min-width: 1600px) {
    #ln_slider_text_price {
      font-size: 14px; } }
  #ln_slider_text_price > span:first-child {
    display: inline-block;
    padding-right: 12px; }

.page-footer {
  padding-bottom: 30px;
  margin-top: -1px; }
  .page-footer .footer-link-list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  .page-footer .footer-link-list,
  .page-footer .footer-title {
    font-size: 1.5rem; }
  .page-footer .footer-title {
    font-weight: 700; }
  .page-footer .footer-link-list li {
    margin: 11px 0; }
    @media (min-width: 960px) {
      .page-footer .footer-link-list li {
        margin: 8px 0; } }
    .page-footer .footer-link-list li a {
      color: #707070; }
      .page-footer .footer-link-list li a:not(:hover) {
        text-decoration-color: transparent; }
  .page-footer .footer-newsletter h2 {
    font-size: 2.2rem;
    font-weight: 700; }
  .page-footer .footer-newsletter label[for="newsletter"] {
    font-size: 1.4rem; }
  .page-footer .footer-newsletter .newsletter-input {
    position: relative; }
    .page-footer .footer-newsletter .newsletter-input input {
      width: 100%;
      height: 30px;
      padding: 0; }
      @media (min-width: 960px) {
        .page-footer .footer-newsletter .newsletter-input input {
          font-size: 1.4rem; } }
      .page-footer .footer-newsletter .newsletter-input input:valid ~ .fotter-button {
        opacity: 1;
        visibility: visible; }
    .page-footer .footer-newsletter .newsletter-input .fotter-button {
      border: none;
      background-color: transparent;
      text-decoration: none;
      padding: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2.4rem;
      color: #000;
      width: 50px;
      text-align: center;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      transition: opacity 120ms, visibility 120ms; }
    .page-footer .footer-newsletter .newsletter-input .mage-error {
      position: absolute;
      top: 100%;
      font-size: 1.4rem;
      margin-top: 15px;
      line-height: normal; }
  .page-footer .footer-inner {
    border: solid 1px #707070; }
    @media (min-width: 960px) {
      .page-footer .footer-inner {
        border-right: none; } }
    .page-footer .footer-inner .uk-grid {
      margin: 0; }
      .page-footer .footer-inner .uk-grid > div {
        padding: 30px 15px 10px;
        border-bottom: solid 1px #707070; }
        @media (min-width: 960px) {
          .page-footer .footer-inner .uk-grid > div {
            padding: 30px;
            border-bottom: none;
            border-right: solid 1px #707070; } }
        @media (min-width: 1200px) {
          .page-footer .footer-inner .uk-grid > div {
            padding: 48px; } }
        .page-footer .footer-inner .uk-grid > div:last-of-type {
          border-bottom: none; }
  .page-footer .footer-newsletter {
    margin-top: 55px; }
    @media (min-width: 960px) {
      .page-footer .footer-newsletter {
        margin-top: 0; } }
  .page-footer .footer-social-wrapper {
    margin-top: 62px;
    margin-bottom: 75px; }
    @media (min-width: 960px) {
      .page-footer .footer-social-wrapper {
        margin-top: 70px;
        margin-bottom: 120px; } }
    .page-footer .footer-social-wrapper .uk-icon-button {
      width: 42px;
      height: 42px;
      background: #fff;
      color: #707070;
      border: solid 1px currentColor;
      transition: color 120ms; }
      .page-footer .footer-social-wrapper .uk-icon-button:hover {
        color: #000; }
  .page-footer .copyright {
    margin-top: 30px;
    font-size: 1.2rem;
    text-align: left;
    padding: 0 25px; }
    @media (min-width: 960px) {
      .page-footer .copyright {
        text-align: center;
        font-size: 1.4rem; } }

.footer-payment-logos {
  margin: 30px 0;
  padding-left: 14px;
  padding-right: 14px; }
  @media (min-width: 960px) {
    .footer-payment-logos {
      padding-left: 0;
      text-align: center; } }
  .footer-payment-logos img {
    max-height: 20px;
    width: auto;
    height: auto; }
    @media (min-width: 960px) {
      .footer-payment-logos img {
        max-height: none; } }
  .footer-payment-logos img.klarna-logo-footer {
    max-height: 100px; }

.lookbook {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(100% + 1px); }
  @media (min-width: 960px) {
    .lookbook {
      grid-template-columns: 2fr 2fr 2fr 2fr;
      grid-template-areas: "largearea-1 largearea-1 . ." "largearea-1 largearea-1 . ." ". . . ." "largearea-2 largearea-2 largearea-3 largearea-3" ". . . ." ". . largearea-4 largearea-4" ". . largearea-4 largearea-4" ". . . ." "largearea-5 largearea-5 largearea-6 largearea-6" ". . . ."; } }
  .lookbook-item {
    position: relative;
    padding: 12px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070; }
    @media (min-width: 960px) {
      .lookbook-item {
        padding: 24px; } }
    @media (min-width: 960px) {
      .lookbook-item:nth-child(1) {
        grid-area: largearea-1; }
      .lookbook-item:nth-child(10) {
        grid-area: largearea-2; }
      .lookbook-item:nth-child(11) {
        grid-area: largearea-3; }
      .lookbook-item:nth-child(20) {
        grid-area: largearea-4; } }
    .lookbook-item > .lookbook-modal {
      display: none;
      /* Fix for "jumpy" loading */ }
  .lookbook-link {
    display: block;
    position: relative; }
  .lookbook-photo-caption {
    display: none; }
  .lookbook-photo img {
    width: 100%; }
  .lookbook-photo .uk-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
    opacity: 0.6;
    transition: opacity 300ms; }
  .lookbook-photo:hover .uk-icon {
    opacity: 0.85; }

/* Lookbook modal */
.lookbook-modal .uk-modal-close-outside {
  top: -10px;
  right: -2px;
  transform: translate(0, -100%); }

.lookbook-modal .uk-modal-dialog {
  max-width: 1540px !important;
  width: 100%;
  width: calc(100% - 30px); }
  @media (min-width: 960px) {
    .lookbook-modal .uk-modal-dialog {
      max-width: 87% !important; } }

.lookbook-modal .uk-modal-body {
  padding: 10px; }
  @media (max-width: 959px) {
    .lookbook-modal .uk-modal-body {
      max-height: calc(100vh - 160px) !important; } }
  @media (min-width: 960px) {
    .lookbook-modal .uk-modal-body {
      padding: 20px; } }

.lookbook-modal__content {
  position: relative;
  padding: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 960px) {
    .lookbook-modal__content {
      height: 100%; } }

.lookbook-modal__content-heading {
  position: absolute;
  right: 0;
  top: 10px; }
  @media (min-width: 960px) {
    .lookbook-modal__content-heading {
      top: 1vw;
      right: 1vw; } }

.lookbook-modal__logo {
  max-height: 20px;
  height: 20px;
  width: auto;
  max-width: 200px;
  object-fit: contain; }
  @media (min-width: 960px) {
    .lookbook-modal__logo {
      max-height: 26px;
      height: 1.2vw; } }

.lookbook-modal__link {
  transition: opacity 300ms; }
  .lookbook-modal__link, .lookbook-modal__link:hover {
    color: #000;
    text-decoration: none; }
  .lookbook-modal__link .uk-icon {
    margin-right: 5px; }
  .lookbook-modal__link:hover {
    opacity: 0.6; }

.lookbook-modal__photo-image {
  width: 100%; }
  @media (min-width: 960px) {
    .lookbook-modal__photo-image {
      position: sticky;
      height: auto;
      top: 0; } }

@media (min-width: 960px) {
  .lookbook-modal__picture {
    flex: 0 50%; } }

.lookbook-modal__product .product-image-link {
  display: block; }

.lookbook-modal__product .product-image {
  display: block; }

.lookbook-modal__product .product-link {
  display: inline-block; }

.lookbook-modal__product .product-name {
  font-size: 7.4vw;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 7.8vw; }
  @media (min-width: 960px) {
    .lookbook-modal__product .product-name {
      font-size: 1.65vw;
      line-height: 1.9vw; } }

.lookbook-modal__product .product-price {
  font-size: 4.8vw; }
  @media (min-width: 960px) {
    .lookbook-modal__product .product-price {
      font-size: 1.2vw; } }

.lookbook-modal__product .btn, .lookbook-modal__product .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .lookbook-modal__product .ecom-btn.complete-payment,
.lookbook-modal__product .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .lookbook-modal__product .btn.continue, .lookbook-modal__product .track-order-index a.track-order, .track-order-index .lookbook-modal__product a.track-order {
  margin-top: 15px; }
  @media (min-width: 960px) {
    .lookbook-modal__product .btn, .lookbook-modal__product .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .lookbook-modal__product .ecom-btn.complete-payment,
    .lookbook-modal__product .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .lookbook-modal__product .btn.continue, .lookbook-modal__product .track-order-index a.track-order, .track-order-index .lookbook-modal__product a.track-order {
      margin-top: 0.75vw; } }

.lookbook-modal__product .product-content {
  padding: 15px; }

.lookbook-modal__product .product-image img {
  width: 100%;
  height: auto; }

.lookbook-modal__items {
  flex: 1 auto; }
  .lookbook-modal__items li {
    padding: 30px 0; }

.lookbook-modal .lookbook-modal__products {
  width: 100%; }
  @media (min-width: 960px) {
    .lookbook-modal .lookbook-modal__products {
      height: 100%;
      position: absolute;
      left: 50%;
      width: calc(50% - 20px);
      max-height: calc(100% - 40px);
      overflow: auto;
      transform: translate3d(0, 0, 0);
      padding-left: 20px; } }

/* single */
.lookbook-modal.single-image .lookbook-modal__product .product-image-link {
  margin: 0 auto;
  max-width: 340px; }

.lookbook-modal.single-image .lookbook-modal__content {
  text-align: center; }

@media screen and (min-width: 960px) {
  .lookbook-modal.single-image .lookbook-modal__product .product-image-link {
    width: 43%;
    max-width: 43%; }
  .lookbook-modal.single-image .lookbook-modal__product .product-name {
    margin-bottom: 10px;
    margin-top: 5px; }
  .lookbook-modal.single-image .lookbook-modal__product .btn, .lookbook-modal.single-image .lookbook-modal__product .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .lookbook-modal.single-image .lookbook-modal__product .ecom-btn.complete-payment,
  .lookbook-modal.single-image .lookbook-modal__product .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .lookbook-modal.single-image .lookbook-modal__product .btn.continue, .lookbook-modal.single-image .lookbook-modal__product .track-order-index a.track-order, .track-order-index .lookbook-modal.single-image .lookbook-modal__product a.track-order {
    margin-top: 1.6vw; } }

/* multiple */
.lookbook-modal.multiple-images .lookbook-modal__product {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center; }

.lookbook-modal.multiple-images .lookbook-modal__items li {
  padding: 15px 0px; }

.lookbook-modal.multiple-images .lookbook-modal__items li:not(:first-of-type) {
  border-top: solid 1px #bfbfbf; }

.lookbook-modal.multiple-images .lookbook-modal__product .product-content {
  padding: 15px 15px 15px 7vw; }

@media screen and (min-width: 960px) {
  .lookbook-modal.multiple-images .lookbook-modal__product {
    flex-direction: row;
    text-align: left; }
  .lookbook-modal.multiple-images .lookbook-modal__product-content {
    flex: 1 auto; }
  .lookbook-modal.multiple-images .lookbook-modal__product .product-image-link {
    width: 40%;
    flex: 0 0 40%; }
  .lookbook-modal.multiple-images .lookbook-modal__items li {
    padding: 2vw 0 2vw 0;
    margin: 0; }
  .lookbook-modal.multiple-images .lookbook-modal__content {
    padding: 0 2vw; }
  .lookbook-modal.multiple-images .lookbook-modal__product .product-content {
    padding: 15px 15px 15px 2.1vw; } }

.minicart-item {
  position: relative;
  border-bottom: solid 1px #707070;
  padding: 24px 38px 24px 24px; }
  .minicart-item a {
    text-decoration: none; }
  .minicart-item .minicart-confirm-delete {
    position: absolute;
    display: none; }
  .minicart-item .product {
    display: flex;
    flex-direction: row; }
  .minicart-item .minicart-item-image {
    flex: 0 0 105px;
    margin-right: 25px; }
    @media (min-width: 960px) {
      .minicart-item .minicart-item-image {
        flex: 0 0 126px; } }
    .minicart-item .minicart-item-image a {
      display: block; }
    .minicart-item .minicart-item-image img {
      border: solid 1px #707070;
      vertical-align: middle; }
  .minicart-item .minicart-item-details {
    flex: 1 auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between; }
    .minicart-item .minicart-item-details .minicart-item-header .product-url {
      display: block;
      color: #000;
      text-transform: uppercase; }
      .minicart-item .minicart-item-details .minicart-item-header .product-url:hover {
        text-decoration: none; }
    .minicart-item .minicart-item-details .minicart-item-header .product-collection {
      margin: 0; }
    .minicart-item .minicart-item-details .minicart-product-collection {
      text-transform: uppercase;
      font-size: 1.4rem;
      margin-top: 2px;
      opacity: 0.9; }
    .minicart-item .minicart-item-details .minicart-product-options {
      font-size: 1.2rem;
      margin-top: 6px; }
      .minicart-item .minicart-item-details .minicart-product-options .option-item-row {
        display: flex;
        margin-bottom: 4px; }
      .minicart-item .minicart-item-details .minicart-product-options .option-title {
        text-transform: uppercase;
        font-weight: 700;
        margin-right: 6px; }
      .minicart-item .minicart-item-details .minicart-product-options .item-option-price.zero {
        display: none; }
    .minicart-item .minicart-item-details .minicart-item-opt {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    .minicart-item .minicart-item-details .price-container {
      display: flex;
      align-items: flex-end;
      flex-direction: column-reverse; }
      .minicart-item .minicart-item-details .price-container .price-wrapper.base {
        font-size: 1.4rem;
        text-decoration: line-through; }
    .minicart-item .minicart-item-details .item-quantity {
      border: solid 1px #000;
      white-space: nowrap; }
      .minicart-item .minicart-item-details .item-quantity strong.minicart-item-qty {
        font-weight: 300;
        font-size: 1.4rem; }
  .minicart-item > .uk-grid {
    flex-wrap: nowrap; }

.minicart-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms,visibility 400ms; }
  .minicart-open .minicart-overlay {
    opacity: 1;
    visibility: visible; }

@media (max-width: 959px) {
  body.minicart-open {
    overflow: hidden; } }

body.minicart-open .minicart {
  display: block; }

.minicart {
  position: absolute;
  top: 100%;
  right: -1px;
  display: none;
  background: #FFF;
  width: 100%;
  border: solid 1px #707070;
  width: calc(100% + 2px); }
  @media (max-width: 959px) {
    .minicart {
      height: calc(100vh - 49px);
      max-height: calc(var(--vh, 1vh) * 100 - 49px); } }
  @media (min-width: 960px) {
    .minicart {
      width: 300%;
      width: calc(300% + 1px); } }
  @media (min-width: 960px) {
    .multiple-languages .minicart {
      width: 200%;
      width: calc(200% + 2px); } }
  .minicart .empty-cart {
    padding: 24px; }
    .minicart .empty-cart h2 {
      margin: 0;
      font-weight: 700; }
  @media (max-width: 959px) {
    .minicart .block-minicart {
      height: 100%; } }
  @media (max-width: 959px) {
    .minicart .minicart__content {
      height: 100%;
      display: flex;
      flex-direction: column; } }
  @media (max-width: 959px) {
    .minicart .minicart-content {
      flex: 1 auto;
      overflow: auto;
      height: 100px;
      margin-bottom: -1px; } }
  .minicart-navigation {
    font-size: 1.4rem;
    border-bottom: solid 1px #707070;
    padding: 15px 24px; }
    @media (min-width: 960px) {
      .minicart-navigation {
        padding: 30px 24px; } }
  @media (min-width: 960px) {
    .minicart .minicart-list-wrapper {
      max-height: 53vh;
      overflow: auto;
      margin-bottom: -1px; } }
  .minicart .minicart-list-wrapper .minicart-campaign.uk-margin {
    margin: 0; }
  .minicart-footer {
    position: relative;
    z-index: 1;
    padding: 20px 24px 24px 24px;
    border-top: solid 1px #707070; }
    @media (min-width: 960px) {
      .minicart-footer {
        padding: 24px; } }
    .minicart-footer .totals {
      width: 100%; }
      .minicart-footer .totals strong {
        font-weight: 400; }
      .minicart-footer .totals.uk-table-small td,
      .minicart-footer .totals.uk-table-small th {
        padding: 5px 0; }
      .minicart-footer .totals td:first-child,
      .minicart-footer .totals th:first-child {
        padding-right: 10px; }
      .minicart-footer .totals td:last-child,
      .minicart-footer .totals th:last-child {
        text-align: right; }
    .minicart-footer .btn.go-to-checkout-sidebar, .minicart-footer .streamcheckout-index-index.module-mm .form-grid form .go-to-checkout-sidebar.ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .minicart-footer .go-to-checkout-sidebar.ecom-btn.complete-payment,
    .minicart-footer .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .go-to-checkout-sidebar.btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .minicart-footer .go-to-checkout-sidebar.btn.continue, .minicart-footer .track-order-index a.go-to-checkout-sidebar.track-order, .track-order-index .minicart-footer a.go-to-checkout-sidebar.track-order {
      margin-top: 15px;
      width: 100%; }
      @media (min-width: 960px) {
        .minicart-footer .btn.go-to-checkout-sidebar, .minicart-footer .streamcheckout-index-index.module-mm .form-grid form .go-to-checkout-sidebar.ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .minicart-footer .go-to-checkout-sidebar.ecom-btn.complete-payment,
        .minicart-footer .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .go-to-checkout-sidebar.btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .minicart-footer .go-to-checkout-sidebar.btn.continue, .minicart-footer .track-order-index a.go-to-checkout-sidebar.track-order, .track-order-index .minicart-footer a.go-to-checkout-sidebar.track-order {
          margin-top: 20px; } }
  .minicart .campaigns {
    background-color: #f7f7f7; }
    .minicart .campaigns .campaign-name {
      text-align: center;
      padding: 15px 0 5px;
      font-weight: 700;
      font-size: 1.6rem; }
    .minicart .campaigns .matching-products-items .uk-grid {
      margin: 0; }
    .minicart .campaigns .matching-products-items.uk-light {
      color: #000; }
      .minicart .campaigns .matching-products-items.uk-light a {
        color: #000; }
    .minicart .campaigns .minicart-item > .uk-grid {
      flex-direction: row-reverse; }

.uk-modal-nav {
  position: absolute;
  top: 50%;
  color: #FFFFFF;
  transition: opacity 300ms;
  display: none; }
  @media (min-width: 960px) {
    .uk-modal-nav {
      display: inline-block; } }

.uk-modal-nav:hover {
  opacity: 0.6;
  color: #FFF; }

.uk-modal-prev {
  left: 10px;
  transform: translate(0, -50%); }
  @media (min-width: 960px) {
    .uk-modal-prev {
      left: -10px;
      transform: translate(-100%, -50%); } }

.uk-modal-next {
  right: 10px;
  transform: translate(0, -50%); }
  @media (min-width: 960px) {
    .uk-modal-next {
      right: -10px;
      transform: translate(100%, -50%); } }

.uk-modal .uk-modal-title {
  font-weight: 700;
  font-size: 2.6rem; }

.product-notify-modal .form-product-section {
  border: solid 1px #707070; }
  .product-notify-modal .form-product-section .uk-first-column {
    padding: 0;
    border-right: solid 1px #707070; }

.product-notify-modal .form-wrap-inner {
  padding: 1px 0; }
  @media (min-width: 960px) {
    .product-notify-modal .form-wrap-inner {
      width: 75%; } }
  .product-notify-modal .form-wrap-inner input[name="email"] {
    margin-bottom: 15px; }

.product-notify-modal .product-notify-form-wrapp .field.choice label {
  font-size: 1.2rem;
  line-height: 1.5; }

.page.messages .message {
  border: solid 1px #707070;
  padding: 5px 10px;
  margin: -1px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    .page.messages .message {
      padding: 11px 24px; } }
  .page.messages .message.error {
    color: red; }

.cover-spin,
.loading-mask .loader {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999; }
  .cover-spin::after,
  .loading-mask .loader::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-color: #000;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite; }

.loading .cover-spin,
.pageloader.cover-spin,
.loading.cover-spin {
  display: block; }

.pageloader,
#checkout-loader {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
  z-index: 1000000;
  display: flex; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.popup-content {
  padding: 0 !important; }

.popup-modal {
  transition: background-color 300ms;
  width: 80vw;
  overflow: hidden; }
  @media (min-width: 960px) {
    .popup-modal {
      display: flex;
      flex-direction: row-reverse;
      width: 750px; }
      .popup-modal > div {
        flex: 0 50%;
        width: 50%;
        transform: none; } }
  .popup-modal .mfp-close {
    font-size: 24px;
    font-weight: 300; }
  .popup-modal__image {
    height: 100%;
    position: static; }
    @media (max-width: 959px) {
      .popup-modal__image {
        width: 100%; } }
    .popup-modal__image picture {
      display: block;
      height: 100%; }
      .popup-modal__image picture img {
        vertical-align: middle;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .popup-modal__image.step2 {
      position: absolute;
      right: 0;
      top: 0; }
  .popup-modal__content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    min-height: auto;
    padding: 40px; }
    @media (max-width: 959px) {
      .popup-modal__content {
        background-color: transparent !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; } }
    @media (min-width: 960px) {
      .popup-modal__content {
        padding: 50px 30px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%; } }
    .popup-modal__content.white {
      color: #FFF; }
      .popup-modal__content.white .btn--black-border {
        border-color: #FFF;
        color: #FFF; }
        .popup-modal__content.white .btn--black-border:hover {
          color: #FFF;
          border-color: #000; }
    @media (min-width: 960px) {
      .popup-modal__content.white\@m {
        color: #FFF; } }
    @media (min-width: 960px) {
      .popup-modal__content.black\@m {
        color: #000; } }
    @media (min-width: 960px) {
      .popup-modal__content.black\@m .btn.btn--white, .popup-modal__content.black\@m .streamcheckout-index-index.module-mm .form-grid form .btn--white.ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .popup-modal__content.black\@m .btn--white.ecom-btn.complete-payment,
      .popup-modal__content.black\@m .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--white.btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .popup-modal__content.black\@m .btn--white.btn.continue, .popup-modal__content.black\@m .track-order-index a.btn--white.track-order, .track-order-index .popup-modal__content.black\@m a.btn--white.track-order {
        border-color: #000;
        color: #000; }
        .popup-modal__content.black\@m .btn.btn--white:hover, .popup-modal__content.black\@m .streamcheckout-index-index.module-mm .form-grid form .btn--white.ecom-btn.complete-payment:hover, .streamcheckout-index-index.module-mm .form-grid form .popup-modal__content.black\@m .btn--white.ecom-btn.complete-payment:hover,
        .popup-modal__content.black\@m .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn--white.btn.continue:hover, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .popup-modal__content.black\@m .btn--white.btn.continue:hover, .popup-modal__content.black\@m .track-order-index a.btn--white.track-order:hover, .track-order-index .popup-modal__content.black\@m a.btn--white.track-order:hover {
          border-color: #000;
          color: #FFF;
          background-color: #000; } }
    @media (min-width: 960px) {
      .popup-modal__content.black\@m .btn--black-border {
        border-color: #000;
        color: #000; }
        .popup-modal__content.black\@m .btn--black-border:hover {
          color: #FFF;
          border-color: #000; } }
    .popup-modal__content.center {
      justify-content: center; }
    @media (min-width: 960px) {
      .popup-modal__content.center\@m {
        justify-content: center; } }
    .popup-modal__content input[type="email"],
    .popup-modal__content input[type="text"] {
      height: 46px;
      font-size: 18px;
      border-radius: 0px;
      padding: 0 15px; }
    .popup-modal__content input[type="email"] {
      max-width: 100%;
      text-align: center;
      font-size: 16px;
      margin-left: auto;
      margin-right: auto;
      border-bottom: solid 1px currentColor;
      border-radius: 0px;
      background-color: transparent;
      color: inherit;
      width: 180px;
      display: block;
      margin-bottom: 25px; }
      @media (min-width: 960px) {
        .popup-modal__content input[type="email"] {
          font-size: 12px; } }
      .popup-modal__content input[type="email"]::placeholder {
        color: inherit; }
    @media (min-width: 960px) {
      .popup-modal__content input[type="text"] {
        margin-right: 20px; } }
    .popup-modal__content .mage-error:not(input) {
      position: absolute;
      margin-top: -22px;
      font-size: 12px;
      text-align: center;
      width: 100%;
      left: 0; }
    .popup-modal__content .popup-promo-code {
      display: block;
      width: 100%;
      background-color: transparent;
      border: none;
      color: inherit;
      font-weight: 700;
      margin: 14% auto 6px auto;
      text-align: center;
      text-transform: uppercase; }
    .popup-modal__content .uk-list {
      list-style: none;
      margin-bottom: 30px; }
      .popup-modal__content .uk-list li {
        margin: 2px 0 !important; }
        @media (min-width: 960px) {
          .popup-modal__content .uk-list li::before {
            content: '✓';
            display: inline-block;
            padding-right: 6px; } }
    .popup-modal__content.step2 {
      position: absolute;
      left: 0;
      top: 0; }
    .popup-modal__content .btn, .popup-modal__content .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .popup-modal__content .ecom-btn.complete-payment,
    .popup-modal__content .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .popup-modal__content .btn.continue, .popup-modal__content .track-order-index a.track-order, .track-order-index .popup-modal__content a.track-order {
      font-size: 12px;
      min-width: 102px;
      padding: 10px 26px;
      line-height: 1;
      height: auto; }
  .popup-modal .popup-modal__pretitle,
  .popup-modal .popup-modal__title,
  .popup-modal .popup-modal__text {
    color: inherit;
    line-height: 1.3;
    font-weight: 300; }
  .popup-modal__pretitle {
    font-size: 14px;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      .popup-modal__pretitle {
        font-size: 22px; } }
  .popup-modal__title {
    text-transform: uppercase;
    max-width: 180px;
    border-bottom: solid 1px currentColor;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    margin: 20px auto; }
    @media (min-width: 960px) {
      .popup-modal__title {
        max-width: 200px;
        font-size: 20px; } }
  .popup-modal__text {
    font-size: 14px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 960px) {
      .popup-modal__text {
        font-size: 16px;
        font-weight: 300; } }
  .popup-modal__content.step1, .popup-modal__content.step2, .popup-modal__image.step1, .popup-modal__image.step2 {
    transition: opacity 300ms, visibility 300ms; }
  .popup-modal__content.step2, .popup-modal__image.step2 {
    opacity: 0;
    visibility: hidden; }
  .popup-modal.subscribed .popup-modal__content.step1,
  .popup-modal.subscribed .popup-modal__image.step1 {
    opacity: 0;
    visibility: hidden; }
  .popup-modal.subscribed .popup-modal__content.step2,
  .popup-modal.subscribed .popup-modal__image.step2 {
    opacity: 1;
    visibility: visible; }

.campaign-popup-modal__title {
  text-transform: uppercase; }

.product-block {
  position: relative;
  border: solid 1px #707070;
  display: flex;
  flex-direction: column;
  margin-top: -1px; }
  .product-block__image {
    overflow: hidden;
    position: relative; }
    .product-block__image picture {
      display: block; }
    .product-block__image img {
      width: 100%;
      vertical-align: middle; }
    .product-block__image .second-image {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background-color: #FFF;
      visibility: hidden;
      opacity: 0;
      object-fit: cover;
      width: 100%;
      min-height: 100%; }
  .product-block picture.mfwebp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important; }
  .product-block.tile-hover:hover .product-block__image .second-image {
    visibility: visible;
    opacity: 1; }
  .product-block__title-wrap, .product-block__price, .product-block__attribute {
    padding: 5px 10px; }
    @media (min-width: 1200px) {
      .product-block__title-wrap, .product-block__price, .product-block__attribute {
        padding: 12px 24px 10px 24px; } }
  .product-block__details {
    flex: 1 auto;
    display: flex;
    flex-direction: column; }
  .product-block__image-link {
    display: block;
    padding: 10px; }
    @media (min-width: 1200px) {
      .product-block__image-link {
        padding: 24px; } }
    .product-block__image-link:hover + .product-block__details .product-block__title-wrap {
      background-color: #F2F2F2; }
  .product-block__name-link {
    display: block;
    height: 100%;
    display: flex;
    flex: 1 auto;
    flex-direction: column; }
    .product-block__name-link, .product-block__name-link:hover {
      color: #000;
      text-decoration: none; }
    .product-block__name-link:hover .product-block__title-wrap {
      background-color: #F2F2F2; }
  .product-block__title-wrap {
    border-top: solid 1px #707070;
    border-bottom: solid 1px #707070;
    flex: 1 auto;
    transition: background 160ms, border 160ms; }
  .product-block__attribute {
    border-bottom: solid 1px #707070; }
  .product-block__title, .product-block__collection {
    transition: color 160ms; }
  .product-block__title {
    font-size: 1.7rem;
    line-height: 1;
    padding-bottom: 4px;
    margin: 0; }
    @media (min-width: 960px) {
      .product-block__title {
        font-size: 1.6rem;
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .product-block__title {
        font-size: 1.5rem;
        line-height: 1.7rem; } }
  .product-block__collection, .product-block__price, .product-block__attribute, .product-block__soldout {
    font-size: 1.4rem; }
    @media (min-width: 1200px) {
      .product-block__collection, .product-block__price, .product-block__attribute, .product-block__soldout {
        font-size: 1.8rem; } }
  .product-block__collection {
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .product-block__collection {
        font-size: 1.5rem;
        line-height: 2.4rem; } }
  .product-block__price {
    display: flex;
    justify-content: space-between; }
    .product-block__price .price-label {
      display: none; }
    .product-block__price .old-price {
      text-decoration: line-through;
      margin-left: 5px;
      font-size: 1.2rem; }
      @media (min-width: 1200px) {
        .product-block__price .old-price {
          font-size: 1.3rem; } }
      @media (min-width: 1600px) {
        .product-block__price .old-price {
          font-size: 1.4rem; } }
  .product-block__soldout {
    text-transform: uppercase;
    white-space: nowrap; }

.list-products {
  position: relative;
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070; }
  .list-products::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #707070; }
  .list-products .product-block {
    border-left: none;
    border-bottom: none;
    min-height: calc(100% + 1px); }
  .list-products.slick-slider.slick-initialized .slick-track {
    display: flex; }
    .list-products.slick-slider.slick-initialized .slick-track .slick-slide {
      height: auto; }
    .list-products.slick-slider.slick-initialized .slick-track .product-block {
      height: 100%; }
    .list-products.slick-slider.slick-initialized .slick-track .collection-col {
      height: 100%; }
      .list-products.slick-slider.slick-initialized .slick-track .collection-col .collection-tile {
        height: 100%;
        margin-top: 0; }
        .list-products.slick-slider.slick-initialized .slick-track .collection-col .collection-tile::before {
          padding-top: 0;
          height: 100%; }

.product-color span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 0 3px;
  box-shadow: inset 0 0 0 1px grey; }

.color-attr.selected .color-product {
  border: solid 4px #D2D2D2; }

.color .select-attributes a {
  text-decoration: none;
  display: inline-block; }
  .color .select-attributes a * {
    display: inline-block; }
  .color .select-attributes a:first-child .product-color span {
    margin-left: 0; }
  .color .select-attributes a:last-child .product-color span {
    margin-right: 0; }

.products-related-wrap .widget-product-related-title {
  margin: 0;
  padding: 16px 20px;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-bottom: solid 1px #707070;
  text-align: center; }
  @media (min-width: 960px) {
    .products-related-wrap .widget-product-related-title {
      text-align: left;
      font-size: 4rem;
      padding: 45px 48px; } }

.products-related-wrap .slider-related-product > .slick-list {
  margin-left: -1px; }
  .products-related-wrap .slider-related-product > .slick-list > .slick-track {
    margin-left: 0; }

.yotpo.yotpo-main-widget > .yotpo-display-wrapper {
  padding: 16px 20px;
  border: solid 1px #000;
  border-top: none; }
  @media (min-width: 960px) {
    .yotpo.yotpo-main-widget > .yotpo-display-wrapper {
      padding: 45px 48px; } }

.yotpo * {
  font-family: "Maison Neue Extended", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto, sans-serif !important; }

.yotpo .yotpo-label-container {
  border-top: none !important;
  padding: 0; }

.yotpo .yotpo-nav {
  margin-bottom: 15px; }

.yotpo .yotpo-label-container .yotpo-logo-link-new,
.yotpo .yotpo-reviews-filters,
.yotpo .yotpo-reviews-header,
.yotpo .label-helpful,
.yotpo .yotpo-review .yotpo-footer .footer-actions,
.yotpo .yotpo-comment .yotpo-footer .footer-actions,
.yotpo .yotpo-question .yotpo-footer .footer-actions,
.yotpo .yotpo-onsite-upload .yotpo-footer .footer-actions {
  display: none !important; }

.yotpo .yotpo-review .yotpo-footer .yotpo-helpful,
.yotpo .yotpo-comment .yotpo-footer .yotpo-helpful,
.yotpo .yotpo-question .yotpo-footer .yotpo-helpful,
.yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful {
  float: none !important; }

.yotpo .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn[data-type="up"],
.yotpo .yotpo-comment .yotpo-footer .yotpo-helpful .vote-btn[data-type="up"],
.yotpo .yotpo-question .yotpo-footer .yotpo-helpful .vote-btn[data-type="up"],
.yotpo .yotpo-onsite-upload .yotpo-footer .yotpo-helpful .vote-btn[data-type="up"] {
  margin-left: 0 !important; }

.yotpo .yotpo-display-wrapper > .yotpo-regular-box {
  padding: 80px 0; }

.yotpo .write-question-wrapper {
  background: #f9f9f9;
  padding: 0 30px;
  margin-top: 15px; }
  .yotpo .write-question-wrapper .yotpo-header-title {
    font-weight: 700; }
  .yotpo .write-question-wrapper .yotpo-regular-box {
    border-top: none; }
  .yotpo .write-question-wrapper .write-question-content .form-group .yotpo-text-box {
    background-color: #FFF;
    margin-top: 5px !important; }

.yotpo .write-review .connect-wrapper .form-element .y-input {
  background-color: #FFF; }

.yotpo .write-review .connect-wrapper .form-element .y-label {
  padding-bottom: 5px; }

.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-label.yotpo-small-box {
  display: none; }

.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-lightbox-content-container,
.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-lightbox-slider-container {
  border-radius: 0 !important; }

.blog-page-list #maincontent .messages-wrapper,
.blog-page-list #maincontent .toolbar-blog-posts {
  padding: 0 15px; }
  @media (min-width: 960px) {
    .blog-page-list #maincontent .messages-wrapper,
    .blog-page-list #maincontent .toolbar-blog-posts {
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .blog-page-list #maincontent .messages-wrapper,
    .blog-page-list #maincontent .toolbar-blog-posts {
      padding: 0 48px; } }

.blog-page-list #maincontent .toolbar-blog-posts {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 959px) {
    .blog-page-list #maincontent .toolbar-blog-posts {
      border-top: solid 1px #707070; } }
  @media (min-width: 960px) {
    .blog-page-list #maincontent .toolbar-blog-posts {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .blog-page-list #maincontent .toolbar-blog-posts .pages-label {
    display: none; }
  .blog-page-list #maincontent .toolbar-blog-posts .pages-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    text-align: center; }
    .blog-page-list #maincontent .toolbar-blog-posts .pages-items .label {
      display: none; }
    .blog-page-list #maincontent .toolbar-blog-posts .pages-items li {
      display: inline-block; }
      .blog-page-list #maincontent .toolbar-blog-posts .pages-items li a {
        text-decoration: none; }
      .blog-page-list #maincontent .toolbar-blog-posts .pages-items li.pages-item-previous, .blog-page-list #maincontent .toolbar-blog-posts .pages-items li.pages-item-next {
        position: absolute;
        top: 0; }
      .blog-page-list #maincontent .toolbar-blog-posts .pages-items li.pages-item-previous {
        left: 0; }
      .blog-page-list #maincontent .toolbar-blog-posts .pages-items li.pages-item-next {
        right: 0; }
      .blog-page-list #maincontent .toolbar-blog-posts .pages-items li:not(.pages-item-previous):not(.pages-item-next) {
        opacity: 0;
        visibility: hidden;
        width: 1px; }
        .blog-page-list #maincontent .toolbar-blog-posts .pages-items li:not(.pages-item-previous):not(.pages-item-next) a {
          padding: 0 4px; }
        @media (min-width: 960px) {
          .blog-page-list #maincontent .toolbar-blog-posts .pages-items li:not(.pages-item-previous):not(.pages-item-next) {
            opacity: 1;
            visibility: visible;
            width: initial; } }

.blog-post-view .post-shortdescription {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center; }
  @media (min-width: 960px) {
    .blog-post-view .post-shortdescription {
      font-size: 1.7rem; } }

@media (max-width: 959px) {
  .blog-post-view .tile-grid__content-inner .btn, .blog-post-view .tile-grid__content-inner .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .blog-post-view .tile-grid__content-inner .ecom-btn.complete-payment,
  .blog-post-view .tile-grid__content-inner .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .blog-post-view .tile-grid__content-inner .btn.continue, .blog-post-view .tile-grid__content-inner .track-order-index a.track-order, .track-order-index .blog-post-view .tile-grid__content-inner a.track-order {
    width: 100%; } }

.blog-post-view .list-products {
  border-left: none;
  margin-right: -1px;
  background: #FFF;
  position: relative;
  margin-top: -1px; }
  .blog-post-view .list-products::after {
    display: none; }

.blog-post-view .popular-products__title {
  border-left: none;
  border-right: none; }

.article-row {
  display: flex;
  flex-direction: column;
  background-color: #FEF1EC; }
  @media (min-width: 960px) {
    .article-row {
      flex-direction: row;
      border-bottom: solid 1px #707070; } }
  @media (min-width: 960px) {
    .article-row.row-reverse-pc {
      flex-direction: row-reverse; }
      .article-row.row-reverse-pc .article-row__content {
        border-left: none;
        border-right: solid 1px #707070; } }
  .article-row__image {
    padding: 5%;
    border-bottom: solid 1px #707070; }
    @media (min-width: 960px) {
      .article-row__image {
        border-bottom: none;
        width: 37.5%;
        padding: 30px; } }
    @media (max-width: 959px) {
      .article-row__image {
        order: 1; } }
    .article-row__image figure {
      display: block; }
    .article-row__image img {
      width: 100%; }
  .article-row__content {
    padding: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #707070; }
    @media (min-width: 960px) {
      .article-row__content {
        width: 62.5%;
        padding: 30px;
        border-left: solid 1px #707070;
        border-bottom: none;
        padding-left: 10%;
        padding-right: 10%; } }
    @media (max-width: 959px) {
      .article-row__content {
        order: 2; } }
    .article-row__content h2 {
      font-size: 2.4rem;
      line-height: 1.1; }
      @media (min-width: 960px) {
        .article-row__content h2 {
          font-size: 3.2rem; } }
    .article-row__content h3 {
      font-size: 2.1rem;
      line-height: 1.1; }
      @media (min-width: 960px) {
        .article-row__content h3 {
          font-size: 2.8rem; } }
    .article-row__content h4 {
      font-size: 1.8rem;
      line-height: 1.1; }
      @media (min-width: 960px) {
        .article-row__content h4 {
          font-size: 2.4rem; } }
    .article-row__content p {
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 10px; }
      @media (min-width: 960px) {
        .article-row__content p {
          margin-bottom: 15px;
          font-size: 2rem; } }
  .article-row--text {
    justify-content: center; }
    @media (min-width: 960px) {
      .article-row--text .article-row__content {
        padding-top: 8%;
        padding-bottom: 8%;
        width: 80%;
        border-left: none; } }
  .article-row--products .article-row__image {
    padding: 0; }
  .article-row--products .list-products {
    border-bottom: none; }

.post-view__content {
  border-top: solid 1px #707070; }
  @media (min-width: 960px) {
    .post-view__content {
      border-top: none; } }
  .post-view__content > :last-child,
  .post-view__content > :last-child .article-row__content {
    border-bottom: none; }

.catalogsearch-result-index #maincontent > .main-container {
  padding: 20px; }
  @media (min-width: 1200px) {
    .catalogsearch-result-index #maincontent > .main-container {
      padding: 50px; } }

.catalogsearch-result-index #maincontent .search-results-wrapper > .container, .catalogsearch-result-index #maincontent .search-results-wrapper > .page.messages, .catalogsearch-result-index #maincontent .blog-page-list .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .blog-post-view .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .catalog-category-view .search-results-wrapper > .grid, .catalog-category-view .catalogsearch-result-index #maincontent .search-results-wrapper > .grid, .catalogsearch-result-index #maincontent .streamcheckout-index-index.module-mm .search-results-wrapper > main.main, .streamcheckout-index-index.module-mm .catalogsearch-result-index #maincontent .search-results-wrapper > main.main, .catalogsearch-result-index #maincontent .paypal-express-review .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .checkout-onepage-failure .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .checkout-onepage-success .search-results-wrapper > #maincontent,
.catalogsearch-result-index #maincontent .checkout-cart-index .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .cms-page-view .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .catalog-product-view .search-results-wrapper > .product-main, .catalog-product-view .catalogsearch-result-index #maincontent .search-results-wrapper > .product-main, .catalogsearch-result-index #maincontent .page-layout-collectiondetails .search-results-wrapper > .product-main, .page-layout-collectiondetails .catalogsearch-result-index #maincontent .search-results-wrapper > .product-main, .catalogsearch-result-index #maincontent .page-layout-collection .search-results-wrapper > #maincontent, .catalogsearch-result-index #maincontent .track-order-index .search-results-wrapper > #maincontent {
  padding-top: 15px;
  padding-bottom: 15px; }

.catalogsearch-result-index #maincontent .search-title-wrapper {
  border-bottom: solid 1px #707070;
  padding: 10px 6px; }
  @media (min-width: 960px) {
    .catalogsearch-result-index #maincontent .search-title-wrapper {
      padding: 20px 30px; } }
  .catalogsearch-result-index #maincontent .search-title-wrapper .component-title {
    text-align: center; }
    @media (max-width: 959px) {
      .catalogsearch-result-index #maincontent .search-title-wrapper .component-title {
        font-size: 1.8rem; } }

.catalog-category-view .grid > .category-seo {
  padding: 30px 15px;
  line-height: 1.25; }
  @media (min-width: 960px) {
    .catalog-category-view .grid > .category-seo {
      padding: 48px; } }

.catalog-category-view #layer-product-list .note-msg {
  padding: 30px 10px; }
  @media (min-width: 1600px) {
    .catalog-category-view #layer-product-list .note-msg {
      padding: 80px 25px; } }

.streamcheckout-index-index .main {
  padding-bottom: 140px; }

.streamcheckout-index-index .header {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
  font-family: "aventalight", sans-serif;
  font-weight: 300; }

.streamcheckout-index-index .header .header-continue-shop {
  z-index: 100;
  color: #000;
  text-transform: uppercase;
  font-size: 13px; }

.streamcheckout-index-index .header .header-container {
  height: 70px;
  box-shadow: 0 0 2px 0 #d2d2d2; }

.streamcheckout-index-index .header .header-container .header-top .header-logo {
  display: block;
  width: 60px;
  height: 20px;
  margin: 0 auto;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px); }

.streamcheckout-index-index #streamcheckout {
  padding-top: 25px; }

.streamcheckout-index-index .checkout-header {
  text-align: center;
  margin-bottom: 30px; }

@media (min-width: 640px) {
  .streamcheckout-index-index .checkout-header {
    margin-bottom: 50px; } }

.streamcheckout-index-index .checkout-header h1 {
  margin-bottom: 5px; }

@media (min-width: 640px) {
  .streamcheckout-index-index .checkout-header h1 {
    font-size: 30px; } }

.streamcheckout-index-index .checkout-header h4 {
  font-size: 14px;
  margin-top: 0px; }

.streamcheckout-index-index .checkout-header h4.payment-title {
  display: none; }

.streamcheckout-index-index .checkout-progress {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
  grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
  padding-bottom: 50px;
  margin-top: 20px; }

.streamcheckout-index-index .checkout-progress::before {
  content: '';
  display: block;
  height: 1px;
  background: #d2d2d2;
  position: absolute;
  top: 11px;
  left: 25px;
  right: 25px; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d2d2d2; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step:nth-of-type(1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step:nth-of-type(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step:nth-of-type(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-grid-column-span: 1;
  -ms-grid-column: 3;
  grid-column: 3 / span 1; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-title,
.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-edit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-title .step,
.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-edit .step {
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / span 1; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-title .step span,
.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-edit .step span {
  border: 1px solid #d2d2d2;
  background: #fff;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin: 0 auto 4px;
  font-size: 10px;
  box-shadow: 0 0 0 15px #fff; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-title .step-desc,
.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-edit .step-desc {
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
  grid-row: 2 / span 1; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-title .step-desc span,
.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-edit .step-desc span {
  padding: 10px 0;
  font-size: 13px;
  font-family: "aventalight", sans-serif; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-title .step-desc .checkout-progress-edit-link,
.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-edit .step-desc .checkout-progress-edit-link {
  padding: 10px 0 3px;
  font-size: 13px;
  font-family: "aventalight", sans-serif;
  color: #000;
  border-bottom: 1px solid #000;
  display: none; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step .checkout-progress-edit {
  display: none; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-active {
  color: #000; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-active .checkout-progress-title .step span,
.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-active .checkout-progress-edit .step span {
  border: 1px solid #000e22; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-completed {
  color: #000; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-completed .checkout-progress-title {
  display: none; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-completed .checkout-progress-edit {
  display: block; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-completed .checkout-progress-edit .step span {
  background: #000;
  color: #fff; }

.streamcheckout-index-index .checkout-progress .checkout-progress-step.is-completed .checkout-progress-edit a {
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  font-size: 13px; }

.streamcheckout-index-index form {
  margin-bottom: 1rem; }

.streamcheckout-index-index form label {
  font-size: 10px;
  color: #222;
  text-transform: uppercase; }

.streamcheckout-index-index form input.uk-checkbox,
.streamcheckout-index-index form input.uk-radio {
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.streamcheckout-index-index form input.uk-checkbox:checked,
.streamcheckout-index-index form input.uk-checkbox:checked:focus,
.streamcheckout-index-index form input.uk-checkbox:indeterminate:focus,
.streamcheckout-index-index form input.uk-radio:checked,
.streamcheckout-index-index form input.uk-radio:checked:focus,
.streamcheckout-index-index form input.uk-radio:indeterminate:focus {
  background-color: #479e7a; }

.streamcheckout-index-index form input.uk-checkbox:focus,
.streamcheckout-index-index form input.uk-radio:focus {
  border-color: #479e7a; }

.streamcheckout-index-index form .label-checkbox {
  line-height: 28px; }

.streamcheckout-index-index form .label-checkbox input {
  float: left; }

.streamcheckout-index-index .form-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }

@media (min-width: 640px) {
  .streamcheckout-index-index .form-grid {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    -ms-grid-rows: auto;
    grid-template-rows: auto; } }

.streamcheckout-index-index .form-grid .sidebar {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / span 1; }

@media (min-width: 640px) {
  .streamcheckout-index-index .form-grid .sidebar {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    padding-left: 1rem; } }

.streamcheckout-index-index .form-grid .form {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
  grid-row: 2 / span 1; }

@media (min-width: 640px) {
  .streamcheckout-index-index .form-grid .form {
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
    grid-column: 1 / span 1;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    padding-right: 1rem; } }

.streamcheckout-index-index .form-grid .form fieldset {
  padding: 0;
  width: 100%; }

.streamcheckout-index-index .form-grid .form fieldset .inner-fieldset {
  position: relative;
  border: none;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 1s ease;
  transition: box-shadow 1s ease;
  margin-bottom: 0;
  padding: 2rem; }

.streamcheckout-index-index .form-grid fieldset {
  border: none;
  padding: 0; }

.streamcheckout-index-index .form-grid fieldset h2 {
  margin-bottom: 2.5rem;
  font-size: 1.2rem;
  text-align: center; }

.streamcheckout-index-index .form-grid fieldset input[type="text"],
.streamcheckout-index-index .form-grid fieldset input[type="email"],
.streamcheckout-index-index .form-grid fieldset select {
  font-size: 14px; }

.streamcheckout-index-index .form-grid fieldset .uk-checkbox {
  padding: 10px;
  margin-right: 20px;
  outline: none; }

.streamcheckout-index-index .form-grid fieldset .uk-checkbox:checked,
.streamcheckout-index-index .form-grid fieldset .uk-checkbox:checked:focus,
.streamcheckout-index-index .form-grid fieldset .uk-checkbox:indeterminate:focus {
  background-color: #479e7a; }

.streamcheckout-index-index .form-grid fieldset .uk-checkbox:focus {
  border-color: #479e7a; }

.streamcheckout-index-index .billing-address-same-as-shipping-block {
  position: relative;
  padding-left: 28px; }

.streamcheckout-index-index .billing-address-same-as-shipping-block .billing-address-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0; }

.streamcheckout-index-index .form-grid fieldset .uk-grid {
  padding-left: 0;
  padding-right: 0; }

.streamcheckout-index-index .form-grid fieldset .uk-grid > div:not(.uk-first-column) {
  padding-left: 5px; }

.streamcheckout-index-index .form-grid fieldset .uk-grid .uk-first-column {
  padding-left: 0; }

.streamcheckout-index-index .form-grid fieldset#form-shipping {
  display: none; }

.streamcheckout-index-index .form-grid fieldset#form-shipping.open {
  display: block; }

.streamcheckout-index-index #checkout-summary {
  padding: 0; }

.streamcheckout-index-index #checkout-review-table-wrapper {
  position: relative;
  border: none;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 1s ease;
  transition: box-shadow 1s ease;
  margin-bottom: 25px; }

.streamcheckout-index-index #checkout-review-table-wrapper ul,
.streamcheckout-index-index #checkout-review-table-wrapper li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.streamcheckout-index-index #checkout-review-table-wrapper #checkout-review-table li {
  padding: 2rem;
  position: relative; }

.streamcheckout-index-index #checkout-review-table-wrapper .checkout-summary-product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(70px + 1rem) 1fr;
  grid-template-columns: calc(70px + 1rem) 1fr;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.streamcheckout-index-index #checkout-review-table-wrapper .wrapp-img {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1; }

.streamcheckout-index-index #checkout-review-table-wrapper .checkout-summary-info {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1;
  padding-left: 1rem;
  font-size: 12px; }

.streamcheckout-index-index #checkout-review-table-wrapper .checkout-summary-info .checkout-summary-qty {
  margin: 5px 0;
  display: inline-block; }

.streamcheckout-index-index #checkout-review-table-wrapper .checkout-totals {
  padding: 2rem; }

.streamcheckout-index-index #checkout-review-table-wrapper .checkout-totals-table {
  font-size: 11px;
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
  color: #888; }

.streamcheckout-index-index #checkout-review-table-wrapper .checkout-totals-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 0 8px;
  font-size: 11px; }

.streamcheckout-index-index #checkout-review-table-wrapper .checkout-totals-table tr:last-child td {
  border-bottom: none;
  color: #000;
  font-size: 13px; }

.streamcheckout-index-index #checkout-coupon-wrapper {
  padding: 0;
  text-align: center; }

.streamcheckout-index-index #checkout-coupon-wrapper a {
  border-bottom: 1px solid #15171d;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 12.6px;
  margin-bottom: 20px; }

.streamcheckout-index-index #checkout-coupon-wrapper .checkout-coupon-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.streamcheckout-index-index #checkout-coupon-wrapper .checkout-coupon-form div:nth-of-type(1) {
  padding-left: 0px;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1; }

.streamcheckout-index-index #checkout-coupon-wrapper .checkout-coupon-form div:nth-of-type(2) {
  padding-left: 10px;
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1; }

.streamcheckout-index-index #checkout-coupon-wrapper .checkout-coupon-form .ecom-btn {
  height: 40px;
  padding: 0 30px;
  width: 100%;
  margin: 0px; }

.streamcheckout-index-index .shipping-info {
  text-align: center;
  padding: 2rem; }

.streamcheckout-index-index .shipping-info p {
  font-size: 10px; }

.streamcheckout-index-index .inner-fieldset.checkout-shipping-method-load {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 2px !important; }

.streamcheckout-index-index #checkout-shipping-method-load ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.streamcheckout-index-index #checkout-shipping-method-load ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 1fr 65px;
  grid-template-columns: 24px 1fr 65px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: -.2em;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #ddd; }

.streamcheckout-index-index #checkout-shipping-method-load ul li.selected {
  background: #fafafa; }

.streamcheckout-index-index #checkout-shipping-method-load ul li label {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer; }

.streamcheckout-index-index #checkout-shipping-method-load ul li .wrapp-radio {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1; }

.streamcheckout-index-index #checkout-shipping-method-load ul li .wrapp-desc {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px; }

.streamcheckout-index-index #checkout-shipping-method-load ul li .wrapp-desc .name {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / span 1; }

.streamcheckout-index-index #checkout-shipping-method-load ul li .wrapp-desc .name img {
  width: 30px;
  height: 30px; }

.streamcheckout-index-index #checkout-shipping-method-load ul li .wrapp-desc .desc {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
  grid-row: 2 / span 1; }

.streamcheckout-index-index #checkout-shipping-method-load ul li .wrapp-price {
  -ms-grid-column-span: 1;
  -ms-grid-column: 3;
  grid-column: 3 / span 1; }

.streamcheckout-index-index .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .continue.ecom-btn.complete-payment,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .continue.btn, .streamcheckout-index-index .track-order-index a.continue.track-order, .track-order-index .streamcheckout-index-index a.continue.track-order {
  width: 70%; }

.streamcheckout-index-index label[for="cashondelivery"]::before {
  content: '';
  display: inline-block;
  width: 68px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/payment/cod_icon.png");
  margin-right: 10px;
  vertical-align: middle; }

.streamcheckout-index-index #checkout-payment-method-load {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method .wrapp-method-payment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 1fr;
  grid-template-columns: 24px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: -.2em;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #ddd; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method .wrapp-method-payment label {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method.selected {
  background: #fafafa; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method .wrapp-radio {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method .wrapp-desc {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  padding-left: 15px; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method .wrapp-desc .name {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 1;
  grid-row: 1 / span 1;
  font-size: 10px;
  color: #222;
  text-transform: uppercase; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method .wrapp-desc .img {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row-span: 1;
  -ms-grid-row: 2;
  grid-row: 2 / span 1; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method .wrapp-desc .img img {
  width: 43px;
  margin-right: 10px; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method:nth-of-type(2) .wrapp-desc .img img {
  width: 70px; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method #streamcheckout_payment_method_card {
  display: none;
  padding: 2rem;
  border-bottom: 1px solid #ddd; }

.streamcheckout-index-index #checkout-payment-method-load .payment-method #streamcheckout_payment_method_card.open {
  display: block; }

.streamcheckout-index-index .place-order {
  padding: 1rem .5rem 0 .5rem;
  border-top: 1px solid #ddd; }

@media (min-width: 640px) {
  .streamcheckout-index-index .place-order {
    padding: 2rem 2rem 0 2rem; } }

.streamcheckout-index-index .place-order .subscribe,
.streamcheckout-index-index .place-order .acceptagreement {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35px 1fr;
  grid-template-columns: 35px 1fr; }

.streamcheckout-index-index .place-order .subscribe input,
.streamcheckout-index-index .place-order .acceptagreement input {
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1; }

.streamcheckout-index-index .place-order .subscribe span,
.streamcheckout-index-index .place-order .subscribe div,
.streamcheckout-index-index .place-order .acceptagreement span,
.streamcheckout-index-index .place-order .acceptagreement div {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1; }

.streamcheckout-index-index .place-order ul {
  list-style-type: none;
  margin: 10px 0px;
  padding: 0; }

@media screen and (min-width: 640px) {
  .streamcheckout-index-index .place-order ul {
    margin: 10px 20px; } }

.streamcheckout-index-index .place-order.order-review-form {
  border-top: none; }

.streamcheckout-index-index .place-order .actions-toolbar .complete-payment {
  margin-top: 20px; }

.firecheckout .place-order .uk-checkbox {
  float: left; }

.streamcheckout-index-index .place-order ul label div {
  -webkit-transform: translateY(7px);
  transform: translateY(7px); }

.streamcheckout-index-index .place-order ul label div a {
  color: #222;
  border-bottom: 1px solid #222;
  padding-bottom: 2px; }

.streamcheckout-index-index .place-order ul label div a:hover {
  border-color: transparent; }

.streamcheckout-index-index .place-order ul .newsletter-text {
  display: inline-block;
  line-height: 14px;
  font-size: 10px; }

.streamcheckout-index-index .place-order ul .newsletter-text span {
  text-transform: none;
  display: block;
  color: #888;
  margin-top: 2px; }

.streamcheckout-index-index .form-grid .form .step-02 {
  display: none; }

.streamcheckout-index-index .form-grid .form .step-02.open {
  display: block; }

.streamcheckout-index-index .form-grid .form .step-02 fieldset .inner-fieldset {
  padding: 0; }

.checkout-index-index .form-grid .form .ecom-btn.complete-payment {
  height: auto;
  width: 100%;
  border-radius: 0;
  background-color: #479e7a;
  border-color: #479e7a;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 20px; }

input.validation-failed {
  border-bottom: 2px solid #ff8989 !important; }

input.validation-failed ~ .validation-notice {
  padding: 6px 15px 0 0;
  margin-top: -10px;
  color: #d46666;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 11px;
  position: relative;
  width: 100%;
  -webkit-transform: translateY(15px);
  transform: translateY(15px); }

input.validation-passed {
  border-bottom: 2px solid #479e7a; }

input.validation-passed ~ .validation-notice {
  padding: 6px 15px 0 0;
  margin-top: -10px;
  color: #d46666;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 11px;
  position: relative;
  width: 100%;
  -webkit-transform: translateY(15px);
  transform: translateY(15px); }

.streamcheckout-index-index .widget-usp {
  margin-top: 70px;
  z-index: 100000;
  position: relative; }

.checkout-klarna-index.streamcheckout-index-index .widget-usp {
  margin-top: 45px; }

.checkout-klarna-index .opc-block-summary .totals .mark .value {
  display: block !important; }

.streamcheckout-index-index fieldset .label {
  padding: 0; }

.streamcheckout-index-index fieldset .label span {
  text-transform: uppercase; }

.streamcheckout-index-index.module-mm .messages-wrapper {
  padding: 0; }

.streamcheckout-index-index.module-mm .header {
  position: static;
  width: auto; }

.streamcheckout-index-index.module-mm .widget-usp {
  display: none; }

.streamcheckout-index-index.module-mm .page-header .header-container-top {
  border-top: none; }
  .streamcheckout-index-index.module-mm .page-header .header-container-top .header-top {
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px 16px 0;
    height: 57px; }
    @media (min-width: 960px) {
      .streamcheckout-index-index.module-mm .page-header .header-container-top .header-top {
        padding: 0;
        justify-content: flex-start; } }
    .streamcheckout-index-index.module-mm .page-header .header-container-top .header-top a.header-continue-shop {
      display: inline-block;
      text-decoration: none;
      padding: 15px 0;
      font-size: 1.6rem;
      line-height: normal; }
      @media (min-width: 960px) {
        .streamcheckout-index-index.module-mm .page-header .header-container-top .header-top a.header-continue-shop {
          padding-left: 30px;
          margin-left: 20px; } }
      .streamcheckout-index-index.module-mm .page-header .header-container-top .header-top a.header-continue-shop i {
        margin-right: 6px;
        transition: transform 120ms; }
      .streamcheckout-index-index.module-mm .page-header .header-container-top .header-top a.header-continue-shop:hover i {
        transform: translateX(-5px); }

.streamcheckout-index-index.module-mm .checkout-header {
  border: solid 1px #707070;
  margin-top: -1px;
  padding: 1 20px; }

.streamcheckout-index-index.module-mm .form-login #customer-email-fieldset {
  position: relative; }
  .streamcheckout-index-index.module-mm .form-login #customer-email-fieldset .loading-mask {
    position: absolute;
    top: -4px;
    right: 1px;
    width: 30px;
    height: 30px; }
    .streamcheckout-index-index.module-mm .form-login #customer-email-fieldset .loading-mask .loader::after {
      width: 10px;
      height: 10px;
      border-width: 2px; }
    .streamcheckout-index-index.module-mm .form-login #customer-email-fieldset .loading-mask img {
      display: none; }

.streamcheckout-index-index.module-mm .form-grid .form fieldset .inner-fieldset {
  box-shadow: none;
  border: solid 1px #707070; }

.streamcheckout-index-index.module-mm #checkout-review-table-wrapper {
  box-shadow: none;
  border: solid 1px #707070; }
  .streamcheckout-index-index.module-mm #checkout-review-table-wrapper .loading-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .streamcheckout-index-index.module-mm #checkout-review-table-wrapper .loading-mask img {
      display: none; }

.streamcheckout-index-index.module-mm .campaigns-wrapper > .campaigns > .campaigns-wrapper {
  border: solid 1px #707070;
  margin-bottom: 30px;
  padding: 15px 30px; }

.streamcheckout-index-index.module-mm .campaigns-wrapper .loading-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.streamcheckout-index-index.module-mm .campaigns-wrapper .uk-checkbox {
  margin-top: 0; }

.streamcheckout-index-index.module-mm .campaigns-wrapper .label-checkbox {
  font-size: 1.1rem; }

.streamcheckout-index-index.module-mm .campaigns-wrapper .check_details {
  text-decoration-color: transparent; }

.streamcheckout-index-index.module-mm .campaigns-wrapper .section-box + .section-box {
  margin-top: 15px; }

.streamcheckout-index-index.module-mm .campaigns-wrapper .section-box .label-checkbox {
  display: flex;
  align-items: center; }
  .streamcheckout-index-index.module-mm .campaigns-wrapper .section-box .label-checkbox .check_details {
    flex: 1 auto; }
  .streamcheckout-index-index.module-mm .campaigns-wrapper .section-box .label-checkbox .campaign-checkbox-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .streamcheckout-index-index.module-mm .campaigns-wrapper .section-box .label-checkbox picture {
    display: block; }
  .streamcheckout-index-index.module-mm .campaigns-wrapper .section-box .label-checkbox img {
    padding-left: 15px;
    max-height: 80px;
    max-width: 200px; }

.streamcheckout-index-index.module-mm #checkout-coupon-wrapper .checkout-coupon-form {
  border: solid 1px #707070;
  padding: 15px;
  margin-bottom: 30px;
  display: block; }
  .streamcheckout-index-index.module-mm #checkout-coupon-wrapper .checkout-coupon-form:hidden {
    display: none; }
  .streamcheckout-index-index.module-mm #checkout-coupon-wrapper .checkout-coupon-form #discount-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0; }
    .streamcheckout-index-index.module-mm #checkout-coupon-wrapper .checkout-coupon-form #discount-form .input-box {
      flex: 1 auto; }

.streamcheckout-index-index.module-mm #checkout-coupon-wrapper button.action-apply {
  white-space: nowrap; }

.streamcheckout-index-index.module-mm .checkout-summary {
  padding: 30px !important; }

.streamcheckout-index-index.module-mm .checkout-summary-product {
  border: solid 1px #707070 !important;
  grid-template-columns: calc(105px + 1rem) 1fr !important;
  padding: 0 !important; }
  .streamcheckout-index-index.module-mm .checkout-summary-product:not(:last-of-type) {
    border-bottom: none !important; }
  .streamcheckout-index-index.module-mm .checkout-summary-product .wrapp-img {
    height: 100%;
    display: flex;
    align-items: center;
    border-right: solid 1px #707070; }
  .streamcheckout-index-index.module-mm .checkout-summary-product .qty-spinner {
    display: flex;
    border: solid 1px #707070; }
    .streamcheckout-index-index.module-mm .checkout-summary-product .qty-spinner .input-text.qty {
      border-bottom: none;
      text-align: center;
      display: flex;
      height: 28px;
      width: 40px; }
  .streamcheckout-index-index.module-mm .checkout-summary-product .product.options {
    margin-top: 6px;
    padding-right: 5px; }
    .streamcheckout-index-index.module-mm .checkout-summary-product .product.options .item-options {
      display: flex; }
      .streamcheckout-index-index.module-mm .checkout-summary-product .product.options .item-options .label {
        padding-right: 10px; }
  .streamcheckout-index-index.module-mm .checkout-summary-product.bundle .product.options .item-options {
    flex-direction: column; }
    .streamcheckout-index-index.module-mm .checkout-summary-product.bundle .product.options .item-options .label {
      display: none; }
    .streamcheckout-index-index.module-mm .checkout-summary-product.bundle .product.options .item-options .values {
      margin-bottom: 4px; }

.streamcheckout-index-index.module-mm ._required label:after {
  content: " *"; }

.streamcheckout-index-index.module-mm .form-grid form input.uk-checkbox,
.streamcheckout-index-index.module-mm .form-grid form input.uk-radio {
  background-color: #FFF; }
  .streamcheckout-index-index.module-mm .form-grid form input.uk-checkbox:checked, .streamcheckout-index-index.module-mm .form-grid form input.uk-checkbox:checked:focus, .streamcheckout-index-index.module-mm .form-grid form input.uk-checkboxindeterminate:focus,
  .streamcheckout-index-index.module-mm .form-grid form input.uk-radio:checked,
  .streamcheckout-index-index.module-mm .form-grid form input.uk-radio:checked:focus,
  .streamcheckout-index-index.module-mm .form-grid form input.uk-radioindeterminate:focus {
    background-color: #000; }

.streamcheckout-index-index.module-mm .form-grid form input.uk-checkbox:focus,
.streamcheckout-index-index.module-mm .form-grid form input.uk-radio:focus {
  border-color: #000; }

.streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .continue.ecom-btn.complete-payment,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .continue.btn,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .track-order-index a.continue.track-order,
.track-order-index .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar a.continue.track-order {
  font-size: 1.5rem; }

.streamcheckout-index-index.module-mm .form-grid fieldset.field.street legend.label {
  display: none; }

.streamcheckout-index-index.module-mm .form-grid fieldset h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem; }

.streamcheckout-index-index.module-mm .form-grid fieldset .uk-checkbox {
  margin-right: 10px; }
  .streamcheckout-index-index.module-mm .form-grid fieldset .uk-checkbox .streamcheckout-index-index.module-mm .form-grid fieldset .uk-checkbox:checked, .streamcheckout-index-index.module-mm .form-grid fieldset .uk-checkbox:checked:focus, .streamcheckout-index-index.module-mm .form-grid fieldset .uk-checkbox:indeterminate:focus {
    background-color: #000; }
  .streamcheckout-index-index.module-mm .form-grid fieldset .uk-checkbox:focus {
    border-color: #000; }

.streamcheckout-index-index.module-mm .field[name="shippingAddress.postcode"] input + .message {
  font-size: 1.2rem;
  max-width: 500px;
  margin-top: 5px; }

.streamcheckout-index-index.module-mm .inner-fieldset.checkout-shipping-method-load {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important; }

.streamcheckout-index-index.module-mm .form.methods-shipping {
  padding-right: 0; }

.streamcheckout-index-index.module-mm #checkout-shipping-method-load ul li {
  align-items: center;
  padding: 15px 0; }
  .streamcheckout-index-index.module-mm #checkout-shipping-method-load ul li .wrapp-desc {
    display: block; }
  .streamcheckout-index-index.module-mm #checkout-shipping-method-load ul li .wrapp-radio {
    display: block; }
    .streamcheckout-index-index.module-mm #checkout-shipping-method-load ul li .wrapp-radio input {
      transform: none;
      margin-top: 0; }

.streamcheckout-index-index.module-mm .checkout-billing-address {
  font-size: 1rem;
  line-height: normal; }
  .streamcheckout-index-index.module-mm .checkout-billing-address label {
    display: inline-block;
    margin-top: 5px; }

.streamcheckout-index-index.module-mm #checkout-review-table-wrapper .checkout-summary-info {
  font-size: 1.2rem;
  padding: 0.6rem 0 0.5rem 1rem; }
  .streamcheckout-index-index.module-mm #checkout-review-table-wrapper .checkout-summary-info .product-item-product_collection {
    display: block;
    font-size: 1rem;
    margin-top: 2px; }
  .streamcheckout-index-index.module-mm #checkout-review-table-wrapper .checkout-summary-info .cart-price .price.special + .price.base {
    text-decoration: line-through;
    font-size: 1rem; }

.streamcheckout-index-index.module-mm #checkout-review-table-wrapper .checkout-totals {
  padding-left: 30px;
  padding-right: 30px; }

.streamcheckout-index-index.module-mm #checkout-review-table-wrapper .totals-body .checkout-totals-table tr td {
  font-size: 1.1rem; }

.streamcheckout-index-index.module-mm #checkout-review-table-wrapper .totals-body .checkout-totals-table tr:last-child td {
  font-size: 1.1rem; }

.streamcheckout-index-index.module-mm .payment-group .payment-method {
  background: transparent;
  padding: 8px 15px;
  margin-bottom: 8px; }
  .streamcheckout-index-index.module-mm .payment-group .payment-method .message,
  .streamcheckout-index-index.module-mm .payment-group .payment-method .payment-method-note {
    font-size: 1.2rem; }

.streamcheckout-index-index.module-mm .payment-group label {
  font-size: 1.2rem; }
  .streamcheckout-index-index.module-mm .payment-group label .action-help {
    margin-left: 5px; }

.streamcheckout-index-index.module-mm .payment-group .payment-method-title label {
  display: inline;
  margin-left: 15px; }

.streamcheckout-index-index.module-mm .checkout-payment-method .extra-info {
  display: inline-block;
  padding-left: 5px; }

.streamcheckout-index-index.module-mm.firecheckout .checkout-payment-method .payment-method-content {
  padding-left: 40px; }

.streamcheckout-index-index.module-mm.firecheckout .checkout-payment-method .opc-payment {
  padding: 0;
  list-style: none; }

.streamcheckout-index-index.module-mm .checkout-payment-method .payment-method-title label img,
.streamcheckout-index-index.module-mm .checkout-payment-method .payment-method-title label .adyen-sprite {
  padding-right: 0;
  margin-right: 10px; }

.streamcheckout-index-index.module-mm .place-order ul .newsletter-text {
  margin-bottom: 8px; }

.streamcheckout-index-index.module-mm .place-order ul label {
  font-size: 1.2rem; }
  .streamcheckout-index-index.module-mm .place-order ul label.subscribe {
    display: block; }
    .streamcheckout-index-index.module-mm .place-order ul label.subscribe > .field {
      display: grid; }
      .streamcheckout-index-index.module-mm .place-order ul label.subscribe > .field .field-note {
        transform: translateY(-5px); }
  .streamcheckout-index-index.module-mm .place-order ul label div a {
    border: none; }

.streamcheckout-index-index.module-mm .adyen-checkout__input {
  border-radius: 0px; }

.streamcheckout-index-index.module-mm ul.delivery-time {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .streamcheckout-index-index.module-mm ul.delivery-time li {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    font-size: 1.2rem; }
    .streamcheckout-index-index.module-mm ul.delivery-time li .wrapp-radio {
      padding-right: 6px; }
      .streamcheckout-index-index.module-mm ul.delivery-time li .wrapp-radio input.uk-radio {
        transform: translateY(0px) !important; }

.paypal-express-review {
  background: #FFF; }
  .paypal-express-review .component-title.component-block {
    margin-top: 30px;
    text-align: center;
    padding: 0 30px; }
    @media (min-width: 960px) {
      .paypal-express-review .component-title.component-block {
        text-align: left; } }
  @media (min-width: 960px) {
    .paypal-express-review .paypal-review.view {
      display: flex;
      justify-content: space-between; } }
  .paypal-express-review .paypal-review.view > div {
    background-color: #FFF;
    margin: 30px 0;
    padding: 1rem;
    border: solid 1px #707070; }
    @media (min-width: 960px) {
      .paypal-express-review .paypal-review.view > div {
        padding: 2rem; } }
  .paypal-express-review .paypal-review.view > .paypal-review-discount {
    display: none; }
  @media (min-width: 960px) {
    .paypal-express-review .paypal-review.view > .block-order-details-view {
      flex: 1 auto;
      margin-right: 2rem; } }
  .paypal-express-review .block-order-details-view .block-content .box.box-order-shipping-method {
    display: none; }
  .paypal-express-review strong.box-title,
  .paypal-express-review .title,
  .paypal-express-review .paypal-review-title strong {
    text-transform: uppercase;
    font-size: 1.2rem;
    display: block; }
  .paypal-express-review .paypal-review-title {
    display: inline-block;
    margin-right: 2rem; }
  .paypal-express-review .box {
    margin-bottom: 30px; }
    .paypal-express-review .box.box-order-billing-address .box-actions a {
      display: none; }
  .paypal-express-review .paypal-review-title .action.edit {
    display: none; }
  .paypal-express-review #details-table {
    border-spacing: 0;
    text-align: left;
    margin: 30px 0;
    width: 100%; }
    @media (min-width: 960px) {
      .paypal-express-review #details-table {
        width: auto;
        min-width: 410px; } }
    .paypal-express-review #details-table .table-caption {
      display: none; }
    .paypal-express-review #details-table .product-item-name {
      display: inline-block;
      max-width: 200px; }
    .paypal-express-review #details-table thead tr th {
      font-size: 1.6rem; }
    .paypal-express-review #details-table .cart.item {
      font-size: 1.2rem; }
      .paypal-express-review #details-table .cart.item tr > .col {
        padding-bottom: 4px; }
  .paypal-express-review .opc-block-summary {
    text-align: left;
    font-size: 12px;
    color: #888; }
    .paypal-express-review .opc-block-summary strong,
    .paypal-express-review .opc-block-summary th {
      font-weight: 400; }
    .paypal-express-review .opc-block-summary td, .paypal-express-review .opc-block-summary th {
      border-bottom: solid 1px #888;
      padding-top: 4px;
      padding-bottom: 4px; }
    .paypal-express-review .opc-block-summary .mark {
      padding-right: 20px;
      text-transform: uppercase; }
    .paypal-express-review .opc-block-summary tr.grand.totals.incl {
      color: #000; }
      .paypal-express-review .opc-block-summary tr.grand.totals.incl td, .paypal-express-review .opc-block-summary tr.grand.totals.incl th {
        border-bottom: none; }
      .paypal-express-review .opc-block-summary tr.grand.totals.incl strong, .paypal-express-review .opc-block-summary tr.grand.totals.incl th {
        font-weight: 700; }
  .paypal-express-review .checkout-agreements {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .paypal-express-review .checkout-agreements li {
      position: relative; }
      .paypal-express-review .checkout-agreements li div.uk-margin {
        display: inline-block;
        position: relative; }
    .paypal-express-review .checkout-agreements input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 2px;
      margin: 0; }
      .paypal-express-review .checkout-agreements input[type="checkbox"] + div {
        padding-left: 25px; }
  .paypal-express-review .order-review-form {
    margin-top: 30px; }
    .paypal-express-review .order-review-form #review-button {
      width: 100%; }

#opc-shipping_method {
  position: relative; }

#opc-shipping_method._block-content-loading .actions-toolbar button[data-role="opc-continue"] {
  pointer-events: none;
  user-select: none;
  cursor: default;
  opacity: 0.7;
  color: #000; }

#opc-shipping_method .loading-mask {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 38px; }
  @media (min-width: 960px) {
    #opc-shipping_method .loading-mask {
      bottom: 35px; } }

#opc-shipping_method .loading-mask .loader {
  position: static;
  background-color: transparent; }

#opc-shipping_method .loading-mask .loader img {
  display: none; }

#opc-shipping_method .loading-mask .loader::after {
  position: relative;
  left: 0;
  transform: none;
  bottom: 0;
  border-color: #FFF;
  border-right-color: transparent;
  width: 30px;
  height: 30px; }

.checkout-onepage-failure #maincontent > .main-container,
.checkout-onepage-failure #maincontent > .checkout-failure-content {
  padding: 20px; }
  @media (min-width: 1200px) {
    .checkout-onepage-failure #maincontent > .main-container,
    .checkout-onepage-failure #maincontent > .checkout-failure-content {
      padding: 50px; } }

.checkout-onepage-success #maincontent > .main-container,
.checkout-onepage-success #maincontent .checkout-success,
.checkout-onepage-success #maincontent .cart-empty,
.checkout-cart-index #maincontent > .main-container,
.checkout-cart-index #maincontent .checkout-success,
.checkout-cart-index #maincontent .cart-empty {
  padding: 20px; }
  @media (min-width: 1200px) {
    .checkout-onepage-success #maincontent > .main-container,
    .checkout-onepage-success #maincontent .checkout-success,
    .checkout-onepage-success #maincontent .cart-empty,
    .checkout-cart-index #maincontent > .main-container,
    .checkout-cart-index #maincontent .checkout-success,
    .checkout-cart-index #maincontent .cart-empty {
      padding: 50px; } }

.checkout-onepage-success #maincontent .checkout-success,
.checkout-onepage-success #maincontent .cart-empty,
.checkout-cart-index #maincontent .checkout-success,
.checkout-cart-index #maincontent .cart-empty {
  padding-top: 0; }
  .checkout-onepage-success #maincontent .checkout-success p,
  .checkout-onepage-success #maincontent .cart-empty p,
  .checkout-cart-index #maincontent .checkout-success p,
  .checkout-cart-index #maincontent .cart-empty p {
    margin-bottom: 15px; }

.checkout-onepage-success #maincontent .actions-toolbar,
.checkout-cart-index #maincontent .actions-toolbar {
  margin-top: 30px; }

.checkout-onepage-success .checkout-success .actions-toolbar.uk-margin-top.uk-text-center,
.checkout-cart-index .checkout-success .actions-toolbar.uk-margin-top.uk-text-center {
  text-align: left !important; }

/* Adyen order confirmation */
.checkout-confirmation-details table {
  text-align: left;
  margin: 30px 0; }
  .checkout-confirmation-details table th {
    padding-right: 18px; }

.adyen-checkout__voucher-result {
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }

.adyen-checkout__voucher-result__image {
  max-width: 90px;
  margin: 30px auto;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 1px 1px #ffffff, 2px 2px 2px #b7b7b7; }

.adyen-checkout__button--secondary {
  border: none;
  background: #dbe9ff;
  border-radius: 3px;
  padding: 5px 8px; }

.adyen-checkout__voucher-result__actions, .adyen-checkout__voucher-result__details {
  list-style: none;
  margin: 15px 0; }

.adyen-checkout__voucher-result__actions li,
.adyen-checkout__voucher-result__details li {
  margin: 5px 0; }

.adyen-checkout__link {
  color: #0095ff !important; }

.adyen-checkout__voucher-result__amount {
  font-weight: 700;
  margin: 20px 0; }

.checkout-ayden-progress {
  border-bottom: solid 1px grey; }
  .checkout-ayden-progress__inner {
    display: flex;
    justify-content: space-between;
    max-width: 740px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 15px 10px;
    flex-direction: column; }
    @media (min-width: 960px) {
      .checkout-ayden-progress__inner {
        flex-direction: row; } }

.ay-step {
  width: 150px;
  text-align: center; }

.ay-description {
  margin-top: 10px; }

.ay-img {
  width: 150px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center; }

.ay-img-1 {
  background-image: url("../../img/adyen-icon-1.png"); }

.ay-img-2 {
  background-image: url("../../img/adyen-icon-2.png"); }

.ay-img-3 {
  background-image: url("../../img/adyen-icon-3.png"); }

.ay-arrow {
  width: 60px;
  max-width: 60px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../img/adyen-arrow.png");
  transform: rotate(90deg) scale(0.5);
  margin: 15px; }
  @media (min-width: 960px) {
    .ay-arrow {
      transform: none; } }

.cms-page-view #maincontent > .main-container {
  padding: 20px; }
  @media (min-width: 1200px) {
    .cms-page-view #maincontent > .main-container {
      padding: 50px; } }

.cms-page-view.cms-lookbook #maincontent > .main-container {
  padding: 0; }

.catalog-product-view .product-main .content-grid, .page-layout-collectiondetails .product-main .content-grid {
  border-bottom: solid 1px #707070; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .content-grid, .page-layout-collectiondetails .product-main .content-grid {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-template-rows: auto; } }

.catalog-product-view .product-main .action-container, .page-layout-collectiondetails .product-main .action-container {
  padding: 35px 25px 60px 25px;
  font-size: 1.4rem; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .action-container, .page-layout-collectiondetails .product-main .action-container {
      font-size: 1.8rem;
      padding: 40px 24px;
      border-left: solid 1px #707070;
      margin-left: -1px; } }
  @media (min-width: 1200px) {
    .catalog-product-view .product-main .action-container, .page-layout-collectiondetails .product-main .action-container {
      padding: 40px 70px; } }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .action-container > .inner, .page-layout-collectiondetails .product-main .action-container > .inner {
      position: sticky;
      top: 120px; } }

.catalog-product-view .product-main .gallery-container .gallery-inner, .page-layout-collectiondetails .product-main .gallery-container .gallery-inner {
  font-size: 0;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .gallery-container .gallery-inner, .page-layout-collectiondetails .product-main .gallery-container .gallery-inner {
      border: none;
      border-right: solid 1px #707070; } }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .gallery-container .gallery-inner > .uk-flex, .page-layout-collectiondetails .product-main .gallery-container .gallery-inner > .uk-flex {
      margin-bottom: -1px; } }

.catalog-product-view .product-main .gallery-container .gallery-image-wrapper, .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper {
  display: inline-block;
  box-sizing: content-box;
  overflow: hidden;
  background: #FFF;
  position: relative; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .gallery-container .gallery-image-wrapper, .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper {
      border-bottom: solid 1px #707070; } }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .gallery-container .gallery-image-wrapper.uk-width-1-2\@m:nth-child(2n)::after, .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper.uk-width-1-2\@m:nth-child(2n)::after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #707070; } }
  .catalog-product-view .product-main .gallery-container .gallery-image-wrapper picture, .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper picture {
    display: block; }
  .catalog-product-view .product-main .gallery-container .gallery-image-wrapper img, .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper img,
  .catalog-product-view .product-main .gallery-container .gallery-image-wrapper video,
  .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper video {
    width: 100%;
    vertical-align: middle; }
  .catalog-product-view .product-main .gallery-container .gallery-image-wrapper .full-image, .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper .full-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 1024px;
    pointer-events: none;
    user-select: none;
    background-color: #FFF; }
  .catalog-product-view .product-main .gallery-container .gallery-image-wrapper.item-wide .full-image, .page-layout-collectiondetails .product-main .gallery-container .gallery-image-wrapper.item-wide .full-image {
    background-size: 1500px; }

@media (min-width: 960px) {
  .catalog-product-view .product-main .gallery-container [data-imagegalleryzoom="true"].hover-active .gallery-image-wrapper picture:hover + .full-image, .page-layout-collectiondetails .product-main .gallery-container [data-imagegalleryzoom="true"].hover-active .gallery-image-wrapper picture:hover + .full-image {
    display: block !important; } }

.catalog-product-view .product-main .gallery-container .slick-track, .page-layout-collectiondetails .product-main .gallery-container .slick-track {
  display: flex;
  align-items: center; }
  .catalog-product-view .product-main .gallery-container .slick-track::before, .page-layout-collectiondetails .product-main .gallery-container .slick-track::before, .catalog-product-view .product-main .gallery-container .slick-track::after, .page-layout-collectiondetails .product-main .gallery-container .slick-track::after {
    display: none; }

.catalog-product-view .product-main .wrapp-button.add-to-cart, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart,
.catalog-product-view .product-main .product-soldout-block,
.page-layout-collectiondetails .product-main .product-soldout-block {
  margin: 50px -25px 0 -25px;
  padding: 1px 0; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .wrapp-button.add-to-cart, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart,
    .catalog-product-view .product-main .product-soldout-block,
    .page-layout-collectiondetails .product-main .product-soldout-block {
      margin: 50px 0 0 0; } }
  .catalog-product-view .product-main .wrapp-button.add-to-cart .btn, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .btn, .catalog-product-view .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .catalog-product-view .product-main .wrapp-button.add-to-cart .ecom-btn.complete-payment, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .ecom-btn.complete-payment,
  .catalog-product-view .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .catalog-product-view .product-main .wrapp-button.add-to-cart .btn.continue,
  .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .btn.continue, .catalog-product-view .product-main .wrapp-button.add-to-cart .track-order-index a.track-order, .track-order-index .catalog-product-view .product-main .wrapp-button.add-to-cart a.track-order, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .track-order-index a.track-order, .track-order-index .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart a.track-order,
  .catalog-product-view .product-main .product-soldout-block .btn,
  .page-layout-collectiondetails .product-main .product-soldout-block .btn,
  .catalog-product-view .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
  .streamcheckout-index-index.module-mm .form-grid form .catalog-product-view .product-main .product-soldout-block .ecom-btn.complete-payment,
  .page-layout-collectiondetails .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
  .streamcheckout-index-index.module-mm .form-grid form .page-layout-collectiondetails .product-main .product-soldout-block .ecom-btn.complete-payment,
  .catalog-product-view .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .catalog-product-view .product-main .product-soldout-block .btn.continue,
  .page-layout-collectiondetails .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue,
  .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .page-layout-collectiondetails .product-main .product-soldout-block .btn.continue,
  .catalog-product-view .product-main .product-soldout-block .track-order-index a.track-order,
  .track-order-index .catalog-product-view .product-main .product-soldout-block a.track-order,
  .page-layout-collectiondetails .product-main .product-soldout-block .track-order-index a.track-order,
  .track-order-index .page-layout-collectiondetails .product-main .product-soldout-block a.track-order {
    margin: 50px 0 0 0;
    width: 100%; }
    @media (max-width: 959px) {
      .catalog-product-view .product-main .wrapp-button.add-to-cart .btn, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .btn, .catalog-product-view .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .catalog-product-view .product-main .wrapp-button.add-to-cart .ecom-btn.complete-payment, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment, .streamcheckout-index-index.module-mm .form-grid form .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .ecom-btn.complete-payment,
      .catalog-product-view .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .catalog-product-view .product-main .wrapp-button.add-to-cart .btn.continue,
      .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue, .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .btn.continue, .catalog-product-view .product-main .wrapp-button.add-to-cart .track-order-index a.track-order, .track-order-index .catalog-product-view .product-main .wrapp-button.add-to-cart a.track-order, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart .track-order-index a.track-order, .track-order-index .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart a.track-order,
      .catalog-product-view .product-main .product-soldout-block .btn,
      .page-layout-collectiondetails .product-main .product-soldout-block .btn,
      .catalog-product-view .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
      .streamcheckout-index-index.module-mm .form-grid form .catalog-product-view .product-main .product-soldout-block .ecom-btn.complete-payment,
      .page-layout-collectiondetails .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
      .streamcheckout-index-index.module-mm .form-grid form .page-layout-collectiondetails .product-main .product-soldout-block .ecom-btn.complete-payment,
      .catalog-product-view .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue,
      .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .catalog-product-view .product-main .product-soldout-block .btn.continue,
      .page-layout-collectiondetails .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue,
      .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .page-layout-collectiondetails .product-main .product-soldout-block .btn.continue,
      .catalog-product-view .product-main .product-soldout-block .track-order-index a.track-order,
      .track-order-index .catalog-product-view .product-main .product-soldout-block a.track-order,
      .page-layout-collectiondetails .product-main .product-soldout-block .track-order-index a.track-order,
      .track-order-index .page-layout-collectiondetails .product-main .product-soldout-block a.track-order {
        border-left: none;
        border-right: none; } }

.catalog-product-view .product-main .wrapp-button.add-to-cart, .page-layout-collectiondetails .product-main .wrapp-button.add-to-cart {
  margin-top: 0; }


.catalog-product-view .product-main .product-soldout-block .btn,
.page-layout-collectiondetails .product-main .product-soldout-block .btn,
.catalog-product-view .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
.streamcheckout-index-index.module-mm .form-grid form .catalog-product-view .product-main .product-soldout-block .ecom-btn.complete-payment,
.page-layout-collectiondetails .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .ecom-btn.complete-payment,
.streamcheckout-index-index.module-mm .form-grid form .page-layout-collectiondetails .product-main .product-soldout-block .ecom-btn.complete-payment,
.catalog-product-view .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .catalog-product-view .product-main .product-soldout-block .btn.continue,
.page-layout-collectiondetails .product-main .product-soldout-block .streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .btn.continue,
.streamcheckout-index-index.module-mm .form-grid form .actions-toolbar .page-layout-collectiondetails .product-main .product-soldout-block .btn.continue,
.catalog-product-view .product-main .product-soldout-block .track-order-index a.track-order,
.track-order-index .catalog-product-view .product-main .product-soldout-block a.track-order,
.page-layout-collectiondetails .product-main .product-soldout-block .track-order-index a.track-order,
.track-order-index .page-layout-collectiondetails .product-main .product-soldout-block a.track-order {
  margin-top: 0; }

.catalog-product-view .product-main .current-cat-container, .page-layout-collectiondetails .product-main .current-cat-container {
  margin: 0;
  padding: 8px 10px;
  font-size: 1.8rem; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .current-cat-container, .page-layout-collectiondetails .product-main .current-cat-container {
      padding: 0;
      font-size: 1.4rem;
      margin: 0px 0 45px; } }
  .catalog-product-view .product-main .current-cat-container .backlink, .page-layout-collectiondetails .product-main .current-cat-container .backlink {
    text-transform: capitalize; }

.catalog-product-view .product-main .component-title.component-block, .page-layout-collectiondetails .product-main .component-title.component-block {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.2rem;
  margin: 0; }

.catalog-product-view .product-main .product-colors-wrapper, .page-layout-collectiondetails .product-main .product-colors-wrapper {
  margin-top: 15px; }


.catalog-product-view .product-main .product-soldout-block,
.page-layout-collectiondetails .product-main .product-soldout-block {
  margin-top: 0; }

.catalog-product-view .product-main .product-collection, .page-layout-collectiondetails .product-main .product-collection {
  text-transform: uppercase;
  margin: 0 0 24px 0;
  font-size: 1.8rem; }

.catalog-product-view .product-main .product-color.attr h3, .page-layout-collectiondetails .product-main .product-color.attr h3 {
  font-size: 1.6rem;
  text-transform: capitalize; }

.catalog-product-view .product-main .product-price-wrapper, .page-layout-collectiondetails .product-main .product-price-wrapper {
  margin: 24px 0; }

.catalog-product-view .product-main .list-details-section, .page-layout-collectiondetails .product-main .list-details-section {
  margin: 50px 0;
  line-height: 2.2rem; }
  .catalog-product-view .product-main .list-details-section h2, .page-layout-collectiondetails .product-main .list-details-section h2 {
    color: #707070;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: inherit; }
  .catalog-product-view .product-main .list-details-section ul, .page-layout-collectiondetails .product-main .list-details-section ul {
    width: 100%; }
    .catalog-product-view .product-main .list-details-section ul li, .page-layout-collectiondetails .product-main .list-details-section ul li {
      line-height: normal;
      margin-top: 2px; }
      @media (min-width: 960px) {
        .catalog-product-view .product-main .list-details-section ul li, .page-layout-collectiondetails .product-main .list-details-section ul li {
          margin-top: 4px; } }
  .catalog-product-view .product-main .list-details-section .col.label, .page-layout-collectiondetails .product-main .list-details-section .col.label {
    padding-right: 30px;
    width: 35%;
    line-height: 1.5rem; }
    @media (min-width: 960px) {
      .catalog-product-view .product-main .list-details-section .col.label, .page-layout-collectiondetails .product-main .list-details-section .col.label {
        line-height: 1.8rem;
        width: 40%; } }

.catalog-product-view .product-main .product-notice, .page-layout-collectiondetails .product-main .product-notice {
  margin-bottom: 30px; }

.catalog-product-view .product-main .product.attribute strong.type, .page-layout-collectiondetails .product-main .product.attribute strong.type {
  color: #707070;
  font-weight: 700; }

.catalog-product-view .product-main .product-campaigns a.check_details, .page-layout-collectiondetails .product-main .product-campaigns a.check_details {
  text-decoration: none;
  display: block;
  margin-bottom: 4px; }
  .catalog-product-view .product-main .product-campaigns a.check_details:hover, .page-layout-collectiondetails .product-main .product-campaigns a.check_details:hover {
    text-decoration: underline; }

.catalog-product-view .product-main .product-options-wrapper.attributes .attribute-header, .page-layout-collectiondetails .product-main .product-options-wrapper.attributes .attribute-header {
  font-weight: 300;
  margin-bottom: 2px;
  font-size: 1.4rem;
  letter-spacing: 1px; }

.catalog-product-view .product-main .product-options-wrapper.attributes select, .page-layout-collectiondetails .product-main .product-options-wrapper.attributes select {
  border: solid 1px #000;
  width: 100%;
  width: calc(100% - 15px);
  padding: 0 10px;
  font-size: 1.6rem; }

.catalog-product-view .product-main .product-options-wrapper.attributes .uk-button, .page-layout-collectiondetails .product-main .product-options-wrapper.attributes .uk-button {
  font-size: 14px;
  text-transform: none; }

.catalog-product-view .product-main .bundle-options-container .price-as-configured, .page-layout-collectiondetails .product-main .bundle-options-container .price-as-configured {
  display: none; }

.catalog-product-view .product-main .fieldset-bundle-options .bundle-option-wrapper > .uk-flex-middle.uk-grid, .page-layout-collectiondetails .product-main .fieldset-bundle-options .bundle-option-wrapper > .uk-flex-middle.uk-grid,
.catalog-product-view .product-main .fieldset-grouped-options .bundle-option-wrapper > .uk-flex-middle.uk-grid,
.page-layout-collectiondetails .product-main .fieldset-grouped-options .bundle-option-wrapper > .uk-flex-middle.uk-grid {
  align-items: initial; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .fieldset-bundle-options .bundle-option-wrapper > .uk-flex-middle.uk-grid, .page-layout-collectiondetails .product-main .fieldset-bundle-options .bundle-option-wrapper > .uk-flex-middle.uk-grid,
    .catalog-product-view .product-main .fieldset-grouped-options .bundle-option-wrapper > .uk-flex-middle.uk-grid,
    .page-layout-collectiondetails .product-main .fieldset-grouped-options .bundle-option-wrapper > .uk-flex-middle.uk-grid {
      align-items: flex-start; } }

.catalog-product-view .product-main .fieldset-bundle-options .product-qty, .page-layout-collectiondetails .product-main .fieldset-bundle-options .product-qty,
.catalog-product-view .product-main .fieldset-grouped-options .product-qty,
.page-layout-collectiondetails .product-main .fieldset-grouped-options .product-qty {
  display: none; }

.catalog-product-view .product-main .fieldset-bundle-options > .title, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .title,
.catalog-product-view .product-main .fieldset-grouped-options > .title,
.page-layout-collectiondetails .product-main .fieldset-grouped-options > .title {
  display: none;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 1px; }

.catalog-product-view .product-main .fieldset-bundle-options > .field, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field,
.catalog-product-view .product-main .fieldset-grouped-options > .field,
.page-layout-collectiondetails .product-main .fieldset-grouped-options > .field {
  border: solid 1px #707070;
  margin-top: -1px; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .fieldset-bundle-options > .field, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field,
    .catalog-product-view .product-main .fieldset-grouped-options > .field,
    .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field {
      border-left: none;
      border-right: none;
      border-bottom: none;
      margin-top: 0;
      padding: 25px 0; } }
  .catalog-product-view .product-main .fieldset-bundle-options > .field .col.item > .uk-flex-middle, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .col.item > .uk-flex-middle,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .col.item > .uk-flex-middle,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .col.item > .uk-flex-middle {
    align-items: flex-start; }
  .catalog-product-view .product-main .fieldset-bundle-options > .field .col.item, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .col.item,
  .catalog-product-view .product-main .fieldset-bundle-options > .field .col.item > .uk-grid,
  .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .col.item > .uk-grid,
  .catalog-product-view .product-main .fieldset-bundle-options > .field .col.item .uk-first-column,
  .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .col.item .uk-first-column,
  .catalog-product-view .product-main .fieldset-bundle-options > .field .col.item .uk-first-column picture,
  .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .col.item .uk-first-column picture,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .col.item,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .col.item,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .col.item > .uk-grid,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .col.item > .uk-grid,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .col.item .uk-first-column,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .col.item .uk-first-column,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .col.item .uk-first-column picture,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .col.item .uk-first-column picture {
    height: 100%; }
  .catalog-product-view .product-main .fieldset-bundle-options > .field .col.item .uk-first-column picture img, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .col.item .uk-first-column picture img,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .col.item .uk-first-column picture img,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .col.item .uk-first-column picture img {
    vertical-align: middle; }
  .catalog-product-view .product-main .fieldset-bundle-options > .field .uk-grid, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .uk-grid,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .uk-grid,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .uk-grid {
    margin: 0; }
    .catalog-product-view .product-main .fieldset-bundle-options > .field .uk-grid > *, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .uk-grid > *,
    .catalog-product-view .product-main .fieldset-grouped-options > .field .uk-grid > *,
    .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .uk-grid > * {
      padding: 0; }
  .catalog-product-view .product-main .fieldset-bundle-options > .field a, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field a,
  .catalog-product-view .product-main .fieldset-grouped-options > .field a,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field a {
    text-decoration: none; }
  .catalog-product-view .product-main .fieldset-bundle-options > .field picture, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field picture,
  .catalog-product-view .product-main .fieldset-grouped-options > .field picture,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field picture {
    display: block;
    border-right: solid 1px #707070;
    padding: 10px; }
    @media (min-width: 960px) {
      .catalog-product-view .product-main .fieldset-bundle-options > .field picture, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field picture,
      .catalog-product-view .product-main .fieldset-grouped-options > .field picture,
      .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field picture {
        padding: 0;
        border-right: none; } }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.uk-first-column, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.uk-first-column,
    .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.uk-flex-first,
    .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.uk-flex-first,
    .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.uk-first-column,
    .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.uk-first-column,
    .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.uk-flex-first,
    .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.uk-flex-first {
      padding-right: 10%; } }
  .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc,
  .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column; }
    @media (min-width: 960px) {
      .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc,
      .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc,
      .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc {
        font-size: 1.8rem;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start; } }
    .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc > div, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc > div,
    .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc > div,
    .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc > div {
      padding: 10px;
      flex: 0 50%; }
      @media (min-width: 960px) {
        .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc > div, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc > div,
        .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc > div,
        .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc > div {
          flex: none;
          padding: 0; } }
      @media (min-width: 960px) {
        .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc > div.product-select, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc > div.product-select,
        .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc > div.product-select,
        .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc > div.product-select {
          width: 100%;
          flex: initial;
          margin-top: 12px; } }
    .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc > div:not(:first-child), .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc > div:not(:first-child),
    .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc > div:not(:first-child),
    .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc > div:not(:first-child) {
      border-top: solid 1px #707070; }
      @media (min-width: 960px) {
        .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc > div:not(:first-child), .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc > div:not(:first-child),
        .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc > div:not(:first-child),
        .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc > div:not(:first-child) {
          border-top: none; } }
    .catalog-product-view .product-main .fieldset-bundle-options > .field .data-col.product-desc select, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field .data-col.product-desc select,
    .catalog-product-view .product-main .fieldset-grouped-options > .field .data-col.product-desc select,
    .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field .data-col.product-desc select {
      width: 100%;
      margin-top: 0; }
  .catalog-product-view .product-main .fieldset-bundle-options > .field select, .page-layout-collectiondetails .product-main .fieldset-bundle-options > .field select,
  .catalog-product-view .product-main .fieldset-grouped-options > .field select,
  .page-layout-collectiondetails .product-main .fieldset-grouped-options > .field select {
    height: 28px;
    margin-top: 5px; }

.catalog-product-view .product-main .bundle-info .wrapp-button, .page-layout-collectiondetails .product-main .bundle-info .wrapp-button {
  margin-top: 30px; }
  @media (min-width: 960px) {
    .catalog-product-view .product-main .bundle-info .wrapp-button, .page-layout-collectiondetails .product-main .bundle-info .wrapp-button {
      margin-top: 0; } }

.catalog-product-view .popular-products.carousel, .page-layout-collectiondetails .popular-products.carousel {
  overflow: hidden; }

.page-layout-bestsellers .list-products.uk-flex {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 960px) {
    .page-layout-bestsellers .list-products.uk-flex {
      grid-template-columns: 2fr 2fr 2fr 2fr;
      grid-template-areas: ". . . ." "full1 full1 . ." "full1 full1 . ." ". . . ." ". . full2 full2" ". . full2 full2" ". . . ." "full3 full3 . ." "full3 full3 . ." ". . . ." ". . full4 full4" ". . full4 full4" ". . . ." "full5 full5 . ." "full5 full5 . ." ". . . ." ". . full6 full6" ". . full6 full6" ". . . ." "full7 full7 . ." "full7 full7 . ." ". . . ." ". . full8 full8" ". . full8 full8" ". . . ."; } }
  .page-layout-bestsellers .list-products.uk-flex > div {
    width: 100% !important; }
    .page-layout-bestsellers .list-products.uk-flex > div.collection-col .collection-tile {
      height: calc(100% + 1px); }
      .page-layout-bestsellers .list-products.uk-flex > div.collection-col .collection-tile::before {
        display: none; }
    @media (min-width: 960px) {
      .page-layout-bestsellers .list-products.uk-flex > div.collection-col {
        grid-area: full1; }
        .page-layout-bestsellers .list-products.uk-flex > div.collection-col ~ div.collection-col {
          grid-area: full2; }
          .page-layout-bestsellers .list-products.uk-flex > div.collection-col ~ div.collection-col ~ div.collection-col {
            grid-area: full3; }
            .page-layout-bestsellers .list-products.uk-flex > div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col {
              grid-area: full4; }
              .page-layout-bestsellers .list-products.uk-flex > div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col {
                grid-area: full5; }
                .page-layout-bestsellers .list-products.uk-flex > div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col {
                  grid-area: full6; }
                  .page-layout-bestsellers .list-products.uk-flex > div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col {
                    grid-area: full7; }
                    .page-layout-bestsellers .list-products.uk-flex > div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col ~ div.collection-col {
                      grid-area: full8; } }

.page-layout-collectiondetails .collection-title {
  font-size: 4.6rem;
  line-height: 4rem;
  padding: 4px 10px;
  border-bottom: solid 1px #707070;
  margin: 0;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    .page-layout-collectiondetails .collection-title {
      border-bottom: none;
      padding: 0;
      margin-bottom: 35px;
      font-size: 6rem;
      line-height: 5.2rem; } }
  @media (min-width: 1200px) {
    .page-layout-collectiondetails .collection-title {
      font-size: 8rem;
      line-height: 7rem; } }

.page-layout-collectiondetails .collection-description {
  color: #000;
  font-size: 1.7rem;
  line-height: 2.2rem; }

.page-layout-collectiondetails .list-products.uk-flex.custom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a1 a2" ". a3" "a4 a4" "a5 a5" "l1 l1" "a6 a7"; }
  @media (min-width: 960px) {
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid {
      grid-template-columns: 2fr 2fr 2fr 2fr;
      grid-template-areas: "a1 a2 . ." "l1 l1 a3 a4" "l1 l1 . a5" ". . a6 a7" ". . . ."; } }
  .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div {
    width: 100% !important; }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(1) {
      grid-area: a1; }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(2) {
      grid-area: a2; }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(3) {
      grid-area: a3; }
      @media (max-width: 959px) {
        .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(3) .product-block {
          border-left: solid 1px #707070;
          margin-left: -1px; } }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(4) {
      grid-area: a4; }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(5) {
      grid-area: a5; }
      @media (min-width: 960px) {
        .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(5) .product-block {
          border-left: solid 1px #707070;
          margin-left: -1px; } }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(6) {
      grid-area: a6; }
      @media (min-width: 960px) {
        .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(6) .product-block {
          border-left: solid 1px #707070;
          margin-left: -1px; } }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div:nth-child(7) {
      grid-area: a7; }
    .page-layout-collectiondetails .list-products.uk-flex.custom-grid > div.collection-col {
      grid-area: l1; }

.store-locator-wrapper {
  margin-top: 0;
  border-bottom: solid 1px #707070; }
  .store-locator-wrapper .bh-sl-container .bh-sl-loc-list .mp-storelocator-list-location > li,
  .store-locator-wrapper #bh-sl-user-location {
    border-radius: 0px; }
  .store-locator-wrapper .gm-style .gm-style-iw-c {
    border-radius: 0px; }
  .store-locator-wrapper .mp-storelocator-list-location::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: #dfdfdf;
    border-radius: 50px; }
  .store-locator-wrapper .mp-storelocator-list-location::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 20px; }

.track-order-index #maincontent > .main-container,
.track-order-index #maincontent > .grid {
  padding: 0 15px; }

.track-order-index .header-top > .menu,
.track-order-index .wrap-right {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.track-order-index .main-container {
  display: none; }

.track-order-index .status-tracking-wrapper {
  max-width: 670px;
  margin: 0 auto;
  padding: 50px 0 30px;
  font-size: 1.4rem;
  line-height: 2rem; }
  @media (min-width: 960px) {
    .track-order-index .status-tracking-wrapper {
      padding: 130px 0 50px;
      font-size: 1.8rem;
      line-height: 2.2rem; } }
  .track-order-index .status-tracking-wrapper .progressbar {
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
    margin: 30px 5%; }
    @media (min-width: 960px) {
      .track-order-index .status-tracking-wrapper .progressbar {
        margin: 60px 5%; } }
    .track-order-index .status-tracking-wrapper .progressbar::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 100%;
      transform: translateY(-50%);
      background-color: #707070; }
    .track-order-index .status-tracking-wrapper .progressbar li {
      position: relative; }
      .track-order-index .status-tracking-wrapper .progressbar li::before {
        content: '';
        border-radius: 50%;
        background-color: #FFF;
        border: solid 1px #000;
        width: 21px;
        height: 21px;
        display: block;
        box-shadow: 0 0 0 9px #FFF; }
      .track-order-index .status-tracking-wrapper .progressbar li.active::before {
        background-color: #000; }
      .track-order-index .status-tracking-wrapper .progressbar li span {
        position: absolute;
        max-width: 110px;
        left: 50%;
        transform: translateX(-50%);
        top: -60px;
        text-align: center; }

.track-order-index h1 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    .track-order-index h1 {
      font-size: 2.2rem;
      line-height: 2.6rem; } }

.track-order-index .order-number {
  text-transform: uppercase; }

.track-order-index .order-road {
  border-top: solid 1px #707070;
  padding: 60px 0 10px 0;
  border-bottom: solid 1px #707070;
  margin: 50px 0 25px; }
  @media (min-width: 960px) {
    .track-order-index .order-road {
      padding: 60px 0 30px 0; } }

.track-order-index .actions {
  margin: 30px 0; }

.track-order-index .raw-tracking {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
  margin: 15px 0; }
  @media (min-width: 960px) {
    .track-order-index .raw-tracking {
      font-size: 2.2rem;
      line-height: 2.6rem; } }
  .track-order-index .raw-tracking .tracking-name {
    display: block; }

.track-order-index a.track-order {
  width: 100%;
  margin: 25px 0; }

.track-order-index .order-details {
  line-height: 2.2rem; }
  .track-order-index .order-details h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: #000; }
    @media (min-width: 960px) {
      .track-order-index .order-details h4 {
        font-size: 2.2rem;
        line-height: 2.6rem; } }

.track-order-index .below-tracking {
  margin: 55px 0; }
  .track-order-index .below-tracking .block-static-block {
    padding-top: 25px;
    border-top: solid 1px #707070; }


/*# sourceMappingURL=mm-theme.css.map*/