@charset "UTF-8";
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select {
  overflow: visible; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
input,
select,
textarea {
  margin: 0; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
select {
  text-transform: none; }

[type="button"],
[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="reset"],
[type="submit"], button, .cart.table-wrapper .actions-toolbar > .action, .action-gift,
html [type="button"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button; }

button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, .cart.table-wrapper .actions-toolbar > .action:-moz-focusring, .action-gift:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: field;
     -moz-appearance: field;
          appearance: field; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 10px 0 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide:before {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 65px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9; }
  .slick-prev:hover, .slick-prev:focus, .slick-prev:active,
  .slick-next:hover,
  .slick-next:focus,
  .slick-next:active {
    outline: none;
    background: transparent;
    color: transparent;
    border: none;
    box-shadow: none; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-prev:active:before,
    .slick-next:hover:before,
    .slick-next:focus:before,
    .slick-next:active:before {
      color: #988057; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.2; }
    .slick-prev.slick-disabled:before:hover,
    .slick-next.slick-disabled:before:hover {
      color: #000; }
  .slick-prev:before,
  .slick-next:before {
    content: "\e903";
    color: #000;
    font-family: 'berg-icons';
    font-size: 11px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px;
  transform: rotate(180deg); }
  @media all and (max-width: 47.9375em) {
    .slick-prev {
      left: 0; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  [dir="rtl"] .slick-prev:before {
    content: "→"; }

.slick-next {
  right: -25px; }
  @media all and (max-width: 47.9375em) {
    .slick-next {
      right: 0; } }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  [dir="rtl"] .slick-next:before {
    content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    @media all and (max-width: 47.9375em) {
      .slick-dots li {
        margin: 0 2px; } }
    .slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
      background: #fff;
      border: 1px solid #000;
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0;
      cursor: pointer;
      border-radius: 50%;
      margin: 0 auto; }
      @media all and (max-width: 47.9375em) {
        .slick-dots li button, .slick-dots li .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li .actions-toolbar > .action, .slick-dots li .action-gift {
          height: 10px;
          width: 10px; } }
      .slick-dots li button:hover, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover, .slick-dots li .action-gift:hover, .slick-dots li button:focus, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus, .slick-dots li .action-gift:focus, .slick-dots li button:active, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:active, .slick-dots li .action-gift:active {
        outline: none;
        box-shadow: none; }
        .slick-dots li button:hover:after, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:after, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:hover:after, .slick-dots li .action-gift:hover:after, .slick-dots li button:focus:after, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:after, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:focus:after, .slick-dots li .action-gift:focus:after, .slick-dots li button:active:after, .slick-dots li .cart.table-wrapper .actions-toolbar > .action:active:after, .cart.table-wrapper .slick-dots li .actions-toolbar > .action:active:after, .slick-dots li .action-gift:active:after {
          color: #000; }
    .slick-dots li.slick-active button, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .slick-dots li.slick-active .actions-toolbar > .action, .slick-dots li.slick-active .action-gift {
      background: #000; }
    .slick-dots li.slick-active button:after, .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:after, .cart.table-wrapper .slick-dots li.slick-active .actions-toolbar > .action:after, .slick-dots li.slick-active .action-gift:after {
      color: #000; }

body {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

nav ul,
nav ol {
  list-style: none none; }

img {
  border: 0; }

img,
object,
video,
embed {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

html {
  font-size: 62.5%;
  font-size-adjust: 100%; }

body {
  color: #999999;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.4rem;
  letter-spacing: 0.5px; }

p {
  margin-top: 0; }

p {
  margin-bottom: 2rem; }

abbr[title] {
  border-bottom: 1px dotted silver;
  cursor: help; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

mark {
  background: #dfdfdf;
  color: #000; }

small,
.small {
  font-size: 12px; }

hr {
  border: 0;
  border-top: 1px solid silver;
  margin-bottom: 20px;
  margin-top: 20px; }

sub,
sup {
  font-size: 78.57143%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dfn {
  font-style: italic; }

h1 {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 4rem; }

h2 {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.8rem;
  margin-top: 2.5rem;
  margin-bottom: 4rem; }

h3 {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

h4 {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h5 {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h6 {
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    color: #000;
    font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1; }

a,
.alink {
  color: #999999;
  text-decoration: underline; }
  a:visited,
  .alink:visited {
    color: #999999;
    text-decoration: underline; }
  a:hover,
  .alink:hover {
    color: #988057;
    text-decoration: underline; }
  a:active,
  .alink:active {
    color: #988057;
    text-decoration: underline; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 2.5rem; }
  ul > li,
  ol > li {
    margin-top: 0;
    margin-bottom: 1rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

dl {
  margin-bottom: 20px;
  margin-top: 0; }

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0; }

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  background: #dfdfdf;
  color: #000;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap; }

kbd {
  background: #dfdfdf;
  color: #000;
  padding: 2px 4px;
  font-size: 1.2rem; }

pre {
  background: #dfdfdf;
  border: 1px solid silver;
  color: #000;
  line-height: 1.75;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
  border-left: 0 solid silver;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #999999;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.4rem; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    color: #000;
    line-height: 1.75;
    font-size: 1.1rem;
    display: block; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "— "; }
  blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
  content: ''; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

cite {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%; }
  table th {
    text-align: left; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px 10px; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  background-image: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 14px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase; }
  button:focus, .cart.table-wrapper .actions-toolbar > .action:focus, .action-gift:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  button.disabled, .cart.table-wrapper .actions-toolbar > .disabled.action, .disabled.action-gift, button[disabled], .cart.table-wrapper .actions-toolbar > .action[disabled], .action-gift[disabled],
  fieldset[disabled] button,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .action,
  fieldset[disabled] .action-gift {
    cursor: default;
    pointer-events: none; }
  button::-moz-focus-inner, .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner, .action-gift::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 55px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="url"]:disabled,
  input[type="tel"]:disabled,
  input[type="search"]:disabled,
  input[type="number"]:disabled,
  input[type="datetime"]:disabled,
  input[type="email"]:disabled {
    border: 1px solid #D0D0D1;
    color: #D0D0D1; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder {
    color: #c2c2c2; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder {
    color: #c2c2c2; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder {
    color: #c2c2c2; }

input[type="number"] {
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="search"] {
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 55px;
  line-height: 1.75;
  padding: 5px 10px 4px 20px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box; }
  select:disabled {
    border: 1px solid #D0D0D1;
    color: #D0D0D1; }

select[multiple="multiple"] {
  height: auto;
  background-image: none; }

textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.75;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }
  textarea:disabled {
    border: 1px solid #D0D0D1;
    color: #D0D0D1; }
  textarea::-moz-placeholder {
    color: #c2c2c2; }
  textarea::-webkit-input-placeholder {
    color: #c2c2c2; }
  textarea:-ms-input-placeholder {
    color: #c2c2c2; }

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #e9a8a0; }

div.mage-error[generated] {
  color: #D65D4D;
  font-size: 1rem; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

address {
  font-style: normal; }

*:focus {
  box-shadow: none;
  outline: 0; }

._keyfocus *:focus, ._keyfocus *:hover,
input:not([disabled]):focus,
input:not([disabled]):hover,
textarea:not([disabled]):focus,
textarea:not([disabled]):hover,
select:not([disabled]):focus,
select:not([disabled]):hover {
  cursor: pointer;
  border-color: #988057; }

textarea:not([disabled]):focus, textarea:not([disabled]):hover {
  border-radius: 3px; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'berg-icons' !important;
  speak: none;
  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-active_3 .path1:before {
  content: "\e906";
  color: #988057; }

.icon-active_3 .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: white; }

.icon-active_2 .path1:before {
  content: "\e908";
  color: #988057; }

.icon-active_2 .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: white; }

.icon-inactive_3 .path1:before {
  content: "\e90a";
  color: #878787;
  opacity: 0.2; }

.icon-inactive_3 .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: white; }

.icon-inactive_2 .path1:before {
  content: "\e912";
  color: #878787;
  opacity: 0.2; }

.icon-inactive_2 .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: white; }

.icon-active_1 .path1:before {
  content: "\e915";
  color: #988057; }

.icon-active_1 .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: white; }

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

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

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

.icon-arrow_long:before {
  content: "\e904";
  color: #727270; }

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

.icon-arrow_down:before {
  content: "\e901"; }

.icon-bag:before {
  content: "\e90b"; }

.icon-care_guide:before {
  content: "\e90d"; }

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

.icon-delivery_grey:before {
  content: "\e90f";
  color: #999; }

.icon-fb .path1:before {
  content: "\e910";
  color: white; }

.icon-fb .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: black; }

.icon-google .path1:before {
  content: "\e916";
  color: white; }

.icon-google .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: black; }

.icon-google .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: black; }

.icon-grid_listing:before {
  content: "\e919"; }

.icon-info:before {
  content: "\e91a"; }

.icon-instagram .path1:before {
  content: "\e91b";
  color: white; }

.icon-instagram .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: black; }

.icon-language:before {
  content: "\e91d";
  color: #fff; }

.icon-list:before {
  content: "\e91e"; }

.icon-list_map:before {
  content: "\e91f"; }

.icon-map_minus:before {
  content: "\e920"; }

.icon-map_plus:before {
  content: "\e921"; }

.icon-menu-header:before {
  content: "\e922"; }

.icon-messenger:before {
  content: "\e924"; }

.icon-monogram:before {
  content: "\e925"; }

.icon-navigation:before {
  content: "\e926"; }

.icon-pinterest .path1:before {
  content: "\e929";
  color: white; }

.icon-pinterest .path2:before {
  content: "\e92a";
  margin-left: -1em;
  color: black; }

.icon-plus:before {
  content: "\e92b"; }

.icon-scroll-down-black:before {
  content: "\e92c"; }

.icon-scroll-down:before {
  content: "\e92d";
  color: #fff; }

.icon-search:before {
  content: "\e930"; }

.icon-secure_checkout .path1:before {
  content: "\e931";
  color: #00dd80; }

.icon-secure_checkout .path2:before {
  content: "\e932";
  margin-left: -0.8662109375em;
  color: #00dd80; }

.icon-secure_checkout .path3:before {
  content: "\e933";
  margin-left: -0.8662109375em;
  color: white; }

.icon-secure_checkout .path4:before {
  content: "\e934";
  margin-left: -0.8662109375em;
  color: white; }

.icon-secure_checkout .path5:before {
  content: "\e935";
  margin-left: -0.8662109375em;
  color: #00dd80; }

.icon-secure_checkout .path6:before {
  content: "\e936";
  margin-left: -0.8662109375em;
  color: #00dd80; }

.icon-share:before {
  content: "\e937"; }

.icon-shorten:before {
  content: "\e938"; }

.icon-size-guide:before {
  content: "\e939"; }

.icon-success:before {
  content: "\e93b";
  color: #988057; }

.icon-twitter .path1:before {
  content: "\e93c";
  color: white; }

.icon-twitter .path2:before {
  content: "\e93d";
  margin-left: -1em;
  color: black; }

.icon-user:before {
  content: "\e93e"; }

.icon-whatsapp:before {
  content: "\e93f"; }

.icon-wishlist:before {
  content: "\e940"; }

.icon-map:before {
  content: "\e941"; }

.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px; }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 10px; }
    .actions-toolbar > .primary .action:last-child,
    .actions-toolbar > .secondary .action:last-child {
      margin-bottom: 0; }
  .actions-toolbar > .primary:last-child,
  .actions-toolbar > .secondary:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .actions-toolbar:before, .actions-toolbar:after {
    content: '';
    display: table; }
  .actions-toolbar:after {
    clear: both; }
  .actions-toolbar .primary {
    float: left; }
  .actions-toolbar .secondary {
    float: right; }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block; }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
      display: inline-block; }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .actions-toolbar > .secondary,
  .actions-toolbar > .primary {
    margin-bottom: 0; }
    .actions-toolbar > .secondary .action,
    .actions-toolbar > .primary .action {
      margin-bottom: 0;
      width: auto; } }

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.breadcrumbs {
  margin: 22px 0 22px;
  text-transform: uppercase; }
  .breadcrumbs .items {
    font-size: 1.1rem;
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .breadcrumbs .items > li {
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs .item {
    margin: 0; }
  .breadcrumbs a {
    color: #000;
    text-decoration: none; }
    .breadcrumbs a:visited {
      color: #000;
      text-decoration: none; }
    .breadcrumbs a:hover {
      color: #988057;
      text-decoration: none; }
    .breadcrumbs a:active {
      color: #000;
      text-decoration: none; }
  .breadcrumbs strong {
    font-weight: 400; }
  .breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none; }
    .breadcrumbs .item:not(:last-child):after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 11px;
      line-height: 18px;
      content: "";
      font-family: "berg-icons";
      margin: 0 20px;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
  @media all and (max-width: 47.9375em) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs li:last-of-type {
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }

a.action.primary, button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  border-radius: 0; }

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  text-transform: uppercase;
  letter-spacing: 1px; }
  button:active, .cart.table-wrapper .actions-toolbar > .action:active, .action-gift:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }
  button:disabled, .cart.table-wrapper .actions-toolbar > .action:disabled, .action-gift:disabled {
    background-color: #E8E9EB;
    color: #B7B7B7; }

a.action.primary {
  display: inline-block;
  text-decoration: none; }
  a.action.primary:hover, a.action.primary:active, a.action.primary:focus {
    text-decoration: none; }

.action.primary {
  background-image: none;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 14px 20px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase; }
  .action.primary:focus, .action.primary:active {
    background-color: #988057;
    border: 1px solid #988057;
    color: #fff;
    text-decoration: none; }
  .action.primary:hover {
    background-color: #988057;
    border: 1px solid #988057;
    color: #fff;
    text-decoration: none; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary {
    cursor: default;
    pointer-events: none; }

.o-btn {
  background-image: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 14px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase; }
  .o-btn:focus, .o-btn:active {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  .o-btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  .o-btn.disabled, .o-btn[disabled],
  fieldset[disabled] .o-btn {
    cursor: default;
    pointer-events: none; }
  .o-btn:disabled {
    background-color: #fff;
    border-color: #B7B7B7; }
  .o-btn-primary {
    background-image: none;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 14px 20px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.6rem; }
    .o-btn-primary:focus, .o-btn-primary:active {
      background-color: #988057;
      border: 1px solid #988057;
      color: #fff;
      text-decoration: none; }
    .o-btn-primary:hover {
      background-color: #988057;
      border: 1px solid #988057;
      color: #fff;
      text-decoration: none; }
    .o-btn-primary.disabled, .o-btn-primary[disabled],
    fieldset[disabled] .o-btn-primary {
      cursor: default;
      pointer-events: none; }
  .o-btn--transparent {
    background-color: transparent; }
  .o-btn--white {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
    .o-btn--white:hover {
      background-color: #988057;
      color: #fff;
      border-color: #988057; }
  .o-btn--underlined {
    background-color: transparent;
    border: 0;
    padding: 5px 0;
    outline: none;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    color: #000;
    line-height: 17px; }
    .o-btn--underlined > a, .o-btn--underlined:visited {
      color: #000; }
    .o-btn--underlined:hover, .o-btn--underlined:active, .o-btn--underlined:focus {
      box-shadow: none;
      background-color: transparent;
      border: 0;
      border-bottom: 1px solid #988057;
      color: #988057; }
  .o-btn--small {
    padding: 9px 20px;
    font-size: 12px; }
  .o-btn--tiny {
    padding: 4px 20px;
    font-size: 11px;
    letter-spacing: 0.5px; }
  .o-btn--reset {
    border: none;
    background: none;
    padding: 0; }
    .o-btn--reset:hover {
      background-color: transparent;
      border: none; }

.abs-reset-list, .bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .footer.content ul, .block-banners .banner-items,
.block-banners-inline .banner-items, .block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .abs-reset-list > li, .bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .footer.content ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist, .block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 14px 20px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border-radius: 0; }
  .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.tocompare:focus,
  .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.tocompare:active,
  .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.tocompare:hover,
  .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  .abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .product-info-main .disabled.action.tocompare,
  .product-options-bottom .disabled.action.tocompare, .product-info-main .disabled.action.towishlist,
  .product-options-bottom .disabled.action.towishlist,
  .block-bundle-summary .disabled.action.towishlist, .block-event .slider-panel .slider .item .disabled.action.event, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled], .product-info-main .action.tocompare[disabled],
  .product-options-bottom .action.tocompare[disabled], .product-info-main .action.towishlist[disabled],
  .product-options-bottom .action.towishlist[disabled],
  .block-bundle-summary .action.towishlist[disabled], .block-event .slider-panel .slider .item .action.event[disabled],
  fieldset[disabled] .abs-action-link-button,
  fieldset[disabled] .abs-action-addto-product,
  fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
  .bundle-options-container .block-bundle-summary fieldset[disabled] .product-addto-links > .action,
  fieldset[disabled] .product-info-main .action.tocompare,
  .product-info-main fieldset[disabled] .action.tocompare,
  fieldset[disabled] .product-options-bottom .action.tocompare,
  .product-options-bottom fieldset[disabled] .action.tocompare,
  fieldset[disabled] .product-info-main .action.towishlist,
  .product-info-main fieldset[disabled] .action.towishlist,
  fieldset[disabled] .product-options-bottom .action.towishlist,
  .product-options-bottom fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-bundle-summary .action.towishlist,
  .block-bundle-summary fieldset[disabled] .action.towishlist,
  fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
  .block-event .slider-panel .slider .item fieldset[disabled] .action.event {
    cursor: default;
    pointer-events: none; }
  .abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.tocompare:hover,
  .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover,
  .product-options-bottom .action.towishlist:hover,
  .block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.tocompare:active,
  .product-options-bottom .action.tocompare:active, .product-info-main .action.towishlist:active,
  .product-options-bottom .action.towishlist:active,
  .block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.tocompare:focus,
  .product-options-bottom .action.tocompare:focus, .product-info-main .action.towishlist:focus,
  .product-options-bottom .action.towishlist:focus,
  .block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none; }

.abs-product-options-list dt, .cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0; }
  .abs-product-options-list dt:after, .cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

.abs-product-options-list dd, .cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt, .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after, .block-giftregistry-shared .item-options dt:after {
      content: ': '; }
  .abs-product-options-list-desktop dd, .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; } }

.abs-button-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .abs-button-desktop {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller, .product-info-main .box-tocart .actions .action.tocart {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .abs-blocks-2columns, .column .block-addbysku .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
      float: right; } }

@media only screen and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
      clear: left;
      float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
      float: right; } }

.abs-reset-image-wrapper, .products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important; }
  .abs-reset-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%; }

.abs-adaptive-images-centered, .product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%; }

.abs-login-block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  padding-bottom: 12px; }
  .abs-login-block-title strong {
    font-weight: 500; }

.abs-block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title, .block-compare .block-title, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title {
  margin-bottom: 15px; }
  .abs-block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .block-compare .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px; }
  .abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .paypal-review .block .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px; }

.abs-dropdown-simple, .giftregisty-dropdown, .wishlist-dropdown {
  display: inline-block;
  position: relative; }
  .abs-dropdown-simple:before, .giftregisty-dropdown:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
  .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    clear: both; }
  .abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
    .abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 0 0 5px;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
      color: inherit; }
    .abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0 0 0 5px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
        color: inherit; }
      .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
        color: inherit; }
  .abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
      left: 10px;
      top: -12px; }
    .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
      left: 9px;
      top: -14px; }
  .abs-dropdown-simple.active, .active.giftregisty-dropdown, .active.wishlist-dropdown {
    overflow: visible; }
    .abs-dropdown-simple.active ul.dropdown, .active.giftregisty-dropdown ul.dropdown, .active.wishlist-dropdown ul.dropdown {
      display: block; }

.abs-input-qty, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px; }

.abs-margin-for-blocks-and-widgets, .block, .sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child), .block-banners,
.block-banners-inline {
  margin-bottom: 40px; }

.abs-remove-button-for-blocks, .sidebar .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filtered .item .action.remove {
  display: inline-block;
  text-decoration: none; }
  .abs-remove-button-for-blocks > span, .sidebar .action.delete > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filtered .item .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filtered .item .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-remove-button-for-blocks:hover:before, .sidebar .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filtered .item .action.remove:hover:before {
    color: #303030; }
  .abs-remove-button-for-blocks:active:before, .sidebar .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filtered .item .action.remove:active:before {
    color: #303030; }

.abs-product-link {
  font-weight: 400; }
  .abs-product-link > a {
    color: #999999;
    text-decoration: none; }
    .abs-product-link > a:visited {
      color: #999999;
      text-decoration: underline; }
    .abs-product-link > a:hover {
      color: #999999;
      text-decoration: underline; }
    .abs-product-link > a:active {
      color: #999999;
      text-decoration: underline; }

.abs-reset-left-margin, .form.giftregistry.items .actions-toolbar, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend, .form.wishlist.items .actions-toolbar {
  margin-left: 0; }

@media only screen and (min-width: 768px) {
  .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto; }

@media only screen and (min-width: 768px) {
  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-giftregistry-share .fieldset .additional .action.remove, .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
    margin-left: 150%;
    top: 6px; } }

.abs-add-fields .fieldset, .form-giftregistry-share .fieldset, .form-giftregistry-edit .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px; }
  .abs-add-fields .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%; }
  .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
    .abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
      margin-top: 30px; }
  .abs-add-fields .fieldset .fields .actions-toolbar, .form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
  margin: 30px 0 0; }

.abs-add-fields .additional, .form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
  margin-top: 55px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .abs-margin-for-forms-desktop, .column:not(.sidebar-additional) form .actions-toolbar,
  .column:not(.sidebar-main) form .actions-toolbar, .fieldset .legend {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .abs-margin-for-forms-desktop-s {
    margin-left: 0; } }

.abs-hidden, .order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden; }

.abs-visually-hidden, .fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label, .product-item-actions .actions-secondary > .action span, .table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span, .cart.table-wrapper .col.qty .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field.additional .label, .account-nav .title, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile, .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 640px) {
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

@media only screen and (min-width: 768px) {
  .abs-visually-hidden-desktop, .modes-label, .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; } }

.abs-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.abs-add-clearfix:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .payment-method-braintree .hosted-date-wrap:before, .toolbar:before, .toolbar-products:before, .sidebar .product-items-images:before, .cart.table-wrapper .item-options:before, .checkout-container:before, .checkout-onepage-success:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .fieldset .fullname .field:before, .page-product-downloadable .product-add-form:before, .gift-options:before, .gift-item-block .content:before, .order-details-items .order-gift-message:before,
.order-details-items .block-order-details-gift-message:before, .block-giftregistry-shared-items .product .item-options:before, .gift-wrapping-list:before, .opc-wrapper .data.table .gift-wrapping:before,
.table-order-items .gift-wrapping:before,
.table-order-review .gift-wrapping:before, .order-options .product:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .customer-review .product-details:before, .abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .item-options:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after {
  content: '';
  display: table; }

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .item-options:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after, .customer-review .product-details:after {
  clear: both; }

@media only screen and (min-width: 768px) {
  .abs-add-clearfix-desktop:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-giftregistry-results:before, .toolbar-wishlist-results:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .cart-container:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .block-giftregistry-shared .item-options:before, .gift-wrapping .nested:before, .table .gift-wrapping .content:before, .block-wishlist-management:before, .paypal-review .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before, .footer .copyright:before, .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .footer .copyright:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .cart-container:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after, .footer .copyright:after {
    clear: both; } }

@media only screen and (min-width: 640px) {
  .abs-add-clearfix-desktop-s:before, .multicheckout .block-billing:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    content: '';
    display: table; }
  .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    clear: both; } }

@media only screen and (max-width: 639px) {
  .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .multicheckout.order-review .data.table tbody tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .table-giftregistry-items .col.product:before, .account .toolbar:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after, .account .toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after, .account .toolbar:after {
    clear: both; } }

@media only screen and (max-width: 767px) {
  .abs-add-clearfix-mobile-m:before, .form-create-return .fieldset > .actions-toolbar:before, .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table; }
  .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    clear: both; } }

.abs-add-box-sizing, .abs-field-date .control, .field.date .control, .abs-field-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .column .block-addbysku .sku, .bundle-options-container .block-bundle-summary, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
    box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
  .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
  .abs-revert-field-type-desktop .fieldset > .field, .product-add-form .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label, .product-add-form .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
    .product-add-form .fieldset .fields > .field:not(.choice) > .label {
      box-sizing: content-box;
      float: none;
      width: auto;
      text-align: left;
      padding: 0; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control, .product-add-form .fieldset > .field:not(.choice) > .control,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
    .product-add-form .fieldset .fields > .field:not(.choice) > .control {
      float: none;
      width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label, .product-add-form .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
    .product-add-form .fieldset .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block;
      text-transform: uppercase; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .product-add-form .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before, .product-add-form .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .product-add-form .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
    .product-add-form .fieldset .fields > .field.no-label:before {
      display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type, .product-add-form .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
      margin-bottom: 0; } }

.abs-navigation-icon {
  display: block;
  text-decoration: none; }
  .abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
  .abs-split-button:after {
    clear: both; }
  .abs-split-button .action.split {
    float: left;
    margin: 0; }
  .abs-split-button .action.toggle {
    float: right;
    margin: 0; }
  .abs-split-button button.action.split, .abs-split-button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .abs-split-button .actions-toolbar > .action.split, .abs-split-button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .abs-split-button button + .action.toggle, .abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .abs-split-button .actions-toolbar > .action + .action.toggle, .abs-split-button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none; }
    .abs-split-button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .abs-split-button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-split-button .action.toggle:hover:after {
      color: inherit; }
    .abs-split-button .action.toggle:active:after {
      color: inherit; }
    .abs-split-button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .abs-split-button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .abs-split-button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .abs-split-button .action.toggle.active:hover:after {
        color: inherit; }
      .abs-split-button .action.toggle.active:active:after {
        color: inherit; }
  .abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .abs-split-button .items li {
      margin: 0;
      padding: 3px 5px; }
      .abs-split-button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .abs-split-button .items:before, .abs-split-button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .abs-split-button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .abs-split-button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .abs-split-button .items:before {
      right: 10px;
      top: -12px; }
    .abs-split-button .items:after {
      right: 9px;
      top: -14px; }
  .abs-split-button.active {
    overflow: visible; }
    .abs-split-button.active .items {
      display: block; }

.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.4rem;
  padding: 10px 20px;
  font-size: 1.2rem; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none; }
  .abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .table-comparison .wishlist.split.button > .action.split > span, .product-items .wishlist.split.button > .action.split > span, .product-items .action.towishlist > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before, .product-items .action.towishlist:before,
  .products.list.items .action.towishlist:before,
  .table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #000;
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before,
  .product-items .wishlist.split.button > .action.split:hover:before, .product-items .action.towishlist:hover:before,
  .products.list.items .action.towishlist:hover:before,
  .table-comparison .action.towishlist:hover:before {
    color: #988057; }

.abs-button-l, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
  line-height: 1.6rem;
  padding: 14px 20px;
  font-size: 1.4rem; }

.abs-action-button-as-link, .abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button {
  line-height: 1.75;
  padding: 0;
  color: #999999;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400; }
  .abs-action-button-as-link:visited, .abs-action-remove:visited, .abs-add-fields .action.remove:visited, .form-giftregistry-share .action.remove:visited, .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited, .cart.table-wrapper .action.help.map:visited, .opc-wrapper .edit-address-link:visited, .action-auth-toggle:visited, .checkout-payment-method .checkout-billing-address .action-cancel:visited, .checkout-agreements-block .action-show:visited, .cart-summary .block.giftcard .action.check:visited, .gift-options .actions-toolbar .action-cancel:visited, .table-comparison .wishlist.split.button > .action:visited,
  .product-items .wishlist.split.button > .action:visited, .paypal-button-widget .paypal-button:visited {
    color: #999999;
    text-decoration: underline; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #988057;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active {
    color: #988057;
    text-decoration: underline; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #988057; }
  .abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:focus, .form.send.friend .action.remove:focus, .cart.table-wrapper .action.help.map:focus, .opc-wrapper .edit-address-link:focus, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:focus, .cart-summary .block.giftcard .action.check:focus, .gift-options .actions-toolbar .action-cancel:focus, .table-comparison .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
  .abs-action-button-as-link.disabled, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form-giftregistry-share .disabled.action.remove, .form-giftregistry-edit .disabled.action.remove, .form-add-invitations .disabled.action.remove, .form-create-return .disabled.action.remove, .form.send.friend .disabled.action.remove, .cart.table-wrapper .disabled.action.help.map, .opc-wrapper .disabled.edit-address-link, .disabled.action-auth-toggle, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .checkout-agreements-block .disabled.action-show, .cart-summary .block.giftcard .disabled.action.check, .gift-options .actions-toolbar .disabled.action-cancel, .table-comparison .wishlist.split.button > .disabled.action,
  .product-items .wishlist.split.button > .disabled.action, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .form-giftregistry-share .action.remove[disabled], .form-giftregistry-edit .action.remove[disabled], .form-add-invitations .action.remove[disabled], .form-create-return .action.remove[disabled], .form.send.friend .action.remove[disabled], .cart.table-wrapper .action.help.map[disabled], .opc-wrapper .edit-address-link[disabled], .action-auth-toggle[disabled], .checkout-payment-method .checkout-billing-address .action-cancel[disabled], .checkout-agreements-block .action-show[disabled], .cart-summary .block.giftcard .action.check[disabled], .gift-options .actions-toolbar .action-cancel[disabled], .table-comparison .wishlist.split.button > .action[disabled],
  .product-items .wishlist.split.button > .action[disabled], .paypal-button-widget .paypal-button[disabled],
  fieldset[disabled] .abs-action-button-as-link,
  fieldset[disabled] .abs-action-remove,
  fieldset[disabled] .abs-add-fields .action.remove,
  .abs-add-fields fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-share .action.remove,
  .form-giftregistry-share fieldset[disabled] .action.remove,
  fieldset[disabled] .form-giftregistry-edit .action.remove,
  .form-giftregistry-edit fieldset[disabled] .action.remove,
  fieldset[disabled] .form-add-invitations .action.remove,
  .form-add-invitations fieldset[disabled] .action.remove,
  fieldset[disabled] .form-create-return .action.remove,
  .form-create-return fieldset[disabled] .action.remove,
  fieldset[disabled] .form.send.friend .action.remove,
  .form.send.friend fieldset[disabled] .action.remove,
  fieldset[disabled] .cart.table-wrapper .action.help.map,
  .cart.table-wrapper fieldset[disabled] .action.help.map,
  fieldset[disabled] .opc-wrapper .edit-address-link,
  .opc-wrapper fieldset[disabled] .edit-address-link,
  fieldset[disabled] .action-auth-toggle,
  fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
  .checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
  fieldset[disabled] .checkout-agreements-block .action-show,
  .checkout-agreements-block fieldset[disabled] .action-show,
  fieldset[disabled] .cart-summary .block.giftcard .action.check,
  .cart-summary .block.giftcard fieldset[disabled] .action.check,
  fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
  .gift-options .actions-toolbar fieldset[disabled] .action-cancel,
  fieldset[disabled] .table-comparison .wishlist.split.button > .action,
  .table-comparison fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .product-items .wishlist.split.button > .action,
  .product-items fieldset[disabled] .wishlist.split.button > .action,
  fieldset[disabled] .paypal-button-widget .paypal-button,
  .paypal-button-widget fieldset[disabled] .paypal-button {
    color: #999999;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
  .abs-action-button-as-link:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .cart.table-wrapper .action.help.map:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:not(:focus), .cart-summary .block.giftcard .action.check:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus),
  .product-items .wishlist.split.button > .action:not(:focus), .paypal-button-widget .paypal-button:not(:focus) {
    box-shadow: none; }

.abs-revert-secondary-color, .block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary {
  background: #fff;
  border: 1px solid #000;
  color: #000; }
  .abs-revert-secondary-color:focus, .block-compare .action.compare:focus, .cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:focus, .cart-summary .actions-toolbar > .primary .action-gift:focus, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .block-compare .action.compare:active, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:active, .cart-summary .actions-toolbar > .primary .action-gift:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review .block .actions-toolbar .action.primary:active {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  .abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .cart-summary .actions-toolbar > .primary .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .action-gift:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff; }

.abs-revert-secondary-size, .cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 14px 20px; }

.abs-box-tocart, .bundle-actions {
  margin: 10px 0; }

.abs-adjustment-incl-excl-tax .price-including-tax, .bundle-options-container .price-notice .price-including-tax, .product-options-wrapper .field .price-notice .price-including-tax, .cart-summary .price-including-tax, .gift-summary .price-including-tax, .gift-options .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .weee,
.gift-summary .weee,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap; }

.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax, .gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before, .gift-options .price-including-tax + .price-excluding-tax:before {
    content: "(" attr(data-label) ": "; }
  .abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after, .bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after {
    content: ')'; }

.abs-tax-total, .price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-tax-total:after, .price-including-tax .cart-tax-total:after,
  .price-excluding-tax .cart-tax-total:after {
    position: absolute;
    right: -10px;
    top: 3px; }
  .abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
  .price-excluding-tax .cart-tax-total-expanded:after {
    content: ""; }

.abs-tax-total-expanded:after, .price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: ""; }

.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px; }

@media only screen and (max-width: 639px) {
  .abs-checkout-order-review tbody tr:not(:last-child), .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid silver; }
  .abs-checkout-order-review tbody tr .col.item:before, .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none; }
  .abs-checkout-order-review tbody tr .col.qty, .multicheckout.order-review .data.table tbody tr .col.qty, .abs-checkout-order-review tbody tr .col.price, .multicheckout.order-review .data.table tbody tr .col.price, .abs-checkout-order-review tbody tr .col.subtotal, .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%; }
    .abs-checkout-order-review tbody tr .col.qty:before, .multicheckout.order-review .data.table tbody tr .col.qty:before, .abs-checkout-order-review tbody tr .col.price:before, .multicheckout.order-review .data.table tbody tr .col.price:before, .abs-checkout-order-review tbody tr .col.subtotal:before, .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
      content: attr(data-th) ":";
      display: block;
      font-weight: 700;
      padding-bottom: 10px; }
  .abs-checkout-order-review tbody tr .product-item-name, .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0; } }

.abs-colon:after, .minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after, .order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after, .block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': '; }

.abs-icon-add, .abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none; }
  .abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }

@media only screen and (max-width: 767px) {
  .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none; }
    .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 10px;
      line-height: 10px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; } }

.abs-dropdown-items-new .items .item:last-child:hover, .wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8; }

.abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: inherit;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after {
      position: absolute;
      right: 10px;
      top: 0; }
    .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .active.wishlist-name:after {
      content: ""; } }

.abs-no-display, .abs-sidebar-totals .table-caption, .cart-totals .table-caption, .sidebar .subtitle, .cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close, .multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden, [class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle, .sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle, .no-display {
  display: none; }

@media only screen and (max-width: 639px) {
  .abs-no-display-s, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none; } }

@media only screen and (min-width: 768px) {
  .abs-no-display-desktop, .opc-estimated-wrapper, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none; } }

.abs-status, .return-status, .order-status {
  display: inline-block;
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .abs-pager-toolbar-mobile .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-wishlist-results .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px; } }

@media only screen and (max-width: 639px) {
  .abs-pager-toolbar-mobile-s .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .toolbar-giftregistry-results .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .abs-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative; }
    .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
      float: right;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
      float: left;
      line-height: normal;
      padding: 7px 0 0;
      position: relative;
      z-index: 1; }
    .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-giftregistry-results .pages, .toolbar-wishlist-results .pages {
      position: absolute;
      width: 100%;
      z-index: 0; } }

.abs-block-items-counter, .block-compare .counter, .block-wishlist .counter {
  color: #999999;
  font-size: 1.2rem;
  white-space: nowrap; }

.abs-shopping-cart-items .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active, .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus {
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before, .cart-container .form-cart .action.continue:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.continue:hover:before, .block-cart-failed .action.continue:hover:before, .cart-container .form-cart .action.continue:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:active:before, .block-cart-failed .action.continue:active:before, .cart-container .form-cart .action.continue:active:before {
    color: inherit; }
  .abs-shopping-cart-items .action.continue:focus, .block-cart-failed .action.continue:focus, .cart-container .form-cart .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none; }
  .abs-shopping-cart-items .action.continue.disabled, .block-cart-failed .action.continue.disabled, .cart-container .form-cart .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled], .block-cart-failed .action.continue[disabled], .cart-container .form-cart .action.continue[disabled],
  fieldset[disabled] .abs-shopping-cart-items .action.continue,
  fieldset[disabled] .block-cart-failed .action.continue,
  fieldset[disabled] .cart-container .form-cart .action.continue,
  .cart-container fieldset[disabled] .form-cart .action.continue {
    cursor: default;
    pointer-events: none; }
  .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }

.abs-shopping-cart-items .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px; }
  .abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before, .cart-container .form-cart .action.update:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-shopping-cart-items .action.update:hover:before, .block-cart-failed .action.update:hover:before, .cart-container .form-cart .action.update:hover:before {
    color: inherit; }
  .abs-shopping-cart-items .action.update:active:before, .block-cart-failed .action.update:active:before, .cart-container .form-cart .action.update:active:before {
    color: inherit; }

@media only screen and (max-width: 1024px) {
  .abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions {
    text-align: center; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.continue, .cart-container .form-cart .action.continue, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    margin: 0 auto 10px; }
  .abs-shopping-cart-items-mobile .action.update, .cart-container .form-cart .action.update, .abs-shopping-cart-items-mobile .action.clear, .cart-container .form-cart .action.clear {
    display: block; } }

@media only screen and (min-width: 768px) {
  .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 66%; }
    .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .form-cart .actions, .cart-container .cart-gift-item .actions {
      text-align: right; }
    .abs-shopping-cart-items-desktop .action.clear, .block-cart-failed .action.clear, .cart-container .form-cart .action.clear, .cart-container .cart-gift-item .action.clear, .abs-shopping-cart-items-desktop .action.update, .block-cart-failed .action.update, .cart-container .form-cart .action.update, .cart-container .cart-gift-item .action.update {
      margin-left: 10px; }
    .abs-shopping-cart-items-desktop .action.continue, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart-container .cart-gift-item .action.continue {
      float: left; } }

.abs-field-date .control, .field.date .control {
  position: relative; }

.abs-field-date-input, .abs-field-date input, .field.date input, .form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px); }

.abs-field-tooltip {
  position: relative; }
  .abs-field-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px); }

.abs-checkout-tooltip-content-position-top, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0; }
  .abs-checkout-tooltip-content-position-top:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999; }
  .abs-checkout-tooltip-content-position-top:after, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #fff;
    top: 1px; }

@media only screen and (max-width: 767px) {
  .abs-checkout-tooltip-content-position-top-mobile, .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before, .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      margin-top: -21px;
      right: 10px;
      left: auto;
      top: 0; }
    .abs-checkout-tooltip-content-position-top-mobile:before, .field-tooltip .field-tooltip-content:before {
      border-bottom-color: #999; }
    .abs-checkout-tooltip-content-position-top-mobile:after, .field-tooltip .field-tooltip-content:after {
      border-bottom-color: #fff;
      top: 1px; } }

.abs-checkout-title, .opc-wrapper .step-title, .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  color: #999999;
  font-weight: 300;
  font-size: 2.6rem;
  color: #000;
  text-transform: uppercase; }

.abs-sidebar-totals .mark, .cart-totals .mark {
  font-weight: 400;
  padding-left: 4px; }
  .abs-sidebar-totals .mark strong, .cart-totals .mark strong {
    font-weight: 400; }

.abs-sidebar-totals .amount, .cart-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap; }
  .abs-sidebar-totals .amount strong, .cart-totals .amount strong {
    font-weight: 400; }

.abs-sidebar-totals .grand .mark, .cart-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount {
  padding-top: 20px; }


.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount {
  padding-right: 4px;
  text-align: right; }
  .abs-sidebar-totals .grand .amount strong, .cart-totals .grand .amount strong {
    font-weight: 700; }

.abs-sidebar-totals .msrp, .cart-totals .msrp {
  margin-bottom: 10px; }

.abs-sidebar-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .amount {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  cursor: pointer; }

.abs-sidebar-totals .totals-tax-summary .amount .price, .cart-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative; }
  .abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: -5px;
    top: -12px; }

.abs-sidebar-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0; }

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: ""; }

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid silver; }
  .abs-sidebar-totals .totals-tax-details.shown, .cart-totals .totals-tax-details.shown {
    display: table-row; }

.abs-discount-block > .title, .cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid silver;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
    position: absolute;
    right: -5px;
    top: -5px; }
  .column.main .abs-discount-block > .title strong, .column.main .cart-summary .block > .title strong, .cart-summary .column.main .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .paypal-review-discount .column.main .block > .title strong {
    font-size: 1.8rem;
    font-weight: 400; }

.abs-discount-block > .content, .cart-summary .block > .content, .paypal-review-discount .block > .content {
  display: none; }

.abs-discount-block.active > .title:after, .cart-summary .active.block > .title:after, .paypal-review-discount .active.block > .title:after {
  content: ""; }

.abs-discount-block.active > .content, .cart-summary .active.block > .content, .paypal-review-discount .active.block > .content {
  display: block; }

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em; }
  .fieldset > * {
    letter-spacing: 0.5px; }
  .fieldset > .legend {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
    color: #000;
    line-height: 1.2;
    font-size: 1rem; }
    .fieldset > .legend + br {
      clear: both;
      display: block;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset > .field,
  .fieldset > .fields > .field {
    margin: 0 0 20px; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      margin: 0 0 5px;
      display: inline-block;
      text-transform: uppercase; }
    .fieldset > .field:last-child,
    .fieldset > .fields > .field:last-child {
      margin-bottom: 0; }
    .fieldset > .field > .label,
    .fieldset > .fields > .field > .label {
      color: #000;
      font-weight: 700;
      font-size: 1.1rem; }
      .fieldset > .field > .label + br,
      .fieldset > .fields > .field > .label + br {
        display: none; }
    .fieldset > .field .choice input,
    .fieldset > .fields > .field .choice input {
      vertical-align: top; }
    .fieldset > .field .fields.group:before, .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:before,
    .fieldset > .fields > .field .fields.group:after {
      content: '';
      display: table; }
    .fieldset > .field .fields.group:after,
    .fieldset > .fields > .field .fields.group:after {
      clear: both; }
    .fieldset > .field .fields.group .field,
    .fieldset > .fields > .field .fields.group .field {
      box-sizing: border-box;
      float: left; }
    .fieldset > .field .fields.group.group-2 .field,
    .fieldset > .fields > .field .fields.group.group-2 .field {
      width: 50% !important; }
    .fieldset > .field .fields.group.group-3 .field,
    .fieldset > .fields > .field .fields.group.group-3 .field {
      width: 33.3% !important; }
    .fieldset > .field .fields.group.group-4 .field,
    .fieldset > .fields > .field .fields.group.group-4 .field {
      width: 25% !important; }
    .fieldset > .field .fields.group.group-5 .field,
    .fieldset > .fields > .field .fields.group.group-5 .field {
      width: 20% !important; }
    .fieldset > .field .addon,
    .fieldset > .fields > .field .addon {
      display: inline-flex;
      flex-wrap: nowrap;
      padding: 0;
      width: 100%; }
      .fieldset > .field .addon textarea,
      .fieldset > .field .addon select,
      .fieldset > .field .addon input,
      .fieldset > .fields > .field .addon textarea,
      .fieldset > .fields > .field .addon select,
      .fieldset > .fields > .field .addon input {
        order: 2;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .field .addon .addafter,
      .fieldset > .fields > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #000;
        border-radius: 0;
        font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        height: 55px;
        line-height: 1.75;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto; }
        .fieldset > .field .addon .addbefore:disabled,
        .fieldset > .field .addon .addafter:disabled,
        .fieldset > .fields > .field .addon .addbefore:disabled,
        .fieldset > .fields > .field .addon .addafter:disabled {
          border: 1px solid #D0D0D1;
          color: #D0D0D1; }
        .fieldset > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .field .addon .addafter::-moz-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
        .fieldset > .fields > .field .addon .addafter::-moz-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .field .addon .addafter::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
        .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
          color: #c2c2c2; }
        .fieldset > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .field .addon .addafter:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
        .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
          color: #c2c2c2; }
      .fieldset > .field .addon .addbefore,
      .fieldset > .fields > .field .addon .addbefore {
        float: left;
        order: 1; }
    .fieldset > .field .additional,
    .fieldset > .fields > .field .additional {
      margin-top: 10px; }
    .fieldset > .field.required > .label:after,
    .fieldset > .field._required > .label:after,
    .fieldset > .fields > .field.required > .label:after,
    .fieldset > .fields > .field._required > .label:after {
      content: '*';
      color: #988057;
      font-size: 1.2rem;
      margin: 0 0 0 5px; }
    .fieldset > .field .note,
    .fieldset > .fields > .field .note {
      font-size: 1.2rem;
      margin: 3px 0 0;
      padding: 0;
      display: inline-block;
      text-decoration: none; }
      .fieldset > .field .note:before,
      .fieldset > .fields > .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
    .fieldset > .field.choice .label,
    .fieldset > .fields > .field.choice .label {
      display: inline;
      font-weight: normal; }
    .column:not(.main) .fieldset > .field .label, .column:not(.main)
    .fieldset > .fields > .field .label {
      font-weight: normal; }
    .fieldset > .field .field.choice,
    .fieldset > .fields > .field .field.choice {
      margin-bottom: 10px; }
      .fieldset > .field .field.choice:last-child,
      .fieldset > .fields > .field .field.choice:last-child {
        margin-bottom: 0; }
    .fieldset > .field input[type=file],
    .fieldset > .fields > .field input[type=file] {
      margin: 5px 0; }

.legend + .fieldset,
.legend + div {
  clear: both; }

.legend strong {
  margin-left: 5px; }

fieldset.field {
  border: 0;
  padding: 0; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap; }

.field .message.warning {
  margin-top: 10px; }

.field-error,
div.mage-error[generated] {
  margin-top: 7px; }

.field-error {
  color: #D65D4D;
  font-size: 1rem; }

.field .tooltip {
  position: relative; }
  .field .tooltip .tooltip-content {
    background: #000;
    border-radius: 4px;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #fff;
    line-height: 1.75;
    font-size: 1.2rem;
    border: 1px solid #000;
    margin-left: 5px;
    left: 100%;
    top: 0; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .field .tooltip .tooltip-content:after {
      border-width: 5px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:before {
      border-width: 6px;
      border-color: transparent; }
    .field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
      right: 100%; }
    .field .tooltip .tooltip-content:after {
      border-right-color: #000;
      margin-top: -5px;
      top: 15px; }
    .field .tooltip .tooltip-content:before {
      border-right-color: #000;
      margin-top: -6px;
      top: 15px; }
  .field .tooltip .tooltip-toggle {
    cursor: help; }
  .field .tooltip .tooltip-toggle:hover + .tooltip-content,
  .field .tooltip .tooltip-toggle:focus + .tooltip-content,
  .field .tooltip:hover .tooltip-content {
    display: block; }
  .field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block; }

.select-custom {
  position: relative; }
  .select-custom select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .select-custom select::-ms-expand {
    display: none; }
  .select-custom:before {
    content: '';
    width: 9px;
    height: 9px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #000;
    position: absolute;
    top: 21px;
    right: 21px;
    pointer-events: none;
    transform: rotate(134deg); }

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger:hover {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    line-height: 40px;
    color: #999999;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0; }

.sidebar .fieldset {
  margin: 0; }
  .sidebar .fieldset > .field:not(.choice):not(:last-child),
  .sidebar .fieldset .fields > .field:not(:last-child) {
    margin: 0 0 20px; }
  .sidebar .fieldset > .field:not(.choice) .label,
  .sidebar .fieldset .fields > .field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%; }
  .sidebar .fieldset > .field:not(.choice) .control,
  .sidebar .fieldset .fields > .field .control {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 13px; }
    .fieldset > .field > .label {
      margin: 0; }
    .fieldset > .field:before, .fieldset > .field:after {
      content: '';
      display: table; }
    .fieldset > .field:after {
      clear: both; }
    .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
      padding: 6px 15px 0 0;
      width: 100%;
      box-sizing: border-box;
      content: ' ';
      float: none;
      height: 1px; }
    .fieldset > .field .description {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      float: none; }
    .fieldset > .field:not(.choice) > .label {
      padding: 6px 15px 0 0;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      float: none; }
    .fieldset > .field:not(.choice) > .control {
      width: 100%;
      float: none; } }

[type="checkbox"],
[type="radio"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  left: -9999px; }
  [type="checkbox"] + label,
  [type="radio"] + label {
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    color: #000;
    display: inline-block;
    font-size: 12px; }
    [type="checkbox"] + label:before, [type="checkbox"] + label:after,
    [type="radio"] + label:before,
    [type="radio"] + label:after {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      border-radius: 3px;
      top: 0;
      left: 0;
      transition: all .2s; }
  [type="checkbox"]:not(:checked) + label:after,
  [type="radio"]:not(:checked) + label:after {
    opacity: 0; }
  [type="checkbox"]:checked + label:after,
  [type="radio"]:checked + label:after {
    opacity: 1; }
  [type="checkbox"]:checked + label:before,
  [type="radio"]:checked + label:before {
    border: 1px solid #988057; }
  [type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:not(:checked) + label:after, [type="checkbox"]:disabled:checked + label:before, [type="checkbox"]:disabled:checked + label:after,
  [type="radio"]:disabled:not(:checked) + label:before,
  [type="radio"]:disabled:not(:checked) + label:after,
  [type="radio"]:disabled:checked + label:before,
  [type="radio"]:disabled:checked + label:after {
    box-shadow: none;
    border-color: #E8E9EB; }

[type="checkbox"] + label:before, [type="checkbox"] + label:after {
  border: 1px solid #000; }

[type="checkbox"] + label:before {
  background: #fff;
  box-shadow: inset -2px -1px 3px 0 rgba(82, 80, 77, 0.1); }

[type="checkbox"] + label:after {
  left: 7px;
  top: 2px;
  width: 3px;
  height: 10px;
  border: solid #988057;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 9; }

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:not(:checked) + label:after, [type="checkbox"]:disabled:checked + label:before, [type="checkbox"]:disabled:checked + label:after {
  color: #E8E9EB; }

[type="radio"] + label:before, [type="radio"] + label:after {
  background: #fff;
  border-radius: 50%; }

[type="radio"] + label:before {
  border: 1px solid #000;
  box-shadow: inset -2px -1px 3px 0 rgba(82, 80, 77, 0.1); }

[type="radio"] + label:after {
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  margin-top: -1px; }

[type="radio"]:checked + label:before {
  background-color: #988057; }

[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:not(:checked) + label:after, [type="radio"]:disabled:checked + label:before, [type="radio"]:disabled:checked + label:after {
  background-color: #E8E9EB; }

@font-face {
  font-family: "icons-blank-theme";
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal; }

.columns {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }
  .columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .columns .column.main {
    padding-bottom: 40px;
    flex-basis: 100%;
    flex-grow: 1;
    order: 1;
    width: 100%;
    background-color: #fff; }
  .columns .sidebar-main {
    flex-grow: 1;
    flex-basis: 100%;
    order: 1;
    background-color: #fff; }
  .columns .sidebar-additional {
    flex-grow: 1;
    flex-basis: 100%;
    order: 2; }

@media only screen and (max-width: 767px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px; }
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
  .page-main {
    width: 100%;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */ }
    .ie9 .page-main {
      width: auto; }
  .columns {
    display: block; }
  .column.main {
    min-height: 300px;
    margin-top: 2rem; }
    .page-layout-1column .column.main {
      width: 100%;
      order: 2; }
    .page-layout-3columns .column.main {
      width: 66.66667%;
      display: inline-block;
      order: 2; }
    .page-layout-2columns-left .column.main {
      width: 83.33333%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .column.main {
      width: 83.33333%;
      float: left;
      order: 1; }
  .sidebar-main {
    padding-right: 2%; }
    .page-layout-3columns .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-left .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
    .page-layout-2columns-right .sidebar-main {
      width: 16.66667%;
      float: left;
      order: 1; }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0; }
  .sidebar-additional {
    clear: right;
    padding-left: 2%; }
    .page-layout-3columns .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 3; }
    .page-layout-2columns-left .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
    .page-layout-2columns-right .sidebar-additional {
      width: 16.66667%;
      float: right;
      order: 2; }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%; }
  .panel.header {
    padding: 10px 20px; } }

@media all and (min-width: 82.5em) {
  .page-main {
    width: 1320px;
    margin: 0 auto 50px; } }

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  @media all and (max-width: 47.9375em) {
    .container {
      padding: 0 15px; } }
  .container--flex {
    display: flex; }

.container-lg {
  max-width: 1920px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  .container-lg--flex {
    display: flex; }

div {
  box-sizing: border-box; }

.catalog-product-view .page-wrapper {
  overflow-x: hidden; }

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute; }
  .load.indicator:before {
    background: transparent url("../images/loader-2.gif") no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .load.indicator > span {
    display: none; }

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .loading-mask .loader > p {
    display: none; }

body > .loading-mask {
  z-index: 9999; }

._block-content-loading {
  position: relative; }

.message.info {
  border-radius: 4px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #1991EB;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.info a {
    color: #fff; }
    .message.info a:hover {
      color: #fff; }
    .message.info a:active {
      color: #fff; }
  .message.info > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.error {
  border-radius: 4px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #D65D4D;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.error a {
    color: #fff; }
    .message.error a:hover {
      color: #fff; }
    .message.error a:active {
      color: #fff; }
  .message.error > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.warning {
  border-radius: 4px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #F7981C;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.warning a {
    color: #fff; }
    .message.warning a:hover {
      color: #fff; }
    .message.warning a:active {
      color: #fff; }
  .message.warning > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.notice {
  border-radius: 4px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #1991EB;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.notice a {
    color: #fff; }
    .message.notice a:hover {
      color: #fff; }
    .message.notice a:active {
      color: #fff; }
  .message.notice > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.message.success {
  border-radius: 4px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #62AE8B;
  color: #fff;
  padding-left: 40px;
  position: relative; }
  .message.success a {
    color: #fff; }
    .message.success a:hover {
      color: #fff; }
    .message.success a:active {
      color: #fff; }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    content: "";
    font-family: "icons-blank-theme";
    margin: -9px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    left: 0;
    top: 18px;
    width: 40px;
    position: absolute;
    text-align: center; }

.panel.header .links,
.panel.header .switcher {
  display: none; }

@media only screen and (max-width: 767px) {
  .nav-toggle,
  .nav-sections {
    display: none; }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%; }
    .nav-before-open .page-wrapper {
      transition: left 0.3s;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: relative; }
    .nav-before-open body {
      height: 100%;
      overflow: hidden;
      position: relative;
      width: 100%; }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px); }
  .nav-open .nav-sections {
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99; }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; } }

@media only screen and (min-width: 768px) {
  .nav-toggle {
    display: none; }
  .nav-sections-item-title {
    display: none; }
  .nav-sections-item-content > * {
    display: none; } }

.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700; }

.pages .item {
  font-size: 1.4rem;
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 4px;
  display: inline-block; }
  .pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.pages a.page {
  color: #000;
  display: inline-block;
  padding: 0 2px;
  text-decoration: none; }
  .pages a.page:visited {
    color: #000; }
  .pages a.page:hover {
    color: #988057;
    text-decoration: none; }
  .pages a.page:active {
    color: #988057; }

.pages strong.page {
  font-size: 1.4rem;
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 24px;
  color: #988057;
  display: inline-block;
  font-weight: 700;
  padding: 0 2px;
  font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
  border-bottom: 2px solid #988057; }

.pages .action {
  display: inline-block;
  padding: 0;
  text-decoration: none; }
  .pages .action:visited {
    color: #D0D0D1; }
  .pages .action:hover {
    color: #D0D0D1;
    text-decoration: none; }
  .pages .action:active {
    color: #D0D0D1; }

.pages .action {
  width: 34px; }
  .pages .action.previous {
    margin-right: 12px; }
  .pages .action.next {
    margin-left: 12px; }

.pages .icon:before {
  color: #000;
  font-size: 7px;
  position: relative;
  top: -2px; }
  .pages .icon:before:hover {
    color: #988057; }

.pages .pages-item-next {
  margin-right: 8px; }

.pages .pages-item-previous {
  margin-right: 15px; }
  .pages .pages-item-previous .icon:before {
    display: inline-block;
    transform: rotate(180deg); }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .ui-dialog.popup .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .ui-dialog.popup .action.close:hover:before {
    color: inherit; }
  .ui-dialog.popup .action.close:active:before {
    color: inherit; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close:hover {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid; }
  .popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
  .popup-pointer:after {
    left: 1px;
    top: 0;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98; }

@media only screen and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px; } }

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline; }

.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1; }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-weight: 700; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": ";
    font-size: 1.1rem; }
  .price-including-tax + .price-excluding-tax .price,
  .weee[data-label] .price {
    font-size: 1.1rem; }

.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%; }
    .product.data.items > .item.title > .switch {
      display: block; }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0; }
    .product.data.items > .item.content:before, .product.data.items > .item.content:after {
      content: '';
      display: table; }
    .product.data.items > .item.content:after {
      clear: both; }
    .product.data.items > .item.content.active {
      display: block; }
  .product.data.items > .item.title {
    margin: 0 0 5px; }
  .product.data.items > .item.title > .switch {
    background: #dfdfdf;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    height: 40px;
    padding: 5px 20px 5px 20px;
    color: #D0D0D1;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #D0D0D1;
    text-decoration: none; }
    .product.data.items > .item.title > .switch:visited {
      color: #D0D0D1;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:hover {
      color: #D0D0D1;
      text-decoration: none; }
    .product.data.items > .item.title > .switch:active {
      color: #999999;
      text-decoration: none; }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ebebeb; }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: white;
    padding-bottom: 5px; }
  .product.data.items > .item.content {
    background: white;
    border: 1px solid silver;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px; }

@media only screen and (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1; }
    .product.data.items:before, .product.data.items:after {
      content: '';
      display: table; }
    .product.data.items:after {
      clear: both; }
    .product.data.items > .item.title {
      float: left;
      width: auto; }
      .product.data.items > .item.title > .switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2; }
    .product.data.items > .item.content {
      margin-top: 20px;
      box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 5px 0 0; }
      .product.data.items > .item.title > .switch {
        color: #D0D0D1;
        font-weight: 600;
        line-height: 20px;
        font-size: 1.4rem;
        color: #D0D0D1;
        text-decoration: none;
        background: #dfdfdf;
        border: 1px solid silver;
        border-bottom: none;
        height: 20px;
        padding: 5px 20px 5px 20px; }
        .product.data.items > .item.title > .switch:visited {
          color: #D0D0D1;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:hover {
          color: #D0D0D1;
          text-decoration: none; }
        .product.data.items > .item.title > .switch:active {
          color: #999999;
          text-decoration: none; }
      .product.data.items > .item.title:not(.disabled) > .switch:focus,
      .product.data.items > .item.title:not(.disabled) > .switch:hover {
        background: #ebebeb; }
      .product.data.items > .item.title:not(.disabled) > .switch:active,
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        background: white;
        color: #999999; }
      .product.data.items > .item.title.active > .switch,
      .product.data.items > .item.title.active > .switch:focus,
      .product.data.items > .item.title.active > .switch:hover {
        padding-bottom: 6px; }
    .product.data.items > .item.content {
      background: white;
      margin-top: 31px;
      padding: 20px 20px 20px 20px;
      border: 0;
      border-top: 1px solid silver; } }

@media only screen and (max-width: 767px) {
  .product.data.items {
    margin: 0;
    padding: 0; }
    .product.data.items > .item.title {
      box-sizing: border-box;
      float: none;
      width: 100%; }
      .product.data.items > .item.title > .switch {
        display: block; }
    .product.data.items > .item.content {
      box-sizing: border-box;
      display: block;
      float: none;
      margin: 0; }
      .product.data.items > .item.content:before, .product.data.items > .item.content:after {
        content: '';
        display: table; }
      .product.data.items > .item.content:after {
        clear: both; }
      .product.data.items > .item.content.active {
        display: block; }
    .product.data.items > .item.title {
      margin: 0 0 5px; }
    .product.data.items > .item.title > .switch {
      background: #dfdfdf;
      border-bottom: 1px solid silver;
      border-left: 1px solid silver;
      border-right: 1px solid silver;
      border-top: 1px solid silver;
      height: 40px;
      padding: 5px 20px 5px 20px;
      color: #D0D0D1;
      font-weight: 600;
      line-height: 40px;
      font-size: 1.8rem;
      color: #D0D0D1;
      text-decoration: none; }
      .product.data.items > .item.title > .switch:visited {
        color: #D0D0D1;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:hover {
        color: #D0D0D1;
        text-decoration: none; }
      .product.data.items > .item.title > .switch:active {
        color: #999999;
        text-decoration: none; }
    .product.data.items > .item.title:not(.disabled) > .switch:focus,
    .product.data.items > .item.title:not(.disabled) > .switch:hover {
      background: #ebebeb; }
    .product.data.items > .item.title:not(.disabled) > .switch:active,
    .product.data.items > .item.title.active > .switch,
    .product.data.items > .item.title.active > .switch:focus,
    .product.data.items > .item.title.active > .switch:hover {
      background: white;
      padding-bottom: 5px; }
    .product.data.items > .item.content {
      background: white;
      border: 1px solid silver;
      margin: 0 0 5px;
      padding: 20px 20px 20px 20px; }
    .product.data.items .data.item {
      display: block; } }

.table-wrapper {
  margin-bottom: 20px; }

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.table:not(.cart):not(.totals) {
  border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td,
  .table:not(.cart):not(.totals) > tbody > tr > th,
  .table:not(.cart):not(.totals) > tbody > tr > td,
  .table:not(.cart):not(.totals) > tfoot > tr > th,
  .table:not(.cart):not(.totals) > tfoot > tr > td {
    border: none; }
  .table:not(.cart):not(.totals) > thead > tr > th,
  .table:not(.cart):not(.totals) > thead > tr > td {
    border-bottom: 1px solid silver; }
  .table:not(.cart):not(.totals) tfoot > tr:first-child th,
  .table:not(.cart):not(.totals) tfoot > tr:first-child td {
    border-top: 1px solid silver;
    padding-top: 20px; }
  .table:not(.cart):not(.totals) tfoot .mark {
    font-weight: 400;
    text-align: right; }

@media only screen and (max-width: 639px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
      border: none;
      display: block; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
        display: none; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
        display: block; }
        .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
          display: block; }
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
          .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
            border-bottom: none;
            display: block;
            padding: 5px 0; }
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
            .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
              padding-right: 10px;
              content: attr(data-th) ": ";
              display: inline-block;
              color: #000;
              font-weight: 700; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
        padding-top: 20px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
        padding-bottom: 20px; }
      .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px; }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
      display: block; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block; }
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
        .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
          padding-top: 20px; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        width: 70%; }
      .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
        box-sizing: border-box;
        float: left;
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 30%; }
  .data-table-definition-list thead {
    display: none; }
  .data-table-definition-list tbody th {
    padding-bottom: 0; }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.tooltip.wrapper {
  position: relative; }
  .tooltip.wrapper .tooltip.content {
    background: #000;
    border-radius: 4px;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #fff;
    line-height: 1.75;
    font-size: 1.2rem;
    border: 1px solid #000;
    margin-top: 5px;
    left: 0;
    top: 100%; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      border: solid transparent;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }
    .tooltip.wrapper .tooltip.content:after {
      border-width: 5px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:before {
      border-width: 6px;
      border-color: transparent; }
    .tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
      bottom: 100%; }
    .tooltip.wrapper .tooltip.content:after {
      border-bottom-color: #000;
      left: 15px;
      margin-left: -5px; }
    .tooltip.wrapper .tooltip.content:before {
      border-bottom-color: #000;
      left: 15px;
      margin-left: -6px; }
  .tooltip.wrapper .tooltip.toggle {
    cursor: help; }
  .tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
  .tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
  .tooltip.wrapper:hover .tooltip.content {
    display: block; }
  .tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0; }
  .tooltip.wrapper .tooltip.content dd {
    white-space: normal; }
  .tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .tooltip.wrapper .tooltip.content .label {
    margin-top: 10px; }
    .tooltip.wrapper .tooltip.content .label:first-child {
      margin-top: 0; }
  .tooltip.wrapper .tooltip.content .values {
    margin: 0; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem; } }

@font-face {
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif;
  src: url("../fonts/opensans/light/opensans-300.eot");
  src: url("../fonts/opensans/light/opensans-300.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/light/opensans-300.woff2") format("woff2"), url("../fonts/opensans/light/opensans-300.woff") format("woff"), url("../fonts/opensans/light/opensans-300.ttf") format("truetype"), url("../fonts/opensans/light/opensans-300.svg#CenturyGothic-regular, Open Sans, sans-serif") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif;
  src: url("../fonts/opensans/regular/opensans-400.eot");
  src: url("../fonts/opensans/regular/opensans-400.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/regular/opensans-400.woff2") format("woff2"), url("../fonts/opensans/regular/opensans-400.woff") format("woff"), url("../fonts/opensans/regular/opensans-400.ttf") format("truetype"), url("../fonts/opensans/regular/opensans-400.svg#CenturyGothic-regular, Open Sans, sans-serif") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif;
  src: url("../fonts/opensans/semibold/opensans-600.eot");
  src: url("../fonts/opensans/semibold/opensans-600.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/semibold/opensans-600.woff2") format("woff2"), url("../fonts/opensans/semibold/opensans-600.woff") format("woff"), url("../fonts/opensans/semibold/opensans-600.ttf") format("truetype"), url("../fonts/opensans/semibold/opensans-600.svg#CenturyGothic-regular, Open Sans, sans-serif") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif;
  src: url("../fonts/opensans/bold/opensans-700.eot");
  src: url("../fonts/opensans/bold/opensans-700.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/bold/opensans-700.woff2") format("woff2"), url("../fonts/opensans/bold/opensans-700.woff") format("woff"), url("../fonts/opensans/bold/opensans-700.ttf") format("truetype"), url("../fonts/opensans/bold/opensans-700.svg#CenturyGothic-regular, Open Sans, sans-serif") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'CenturyGothic-bold';
  src: url("../fonts/CenturyGothic/CenturyGothic-bold.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic-bold") format("woff2"), url("../fonts/CenturyGothic/CenturyGothic-bold") format("eot"); }

@font-face {
  font-family: 'CenturyGothic-regular';
  src: url("../fonts/CenturyGothic/CenturyGothic-regular.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic-regular.woff2") format("woff2"), url("../fonts/CenturyGothic/CenturyGothic-regular.eot") format("eot"); }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
    margin-bottom: 40px; } }

.items {
  margin: 0;
  padding: 0;
  list-style: none none; }

.text-center-arrowunderline {
  position: relative;
  padding-bottom: 1rem;
  text-transform: uppercase;
  text-align: center; }
  .text-center-arrowunderline:after, .text-center-arrowunderline:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); }
  .text-center-arrowunderline:after {
    height: 9px;
    width: 9px;
    bottom: -5px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(225deg);
    background: #fff;
    margin-left: -3px; }
  .text-center-arrowunderline:before {
    height: 2px;
    width: 100px;
    bottom: 0;
    background: #000; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
  body._has-modal:before {
    content: '';
    display: block;
    background-color: rgba(87, 87, 87, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 110; }

.modals-overlay {
  z-index: 1000; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s ease; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
    color: #000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }

.modal-slide {
  left: 14.8rem;
  z-index: 900; }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    width: auto; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem; }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem; }

.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto; }
  .modal-popup._show .modal-inner-wrap {
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    margin: 10vw auto;
    width: 720px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition: transform 0.2s ease; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll,
    .ie10 .modal-popup._inner-scroll,
    .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap,
      .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content {
    padding-left: 18rem;
    padding-right: 18rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 0; }
  .modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
    display: flex;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem; }
    .modal-popup .modal-footer button, .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .modal-popup .modal-footer .actions-toolbar > .action, .modal-popup .modal-footer .action-gift {
      margin: 0 auto; }
  .modal-popup .modal-footer-actions {
    text-align: right; }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide {
    left: 14.8rem;
    z-index: 900;
    left: 0 !important; }
    .modal-popup.modal-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .modal-popup.modal-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      width: auto; }
    .modal-popup.modal-slide .modal-inner-wrap {
      margin: 0;
      max-height: none; }
  .modal-popup .modal-inner-wrap {
    width: 90%; }
  .modal-popup .modal-header,
  .modal-popup .modal-content {
    padding-left: 2rem;
    padding-right: 2rem; } }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
  .modal-custom .action-close:focus, .modal-custom .action-close:active,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active {
    background: none;
    border: none; }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    line-height: 38px;
    color: #000;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: inherit; }
  .modal-custom .action-close:active:before,
  .modal-popup .action-close:active:before,
  .modal-slide .action-close:active:before {
    color: inherit; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    height: 50px;
    width: 50px;
    line-height: 50px; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #988057; }

.modal-custom .action-close {
  margin: 25px; }

.modal-popup .modal-title {
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 1rem;
  min-height: 1em;
  word-wrap: break-word;
  text-transform: uppercase; }

.modal-slide .action-close {
  padding: 0; }

.modal-slide .page-main-actions {
  margin-bottom: calc(2.1rem - 15px);
  margin-top: 2.1rem; }

.modals-overlay {
  background-color: fade(#333, 55%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000; }

@media only screen and (max-width: 767px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 14.8rem;
    z-index: 900;
    left: 0 !important; }
    .custom-slide._show {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease; }
      .custom-slide._show .modal-inner-wrap {
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      border: 1px solid #000;
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1;
      pointer-events: auto;
      color: #000;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px; }
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      width: auto; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-x: hidden;
      overflow-y: auto; }
    .custom-slide .modal-inner-wrap {
      background-color: #fff;
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }
  .modal-custom .action-close {
    right: 0;
    top: 0; }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: fade(#333, 55%); } }

@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4; }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%; }
  .modal-popup .modal-title {
    font-size: 26px;
    font-weight: 700; } }

@media only screen and (min-width: 768px) {
  .modal-popup.modal-slide .modal-footer {
    text-align: right; } }

/* Main header styles
--------------------------------------------------------- */
.page-header {
  position: relative;
  background-color: #fff;
  z-index: 100; }
  .page-header__container {
    padding-top: 2rem;
    padding-bottom: 0.5rem; }
    @media all and (max-width: 64em) {
      .page-header__container {
        display: flex;
        padding: 1.4rem 0; } }
    @media all and (max-width: 47.9375em) {
      .page-header__container {
        padding: 10px 0; } }

.header__block {
  display: flex;
  justify-content: space-between; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .header__block {
      padding-right: 2.5rem; } }
  @media all and (max-width: 64em) {
    .header__block {
      align-items: center;
      margin: 0; } }
  @media all and (min-width: 64.0625em) {
    .header__block > div {
      flex: 1; } }
  .header__block li {
    display: inline-block; }
    .header__block li > a {
      color: #000;
      font-size: 1.2rem;
      text-decoration: none; }
      .header__block li > a:hover {
        color: #988057; }

.header__left {
  padding-top: 2px; }
  @media all and (max-width: 64em) {
    .header__left {
      display: none; } }
  .header__left ul {
    margin: 0;
    padding: 0;
    list-style: none none; }
  .header__left li {
    padding-right: 4rem; }

.header__logo {
  text-align: center; }
  @media all and (max-width: 64em) {
    .header__logo .logo--desktop {
      display: none; } }
  .header__logo .logo--mobile {
    display: none; }
    @media all and (max-width: 64em) {
      .header__logo .logo--mobile {
        max-width: 160px;
        display: block;
        margin-left: -4px; } }
    @media all and (max-width: 47.9375em) {
      .header__logo .logo--mobile {
        max-width: 130px; } }

.header__links {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .header__links {
      position: relative;
      top: 2px; } }
  .header__links ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none none; }
    .header__links ul li {
      padding-left: 4rem;
      margin-bottom: 0; }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .header__links ul li {
          padding-left: 2.5rem; } }
      @media all and (max-width: 47.9375em) {
        .header__links ul li {
          padding-left: 3rem; } }
      @media all and (max-width: 29.9375em) {
        .header__links ul li {
          padding-left: 2.5rem; } }
      .header__links ul li img {
        padding-top: 5px; }
  .header__links .authorization-link {
    margin-right: -20px;
    letter-spacing: 0.5px;
    z-index: 10; }
    @media all and (max-width: 64em) {
      .header__links .authorization-link {
        margin-right: 0; } }
    @media all and (max-width: 47.9375em) {
      .header__links .authorization-link {
        display: none; } }
    .header__links .authorization-link .show-login {
      text-transform: none;
      font-size: 1.2rem;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      letter-spacing: 0.5px;
      padding-top: 1px;
      font-weight: 400; }
      .header__links .authorization-link .show-login:hover {
        color: #988057; }
      .header__links .authorization-link .show-login:active, .header__links .authorization-link .show-login:focus, .header__links .authorization-link .show-login:visited {
        background-color: transparent;
        box-shadow: none;
        border: none;
        color: #000; }
  .header__links .wishlist {
    order: 3; }
    @media all and (max-width: 47.9375em) {
      .header__links .wishlist {
        display: none; } }
    .header__links .wishlist img {
      padding-top: 6px; }
    .header__links .wishlist .counter {
      display: none; }

.header__menu {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 64em) {
    .header__menu {
      align-items: center;
      margin: 0;
      width: 40px;
      padding-left: 0; } }
  @media all and (max-width: 47.9375em) {
    .header__menu {
      width: 48px; } }

@media screen and (max-width: 1400px) {
  html:lang(pl) .main-nav__item > a {
    padding: 0 23px; } }

@media (max-width: 1150px) {
  html:lang(pl) .main-nav__item > a {
    padding: 0 15px;
    letter-spacing: 0; }
  html:lang(pl) .c-search__label {
    padding-right: 15px; }
    html:lang(pl) .c-search__label:after {
      width: 15px; } }

/* Styles for fixed header
--------------------------------------------------------- */
.page-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2); }
  @media all and (min-width: 48em) {
    .page-header.fixed .header-top {
      z-index: 101; } }
  .page-header.fixed .page-header__container {
    min-height: 80px;
    padding-top: 27px;
    position: relative; }
    @media all and (max-width: 64em) {
      .page-header.fixed .page-header__container {
        padding-top: 10px;
        min-height: 47px; } }
  .page-header.fixed .header__block {
    align-items: center; }
    .page-header.fixed .header__block .header__left > div {
      display: none; }
  @media all and (min-width: 64.0625em) {
    .page-header.fixed .main-nav {
      display: none; } }
  .page-header.fixed .main-nav__fixed {
    display: block;
    color: #000;
    position: absolute;
    top: 28px;
    cursor: pointer; }
    @media all and (max-width: 64em) {
      .page-header.fixed .main-nav__fixed {
        display: none; } }
    .page-header.fixed .main-nav__fixed .icon-menu {
      margin-right: 15px; }
  .page-header.fixed .logo--desktop {
    display: none; }
  .page-header.fixed .logo--mobile {
    display: block;
    width: 150px;
    margin: 0 auto; }
    @media all and (max-width: 64em) {
      .page-header.fixed .logo--mobile {
        margin-left: -4px; } }
  .page-header.fixed .c-search__btn {
    top: 28px;
    right: 335px; }
    @media (min-width: 2000px) {
      .page-header.fixed .c-search__btn {
        right: 25vw; } }
    @media all and (max-width: 64em) {
      .page-header.fixed .c-search__btn {
        top: 15px; } }
    @media all and (max-width: 47.9375em) {
      .page-header.fixed .c-search__btn {
        right: 165px;
        top: 12px; } }
    @media all and (max-width: 22.4375em) {
      .page-header.fixed .c-search__btn {
        right: 13.5rem; } }
  @media all and (min-width: 64.0625em) and (max-width: 68.6875em) {
    .page-header.fixed .c-search__label {
      display: none; } }
  .page-header.fixed.menu-active .main-nav {
    margin-top: 30px; }

.footer {
  text-align: center; }
  .footer a {
    text-decoration: none;
    font-size: 12px; }
  .footer *,
  .footer a:visited {
    color: #fff; }
  .footer a:hover {
    color: #988057; }
  .footer__header {
    display: inline-block;
    text-transform: uppercase;
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
    letter-spacing: 0.5px; }
    .footer__header--underlined {
      position: relative; }
      .footer__header--underlined:before {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        bottom: -10px;
        width: 47px;
        height: 3px;
        background-color: #fff; }
      @media all and (max-width: 64em) {
        .footer__header--underlined:before {
          bottom: -18px;
          z-index: 2; } }
    @media all and (max-width: 64em) {
      .footer__header--mobile {
        width: 100%;
        margin: 17px 0; }
        .footer__header--mobile:after {
          content: '+';
          position: absolute;
          font-size: 30px;
          right: 0;
          font-family: sans-serif;
          font-weight: 100;
          top: -12px; } }
  .footer-social {
    padding-bottom: 10px;
    margin-bottom: 44px;
    position: relative; }
    .footer-social:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      right: 0;
      bottom: -10px;
      left: 0;
      width: 230px;
      height: 1px;
      background-color: #999999; }
    .footer-social__link {
      display: inline-block;
      padding: 10px 0 0 18px; }
      .footer-social__link:first-of-type {
        padding-left: 0; }
      .footer-social__link path {
        transition: all 0.2s ease-out; }
      .footer-social__link:hover path {
        fill: #988057; }
  .footer-navigation {
    display: flex;
    text-align: left;
    justify-content: space-between; }
    @media all and (max-width: 64em) {
      .footer-navigation {
        flex-direction: column; } }
    @media all and (max-width: 64em) {
      .footer-navigation__column {
        cursor: pointer;
        position: relative; }
        .footer-navigation__column:after {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #999999; }
        .footer-navigation__column:first-of-type {
          position: relative; }
          .footer-navigation__column:first-of-type:before {
            content: '';
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #999999; } }
    @media all and (max-width: 64em) {
      .footer-navigation__column.is-active .footer__header--mobile:after {
        content: '-'; }
      .footer-navigation__column.is-active .footer-navigation__list {
        display: block;
        margin-bottom: 15px; } }
    .footer-navigation__list {
      margin-top: 10px; }
      @media all and (max-width: 64em) {
        .footer-navigation__list {
          display: none; } }
  .footer__logo {
    margin-top: 52px;
    margin-bottom: 30px; }
  .footer-switcher {
    margin-top: 52px; }
    .footer-switcher__map-icon {
      display: inline-block;
      position: relative;
      position: relative; }
      .footer-switcher__map-icon:before {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 8px;
        bottom: -10px;
        left: -110px;
        width: 100px;
        height: 1px;
        background-color: #999999; }
      .footer-switcher__map-icon:after {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 8px;
        right: 0;
        bottom: -10px;
        left: 26px;
        width: 100px;
        height: 1px;
        background-color: #999999; }
    .footer-switcher__language {
      display: inline-block;
      padding-top: 14px; }
      .footer-switcher__language a {
        font-size: 14px; }
      .footer-switcher__language:nth-of-type(2) {
        padding-left: 20px; }
      .footer-switcher__language.current-language > a {
        color: #988057; }
  .footer__under-construction {
    margin: 52px auto 0;
    font-size: 12px;
    padding: 20px;
    max-width: 60%;
    position: relative; }
    .footer__under-construction:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      right: 0;
      bottom: -10px;
      left: 0;
      width: 230px;
      height: 1px;
      background-color: #999999; }
    @media all and (max-width: 47.9375em) {
      .footer__under-construction {
        max-width: 90%; } }

/* Navigation menu
--------------------------------------------------------- */
.main-nav {
  width: 100%;
  padding: 0 5rem;
  margin-top: 1.3rem;
  text-align: center; }
  @media all and (max-width: 64em) {
    .main-nav {
      position: fixed;
      left: -200%;
      background-color: white;
      top: 0;
      z-index: 190;
      margin-top: 0;
      padding-left: 0;
      padding-right: 0;
      height: 100vh;
      padding-top: 2rem;
      width: auto;
      transition: left .4s;
      min-width: 100vw;
      overflow: auto; } }
  .main-nav__mobile {
    position: relative;
    top: 3px; }
    @media all and (min-width: 64.0625em) {
      .main-nav__mobile {
        display: none; } }
    .main-nav__mobile .icon-menu:before {
      color: #000; }
  @media all and (min-width: 64.0625em) {
    .main-nav__logo {
      display: none; } }
  @media all and (max-width: 47.9375em) {
    .main-nav__logo {
      max-width: 112px; } }
  @media all and (min-width: 64.0625em) {
    .main-nav__close {
      display: none; } }
  .main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none none; }
    @media all and (min-width: 64.0625em) {
      .main-nav__list {
        position: relative;
        display: flex;
        justify-content: center; } }
    @media all and (max-width: 64em) {
      .main-nav__list {
        margin-top: 2rem;
        overflow: auto;
        padding-bottom: 3rem; } }
  .main-nav__item {
    text-transform: uppercase;
    padding: 0 0.6rem;
    display: inline-block; }
    @media all and (max-width: 64em) {
      .main-nav__item {
        display: block; } }
    .main-nav__item > a {
      text-decoration: none;
      padding: 0 3.3rem;
      letter-spacing: 0.5px;
      color: #000;
      font-size: 1.2rem; }
      @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
        .main-nav__item > a {
          padding: 0 1.5rem; } }
      @media all and (min-width: 64.0625em) and (max-width: 68.6875em) {
        .main-nav__item > a {
          padding: 0 1rem; } }
      @media all and (min-width: 82.5em) and (max-width: 89.9375em) {
        .main-nav__item > a {
          padding: 0 2.325rem; } }
      @media all and (max-width: 64em) {
        .main-nav__item > a {
          font-size: 1.4rem;
          padding-bottom: 5px; } }
      .main-nav__item > a:hover {
        color: #988057; }
    @media all and (min-width: 64.0625em) {
      .main-nav__item--mobile {
        display: none !important; } }
    .main-nav__item--mobile > a {
      font-size: 1.2rem;
      text-transform: none; }
    @media all and (max-width: 64em) {
      .main-nav__item--mobile-invisible {
        display: none !important; } }
    .main-nav__item--mobile-first {
      position: relative;
      padding-top: 2.5rem;
      margin-top: 1.3rem; }
      .main-nav__item--mobile-first:before {
        content: '';
        display: block;
        height: 1px;
        width: 88%;
        max-width: 350px;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #999; }
  .main-nav .close-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 41px;
    cursor: pointer; }
    .main-nav .close-btn .icon:before {
      color: #000;
      font-size: 1rem; }
  .main-nav__fixed {
    display: none; }

@media all and (min-width: 64.0625em) and (max-width: 68.6875em) {
  html:lang(pl) .main-nav {
    padding: 0; }
    html:lang(pl) .main-nav__list {
      justify-content: flex-start; } }

/* Submenu
----------------------------------- */
@media all and (min-width: 64.0625em) {
  .main-nav__item--parent:hover > .main-nav__inner-list--level1 {
    display: flex; }
  .main-nav__item--parent:hover > a {
    position: relative; }
    .main-nav__item--parent:hover > a:after {
      content: '';
      display: block;
      background-color: transparent;
      position: absolute;
      top: 8px;
      left: 10px;
      width: 90%;
      height: 40px; } }

@media all and (max-width: 64em) {
  .main-nav__item--parent > a {
    position: relative; }
    .main-nav__item--parent > a:after {
      content: '';
      width: 6px;
      height: 6px;
      border-style: solid;
      border-width: 1px 1px 0 0;
      border-color: #000;
      position: absolute;
      top: 0;
      right: 5px;
      transition: transform .3s ease-in-out;
      transform: rotate(134deg); } }

@media all and (max-width: 64em) {
  .main-nav--hidden {
    display: none; } }

.main-nav--hidden > a {
  display: none; }

.main-nav--item-mobile {
  display: none; }
  @media all and (max-width: 64em) {
    .main-nav--item-mobile {
      font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
      text-transform: none;
      margin-bottom: 2px;
      display: block; } }

@media all and (max-width: 64em) {
  .main-nav--mobile-hidden {
    display: none; } }

@media all and (max-width: 64em) {
  .main-nav--mobile-inactive > a {
    pointer-events: none; } }

.main-nav--inactive-link > a {
  pointer-events: none; }

@media all and (max-width: 64em) {
  .main-nav--empty {
    height: 0; } }

.main-nav--empty > a:after {
  display: none; }

.main-nav__item ul {
  text-align: left; }
  @media all and (max-width: 64em) {
    .main-nav__item ul {
      text-align: center; } }

.main-nav__inner-list--level1 {
  top: 39px;
  background-color: white;
  z-index: 9;
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 7.5rem 10rem 10rem;
  box-sizing: border-box;
  display: none; }
  @media all and (max-width: 82.4375em) {
    .main-nav__inner-list--level1 {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media all and (min-width: 64.0625em) {
    .main-nav__inner-list--level1 {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      min-height: 415px; } }
  @media all and (max-width: 64em) {
    .main-nav__inner-list--level1 {
      padding: 1rem;
      text-align: center; } }
  @media all and (min-width: 64.0625em) {
    .main-nav__inner-list--level1:before {
      content: '';
      display: block;
      background-color: #fff;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; } }
  .main-nav__inner-list--level1 li a:not(.o-btn-primary) {
    color: #000;
    text-decoration: none;
    font-size: 1.2rem; }
    .main-nav__inner-list--level1 li a:not(.o-btn-primary):hover {
      color: #988057; }

.main-nav__categories > ul {
  padding-right: 0;
  font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
  border-right: 1px solid #000;
  min-width: 150px;
  height: 100%;
  margin-right: 32px; }

@media all and (min-width: 64.0625em) {
  .main-nav__categories:before, .main-nav__categories:after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border-left: 1px solid #000;
    left: 0; } }

@media all and (max-width: 82.4375em) {
  .main-nav__categories:before, .main-nav__categories:after {
    left: 25px; } }

.main-nav__categories:before {
  top: 25px;
  border-top: 1px solid #000; }

.main-nav__categories:after {
  bottom: 80px;
  border-bottom: 1px solid #000; }

.main-nav__links {
  padding-left: 20px;
  min-width: 170px; }
  @media all and (max-width: 74.9375em) {
    .main-nav__links {
      padding-left: 15px; } }
  @media all and (max-width: 64em) {
    .main-nav__links {
      padding-left: 0;
      margin-bottom: 2px; } }
  .main-nav__links > a {
    padding-bottom: 5px;
    display: inline-block;
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }
    .main-nav__links > a:after {
      content: ':'; }
      @media all and (max-width: 64em) {
        .main-nav__links > a:after {
          display: none; } }
  .main-nav__links a {
    text-transform: none; }

.main-nav__empty-cat > a:after {
  display: none; }

.main-nav .main-nav__link-all > a {
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 0;
  position: relative; }
  .main-nav .main-nav__link-all > a:after {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }
  @media all and (max-width: 64em) {
    .main-nav .main-nav__link-all > a {
      display: none; } }
  .main-nav .main-nav__link-all > a:hover:after {
    background-color: #988057; }

.main-nav .main-nav__link-active > a {
  position: relative; }
  .main-nav .main-nav__link-active > a:after {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }
  .main-nav .main-nav__link-active > a:hover:after {
    background-color: #988057; }

.main-nav__image {
  margin-left: auto; }
  @media all and (max-width: 74.9375em) {
    .main-nav__image {
      min-width: 200px; } }
  @media all and (max-width: 64em) {
    .main-nav__image {
      display: none; } }
  .main-nav__image > a {
    display: none; }
  .main-nav__image:before, .main-nav__image:after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border-right: 1px solid #000;
    right: 0; }
    @media all and (max-width: 82.4375em) {
      .main-nav__image:before, .main-nav__image:after {
        right: 25px; } }
  .main-nav__image:before {
    top: 25px;
    border-top: 1px solid #000; }
  .main-nav__image:after {
    bottom: 80px;
    border-bottom: 1px solid #000; }

.main-nav__inner-list--level2 {
  padding-left: 0; }
  .main-nav__inner-list--level2 li {
    display: block;
    margin-bottom: 0; }
    .main-nav__inner-list--level2 li > a {
      display: inline-block;
      padding-bottom: 5px; }

.main-nav .main-nav__inner-item--all > a {
  display: none; }

@media all and (min-width: 64.0625em) {
  .main-nav__list .main-nav--special-height .main-nav__inner-list--level1 {
    min-height: 474px; } }

@media all and (min-width: 64.0625em) {
  .main-nav__list .main-nav--special-height .main-nav__inner-list--level1 .main-nav__inner-list--level2 {
    min-height: 289px; } }

@media all and (min-width: 64.0625em) {
  .main-nav__list .main-nav--special-height .main-nav__image:after {
    bottom: -50px; } }

/* Submenu double
----------------------------------- */
.main-nav__double .main-nav__inner-list--level1 {
  flex-direction: column; }
  @media all and (min-width: 64.0625em) {
    .main-nav__double .main-nav__inner-list--level1 .main-nav__inner-list--level2 {
      position: absolute;
      top: 75px;
      left: 283px;
      display: none;
      width: 897px;
      min-height: 250px; } }
  @media all and (max-width: 82.4375em) {
    .main-nav__double .main-nav__inner-list--level1 .main-nav__inner-list--level2 {
      width: calc(100% - 350px);
      left: 233px; } }
  @media all and (max-width: 74.9375em) {
    .main-nav__double .main-nav__inner-list--level1 .main-nav__inner-list--level2 {
      width: calc(100% - 310px); } }
  @media all and (max-width: 64em) {
    .main-nav__double .main-nav__inner-list--level1 .main-nav__inner-list--level2 {
      text-align: center;
      width: auto; } }

@media all and (min-width: 64.0625em) {
  .main-nav__double .main-nav__inner-item--level1 {
    display: inline-block;
    max-width: 150px; } }

@media all and (max-width: 64em) {
  .main-nav__double .main-nav__inner-item--level1 > ul {
    display: block; } }

@media all and (min-width: 64.0625em) {
  .main-nav__double .main-nav__inner-item--level1:hover > ul {
    display: flex;
    background-color: #fff; } }

.main-nav__double .main-nav__inner-item--level1 > a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
  position: relative; }
  @media all and (max-width: 64em) {
    .main-nav__double .main-nav__inner-item--level1 > a:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      right: auto;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #000; } }
  @media all and (min-width: 64.0625em) {
    .main-nav__double .main-nav__inner-item--level1 > a:before {
      content: '';
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 230px;
      height: 25px;
      z-index: -1; } }

@media all and (min-width: 64.0625em) {
  .main-nav__double .main-nav__inner-item--level1:first-of-type:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border-left: 1px solid #000;
    left: 0;
    top: 25px;
    border-top: 1px solid #000; } }

@media all and (max-width: 82.4375em) {
  .main-nav__double .main-nav__inner-item--level1:first-of-type:before {
    left: 25px; } }

@media all and (min-width: 64.0625em) {
  .main-nav__double .main-nav__inner-item--level1:last-of-type:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border-left: 1px solid #000;
    left: 0;
    bottom: 60px;
    border-bottom: 1px solid #000; } }

@media all and (max-width: 82.4375em) {
  .main-nav__double .main-nav__inner-item--level1:last-of-type:before {
    left: 25px; } }

.main-nav__double .main-nav__inner-item--level1:last-of-type > a:before {
  height: 100%; }

.main-nav__double .main-nav__inner-item--all {
  margin: 0; }

@media all and (min-width: 64.0625em) {
  .main-nav__double .main-nav__inner-item--level2:first-of-type:before {
    content: '';
    height: 230px;
    position: absolute;
    left: -33px;
    top: 0;
    width: 1px;
    background-color: #000; } }

.main-nav__double .main-nav__inner-item--level2 > a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }

.main-nav__double .main-nav__inner-item--level2 > ul {
  padding-left: 0; }

@media all and (min-width: 64.0625em) {
  .main-nav__double .main-nav__links {
    width: 170px; } }

@media all and (max-width: 64em) {
  .main-nav__double .main-nav__links {
    margin-bottom: 2px; } }

@media all and (max-width: 64em) {
  .main-nav__double .main-nav__image {
    display: none; } }

.main-nav__double .main-nav__image:before {
  top: -55px;
  right: -100px; }
  @media all and (max-width: 74.9375em) {
    .main-nav__double .main-nav__image:before {
      right: -50px; } }

.main-nav__double .main-nav__image:after {
  bottom: -30px;
  right: -100px; }
  @media all and (max-width: 74.9375em) {
    .main-nav__double .main-nav__image:after {
      right: -50px; } }

.main-nav__double .main-nav--open > a {
  position: relative; }
  .main-nav__double .main-nav--open > a:after {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }

@media all and (min-width: 64.0625em) {
  .main-nav__double .main-nav--open > ul {
    display: flex !important; } }

.submenu-image {
  position: relative;
  max-width: 300px;
  margin-right: 0;
  margin-left: auto; }
  .submenu-image__img {
    outline: 1px solid #000;
    outline-offset: -7px; }
  .submenu-image__link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    min-width: 180px;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 12px 20px 10px; }
  .submenu-image a, .submenu-image a:visited {
    color: #fff; }

.page-wrapper.menu-is-active .main-nav {
  left: 0; }

@media all and (max-width: 64em) {
  .main-nav__item--parent.level2-is-active .main-nav__inner-list--level1 {
    display: block;
    text-align: center; } }

.main-nav__item--parent.level2-is-active .main-nav__link:after {
  transform: rotate(-45deg);
  top: 5px; }

.submenu-is-active {
  overflow: hidden; }

.main-slider {
  overflow: hidden;
  max-height: calc(100vh - 147px); }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .main-slider {
      max-height: calc(100vh - 50px); } }
  @media all and (max-width: 47.9375em) {
    .main-slider {
      max-height: calc(100vh - 42px); } }
  .main-slider .owl-carousel {
    display: block !important; }
  .main-slider__link-wrap {
    display: block;
    height: calc(100vh - 147px);
    position: relative; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .main-slider__link-wrap {
        height: calc(100vh - 50px); } }
    @media all and (max-width: 47.9375em) {
      .main-slider__link-wrap {
        height: calc(100vh - 42px); } }
  .main-slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .main-slider__wrapper {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    position: relative; }
  .main-slider__content {
    color: #fff;
    max-width: 450px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 3rem;
    padding-top: 0.5rem;
    border-left: 1px solid #fff; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .main-slider__content {
        max-width: 250px; } }
    .main-slider__content:after {
      content: '';
      display: block;
      width: 355px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0; }
      @media all and (max-width: 64em) {
        .main-slider__content:after {
          width: 70%; } }
      @media all and (max-width: 47.9375em) {
        .main-slider__content:after {
          width: 231px; } }
  .main-slider__title, .main-slider__text {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.65); }
  .main-slider__title {
    font-size: 5rem;
    color: #fff;
    padding-right: 6rem;
    margin-bottom: 1.5rem;
    position: relative; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .main-slider__title {
        font-size: 3.6rem;
        margin-bottom: 3rem; } }
    @media all and (max-width: 47.9375em) {
      .main-slider__title {
        font-size: 2.6rem;
        margin-bottom: 2.5rem; } }
  .main-slider__text {
    margin-bottom: 4rem;
    line-height: 1.5; }
    @media all and (max-width: 64em) {
      .main-slider__text {
        display: none; } }
  .main-slider__link {
    min-width: 200px;
    text-align: center;
    font-size: 1.2rem; }
    @media all and (max-width: 47.9375em) {
      .main-slider__link {
        padding: 12px 20px; } }
    .main-slider__link:visited {
      color: #fff; }
    .main-slider__link--colored {
      background-color: rgba(255, 255, 255, 0.9);
      border-color: rgba(255, 255, 255, 0.9);
      color: #000; }
      .main-slider__link--colored:visited {
        color: #000; }
  .main-slider__scroll {
    position: absolute;
    display: block;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10; }
    @media all and (max-width: 47.9375em) {
      .main-slider__scroll {
        display: none; } }
  .main-slider .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px; }
    @media all and (max-width: 47.9375em) {
      .main-slider .owl-dots {
        right: 20px; } }
    .main-slider .owl-dots .owl-dot {
      display: block;
      height: 9px;
      width: 9px;
      background-color: transparent;
      border: 1px solid #fff;
      margin: 5px 0;
      border-radius: 50%; }
      .main-slider .owl-dots .owl-dot.active {
        background-color: #fff; }

.user-popup__close {
  cursor: pointer; }

.user-popup__title {
  margin-bottom: 1rem; }

.user-popup__link {
  margin-top: 2rem; }
  .user-popup__link img {
    margin-right: 10px; }

.user-popup p {
  margin-bottom: 0;
  line-height: 4rem;
  font-size: 1.8rem;
  margin-top: 20px; }

.user-popup .modal-footer {
  display: none; }

#userPopup,
#noShippingPopup {
  display: none; }

.header-top {
  display: none;
  background-color: #000;
  padding: 10px 0 11px;
  text-align: center;
  border-bottom: 1px solid transparent;
  z-index: 10;
  position: relative; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .header-top {
      padding: 5px 0 8px; } }
  .header-top a, .header-top a:visited {
    color: #fff;
    background-color: #000; }
    .header-top a:hover img, .header-top a:visited:hover img {
      transform: scale(1.1, 1.1); }
  .header-top span {
    border-bottom: 1px solid #fff; }
    @media all and (max-width: 47.9375em) {
      .header-top span {
        display: none; } }
  .header-top p {
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
    text-transform: uppercase; }
  .header-top img {
    margin-right: 4px;
    margin-left: 10px; }
  @media all and (max-width: 47.9375em) {
    .header-top-pl {
      padding: 0;
      text-align: right; } }

.cms-no-route .page-title-wrapper {
  display: none; }

.error-page {
  background-image: url("../images/404_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 147px);
  position: relative;
  background-position: 50% 50%; }
  @media (orientation: portrait) {
    .error-page {
      background-image: url("../images/404_mobile.jpg"); } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .error-page {
      min-height: calc(100vh - 50px); } }
  @media all and (max-width: 47.9375em) {
    .error-page {
      background-position: 100% 100%;
      min-height: calc(100vh - 42px); } }
  .error-page__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .error-page__code {
    font-size: 15rem;
    padding-top: 120px;
    margin-bottom: 0; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .error-page__code {
        font-size: 10rem;
        padding-top: 50px; } }
    @media all and (max-width: 47.9375em) {
      .error-page__code {
        font-size: 6rem;
        padding-top: 20px; } }
  @media all and (max-width: 47.9375em) {
    .error-page .main-nav {
      display: none; } }
  .error-page__header {
    margin: -12px 0 28px 0;
    max-width: 260px;
    line-height: 31px; }
    @media all and (max-width: 47.9375em) {
      .error-page__header {
        font-size: 2.1rem; } }
  .error-page__text {
    max-width: 690px;
    margin: 0;
    padding: 0 20px;
    color: #000;
    line-height: 21px; }
  .error-page__button {
    width: 200px;
    font-size: 1.2rem;
    margin: 30px 0 12px 0; }
    .error-page__button:visited {
      color: #fff; }
  .error-page .widget {
    margin: 45px 0 0 0;
    padding-bottom: 70px; }

.page-product-configurable.catalog-product-view .product-add-form .fieldset {
  display: flex;
  flex-direction: column; }

.configurator-option {
  margin-bottom: 1px;
  border: 1px solid #EEEEEE;
  display: none; }
  .configurator-option__title-wrapper {
    font-size: 11px;
    display: flex;
    padding: 10px 15px 0;
    cursor: pointer; }
    .configurator-option__title-wrapper > div {
      padding-left: 45px;
      position: relative; }
      .configurator-option__title-wrapper > div:before {
        content: '';
        background-repeat: no-repeat;
        background-size: cover;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        left: 0;
        top: 2px; }
    .configurator-option__title-wrapper .control-expand {
      text-transform: uppercase;
      margin-left: auto;
      position: relative; }
      .configurator-option__title-wrapper .control-expand.active:after {
        content: "\e90e";
        font-family: 'berg-icons';
        color: #000;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: right;
        background: #fff; }
  .configurator-option__label {
    color: #000;
    text-transform: uppercase; }
  .configurator-option__chosen {
    color: #988057;
    margin-bottom: 1rem; }
  .configurator-option .control {
    width: 100%;
    padding: 0 5px; }
    .configurator-option .control select {
      height: 0;
      margin-top: -15px; }
    .configurator-option .control.visible select {
      visibility: visible !important;
      opacity: 1 !important;
      margin-bottom: 10px;
      border: 1px solid #B7B7B7;
      height: 40px;
      margin-top: 0; }
    .configurator-option .control .options-list {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      visibility: hidden;
      height: 0;
      opacity: 0;
      border: 0; }
      .configurator-option .control .options-list .field {
        width: 25%;
        margin-bottom: 5px; }
        .configurator-option .control .options-list .field.hidden {
          overflow: hidden;
          width: 0 !important; }
        .configurator-option .control .options-list .field .Bss_image_radio {
          display: flex;
          flex-direction: column;
          align-items: center;
          min-height: 60px;
          position: relative;
          cursor: pointer; }
          .configurator-option .control .options-list .field .Bss_image_radio img {
            order: -1;
            width: 90%; }
          .configurator-option .control .options-list .field .Bss_image_radio .label {
            padding: 0;
            text-align: center;
            max-width: 80px;
            position: unset; }
            .configurator-option .control .options-list .field .Bss_image_radio .label:before {
              content: "\e93b";
              font-family: 'berg-icons';
              transform: rotate(0);
              margin-right: 0;
              right: 8px;
              top: 10px;
              width: 20px;
              height: 20px;
              font-size: 8px;
              line-height: 20px;
              border: none;
              background-color: #988057;
              color: #fff; }
              @media all and (max-width: 64em) {
                .configurator-option .control .options-list .field .Bss_image_radio .label:before {
                  right: 3px; } }
          .configurator-option .control .options-list .field .Bss_image_radio [type="radio"]:checked + label:before {
            display: block; }
    .configurator-option .control.visible .options-list {
      visibility: visible;
      opacity: 1;
      height: auto;
      padding-top: 5px;
      padding-bottom: 12px; }
    .configurator-option .control .mage-error {
      padding-bottom: 5px;
      padding-left: 10px; }
    .configurator-option .control .label {
      padding: 0; }
      .configurator-option .control .label:before {
        display: none; }
      .configurator-option .control .label span:after {
        content: '' !important; }
  .configurator-option.custom-made {
    border: none;
    order: -1;
    margin-bottom: 45px; }
    @media all and (max-width: 64em) {
      .configurator-option.custom-made {
        margin-top: 40px; } }
    .configurator-option.custom-made .configurator-option__title-wrapper {
      display: none; }
    .configurator-option.custom-made .control .options-list {
      justify-content: space-between;
      text-transform: uppercase;
      opacity: 1;
      visibility: visible;
      height: auto; }
      .configurator-option.custom-made .control .options-list .field {
        width: auto; }
      .configurator-option.custom-made .control .options-list .label.admin__field-label {
        padding-right: 9px;
        color: #999999;
        font-size: 14px !important; }
        @media all and (max-width: 64em) {
          .configurator-option.custom-made .control .options-list .label.admin__field-label {
            font-size: 11px !important; } }
        .configurator-option.custom-made .control .options-list .label.admin__field-label.selected {
          color: #000; }
          .configurator-option.custom-made .control .options-list .label.admin__field-label.selected span {
            position: relative;
            padding-bottom: 1rem;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 6px; }
            .configurator-option.custom-made .control .options-list .label.admin__field-label.selected span:after, .configurator-option.custom-made .control .options-list .label.admin__field-label.selected span:before {
              content: '';
              position: absolute;
              left: 50%;
              transform: translate(-50%, 0); }
            .configurator-option.custom-made .control .options-list .label.admin__field-label.selected span:after {
              height: 9px;
              width: 9px;
              bottom: -5px;
              border-top: 2px solid #000;
              border-left: 2px solid #000;
              transform: rotate(225deg);
              background: #fff;
              margin-left: -3px; }
            .configurator-option.custom-made .control .options-list .label.admin__field-label.selected span:before {
              height: 2px;
              width: 100px;
              bottom: 0;
              background: #000; }
            .configurator-option.custom-made .control .options-list .label.admin__field-label.selected span:before {
              width: 120%; }
        .configurator-option.custom-made .control .options-list .label.admin__field-label .price-notice {
          display: none; }
  .configurator-option--with-header {
    position: relative;
    margin-top: 40px; }
    .configurator-option--with-header:before {
      content: ' ';
      background: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 30px;
      top: -32px;
      position: absolute;
      font-size: 11px;
      color: #fff; }
    .configurator-option--with-header.collar:before, .configurator-option--with-header.monogram:before {
      content: 'Style'; }
    .configurator-option--with-header.shirt-length:before {
      content: 'Measurment'; }
  @media all and (max-width: 64em) {
    .configurator-option--mobile {
      margin-top: 70px; } }
  .configurator-option.pocket .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/pocket.svg");
    height: 35px; }
  .configurator-option.pocket .control .options-list .field {
    width: 25%; }
    .configurator-option.pocket .control .options-list .field .Bss_image_radio img {
      width: auto;
      height: 50px;
      padding: 5px; }
    .configurator-option.pocket .control .options-list .field .Bss_image_radio .label:before {
      right: 10px;
      top: 0; }
  .configurator-option.monogram .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/monogram.svg"); }
  .configurator-option.monogram .control .options-list .field .Bss_image_radio img {
    width: 40%; }
  .configurator-option.monogram .control .options-list .field .Bss_image_radio .label:before {
    right: 6px;
    top: 0; }
    @media all and (max-width: 47.9375em) {
      .configurator-option.monogram .control .options-list .field .Bss_image_radio .label:before {
        right: 3px; } }
  .configurator-option[class*='monogram'] .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/monogram.svg"); }
  .configurator-option.monogram-place .control .options-list .field {
    width: 25%; }
    .configurator-option.monogram-place .control .options-list .field .Bss_image_radio img {
      width: auto;
      height: 70px;
      padding: 5px; }
    .configurator-option.monogram-place .control .options-list .field .Bss_image_radio .label:before {
      right: 6px;
      top: 0; }
  .configurator-option.monogram-font .control .options-list .field {
    width: 50%; }
    .configurator-option.monogram-font .control .options-list .field .Bss_image_radio img {
      width: 100%; }
    .configurator-option.monogram-font .control .options-list .field .Bss_image_radio .label:before {
      right: 12px;
      top: 3px; }
  .configurator-option.monogram-color .control .options-list .field {
    padding-bottom: 10px; }
    .configurator-option.monogram-color .control .options-list .field .Bss_image_radio img {
      width: 50px;
      height: 50px; }
    .configurator-option.monogram-color .control .options-list .field .Bss_image_radio .label:before {
      right: 12px;
      top: -12px; }
      @media all and (max-width: 47.9375em) {
        .configurator-option.monogram-color .control .options-list .field .Bss_image_radio .label:before {
          right: 0; } }
  .configurator-option.monogram-text {
    margin-bottom: 1px !important; }
    .configurator-option.monogram-text .control {
      padding-left: 30px;
      flex-direction: row !important;
      flex-wrap: wrap; }
      .configurator-option.monogram-text .control input {
        width: 100px;
        text-align: center;
        visibility: hidden;
        height: 0;
        padding: 0; }
      .configurator-option.monogram-text .control .note {
        padding: 0 35px;
        font-size: 11px;
        color: #000;
        width: 38%;
        float: right;
        display: inline-block;
        visibility: hidden;
        height: 0;
        padding-bottom: 0;
        margin: 0; }
        .configurator-option.monogram-text .control .note:before {
          display: none; }
      .configurator-option.monogram-text .control.visible {
        margin-bottom: 10px; }
        .configurator-option.monogram-text .control.visible input {
          visibility: visible;
          height: auto;
          padding: 0; }
        .configurator-option.monogram-text .control.visible .note {
          visibility: visible;
          height: auto;
          padding-bottom: 0;
          margin: 0; }
      .configurator-option.monogram-text .control div.mage-error {
        order: 3;
        flex-basis: 100%;
        margin-left: -25px; }
  .configurator-option.collar .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/collar.svg");
    height: 23px;
    top: 6px; }
  .configurator-option.cuffs .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/cuff.svg");
    width: 25px;
    top: 5px; }
  .configurator-option.shirt-length .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/back_lenght.svg"); }
  .configurator-option.sleeve-length .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/sleeve_lenght.svg"); }
  .configurator-option.collar-size .configurator-option__title-wrapper > div:before {
    background-image: url("../images/icons/collar_size.svg"); }

.product-options-bottom .delivery-info {
  font-size: 11px;
  max-width: 250px;
  text-align: center; }

.product-options-bottom .custom-price {
  display: inline;
  margin-bottom: 0; }

html:lang(pl) .configurator-option--with-header.collar:before, html:lang(pl) .configurator-option--with-header.monogram:before {
  content: 'Styl'; }

html:lang(pl) .configurator-option--with-header.shirt-length:before {
  content: 'Wymiary'; }

.cookie {
  border-radius: 0;
  border-top: 3px solid #988057;
  background: rgba(250, 250, 250, 0.9);
  color: #000;
  padding: 50px 0;
  position: relative; }
  @media all and (max-width: 47.9375em) {
    .cookie {
      padding-bottom: 20px; } }
  .cookie--close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
    @media all and (min-width: 99.9375em) {
      .cookie--close {
        height: 55px;
        width: 55px;
        line-height: 55px;
        right: 80px;
        top: 30px; } }
    @media all and (max-width: 47.9375em) {
      .cookie--close {
        right: 5px;
        top: 5px;
        height: 40px;
        width: 40px;
        line-height: 40px; } }
    .cookie--close:hover {
      color: #988057; }
  .cookie .content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media all and (max-width: 47.9375em) {
      .cookie .content {
        flex-direction: column; } }
  .cookie__text {
    max-width: 80%;
    font-size: 1.4rem;
    text-align: justify; }
    @media all and (max-width: 47.9375em) {
      .cookie__text {
        max-width: 100%;
        font-size: 1.2rem; } }
    .cookie__text a, .cookie__text a:visited {
      cursor: pointer;
      color: #988057; }
  .cookie .button--margin {
    margin-left: 4vw; }
    @media all and (max-width: 47.9375em) {
      .cookie .button--margin {
        margin: 15px 0; } }
  .cookie__policy {
    min-width: 170px;
    text-align: center; }
    .cookie__policy:hover {
      color: #988057; }
  .cookie__accept {
    min-width: 200px; }

.captcha .captcha-image {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px; }
  @media all and (max-width: 64em) {
    .captcha .captcha-image {
      flex-direction: column;
      align-items: flex-start;
      padding-bottom: 20px; } }
  .captcha .captcha-image img {
    margin-right: 10px; }
    @media all and (max-width: 64em) {
      .captcha .captcha-image img {
        margin-bottom: 10px; } }
  .captcha .captcha-image .captcha-reload {
    padding: 9px 20px 9px 16px;
    font-size: 1.1rem;
    line-height: 15px; }
    .captcha .captcha-image .captcha-reload span {
      display: inline-block;
      text-decoration: none; }
      .captcha .captcha-image .captcha-reload span:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 14px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .captcha .captcha-image .captcha-reload span:hover:before {
        color: inherit; }
      .captcha .captcha-image .captcha-reload span:active:before {
        color: inherit; }

.popup-authentication .captcha .captcha-image {
  padding-bottom: 10px; }

.cms-page-view .columns .column.main {
  padding-bottom: 0; }

.cms-page-view .page-title {
  padding-top: 1.5rem;
  text-align: center;
  position: relative; }
  .cms-page-view .page-title:after {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    bottom: -3rem;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #000; }

@media all and (min-width: 64.0625em) {
  .cms-page-view .main .width-reset {
    max-width: 100%; } }

.cms-page-view .main h2, .cms-page-view .main h3, .cms-page-view .main h4, .cms-page-view .main h5, .cms-page-view .main h6 {
  color: #999999; }

.cms-page-view .main a, .cms-page-view .main a:visited {
  text-decoration: none; }

.cms-page-view .main ol, .cms-page-view .main ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  counter-reset: section;
  list-style-type: none; }

.cms-page-view .main li {
  margin-bottom: 2.1rem; }
  .cms-page-view .main li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    margin-right: 4px; }

.cms-page-view .main .bold {
  font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }

.cms-page-view .main .underlined {
  text-decoration: underline; }

.cms-page-view .main .list li > ol,
.cms-page-view .main .list li > ul {
  margin-top: 2.1rem;
  margin-bottom: 3rem; }

.cms-page-view .main .list > li > ol {
  margin-top: 3rem; }

.cms-page-view .main .list > li:before {
  margin-right: 12px; }

.cms-page-view .main .list > li > *:first-child {
  display: inline;
  margin-bottom: 0; }

.cms-page-view .main .list > li:first-line {
  font-size: 2.1rem;
  letter-spacing: 1px; }

.cms-page-view .main .list > li > ol > li:before {
  font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }

.cms-page-view .main .list--alpha {
  counter-reset: alpha; }
  .cms-page-view .main .list--alpha li:before {
    counter-increment: alpha;
    content: counter(alpha, lower-alpha) ")"; }

.cms-page-view .main .list--disc li {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  position: relative; }
  .cms-page-view .main .list--disc li:before {
    content: "\2022";
    position: absolute;
    color: #000;
    font-size: 23px;
    line-height: 23px;
    left: 0;
    top: 2px; }

.cms-page-view .main .list--dash li {
  margin-bottom: 0; }
  .cms-page-view .main .list--dash li:before {
    content: "-"; }

.cms-page-view .main .list--paragraph > li:before {
  content: "§" counter(section); }

.cms-page-view .main .list--paragraph > li > ol > li:before {
  content: counter(section) "."; }

.page-layout-text-page .page-main > .page-title-wrapper {
  padding-top: 5rem; }

.page-layout-text-page .columns .column.main {
  padding-bottom: 40px; }

.page-layout-text-page .main {
  padding-top: 2rem; }
  .page-layout-text-page .main > * {
    margin-left: auto;
    margin-right: auto;
    text-align: justify; }
    @media all and (min-width: 64.0625em) {
      .page-layout-text-page .main > * {
        max-width: 66%; } }
  .page-layout-text-page .main p {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .page-layout-text-page .main .header-type-one p {
    margin-top: 0;
    margin-bottom: 2rem; }

.cms-slider {
  margin: 0 auto;
  padding: 20px 35px; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .cms-slider {
      padding: 10px 20px; } }
  @media all and (max-width: 47.9375em) {
    .cms-slider {
      padding: 10px 0; } }
  .cms-slider .top-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0;
    cursor: pointer; }
    .cms-slider .top-slider.slick-initialized {
      visibility: visible;
      height: auto;
      opacity: 1; }
    .cms-slider .top-slider__image-wrapper img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
    .cms-slider .top-slider .slick-track {
      padding: 0 !important; }
    .cms-slider .top-slider .slick-next {
      transform: none; }
  .cms-slider .bottom-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0;
    margin-top: 10px; }
    .cms-slider .bottom-slider.slick-initialized {
      visibility: visible;
      height: auto;
      opacity: 1; }
    .cms-slider .bottom-slider__image-wrapper {
      max-height: 100px;
      margin: 0 5px;
      opacity: 0.5;
      transition: opacity 1s ease; }
      .cms-slider .bottom-slider__image-wrapper.slick-center {
        opacity: 1; }
      .cms-slider .bottom-slider__image-wrapper img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }

.one-image__image {
  margin: 0 auto;
  display: block;
  max-height: 405px; }
  .one-image__image.js-scroll-newsletter {
    cursor: pointer; }

@media all and (min-width: 48em) {
  .one-image__right-column {
    border-top: 1px solid #999999;
    padding-top: 79px;
    padding-left: 61px;
    margin-left: -5px;
    flex-basis: 54%;
    position: relative; }
    .one-image__right-column:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      top: 301px;
      right: 0;
      width: 301px;
      height: 1px;
      background-color: #999999; }
    .one-image__right-column:before {
      transform: rotate(90deg);
      transform-origin: top right; }
    .one-image__right-column p {
      margin-top: 39px;
      margin-bottom: 35px; } }

@media all and (min-width: 48em) and (max-width: 64em) {
  .one-image__right-column {
    padding-top: 30px;
    padding-left: 25px; }
    .one-image__right-column a {
      float: right;
      margin-right: 30px; } }

@media all and (max-width: 47.9375em) {
  .one-image__right-column p, .one-image__right-column .one-image__grey-box {
    display: none; } }

.one-image__grey-box {
  background-color: #EEEEEE;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
  height: 200px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }
  .one-image__grey-box a {
    margin-bottom: 38px;
    align-self: flex-end; }

.three-box {
  margin: 60px 0;
  width: 100%;
  min-height: 320px;
  background: #EEEEEE;
  justify-content: center; }
  .three-box__container {
    max-width: 1320px;
    width: 100%;
    padding: 20px;
    align-items: center; }
  .three-box__column {
    max-width: 427px;
    width: 100%;
    height: 200px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE; }
    @media all and (max-width: 47.9375em) {
      .three-box__column {
        border-left: none;
        border-right: none;
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE; } }
    .three-box__column h5 {
      margin-bottom: 24px;
      margin-top: 0px; }

.cms-page-view .main h5.berg-widget__header {
  color: #000; }

.cms-style-guide .page-title {
  font-size: 50px; }
  @media all and (max-width: 47.9375em) {
    .cms-style-guide .page-title {
      font-size: 28px; } }

.cms-style-guide .main {
  padding-top: 4rem; }

.style-guide {
  display: none;
  height: 600px; }
  @media all and (min-width: 48em) {
    .style-guide {
      display: flex; } }
  .style-guide__image-column, .style-guide__desc-column {
    flex-basis: 39%; }
  .style-guide__image-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media all and (min-width: 68.75em) {
      .style-guide__image-column {
        position: relative; }
        .style-guide__image-column:before {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          top: 400px;
          left: 8%;
          width: 400px;
          height: 1px;
          background-color: #fff; }
        .style-guide__image-column:before {
          transform: rotate(270deg);
          transform-origin: top left; } }
    .style-guide__image-column:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0.2; }
    .style-guide__image-column h2 {
      text-transform: uppercase;
      width: 330px; }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .style-guide__image-column h2 {
          width: 90%; } }
    .style-guide__image-column p {
      color: #fff; }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .style-guide__image-column p {
          max-width: 90%; } }
  .style-guide__btn-column {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    flex-basis: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .style-guide__btn-type {
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 2rem;
    font-size: 28px;
    line-height: 28px;
    position: relative; }
    .style-guide__btn-type:hover, .style-guide__btn-type:focus, .style-guide__btn-type:active {
      font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
      border: none; }
    .style-guide__btn-type:active, .style-guide__btn-type:focus, .style-guide__btn-type:hover {
      background-color: inherit;
      color: #000;
      box-shadow: none; }
    .style-guide__btn-type.active {
      font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }
      .style-guide__btn-type.active:after {
        content: '';
        position: absolute;
        right: -6px;
        width: 9px;
        height: 9px;
        border-left: 1px solid #999999;
        border-bottom: 1px solid #999999;
        background: #fff;
        transform: rotate(225deg); }
  .style-guide__image-column {
    background-size: cover;
    background-position: center;
    max-height: 600px;
    background-repeat: no-repeat; }
  .style-guide__desc-column {
    display: flex;
    justify-content: center;
    align-items: center; }
    .style-guide__desc-column h3 {
      font-size: 28px;
      margin-bottom: 4rem; }
    .style-guide__desc-column p {
      margin-bottom: 33px; }
  .style-guide__style-description {
    display: none; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .style-guide__style-description {
        max-width: 87%; } }
    .style-guide__style-description.show {
      display: block; }
  .style-guide--mobile {
    display: none;
    margin-bottom: 20px; }
    @media all and (max-width: 47.9375em) {
      .style-guide--mobile {
        display: block; } }
    .style-guide--mobile__btn-wrapper {
      display: flex;
      flex-direction: column;
      margin-top: 20px;
      z-index: 2; }
      .style-guide--mobile__btn-wrapper a, .style-guide--mobile__btn-wrapper a:visited, .style-guide--mobile__btn-wrapper a:focus {
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 30px;
        text-align: center;
        font-size: 24px; }
    .style-guide--mobile .style-guide__image-column {
      height: 100vh; }
      .style-guide--mobile .style-guide__image-column:before {
        left: 92%; }
      .style-guide--mobile .style-guide__image-column h2 {
        width: 90%;
        text-align: center; }
      .style-guide--mobile .style-guide__image-column p {
        max-width: 90%; }
  .style-guide--reverse .style-guide__image-column {
    order: 3; }
    .style-guide--reverse .style-guide__image-column:before {
      left: 92%; }
    .style-guide--reverse .style-guide__image-column h2, .style-guide--reverse .style-guide__image-column p {
      text-align: right; }
  .style-guide--reverse .style-guide__btn-column {
    order: 2; }
  .style-guide--reverse .style-guide__btn-type.active:after {
    left: -6px;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999; }
  .style-guide--reverse .style-guide__desc-column {
    order: 1;
    background-color: #EEEEEE; }

.cms-page-view .main .style-guide__image-column h2 {
  color: #fff; }

.cms-page-view .main .style-guide__desc-column h3 {
  color: #000; }

.cms-page-view .main .block-products-list h2 {
  color: #000; }

.custom-made {
  display: flex; }
  @media all and (max-width: 47.9375em) {
    .custom-made {
      margin-top: 3rem;
      flex-direction: column; } }
  .custom-made__image-column {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 515px;
    background-repeat: no-repeat; }
    @media all and (min-width: 48em) {
      .custom-made__image-column {
        flex-basis: 34%; } }
    .custom-made__image-column--left {
      position: relative; }
      .custom-made__image-column--left:before {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        right: 0;
        width: 100px;
        height: 1px;
        background-color: #fff; }
    .custom-made__image-column--right {
      position: relative; }
      .custom-made__image-column--right:before {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        left: 0;
        width: 100px;
        height: 1px;
        background-color: #fff; }
  .custom-made__text-column {
    flex-basis: 32%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative; }
    @media all and (min-width: 48em) {
      .custom-made__text-column:before {
        content: '';
        width: 100%;
        height: 104%;
        position: absolute;
        background-color: #fff; } }
    @media all and (max-width: 47.9375em) {
      .custom-made__text-column {
        padding: 20px 15px; } }
    .custom-made__text-column h2, .custom-made__text-column p, .custom-made__text-column a {
      text-align: center;
      z-index: 2; }
  .custom-made:nth-of-type(1) .custom-made__text-column:before {
    box-shadow: 3px -1px 6px -4px;
    top: -20px; }
  .custom-made:nth-of-type(2) {
    margin-bottom: -60px; }
    .custom-made:nth-of-type(2) .custom-made__text-column:before {
      box-shadow: 3px 4px 6px -4px;
      bottom: -20px; }
    .custom-made:nth-of-type(2) .custom-made__image-column {
      border-top: 1px solid #fff; }

.cms-page-view .main .custom-made h2 {
  color: #000; }

.three-image {
  flex-wrap: wrap; }
  @media all and (max-width: 47.9375em) {
    .three-image__image-link,
    .three-image img {
      align-self: center; } }
  .three-image__image-link {
    display: flex; }
  .three-image__left-wrapper {
    padding-right: 27px;
    position: relative;
    flex-direction: column;
    margin-bottom: 51px; }
    .three-image__left-wrapper .rotate-element {
      position: absolute;
      transform: rotate(270deg);
      transform-origin: top left; }
      @media all and (max-width: 47.9375em) {
        .three-image__left-wrapper .rotate-element {
          position: static;
          transform: rotate(0);
          display: block; } }
    @media all and (max-width: 47.9375em) {
      .three-image__left-wrapper {
        padding-right: 0;
        margin-bottom: 12px;
        align-items: center; } }
    .three-image__left-wrapper span {
      bottom: 219px;
      left: -2px; }
      @media all and (max-width: 47.9375em) {
        .three-image__left-wrapper span {
          order: 1;
          font-family: "CenturyGothic-regular", "Open Sans", sans-serif;
          font-size: 2.8rem;
          max-width: 200px;
          line-height: 34px;
          margin-top: -81px;
          align-self: flex-start; } }
    .three-image__left-wrapper .three-image__image-link {
      margin-right: 27px; }
      @media all and (max-width: 47.9375em) {
        .three-image__left-wrapper .three-image__image-link {
          margin-right: 0; } }
    .three-image__left-wrapper img {
      margin-left: 27px; }
      @media all and (max-width: 47.9375em) {
        .three-image__left-wrapper img {
          margin-left: 0; } }
  .three-image__text-wrapper {
    margin-left: 54px;
    position: relative;
    max-width: 550px;
    min-height: 246px;
    padding: 10px 54px 40px 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end; }
    .three-image__text-wrapper p {
      max-width: 462px;
      margin-bottom: 10px; }
    @media all and (max-width: 47.9375em) {
      .three-image__text-wrapper {
        min-height: 106px;
        padding: 0;
        align-self: flex-end;
        justify-content: center; }
        .three-image__text-wrapper p {
          display: none; } }
    @media all and (max-width: 64em) {
      .three-image__text-wrapper {
        padding-right: 10px; } }
    @media all and (min-width: 48em) {
      .three-image__text-wrapper {
        position: relative;
        position: relative; }
        .three-image__text-wrapper:before {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          bottom: 294px;
          left: 1px;
          width: 294px;
          height: 1px;
          background-color: #999999; }
        .three-image__text-wrapper:after {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          bottom: 0;
          left: 1px;
          width: 276px;
          height: 1px;
          background-color: #999999; }
        .three-image__text-wrapper:before {
          transform: rotate(90deg);
          transform-origin: bottom left; } }
  .three-image__bottom-wrapper {
    position: relative;
    margin-top: -405px;
    flex-basis: 70%; }
    @media all and (max-width: 64em) {
      .three-image__bottom-wrapper {
        margin-top: -55px; } }
    @media all and (max-width: 47.9375em) {
      .three-image__bottom-wrapper {
        margin-top: 0; } }
    .three-image__bottom-wrapper > .three-image__image-link {
      display: flex;
      align-items: flex-end;
      justify-content: center; }
    .three-image__bottom-wrapper .headers-wrapper {
      align-self: flex-end; }
      @media all and (max-width: 47.9375em) {
        .three-image__bottom-wrapper .headers-wrapper {
          height: 107px; }
          .three-image__bottom-wrapper .headers-wrapper h2 {
            max-width: 200px; } }
      @media all and (min-width: 48em) {
        .three-image__bottom-wrapper .headers-wrapper {
          background-color: #EEEEEE;
          padding: 0 40px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-end;
          z-index: 1;
          height: 202px;
          width: 277px;
          position: relative;
          position: relative;
          min-width: 277px; }
          .three-image__bottom-wrapper .headers-wrapper a {
            margin-bottom: 38px;
            align-self: flex-end; }
          .three-image__bottom-wrapper .headers-wrapper:before {
            content: '';
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            top: 0;
            right: 0;
            width: 432px;
            height: 1px;
            background-color: #999999; }
          .three-image__bottom-wrapper .headers-wrapper:after {
            content: '';
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            top: 135px;
            right: 0;
            width: 135px;
            height: 1px;
            background-color: #999999; }
          .three-image__bottom-wrapper .headers-wrapper:after {
            transform: rotate(90deg);
            transform-origin: top right; } }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .three-image__bottom-wrapper .headers-wrapper:after {
        bottom: 4px; } }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .three-image__bottom-wrapper .headers-wrapper {
          height: 150px;
          width: auto;
          min-width: 250px;
          justify-content: space-between;
          padding-left: 60px;
          padding-top: 8px; }
          .three-image__bottom-wrapper .headers-wrapper h2 {
            margin-top: 1rem; } }
  .three-image__right-wrapper {
    align-items: flex-end;
    padding-left: 13px; }
    @media all and (max-width: 47.9375em) {
      .three-image__right-wrapper {
        padding-left: 0; } }
    @media all and (min-width: 48em) {
      .three-image__right-wrapper > div {
        background-color: #EEEEEE;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        z-index: 1;
        height: 303px;
        width: 243px;
        position: relative;
        position: relative; }
        .three-image__right-wrapper > div a {
          margin-bottom: 38px;
          align-self: flex-end; }
        .three-image__right-wrapper > div:before {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          top: -234px;
          left: 0;
          width: 537px;
          height: 1px;
          background-color: #999999; }
        .three-image__right-wrapper > div:after {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          bottom: 0;
          left: 0;
          width: 205px;
          height: 1px;
          background-color: #999999; } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .three-image__right-wrapper > div {
      height: 130px; } }
    @media all and (min-width: 48em) {
        .three-image__right-wrapper > div:before {
          transform: rotate(90deg);
          transform-origin: top left; } }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .three-image__right-wrapper > div:before {
        width: 364px; } }
    @media all and (min-width: 64.0625em) {
      .three-image__right-wrapper > div {
        position: relative; }
        .three-image__right-wrapper > div .rotate-element {
          position: absolute;
          transform: rotate(90deg);
          transform-origin: top left; } }
    @media all and (min-width: 64.0625em) and (max-width: 47.9375em) {
      .three-image__right-wrapper > div .rotate-element {
        position: static;
        transform: rotate(0);
        display: block; } }
    @media all and (min-width: 64.0625em) {
        .three-image__right-wrapper > div h2 {
          top: 35px;
          left: 50px; } }
  .three-image__grey-box {
    background-color: #EEEEEE;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
    height: 550px;
    width: 200px;
    position: absolute;
    z-index: -1; }
    .three-image__grey-box a {
      margin-bottom: 38px;
      align-self: flex-end; }
    @media all and (max-width: 47.9375em) {
      .three-image__grey-box {
        bottom: -625px;
        width: 244px; } }
  @media all and (max-width: 47.9375em) {
    .three-image__mobile-headers {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 74px; }
      .three-image__mobile-headers h2 {
        margin-top: 15px; } }

.two-image__left-column {
  flex-basis: 51%;
  padding-left: 28px;
  position: relative; }
  .two-image__left-column .rotate-element {
    position: absolute;
    transform: rotate(270deg);
    transform-origin: top left; }
    @media all and (max-width: 47.9375em) {
      .two-image__left-column .rotate-element {
        position: static;
        transform: rotate(0);
        display: block; } }
  @media all and (max-width: 47.9375em) {
    .two-image__left-column {
      padding-left: 0;
      max-width: 70vw; } }
  .two-image__left-column span {
    width: 300px;
    text-align: right;
    top: 300px;
    left: -2px; }
    @media all and (max-width: 47.9375em) {
      .two-image__left-column span {
        text-align: left; } }

.two-image__right-column {
  flex-basis: 53%; }
  @media all and (max-width: 47.9375em) {
    .two-image__right-column {
      margin-top: -206px; } }
  .two-image__right-column span {
    display: block;
    max-width: 80px;
    padding-left: 13px;
    line-height: 1.8rem;
    margin-bottom: 7px; }
    @media all and (max-width: 47.9375em) {
      .two-image__right-column span {
        margin-left: 69vw; } }
  .two-image__right-column p {
    padding-left: 30px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.7); }
    @media all and (max-width: 64em) {
      .two-image__right-column p {
        order: -1; } }
    @media all and (max-width: 47.9375em) {
      .two-image__right-column p {
        display: none; } }
  .two-image__right-column a {
    margin: 2rem 0; }
  .two-image__right-column img {
    margin-top: -35px;
    float: right; }
    @media all and (max-width: 82.4375em) {
      .two-image__right-column img {
        max-width: 95%; } }
    @media all and (max-width: 47.9375em) {
      .two-image__right-column img {
        max-width: 70vw;
        margin: 0 auto; } }
  .two-image__right-column .berg-widget--flex {
    align-items: flex-start; }
    @media all and (max-width: 64em) {
      .two-image__right-column .berg-widget--flex {
        flex-direction: column; } }

.two-image__grey-box {
  background-color: #EEEEEE;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1;
  height: 403px;
  width: 287px; }
  .two-image__grey-box a {
    margin-bottom: 38px;
    align-self: flex-end; }
  @media all and (max-width: 64em) {
    .two-image__grey-box {
      height: 140px; } }
  @media all and (max-width: 47.9375em) {
    .two-image__grey-box {
      width: 100%;
      height: 306px;
      z-index: -1; } }
  .two-image__grey-box a {
    align-self: flex-start; }

.cms-page-view .style-layout {
  padding-top: 4rem; }
  @media all and (max-width: 64em) {
    .cms-page-view .style-layout__left-column {
      display: none; } }
  .cms-page-view .style-layout__left-column img {
    max-width: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: calc(100% - 8px); }
  .cms-page-view .style-layout .berg-widget__image-link {
    display: block;
    width: 100%;
    margin: 0; }
  .cms-page-view .style-layout__right-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 40px;
    position: relative; }
    @media all and (max-width: 64em) {
      .cms-page-view .style-layout__right-column {
        padding-left: 0;
        margin-top: 0;
        flex-basis: 100%; } }
    .cms-page-view .style-layout__right-column:before {
      position: absolute;
      content: '';
      left: 0;
      top: 60px;
      background-color: #EEEEEE;
      padding: 0 40px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      z-index: 1;
      height: 300px;
      width: 230px; }
      .cms-page-view .style-layout__right-column:before a {
        margin-bottom: 38px;
        align-self: flex-end; }
      @media all and (max-width: 47.9375em) {
        .cms-page-view .style-layout__right-column:before {
          padding: 0; } }
    .cms-page-view .style-layout__right-column > div {
      z-index: 2; }
    .cms-page-view .style-layout__right-column .berg-widget__header {
      text-transform: capitalize;
      margin: 0 0 35px; }
    .cms-page-view .style-layout__right-column .berg-widget__text {
      max-width: 100%;
      padding: 0;
      margin-bottom: 1rem; }
      .cms-page-view .style-layout__right-column .berg-widget__text p {
        background-color: transparent; }
        @media all and (max-width: 64em) {
          .cms-page-view .style-layout__right-column .berg-widget__text p {
            display: block; } }
    .cms-page-view .style-layout__right-column img {
      margin-top: 0;
      float: none;
      max-width: 600px;
      width: 100%;
      max-height: 600px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media all and (max-width: 74.9375em) {
        .cms-page-view .style-layout__right-column img {
          max-height: 400px; } }
      @media all and (max-width: 64em) {
        .cms-page-view .style-layout__right-column img {
          max-width: 100%; } }

.two-image-small {
  align-items: flex-end;
  position: relative; }
  @media all and (max-width: 47.9375em) {
    .two-image-small {
      align-items: center; } }
  .two-image-small__left-wrapper {
    flex-direction: column;
    flex-basis: 36%;
    margin-top: 88px;
    position: relative; }
    @media all and (max-width: 47.9375em) {
      .two-image-small__left-wrapper {
        margin-top: 0; } }
    .two-image-small__left-wrapper .berg-widget__image-link {
      display: flex; }
    .two-image-small__left-wrapper img {
      width: 100%; }
      @media all and (max-width: 47.9375em) {
        .two-image-small__left-wrapper img {
          margin-bottom: 55px; } }
  .two-image-small__middle-wrapper {
    right: -373px;
    position: absolute;
    bottom: 0; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .two-image-small__middle-wrapper a {
        margin-bottom: 20px; } }
    @media all and (max-width: 47.9375em) {
      .two-image-small__middle-wrapper h2 {
        max-width: 200px;
        margin-top: -70px; }
      .two-image-small__middle-wrapper a {
        margin-right: 3px; } }
  .two-image-small__right-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    flex-basis: 64%; }
    @media all and (min-width: 64.0625em) {
      .two-image-small__right-wrapper {
        padding-left: 40px; } }
    .two-image-small__right-wrapper p {
      padding-left: 374px;
      align-self: flex-start;
      margin-bottom: 29px; }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .two-image-small__right-wrapper p {
          margin-bottom: 0;
          max-width: 95%;
          align-self: flex-end;
          margin-top: 30px;
          padding-left: 0; } }
      @media all and (max-width: 47.9375em) {
        .two-image-small__right-wrapper p {
          display: none; } }
  .two-image-small__grey-box {
    background-color: #EEEEEE;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
    height: 233px;
    width: 373px;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 60px; }
    .two-image-small__grey-box a {
      margin-bottom: 38px;
      align-self: flex-end; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .two-image-small__grey-box {
        height: 173px;
        width: 300px;
        padding-top: 13px;
        padding-left: 25px;
        padding-right: 20px;
        right: -300px;
        top: 78px; } }
    @media all and (max-width: 47.9375em) {
      .two-image-small__grey-box {
        position: static;
        align-self: center;
        height: 160px;
        width: 100%;
        padding-left: 20px; }
        .two-image-small__grey-box a {
          margin-bottom: 58px; } }
  .two-image-small__right-image {
    margin-bottom: 32px; }
    @media all and (min-width: 64.0625em) and (max-width: 68.6875em) {
      .two-image-small__right-image {
        margin-bottom: 15px; } }

.berg-widget {
  box-sizing: border-box;
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  .berg-widget--flex {
    display: flex; }
    @media all and (max-width: 47.9375em) {
      .berg-widget--flex {
        flex-direction: column; } }
  .berg-widget--flex-column {
    display: flex;
    flex-direction: column; }
  .berg-widget__column {
    flex-basis: 50%; }
  .berg-widget__header {
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase; }
    .berg-widget__header--small {
      font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }
    .berg-widget__header--capitalize {
      text-transform: capitalize; }
  .berg-widget__text {
    text-align: justify;
    line-height: 21px;
    max-width: 330px; }
  .berg-widget__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.header-type-one {
  text-align: center;
  padding-bottom: 3rem;
  padding-top: 4rem;
  position: relative; }
  .header-type-one:after {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #000; }
  .header-type-one__heading {
    margin-bottom: 1rem; }

.header-type-two {
  padding: 0;
  margin: 0;
  height: 450px;
  justify-content: center;
  align-items: center;
  background: #EEEEEE; }
  @media all and (max-width: 64em) {
    .header-type-two {
      margin-left: -20px;
      width: calc(100% + 40px);
      padding-right: 25px; } }
  @media all and (max-width: 47.9375em) {
    .header-type-two {
      width: calc(100% + 30px);
      height: calc(100vh - 42px);
      padding-right: 0;
      margin-left: -15px; } }
  .header-type-two--line-above, .header-type-two--line-below {
    position: relative; }
    @media all and (min-width: 48em) {
      .header-type-two--line-above, .header-type-two--line-below {
        height: 600px; } }
    .header-type-two--line-above:before, .header-type-two--line-below:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 29%;
      width: 170px;
      height: 1px;
      background-color: #999999; }
    .header-type-two--line-above:before, .header-type-two--line-below:before {
      transform: rotate(90deg);
      transform-origin: top left; }
      @media all and (max-width: 74.9375em) {
        .header-type-two--line-above:before, .header-type-two--line-below:before {
          left: 30%; } }
      @media all and (min-width: 64.0625em) and (max-width: 68.6875em) {
        .header-type-two--line-above:before, .header-type-two--line-below:before {
          left: 31%; } }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .header-type-two--line-above:before, .header-type-two--line-below:before {
          left: 27%; } }
      @media all and (max-width: 47.9375em) {
        .header-type-two--line-above:before, .header-type-two--line-below:before {
          display: none; } }
    .header-type-two--line-above .header-type-two__wrapper, .header-type-two--line-below .header-type-two__wrapper {
      text-align: center; }
      .header-type-two--line-above .header-type-two__wrapper:before, .header-type-two--line-above .header-type-two__wrapper:after, .header-type-two--line-below .header-type-two__wrapper:before, .header-type-two--line-below .header-type-two__wrapper:after {
        display: none; }
      .header-type-two--line-above .header-type-two__wrapper h1, .header-type-two--line-above .header-type-two__wrapper p, .header-type-two--line-below .header-type-two__wrapper h1, .header-type-two--line-below .header-type-two__wrapper p {
        text-align: center;
        margin-left: auto;
        margin-right: auto; }
      .header-type-two--line-above .header-type-two__wrapper h1, .header-type-two--line-below .header-type-two__wrapper h1 {
        padding-bottom: 1rem;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        text-transform: capitalize; }
        .header-type-two--line-above .header-type-two__wrapper h1:after, .header-type-two--line-below .header-type-two__wrapper h1:after {
          content: '';
          display: block;
          background-color: #000;
          height: 3px;
          width: 45px;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
  .header-type-two--line-above:before {
    top: 0; }
  .header-type-two--line-below:before {
    bottom: 170px; }
  .header-type-two__column-left {
    padding-left: 80px; }
    @media all and (max-width: 64em) {
      .header-type-two__column-left {
        padding-left: 20px; } }
    @media all and (max-width: 47.9375em) {
      .header-type-two__column-left {
        padding-left: 0;
        padding-top: 20px; } }
  .header-type-two__column-right {
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding-left: 30px; }
    @media all and (max-width: 47.9375em) {
      .header-type-two__column-right {
        background-size: cover; } }
    @media all and (max-width: 64em) {
      .header-type-two__column-right {
        padding-left: 0; } }
  .header-type-two__wrapper {
    padding: 30px 0 0 30px;
    position: relative;
    position: relative; }
    @media all and (max-width: 64em) {
      .header-type-two__wrapper {
        padding: 20px 0 0 20px; } }
    .header-type-two__wrapper:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      top: 0;
      left: 0;
      width: 341px;
      height: 1px;
      background-color: #999999; }
    .header-type-two__wrapper:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      top: 0;
      left: 0;
      width: 227px;
      height: 1px;
      background-color: #999999; }
    @media all and (max-width: 47.9375em) {
      .header-type-two__wrapper:before {
        width: 210px; } }
    .header-type-two__wrapper:after {
      transform: rotate(90deg);
      transform-origin: top left; }
      @media all and (max-width: 47.9375em) {
        .header-type-two__wrapper:after {
          width: 360px; } }
  .header-type-two__heading {
    font-size: 46px;
    width: 330px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    padding-top: 1rem;
    letter-spacing: 1.5px; }
    @media all and (max-width: 47.9375em) {
      .header-type-two__heading {
        font-size: 30px; } }
    @media all and (max-width: 29.9375em) {
      .header-type-two__heading {
        width: 240px; } }
  .header-type-two__text {
    max-width: 95%; }
    @media all and (min-width: 64.0625em) {
      .header-type-two__text {
        width: 430px; } }
    @media all and (max-width: 47.9375em) {
      .header-type-two__text {
        width: 380px;
        max-width: 100%; } }
    @media all and (max-width: 29.9375em) {
      .header-type-two__text {
        width: 220px; } }
  .header-type-two-reverse {
    padding: 0;
    margin: 0;
    height: 450px;
    justify-content: center;
    align-items: center;
    background: #EEEEEE; }
    @media all and (max-width: 64em) {
      .header-type-two-reverse {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-right: 25px; } }
    @media all and (max-width: 47.9375em) {
      .header-type-two-reverse {
        width: calc(100% + 30px);
        height: calc(100vh - 42px);
        padding-right: 0;
        margin-left: -15px; } }
    @media all and (max-width: 64em) {
      .header-type-two-reverse {
        padding-right: 0; } }
    .header-type-two-reverse__column-right {
      background-color: #fff;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      position: relative; }
      .header-type-two-reverse__column-right:after {
        content: '';
        left: 0;
        position: absolute;
        background-color: #EEEEEE;
        height: 250px;
        width: 360px;
        margin-top: -10px;
        left: 0; }
        @media all and (max-width: 47.9375em) {
          .header-type-two-reverse__column-right:after {
            height: 260px;
            width: 200px;
            margin: 0 auto;
            top: 0;
            left: 0;
            right: 0; } }
      @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
        .header-type-two-reverse__column-right {
          padding: 0 40px; } }
    .header-type-two-reverse__wrapper {
      z-index: 1; }
    .header-type-two-reverse__heading {
      position: relative;
      position: static; }
      @media all and (max-width: 47.9375em) {
        .header-type-two-reverse__heading {
          margin: 2rem 0;
          text-align: center; } }
      .header-type-two-reverse__heading:before {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        width: 615px;
        height: 1px;
        background-color: #999999; }
      .header-type-two-reverse__heading:before {
        margin-top: -135px;
        margin-left: -80px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
          .header-type-two-reverse__heading:before {
            width: 530px; } }
        @media all and (max-width: 64em) {
          .header-type-two-reverse__heading:before {
            width: 400px; } }
        @media all and (max-width: 47.9375em) {
          .header-type-two-reverse__heading:before {
            display: none; } }
    .header-type-two-reverse__text {
      max-width: 520px; }
    .header-type-two-reverse__column-left {
      background-size: contain;
      background-position: center;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: auto; }
      @media all and (max-width: 47.9375em) {
        .header-type-two-reverse__column-left {
          background-size: cover; } }
      @media all and (max-width: 64em) {
        .header-type-two-reverse__column-left {
          background-size: auto; } }

.header-type-image {
  height: 450px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex; }
  .header-type-image__background {
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    position: relative; }
    .header-type-image__background:before {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.4;
      top: 0;
      left: 0; }
  .header-type-image__heading {
    color: #fff;
    margin: 0; }
    .header-type-image__heading--oposite-color {
      color: #000; }
    .header-type-image__heading--complex-main {
      font-size: 50px;
      max-width: 250px;
      line-height: 61px;
      margin-left: auto;
      position: relative; }
      @media all and (max-width: 47.9375em) {
        .header-type-image__heading--complex-main {
          font-size: 40px;
          line-height: 40px; } }
    .header-type-image__heading--complex-second {
      max-width: 225px;
      margin-left: auto;
      margin-top: 110px;
      position: relative; }
      .header-type-image__heading--complex-second:before {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        top: -10px;
        right: 0;
        width: 105px;
        height: 1px;
        background-color: #fff; }
      .header-type-image__heading--complex-second:before {
        transform: rotate(90deg);
        transform-origin: top right; }
  .header-type-image--complex {
    position: relative;
    display: flex;
    height: 660px; }
    @media all and (max-width: 47.9375em) {
      .header-type-image--complex {
        flex-direction: column;
        height: auto;
        background-image: none !important;
        margin-bottom: 0; } }
    .header-type-image--complex:before {
      content: ''; }
      @media all and (max-width: 47.9375em) {
        .header-type-image--complex:before {
          display: none; } }
  .header-type-image__column-left {
    flex-basis: 38%;
    text-align: right;
    position: relative; }
    @media all and (min-width: 48em) {
      .header-type-image__column-left {
        background-image: none !important; } }
    @media all and (max-width: 47.9375em) {
      .header-type-image__column-left {
        padding: 30px 15px; } }
    .header-type-image__column-left:before {
      content: '';
      display: none; }
      @media all and (max-width: 47.9375em) {
        .header-type-image__column-left:before {
          display: block; } }
  .header-type-image__column-right {
    z-index: 1;
    flex-basis: 62%;
    padding: 0 80px;
    text-align: justify;
    color: #fff; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .header-type-image__column-right {
        padding: 0 60px; } }
    @media all and (max-width: 47.9375em) {
      .header-type-image__column-right {
        color: #999999;
        padding: 0;
        margin-top: 3rem; } }

.cms-page-view .main .header-type-image h2 {
  color: #fff; }

.two-column {
  min-height: 400px;
  padding: 0;
  margin: 0;
  position: relative; }
  @media all and (max-width: 47.9375em) {
    .two-column {
      margin-top: 15px; } }
  @media all and (min-width: 48em) {
    .two-column .left-order {
      order: -1; } }
  .two-column__column-text {
    display: flex;
    padding: 20px 15px;
    justify-content: center;
    align-items: center; }
  .two-column__heading {
    margin-bottom: 3rem;
    margin-top: 0; }
    @media all and (max-width: 29.9375em) {
      .two-column__heading {
        font-size: 22px; } }
  .two-column__text {
    margin-bottom: 0; }
    .two-column__text--wide {
      max-width: 100%; }
      @media all and (min-width: 64.0625em) {
        .two-column__text--wide {
          max-width: 400px; } }
  .two-column__link {
    margin-top: 3rem; }
    @media all and (max-width: 47.9375em) {
      .two-column__link {
        margin-left: auto; } }
  .two-column__column-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat; }
    @media all and (max-width: 47.9375em) {
      .two-column__column-image {
        flex: 100%; } }
  @media all and (max-width: 47.9375em) {
    .two-column .mobile-visible {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 100%;
      height: 100%; } }
  @media all and (max-width: 47.9375em) {
    .two-column .mobile-visible .two-column__heading {
      margin-bottom: 0;
      margin-right: 10px; } }
  @media all and (max-width: 47.9375em) {
    .two-column .mobile-visible .two-column__wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 80%;
      padding: 20px 20px;
      background: rgba(255, 255, 255, 0.9); } }
  @media all and (max-width: 47.9375em) and (max-width: 47.9375em) {
    .two-column .mobile-visible .two-column__wrapper .two-column__text {
      display: none; } }

.cms-page-view .main .two-column h2 {
  color: #000; }

.cms-page-view .main .anatomy-details {
  padding: 0; }
  .cms-page-view .main .anatomy-details:last-of-type {
    padding-bottom: 50px; }
  @media all and (max-width: 47.9375em) {
    .cms-page-view .main .anatomy-details {
      margin-top: 30px; } }
  .cms-page-view .main .anatomy-details--hide {
    margin-top: 0; }
    .cms-page-view .main .anatomy-details--hide .anatomy-details__main-header,
    .cms-page-view .main .anatomy-details--hide anatomy-details__main-text {
      display: none; }
  .cms-page-view .main .anatomy-details__main-header {
    text-align: center;
    padding-top: 4rem;
    margin-bottom: 3rem; }
  .cms-page-view .main .anatomy-details__main-text {
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 21px; }
  .cms-page-view .main .anatomy-details > div {
    justify-content: center; }
    @media all and (max-width: 64em) {
      .cms-page-view .main .anatomy-details > div {
        flex-wrap: wrap;
        flex-direction: row; } }
  .cms-page-view .main .anatomy-details__img-container {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    border: 1px solid #fff; }
    .cms-page-view .main .anatomy-details__img-container--three {
      height: 300px; }
  .cms-page-view .main .anatomy-details__item {
    min-height: 500px;
    width: 320px;
    margin-bottom: 10px; }
    .cms-page-view .main .anatomy-details__item:first-of-type .anatomy-details__img-container {
      border-left: none; }
    .cms-page-view .main .anatomy-details__item:last-of-type .anatomy-details__img-container {
      border-right: none; }
    .cms-page-view .main .anatomy-details__item--three {
      width: 427px; }
  .cms-page-view .main .anatomy-details__column {
    flex-basis: 50%; }
  .cms-page-view .main .anatomy-details__item-header {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 0 35px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .cms-page-view .main .anatomy-details__item-text {
    font-size: 11px;
    text-align: center;
    padding: 0 35px;
    line-height: 1.42857; }

.cms-page-view .main .cms-fabrics {
  margin: 0 auto; }
  @media all and (min-width: 64.0625em) {
    .cms-page-view .main .cms-fabrics {
      max-width: 67%; } }
  .cms-page-view .main .cms-fabrics__header {
    color: #000;
    text-align: center;
    margin-bottom: 3rem; }
  .cms-page-view .main .cms-fabrics__text-first, .cms-page-view .main .cms-fabrics__text-second {
    text-align: center; }
  .cms-page-view .main .cms-fabrics__text-first {
    margin-bottom: 3rem; }
  .cms-page-view .main .cms-fabrics__images {
    display: flex;
    margin-top: 3rem; }
    @media all and (max-width: 47.9375em) {
      .cms-page-view .main .cms-fabrics__images {
        flex-direction: column; } }
    .cms-page-view .main .cms-fabrics__images:last-of-type .cms-fabrics__image {
      border-left: 1px solid #fff; }
  .cms-page-view .main .cms-fabrics__image-wrapper {
    flex-basis: 50%; }
  .cms-page-view .main .cms-fabrics__image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat; }
  .cms-page-view .main .cms-fabrics__image-description {
    font-size: 11px;
    text-align: left; }

.button-widget {
  display: flex;
  padding-bottom: 6rem; }
  .button-widget a {
    margin: 0 auto;
    width: 220px;
    text-align: center; }
    .button-widget a:visited {
      color: #000; }
    .button-widget a:hover:visited {
      color: #fff; }

.text-content {
  margin-top: 1rem; }
  .text-content > * {
    margin-left: auto;
    margin-right: auto;
    text-align: justify; }
    @media all and (min-width: 64.0625em) {
      .text-content > * {
        max-width: 66%; } }
  .text-content p {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  @media all and (min-width: 64.0625em) {
    .text-content--narrow > * {
      max-width: 58%; } }

.two-column-blog {
  align-items: center; }
  @media all and (min-width: 64.0625em) {
    .two-column-blog {
      height: 450px; } }
  .two-column-blog__column-left {
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media all and (max-width: 64em) {
      .two-column-blog__column-left {
        padding-right: 20px; } }
    .two-column-blog__column-left > * {
      margin-bottom: 0 !important; }
  .two-column-blog__column-right {
    flex-basis: 55%;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; }
    @media all and (max-width: 64em) {
      .two-column-blog__column-right {
        min-height: 300px; } }

.left-order .two-column-blog__column-left {
  padding-right: 0;
  padding-left: 60px; }
  @media all and (max-width: 64em) {
    .left-order .two-column-blog__column-left {
      padding-left: 20px; } }

.left-order .two-column-blog__column-right {
  order: -1; }

.quote-blog__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat; }

.quote-blog__quote {
  padding-left: 14%;
  padding-right: 6%;
  margin-top: 7rem;
  position: relative; }
  .quote-blog__quote:before {
    content: '\e905';
    font-family: 'berg-icons';
    position: absolute;
    top: -46px;
    left: 8%;
    font-size: 30px;
    color: #000; }

.column .block-addbysku .fieldset {
  margin: 0; }
  .column .block-addbysku .fieldset .fields {
    position: relative; }
    .column .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
    .column .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 4px; }

.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%; }

.column .block-addbysku .skus > .label {
  margin-top: 10px; }

.column .block-addbysku .qty .qty + .mage-error {
  width: 80px; }

.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left; }
  .column .block-addbysku .block-content .actions-toolbar:before, .column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table; }
  .column .block-addbysku .block-content .actions-toolbar:after {
    clear: both; }
  .column .block-addbysku .block-content .actions-toolbar .primary {
    float: left; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block; }
    .column .block-addbysku .block-content .actions-toolbar .primary a.action,
    .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
      display: inline-block; }
  .column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 5px 0 0; }
  .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px; }
  .column .block-addbysku .block-content .actions-toolbar .primary,
  .column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none; }
  .column .block-addbysku .block-content .actions-toolbar > .secondary {
    text-align: left; }

.column .block-addbysku .reset {
  margin: 10px 0; }

.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px; }

.block-cart-failed {
  margin-top: 40px; }
  .block-cart-failed .block-title {
    font-size: 2.8rem; }
    .block-cart-failed .block-title strong {
      font-weight: 300; }
  .block-cart-failed .actions {
    text-align: center; }
    .block-cart-failed .actions .action {
      margin-bottom: 10px; }

@media only screen and (max-width: 639px) {
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px; }
  .column .block-addbysku .action.remove {
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400; }
    .column .block-addbysku .action.remove > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .column .block-addbysku .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 1px 0 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .column .block-addbysku .action.remove:hover:before {
      color: inherit; }
    .column .block-addbysku .action.remove:active:before {
      color: inherit; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; } }

@media only screen and (min-width: 640px) {
  .column .block-addbysku .action.remove {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    color: #999999;
    text-decoration: underline;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px; }
    .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove:hover {
      background: none;
      border: none; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .column .block-addbysku .action.remove:visited {
      color: #999999;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:hover {
      color: #988057;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:active {
      color: #988057;
      text-decoration: underline; }
    .column .block-addbysku .action.remove:hover {
      color: #988057; }
    .column .block-addbysku .action.remove:hover, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
      background: none;
      border: 0; }
    .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
      color: #999999;
      opacity: 0.5;
      cursor: default;
      pointer-events: none;
      text-decoration: underline; } }

@media only screen and (min-width: 768px) {
  .block-cart-failed .actions {
    text-align: left; }
  .block-cart-failed .actions.primary {
    float: right; } }

.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 55px;
  line-height: 1.75;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px; }
  .payment-method-braintree .hosted-control:disabled {
    border: 1px solid #D0D0D1;
    color: #D0D0D1; }
  .payment-method-braintree .hosted-control::-moz-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #c2c2c2; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #006bb4; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #e02b27; }
    .payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
      height: auto;
      opacity: 1; }
  .payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #006400; }
  .payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem; }
  .payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem; }
    .payment-method-braintree .hosted-control.hosted-date:first-of-type {
      margin-right: 50px; }
      .payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
        content: '/';
        display: inline;
        padding-bottom: inherit;
        padding-top: inherit;
        position: absolute;
        right: -25px;
        top: 5px; }

.payment-method-braintree .field-tooltip {
  right: 0; }

.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0; }

.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center; }

.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block; }
  .braintree-paypal-account:before {
    background-image: url("../Magento_Braintree/images/paypal-small.png");
    background-position-x: 0;
    background-position-y: 0;
    line-height: 16px;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: ""; }
  .braintree-paypal-account:before {
    left: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .braintree-paypal-account .payment-method-type {
    font-weight: 700; }
  .braintree-paypal-account .payment-method-description {
    color: #575757; }

.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .action-braintree-paypal-logo:focus, .action-braintree-paypal-logo:active {
    background: none;
    border: none; }
  .action-braintree-paypal-logo:hover {
    background: none;
    border: none; }
  .action-braintree-paypal-logo.disabled, .action-braintree-paypal-logo[disabled],
  fieldset[disabled] .action-braintree-paypal-logo {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .action-braintree-paypal-logo img {
    margin: 0;
    width: 114px; }

.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0; }

.account .table .col.paypal-account img {
  vertical-align: middle; }

.account .table .col.paypal-account + .actions {
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem; }
  .braintree-paypal-account {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%; }
  .account .table-credit-cards .col.actions {
    width: 100px; } }

.bundle-options-container {
  clear: both;
  margin-bottom: 40px; }
  .bundle-options-container .legend.title {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.8rem;
    margin-top: 2.5rem;
    margin-bottom: 4rem; }
  .bundle-options-container .product-add-form {
    display: none; }
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 30px; }
  .bundle-options-container .action.back {
    margin-bottom: 30px; }
  .bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 700; }
  .bundle-options-container .block-bundle-summary {
    background: #999999;
    padding: 10px 20px; }
    .bundle-options-container .block-bundle-summary > .title > strong {
      color: #000;
      font-weight: 300;
      line-height: 1.2;
      font-size: 2.8rem;
      margin-top: 2.5rem;
      margin-bottom: 4rem; }
    .bundle-options-container .block-bundle-summary .bundle-summary {
      margin-top: 30px; }
      .bundle-options-container .block-bundle-summary .bundle-summary.empty {
        display: none; }
      .bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
        color: #000;
        font-weight: 300;
        line-height: 1.2;
        font-size: 2.1rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        display: block; }
    .bundle-options-container .block-bundle-summary .bundle.items > li {
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .box-tocart .actions {
      display: inline-block;
      margin-bottom: 10px; }
    .bundle-options-container .block-bundle-summary .product-addto-links > .action {
      vertical-align: top; }
  .bundle-options-container .nested .field.qty {
    margin-top: 20px; }
    .bundle-options-container .nested .field.qty .label {
      font-weight: 700;
      margin: 0 0 5px;
      display: inline-block; }
  .bundle-options-container p.required {
    color: #988057; }
  .bundle-options-container .product-options-bottom {
    clear: left; }

@media only screen and (min-width: 768px) {
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%; }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%; }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left
  .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right
  .bundle-options-container .block-bundle-summary,
  .page-layout-3columns
  .bundle-options-container .block-bundle-summary {
    width: 48%; } }

.products {
  margin: 30px 0; }

.product-item {
  vertical-align: top; }
  .products-grid .product-item {
    display: inline-block;
    width: 50%; }
  .product-item-actions {
    display: none; }
    .product-item-actions .actions-secondary > .action:before {
      margin: 0; }
  .product-item .special-price .price,
  .product-item .minimal-price .price {
    font-size: 14px;
    font-weight: 700; }
  .product-item .special-price .price-wrapper,
  .product-item .minimal-price .price-wrapper {
    display: inline-block; }
  .product-item .special-price .price-including-tax + .price-excluding-tax,
  .product-item .minimal-price .price-including-tax + .price-excluding-tax {
    display: block; }
  .product-item .special-price {
    display: block; }
  .product-item .old-price .price {
    font-weight: 400; }
  .product-item .minimal-price .price-container {
    display: block; }
  .product-item .minimal-price-link {
    margin-top: 5px; }
    .product-item .minimal-price-link .price-label {
      color: #999999;
      font-size: 14px; }
    .product-item .minimal-price-link .price {
      font-weight: 400; }
  .product-item .minimal-price-link,
  .product-item .price-excluding-tax,
  .product-item .price-including-tax {
    display: block;
    white-space: nowrap; }
  .product-item .price-from,
  .product-item .price-to {
    margin: 0; }

.price-container .price {
  font-size: 14px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 11px; }

.price-container .weee:before {
  content: "(" attr(data-label) ": "; }

.price-container .weee:after {
  content: ')'; }

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": "; }

.products-list .product-item {
  display: table;
  width: 100%; }
  .products-list .product-item-info {
    display: table-row; }

@media only screen and (min-width: 640px) {
  .products-grid .product-item {
    margin-bottom: 30px; }
  .product-item-actions {
    display: block; }
    .products-grid .product-item-actions {
      margin: 10px 0; }
    .product-item-actions .actions-primary + .actions-secondary {
      display: table-cell;
      padding-left: 5px;
      white-space: nowrap;
      width: 50%; }
      .product-item-actions .actions-primary + .actions-secondary > * {
        white-space: normal; }
    .product-item-actions .actions-primary {
      display: table-cell; }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33.3333%; } }

@media only screen and (min-width: 768px) {
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%; } }

@media only screen and (min-width: 1025px) {
  .page-layout-1column .products-grid .product-item {
    width: 16.6666%; }
  .page-layout-3columns .products-grid .product-item {
    width: 25%; }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%; }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
      margin-left: 1%; }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
      margin-left: 0; } }

.page-products .columns {
  position: relative;
  z-index: 1; }

.toolbar-amount {
  display: block;
  line-height: 28px;
  margin: 0;
  padding: 8px 0 0;
  visibility: hidden;
  width: 0;
  height: 0; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.toolbar-products {
  padding: 0 1rem;
  position: absolute;
  top: 29px;
  right: 0; }
  @media all and (max-width: 64em) {
    .toolbar-products {
      position: static;
      padding: 0 0 2rem; } }
  @media all and (max-width: 47.9375em) {
    .toolbar-products {
      padding: 0; } }
  .toolbar-products .pages {
    display: none; }
    .products.wrapper ~ .toolbar-products .pages {
      display: block; }
  .toolbar-products .limiter {
    display: none; }
    .toolbar-products .limiter .control {
      display: inline-block; }

.products + .toolbar-products {
  position: static;
  padding: 0; }
  @media all and (max-width: 47.9375em) {
    .products + .toolbar-products {
      margin-top: 0;
      float: none; } }

.sorter {
  display: flex;
  align-items: center; }
  @media all and (max-width: 64em) {
    .sorter {
      float: right; } }
  .sorter__label {
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    padding-right: 5px;
    position: relative;
    top: 2px; }
    @media all and (max-width: 47.9375em) {
      .sorter__label {
        font-size: 1.1rem;
        top: 1px;
        padding-right: 0; } }
    @media all and (max-width: 22.4375em) {
      .sorter__label {
        font-size: 1.2rem;
        top: 1px; } }
  .sorter__select {
    border: 3px solid #000;
    height: 30px;
    padding-left: 1.8rem;
    padding-right: 4rem;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem; }
    @media all and (max-width: 47.9375em) {
      .sorter__select {
        border: 1px solid #000;
        padding-left: 1rem;
        padding-right: 2.5rem;
        font-size: 11px; } }
  .products.wrapper ~ .toolbar .sorter {
    display: none; }
  .sorter .select-custom:before {
    width: 7px;
    height: 7px;
    top: 10px;
    right: 16px; }
    @media all and (max-width: 47.9375em) {
      .sorter .select-custom:before {
        right: 11px; } }

.sorter-options {
  margin: 0 0 0 7px;
  width: auto; }

.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none; }
  .sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 32px;
    color: #8f8f8f;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sorter-action:hover:before {
    color: #333; }
  @media all and (max-width: 47.9375em) {
    .sorter-action:before {
      font-size: 26px; } }

.sorter .sort-desc:before {
  content: ""; }

.modes {
  display: none; }

.limiter-options {
  margin: 0 5px 0 7px;
  width: auto; }

.limiter-label {
  font-weight: 400; }

.page-products .toolbar .limiter {
  display: none; }

@media only screen and (min-width: 768px) {
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .products.wrapper ~ .toolbar .pages {
    float: none;
    text-align: center; }
  .toolbar-amount {
    float: left; }
  .modes {
    display: block;
    float: left;
    margin-right: 20px; }
    .products.wrapper ~ .toolbar .modes {
      display: none; }
  .modes-mode {
    color: #D0D0D1;
    border: 1px solid silver;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: block;
    text-decoration: none; }
    .modes-mode > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .modes-mode:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: inherit;
      color: #D0D0D1;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .modes-mode:hover:before {
      color: #D0D0D1; }
    .modes-mode:not(.active):hover {
      color: #D0D0D1;
      background: #cdcdcd; }
    .modes-mode:last-child {
      border-right: 1px solid silver; }
    .modes-mode.active {
      color: #D0D0D1; }
  .mode-list:before {
    content: ""; }
  .limiter {
    float: right; } }

@media all and (max-width: 47.9375em) {
  .products.wrapper ~ .toolbar .pages {
    text-align: center; } }

.old-price,
.old.price {
  text-decoration: line-through; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": "; }

.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')'; }

.prices-tier .price-container .weee[data-label] {
  display: inline; }
  .prices-tier .price-container .weee[data-label] .price {
    font-size: 1.1rem; }
  .prices-tier .price-container .weee[data-label]:before {
    content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: 700; }

.category-image .image {
  display: block;
  height: auto;
  max-width: 100%; }

.product.media .placeholder .photo.container {
  max-width: 100%; }

.product.media .notice {
  color: #D0D0D1;
  font-size: 1.2rem;
  margin: 10px 0; }

.product.media .product.thumbs {
  margin: 20px 0 30px; }

.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none; }
  .product.media .items.thumbs > li {
    display: inline-block;
    vertical-align: top; }
  .product.media .items.thumbs .active {
    display: block;
    line-height: 1; }

.product.info.detailed {
  clear: both;
  margin-bottom: 30px; }
  .product.info.detailed .additional-attributes {
    width: auto; }
    .product.info.detailed .additional-attributes > thead > tr > td,
    .product.info.detailed .additional-attributes > tbody > tr > td,
    .product.info.detailed .additional-attributes > tfoot > tr > td {
      padding: 4px 5px 10px 5px; }
    .product.info.detailed .additional-attributes > thead > tr > th,
    .product.info.detailed .additional-attributes > tbody > tr > th,
    .product.info.detailed .additional-attributes > tfoot > tr > th {
      padding: 4px 30px 10px 0; }

.product-info-main .page-title-wrapper .page-title {
  line-height: 1.75;
  margin-bottom: 10px; }

.product-info-main .stock.available, .product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top; }

.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #D0D0D1; }
  .product-info-main .product.attribute.sku > .value {
    display: inline-block;
    vertical-align: top;
    word-break: break-all; }
  .product-info-main .product.attribute.sku .type {
    margin-right: 5px; }

.product-info-main .product.attribute.overview {
  margin: 20px 0; }

.product-info-main .product.alert {
  margin: 10px 0; }

.product-info-main .price-box {
  margin-top: 10px; }
  @media all and (max-width: 64em) {
    .product-info-main .price-box {
      text-align: center; } }

.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem; }

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0; }

.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px; }

.product-options-wrapper .fieldset-product-options-inner.required .legend:after, .product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #988057;
  font-size: 1.2rem;
  margin: 0 0 0 5px; }

.product-options-wrapper .field .note {
  display: block; }

.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px; }
  .product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-main .price-box .weee + .price-excluding-tax .price,
  .product-info-main .price-box .weee .price,
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee + .price-excluding-tax .price,
  .product-options-bottom .price-box .weee .price {
    font-size: 1.2rem;
    font-weight: 700; }

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700; }

.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap; }

.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0; }
  .product-info-main .special-price .price-container,
  .product-options-bottom .special-price .price-container {
    font-size: 1.4rem; }
  .product-info-main .special-price .price-label + .price-wrapper,
  .product-options-bottom .special-price .price-label + .price-wrapper {
    display: inline-block; }

.product-info-main .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': '; }

.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px auto; }
  @media all and (max-width: 64em) {
    .product-info-main .box-tocart,
    .product-options-bottom .box-tocart {
      padding: 0 20px;
      width: 100%; } }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 15px; }
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    height: 46px;
    text-align: center;
    width: 46px; }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center; }

.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0; }

.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top; }

.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px; }
  .prices-tier .price-container {
    display: inline-block; }
  .prices-tier .price-including-tax,
  .prices-tier .price-excluding-tax,
  .prices-tier .weee {
    display: inline-block; }
    .prices-tier .price-including-tax .price,
    .prices-tier .price-excluding-tax .price,
    .prices-tier .weee .price {
      font-size: 1.4rem;
      font-weight: 700; }

.ui-dialog-titlebar-close {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline; }
  .ui-dialog-titlebar-close:visited {
    color: #999999;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:hover {
    color: #988057;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:active {
    color: #988057;
    text-decoration: underline; }
  .ui-dialog-titlebar-close:hover {
    color: #988057; }
  .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
    background: none;
    border: 0; }
  .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled],
  fieldset[disabled] .ui-dialog-titlebar-close {
    color: #999999;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.block.related .action.select {
  margin: 0 5px; }

.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative; }

.sidebar .product-items .product-item-info {
  position: relative;
  width: auto; }
  .sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0; }

.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px; }

.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px; }

.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0; }

.sidebar .product-items .text {
  margin-right: 8px; }

.sidebar .product-items .counter {
  color: #999999;
  font-size: 1.2rem;
  white-space: nowrap; }

.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0; }

.sidebar .product-items .minilist .weee:before {
  display: inline-block; }

.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0; }

.sidebar .product-items-images {
  margin-left: -5px; }
  .sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px; }

.sidebar .product-items-names .product-item {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column; }
  .catalog-product-view .product.media {
    order: -1; }
  .block.related .action.select {
    display: block;
    margin: 5px 0; }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none; } }

@media only screen and (min-width: 768px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table; }
    .product-info-main .box-tocart .field.qty,
    .product-options-bottom .box-tocart .field.qty {
      display: table-cell; }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
      display: table-cell;
      text-align: center;
      vertical-align: bottom; }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px; }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto; }
  .sidebar .product-items .product-item-details {
    margin: 0; }
  .sidebar .product-items .product-item-actions {
    clear: left; } }

@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0; }
  .sidebar .product-items .product-item-details {
    margin-left: 85px; } }

@media only screen and (min-width: 1025px) {
  .product-info-main {
    float: right; }
  .product.media {
    float: left;
    margin-bottom: 25px; }
  .page-layout-1column .product-info-main {
    width: 40%; }
  .page-layout-1column .product.media {
    width: 57%; }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%; }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%; } }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .cell.label,
  .table-comparison td:last-child {
    border-right: 1px solid silver; }
  .table-comparison .cell {
    padding: 15px;
    width: 140px; }
    .table-comparison .cell .attribute.value {
      overflow: hidden;
      width: 100%; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid silver; }
    .table-comparison .cell.label .attribute.label {
      display: block;
      width: 100%;
      word-wrap: break-word; }
    .table-comparison .cell.attribute {
      font-size: 1.3rem; }
      .table-comparison .cell.attribute img {
        height: auto;
        max-width: 100%; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating {
    display: block;
    margin: 15px 0; }
  .table-comparison .product-addto-links {
    margin-top: 15px; }
    .table-comparison .product-addto-links .action.split,
    .table-comparison .product-addto-links .action.toggle {
      line-height: 1.4rem;
      padding: 10px 20px;
      font-size: 1.2rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right; }
  .table-comparison .product-item-actions > .actions-primary + .actions-secondary {
    margin-top: 10px; }
  .table-comparison .action.tocart {
    white-space: nowrap; }

.comparison.headings {
  background: #EEEEEE;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2; }

.block-compare .product-item .product-item-name {
  margin-left: 22px; }

.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0; }

.block-compare .actions-toolbar {
  margin: 17px 0 0; }

.block-products-list {
  margin-top: 6rem; }

.product-item {
  position: relative;
  background-color: #fff;
  margin: 0 10px 25px; }
  @media all and (min-width: 64.0625em) {
    .product-item:hover {
      box-shadow: 0 5px 15px 0 rgba(82, 80, 77, 0.4); }
      .product-item:hover .towishlist {
        display: block !important; } }
  .product-item-photo {
    display: block; }
    .product-item-photo .product-image-photo {
      margin: 0 auto;
      width: 100%; }
  .product-item-name {
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
    color: #000;
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
    text-transform: capitalize;
    display: block;
    width: 100%; }
    .product-item-name > a {
      text-decoration: none;
      color: #000; }
      .product-item-name > a:hover {
        text-decoration: none; }
      .product-item-name > a:focus, .product-item-name > a:active, .product-item-name > a:visited {
        color: #000;
        text-decoration: none; }
  .product-item-details {
    padding: 2rem 2.5rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media all and (min-width: 64.0625em) {
      .product-item-details .towishlist {
        display: none !important; } }
  .product-item .product-image-wrapper {
    padding-bottom: 0 !important; }
  .product-item .price-box {
    margin: 10px 0; }
    .product-item .price-box .price {
      font-size: 14px;
      color: #000;
      white-space: nowrap; }
    .product-item .price-box .price-label {
      font-size: 12px; }
      .product-item .price-box .price-label:after {
        content: ':'; }

html:lang(pl) .product-item-name {
  text-transform: initial; }

.product-slider .product-item .product-item-link {
  display: block;
  min-height: 34px; }

.product-slider {
  padding: 0 10px; }
  .product-slider__wrapper {
    padding: 0 60px; }
    @media all and (min-width: 82.5em) {
      .product-slider__wrapper {
        padding: 0 20px; } }
  .product-slider .product-items {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0; }
    .product-slider .product-items.slick-initialized {
      visibility: visible;
      height: auto;
      opacity: 1; }
  .product-slider .slick-track {
    display: flex !important; }
  .product-slider .slick-slide {
    height: inherit !important; }
  .product-slider .slick-arrow:before {
    font-size: 11px; }
  @media all and (max-width: 47.9375em) {
    .product-slider .slick-next {
      right: -20px; } }
  @media all and (max-width: 47.9375em) {
    .product-slider .slick-prev {
      left: -20px;
      top: 47%; } }
  @media all and (max-width: 47.9375em) {
    .product-slider .product-items .product-item .product-item-actions {
      display: block; } }
  @media all and (max-width: 64em) {
    .product-slider .product-items .product-item .product-item-actions .action.towishlist {
      display: block; } }
  @media all and (max-width: 47.9375em) {
    .product-slider .product-items .product-item .product-item-actions .action.towishlist {
      position: relative;
      top: 10px; } }

@media all and (max-width: 47.9375em) {
  .products-slider__wrapper {
    padding: 0 25px; } }

.catalog-product-view .product.media {
  padding-top: 80px; }
  @media all and (max-width: 47.9375em) {
    .catalog-product-view .product.media {
      min-height: 360px; } }
  .catalog-product-view .product.media .product-gallery-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .catalog-product-view .product.media .product-gallery-wrapper .nav-slider {
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease;
      height: 0;
      width: 120px;
      text-align: center; }
      .catalog-product-view .product.media .product-gallery-wrapper .nav-slider.slick-initialized {
        visibility: visible;
        height: auto;
        opacity: 1; }
      @media all and (max-width: 74.9375em) {
        .catalog-product-view .product.media .product-gallery-wrapper .nav-slider {
          display: none; } }
      .catalog-product-view .product.media .product-gallery-wrapper .nav-slider .slick-slide {
        margin: 10px 0; }
      .catalog-product-view .product.media .product-gallery-wrapper .nav-slider__arrow {
        border: none;
        cursor: pointer;
        background: transparent;
        color: transparent;
        padding: 0;
        outline: none;
        width: 40px; }
        .catalog-product-view .product.media .product-gallery-wrapper .nav-slider__arrow:hover {
          outline: none;
          background: transparent;
          color: transparent;
          border: none;
          box-shadow: none; }
          .catalog-product-view .product.media .product-gallery-wrapper .nav-slider__arrow:hover:before {
            color: #988057; }
        .catalog-product-view .product.media .product-gallery-wrapper .nav-slider__arrow:before {
          content: "\e901";
          color: #000;
          font-family: 'berg-icons';
          font-size: 6px;
          line-height: 1; }
        .catalog-product-view .product.media .product-gallery-wrapper .nav-slider__arrow--prev {
          transform: rotate(180deg); }
  .catalog-product-view .product.media .product-gallery__preview-wrapper {
    max-width: 510px; }
    @media all and (max-width: 74.9375em) {
      .catalog-product-view .product.media .product-gallery__preview-wrapper {
        max-width: 100%; } }
    .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview {
      display: flex;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease;
      height: 0; }
      .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview.slick-initialized {
        visibility: visible;
        height: auto;
        opacity: 1; }
      .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview .slick-next {
        transform: initial; }
      .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview .slick-slide {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview .slick-slide:before {
          visibility: hidden;
          transition: all 0.2s ease-in-out;
          position: absolute;
          content: "\e92b";
          color: #999999;
          font-family: 'berg-icons';
          font-size: 22px;
          line-height: 1;
          height: 55px;
          width: 55px;
          border-radius: 50%;
          background-color: #fff;
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          text-align: center;
          line-height: 56px; }
        .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview .slick-slide:after {
          visibility: hidden;
          transition: all 0.2s ease-out;
          position: absolute;
          content: '';
          height: 100%;
          width: 100%;
          background-color: #fff;
          opacity: 0.1;
          cursor: pointer; }
        .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview .slick-slide:hover:after, .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview .slick-slide:hover:before {
          display: block;
          visibility: visible; }
        .catalog-product-view .product.media .product-gallery__preview-wrapper .product-gallery__preview .slick-slide img {
          margin: 0 auto; }

.catalog-product-view .pswp--animated-in {
  z-index: 1500; }

.catalog-product-view .pswp .pswp__bg {
  background-color: #fff; }

.catalog-product-view .pswp .pswp__ui--fit .pswp__top-bar,
.catalog-product-view .pswp .pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, 0.9); }

.catalog-product-view .pswp .pswp__button {
  filter: invert(100%); }
  @media all and (max-width: 64em) {
    .catalog-product-view .pswp .pswp__button--arrow--right, .catalog-product-view .pswp .pswp__button--arrow--left {
      bottom: 0;
      top: auto;
      visibility: visible;
      border: none !important; }
      .catalog-product-view .pswp .pswp__button--arrow--right:active, .catalog-product-view .pswp .pswp__button--arrow--right:focus, .catalog-product-view .pswp .pswp__button--arrow--right:hover, .catalog-product-view .pswp .pswp__button--arrow--left:active, .catalog-product-view .pswp .pswp__button--arrow--left:focus, .catalog-product-view .pswp .pswp__button--arrow--left:hover {
        border: none !important; } }

.catalog-product-view .pswp .pswp__caption__center {
  color: #988057; }

.catalog-product-view .pswp .pswp__button--zoom {
  display: block; }

@media all and (max-width: 64em) {
  .catalog-category-view,
  .catalogsearch-result-index {
    background-color: #EEEEEE; } }

.catalog-category-view .columns,
.catalogsearch-result-index .columns {
  display: flex;
  position: static; }

.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
  position: relative; }
  @media all and (max-width: 47.9375em) {
    .catalog-category-view .page-main,
    .catalogsearch-result-index .page-main {
      padding-left: 0;
      padding-right: 0; } }

.catalog-category-view .column.main,
.catalog-category-view .sidebar-main,
.catalogsearch-result-index .column.main,
.catalogsearch-result-index .sidebar-main {
  width: 100%;
  float: none;
  background-color: transparent; }

.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main {
  padding-right: 0; }

.catalog-category-view .page-main .page-title-wrapper,
.catalogsearch-result-index .page-main .page-title-wrapper {
  text-align: left;
  padding-left: 3rem;
  padding-top: 3rem; }
  @media all and (max-width: 47.9375em) {
    .catalog-category-view .page-main .page-title-wrapper,
    .catalogsearch-result-index .page-main .page-title-wrapper {
      margin-top: 2rem;
      padding-right: 3rem;
      text-align: center; } }
  .catalog-category-view .page-main .page-title-wrapper h1,
  .catalogsearch-result-index .page-main .page-title-wrapper h1 {
    text-transform: uppercase;
    position: relative;
    padding-right: 45px;
    margin-bottom: 25px; }
    @media all and (max-width: 64em) {
      .catalog-category-view .page-main .page-title-wrapper h1,
      .catalogsearch-result-index .page-main .page-title-wrapper h1 {
        margin-bottom: 1rem;
        display: inline;
        padding-right: 0; } }
    @media all and (max-width: 47.9375em) {
      .catalog-category-view .page-main .page-title-wrapper h1,
      .catalogsearch-result-index .page-main .page-title-wrapper h1 {
        max-width: 100%; } }
    .catalog-category-view .page-main .page-title-wrapper h1:after,
    .catalogsearch-result-index .page-main .page-title-wrapper h1:after {
      content: '';
      height: 1px;
      width: 45px;
      display: block;
      background-color: #000;
      position: absolute;
      bottom: 2px;
      right: 0; }
      @media all and (max-width: 64em) {
        .catalog-category-view .page-main .page-title-wrapper h1:after,
        .catalogsearch-result-index .page-main .page-title-wrapper h1:after {
          display: none; } }
  .catalog-category-view .page-main .page-title-wrapper .title-amount,
  .catalogsearch-result-index .page-main .page-title-wrapper .title-amount {
    font-size: 1.2rem;
    color: #000; }
    @media all and (max-width: 64em) {
      .catalog-category-view .page-main .page-title-wrapper .title-amount,
      .catalogsearch-result-index .page-main .page-title-wrapper .title-amount {
        padding-left: 45px;
        display: inline;
        position: relative;
        right: 10px; } }
    @media all and (max-width: 64em) {
      .catalog-category-view .page-main .page-title-wrapper .title-amount:before,
      .catalogsearch-result-index .page-main .page-title-wrapper .title-amount:before {
        content: '';
        height: 1px;
        width: 45px;
        display: block;
        background-color: #000;
        position: absolute;
        bottom: 2px;
        left: 0; } }

.catalogsearch-result-index .page-main .page-title-wrapper h1:after {
  display: none; }

.page-products .category-list {
  margin-top: 0; }
  @media all and (max-width: 47.9375em) {
    .page-products .category-list {
      margin-top: 1rem; } }
  .page-products .category-list .product-items {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .page-products .category-list .product-items {
        margin: 0 -5px; } }
    @media all and (max-width: 47.9375em) {
      .page-products .category-list .product-items {
        margin: 0; } }
  .page-products .category-list .product-items:not(.category-layout-1) .product-item {
    max-width: 413.33px; }
    @media all and (max-width: 47.9375em) {
      .page-products .category-list .product-items:not(.category-layout-1) .product-item:last-of-type {
        max-width: 100%; } }
  .page-products .category-list .product-item {
    margin: 0 10px 20px;
    flex: 1;
    min-width: 30%; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .page-products .category-list .product-item {
        margin: 0 5px 10px; } }
    @media all and (max-width: 47.9375em) {
      .page-products .category-list .product-item {
        margin: 0;
        border-bottom: 1px solid #EEEEEE;
        min-width: 50%; } }
    .page-products .category-list .product-item-photo {
      padding: 5rem 0 2rem; }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .page-products .category-list .product-item-photo {
          padding: 1rem 0 0; } }
      @media all and (max-width: 47.9375em) {
        .page-products .category-list .product-item-photo {
          padding: 2rem 0 0; } }
    @media all and (min-width: 82.5em) {
      .page-products .category-list .product-item .product-image-photo {
        min-height: 305px; } }
    @media all and (min-width: 82.5em) {
      .page-products .category-list .product-item-details {
        min-height: 85px; } }
    @media all and (max-width: 64em) {
      .page-products .category-list .product-item-details {
        padding: 2rem 1.5rem 0.5rem; } }
    @media all and (max-width: 47.9375em) {
      .page-products .category-list .product-item-actions {
        display: block;
        position: relative;
        top: 10px; } }
    @media all and (max-width: 47.9375em) {
      .page-products .category-list .product-item:nth-child(odd) {
        border-right: 1px solid #EEEEEE; } }
    .page-products .category-list .product-item .action.tocompare {
      display: none; }
    .page-products .category-list .product-item .action.towishlist {
      display: none; }
      @media all and (max-width: 64em) {
        .page-products .category-list .product-item .action.towishlist {
          display: block; } }
    .page-products .category-list .product-item .price-box .special-price {
      display: inline-block; }
      .page-products .category-list .product-item .price-box .special-price .price {
        color: #d65d4d; }
      .page-products .category-list .product-item .price-box .special-price + .old-price {
        display: inline-block; }

.catalogsearch-result-index .search.results dl.block {
  display: none; }

.category-custom-banners {
  display: flex;
  flex-direction: column; }
  .category-custom-banners .category-container-1 {
    order: 1; }
  .category-custom-banners .category-banner-1 {
    order: 2;
    margin-bottom: 2rem; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-custom-banners .category-banner-1 {
        margin-bottom: 1rem; } }
    @media all and (max-width: 47.9375em) {
      .category-custom-banners .category-banner-1 {
        margin-bottom: 0; } }
  .category-custom-banners .category-container-2 {
    order: 3; }
  .category-custom-banners .category-banner-2 {
    order: 4; }
    .category-custom-banners .category-banner-2 .category-banner {
      margin-bottom: 2rem; }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .category-custom-banners .category-banner-2 .category-banner {
          margin-bottom: 1rem; } }
      @media all and (max-width: 64em) {
        .category-custom-banners .category-banner-2 .category-banner {
          margin-bottom: 0; } }
  .category-custom-banners .category-container-3 {
    order: 5; }
  .category-custom-banners .category-container-4 {
    order: 5; }
  .category-custom-banners .category-banner-1 p,
  .category-custom-banners .category-banner-2 p {
    margin-bottom: 0; }

.category-layout .category-layout-1 {
  display: flex;
  justify-content: space-between;
  margin: 0 !important; }

.category-layout .category-col-1,
.category-layout .category-col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between; }
  @media all and (max-width: 47.9375em) {
    .category-layout .category-col-1,
    .category-layout .category-col-2 {
      width: 100%;
      flex: unset;
      margin: 0; } }
  .category-layout .category-col-1 .product-item,
  .category-layout .category-col-2 .product-item {
    width: 50%;
    max-width: 50%;
    flex: unset;
    margin: 0 0 20px;
    background-color: transparent; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-layout .category-col-1 .product-item,
      .category-layout .category-col-2 .product-item {
        margin: 0 0 10px; } }
    @media all and (max-width: 47.9375em) {
      .category-layout .category-col-1 .product-item,
      .category-layout .category-col-2 .product-item {
        margin: 0; } }
    .category-layout .category-col-1 .product-item:hover,
    .category-layout .category-col-2 .product-item:hover {
      box-shadow: none; }
    .category-layout .category-col-1 .product-item-info,
    .category-layout .category-col-2 .product-item-info {
      background-color: #fff;
      height: 100%; }
      @media all and (min-width: 64.0625em) {
        .category-layout .category-col-1 .product-item-info:hover,
        .category-layout .category-col-2 .product-item-info:hover {
          box-shadow: 0 5px 15px 0 rgba(82, 80, 77, 0.4); } }
    @media all and (min-width: 82.5em) {
      .category-layout .category-col-1 .product-item-details,
      .category-layout .category-col-2 .product-item-details {
        min-height: 107px; } }
    .category-layout .category-col-1 .product-item-link,
    .category-layout .category-col-2 .product-item-link {
      min-height: 38px;
      display: block; }
      @media all and (max-width: 47.9375em) {
        .category-layout .category-col-1 .product-item-link,
        .category-layout .category-col-2 .product-item-link {
          height: auto; } }

.category-layout .category-col-1 {
  margin-right: 10px; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .category-layout .category-col-1 {
      margin-right: 5px; } }
  @media all and (max-width: 47.9375em) {
    .category-layout .category-col-1 {
      margin-right: 0; } }
  .category-layout .category-col-1 .product-item:nth-of-type(2) {
    padding-right: 10px; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-layout .category-col-1 .product-item:nth-of-type(2) {
        padding-right: 5px; } }
    @media all and (max-width: 47.9375em) {
      .category-layout .category-col-1 .product-item:nth-of-type(2) {
        padding-right: 0;
        border-right: 1px solid #EEEEEE; } }
  .category-layout .category-col-1 .product-item:nth-of-type(3) {
    padding-left: 10px; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-layout .category-col-1 .product-item:nth-of-type(3) {
        padding-left: 5px; } }
    @media all and (max-width: 47.9375em) {
      .category-layout .category-col-1 .product-item:nth-of-type(3) {
        padding-left: 0; } }
  .category-layout .category-col-1 .product-item:first-of-type {
    width: 100%;
    max-width: 100%; }
    @media all and (min-width: 82.5em) {
      .category-layout .category-col-1 .product-item:first-of-type {
        min-height: 630px; } }

.category-layout .category-col-2 {
  margin-left: 10px; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .category-layout .category-col-2 {
      margin-left: 5px; } }
  @media all and (max-width: 47.9375em) {
    .category-layout .category-col-2 {
      margin-left: 0; } }
  .category-layout .category-col-2 .product-item:first-of-type {
    padding-right: 10px; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-layout .category-col-2 .product-item:first-of-type {
        padding-right: 5px; } }
    @media all and (max-width: 47.9375em) {
      .category-layout .category-col-2 .product-item:first-of-type {
        padding-right: 0; } }
  .category-layout .category-col-2 .product-item:nth-of-type(2) {
    padding-left: 10px; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-layout .category-col-2 .product-item:nth-of-type(2) {
        padding-left: 5px; } }
    @media all and (max-width: 47.9375em) {
      .category-layout .category-col-2 .product-item:nth-of-type(2) {
        padding-left: 0; } }
  .category-layout .category-col-2 .product-item:last-of-type {
    width: 100%;
    max-width: 100%; }

.category-layout--1 .category-col-1, .category-layout--2 .category-col-1, .category-layout--3 .category-col-1,
.category-layout--19 .category-layout-last .category-col-1,
.category-layout--20 .category-layout-last .category-col-1,
.category-layout--21 .category-layout-last .category-col-1 {
  margin-right: 0;
  justify-content: flex-start; }
  .category-layout--1 .category-col-1 .product-item, .category-layout--2 .category-col-1 .product-item, .category-layout--3 .category-col-1 .product-item,
  .category-layout--19 .category-layout-last .category-col-1 .product-item,
  .category-layout--20 .category-layout-last .category-col-1 .product-item,
  .category-layout--21 .category-layout-last .category-col-1 .product-item {
    margin: 0 10px 20px;
    flex: 1;
    min-width: 30%;
    width: 33.3333%;
    max-width: 413.33px !important;
    padding: 0 !important; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-layout--1 .category-col-1 .product-item, .category-layout--2 .category-col-1 .product-item, .category-layout--3 .category-col-1 .product-item,
      .category-layout--19 .category-layout-last .category-col-1 .product-item,
      .category-layout--20 .category-layout-last .category-col-1 .product-item,
      .category-layout--21 .category-layout-last .category-col-1 .product-item {
        margin: 0 5px 10px; } }
    @media all and (max-width: 47.9375em) {
      .category-layout--1 .category-col-1 .product-item, .category-layout--2 .category-col-1 .product-item, .category-layout--3 .category-col-1 .product-item,
      .category-layout--19 .category-layout-last .category-col-1 .product-item,
      .category-layout--20 .category-layout-last .category-col-1 .product-item,
      .category-layout--21 .category-layout-last .category-col-1 .product-item {
        margin: 0;
        border-bottom: 1px solid #eee;
        min-width: 50%; } }
    .category-layout--1 .category-col-1 .product-item:first-of-type, .category-layout--2 .category-col-1 .product-item:first-of-type, .category-layout--3 .category-col-1 .product-item:first-of-type,
    .category-layout--19 .category-layout-last .category-col-1 .product-item:first-of-type,
    .category-layout--20 .category-layout-last .category-col-1 .product-item:first-of-type,
    .category-layout--21 .category-layout-last .category-col-1 .product-item:first-of-type {
      max-width: 413.33px;
      margin-left: 0; }
    .category-layout--1 .category-col-1 .product-item:last-of-type, .category-layout--2 .category-col-1 .product-item:last-of-type, .category-layout--3 .category-col-1 .product-item:last-of-type,
    .category-layout--19 .category-layout-last .category-col-1 .product-item:last-of-type,
    .category-layout--20 .category-layout-last .category-col-1 .product-item:last-of-type,
    .category-layout--21 .category-layout-last .category-col-1 .product-item:last-of-type {
      margin-right: 0; }
      @media all and (max-width: 47.9375em) {
        .category-layout--1 .category-col-1 .product-item:last-of-type, .category-layout--2 .category-col-1 .product-item:last-of-type, .category-layout--3 .category-col-1 .product-item:last-of-type,
        .category-layout--19 .category-layout-last .category-col-1 .product-item:last-of-type,
        .category-layout--20 .category-layout-last .category-col-1 .product-item:last-of-type,
        .category-layout--21 .category-layout-last .category-col-1 .product-item:last-of-type {
          max-width: 100% !important; } }

.category-layout--2 .category-col-1 {
  justify-content: flex-start; }
  @media all and (max-width: 47.9375em) {
    .category-layout--2 .category-col-1 {
      margin-bottom: 0; } }

.category-layout--4 .category-col-2, .category-layout--5 .category-col-2 {
  align-items: flex-start; }

.category-layout--4 .category-col-2 .product-item:first-of-type {
  padding-right: 0; }

.category-layout--5 .category-col-2,
.category-layout--23 .category-layout-last .category-col-2 {
  align-items: flex-start; }
  .category-layout--5 .category-col-2 .product-item:nth-of-type(2),
  .category-layout--23 .category-layout-last .category-col-2 .product-item:nth-of-type(2) {
    max-width: 50%;
    width: 50%; }

.category-layout--special .product-items .category-col-1 {
  align-items: flex-start;
  margin-right: 0; }
  @media all and (min-width: 64.0625em) {
    .category-layout--special .product-items .category-col-1 .product-item:first-of-type {
      max-width: 50%;
      width: 50%;
      padding-right: 20px; } }
  @media all and (min-width: 64.0625em) {
    .category-layout--special .product-items .category-col-1 .product-item {
      width: 25%;
      min-width: 25%; } }

.category-layout--22 .category-layout-last {
  align-items: flex-start; }
  .category-layout--22 .category-layout-last .category-col-2 .product-item:first-of-type {
    padding-right: 0; }

.category-banner {
  position: relative; }
  .category-banner__img {
    height: 500px;
    padding: 4rem 6em;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media all and (max-width: 64em) {
      .category-banner__img {
        height: 350px;
        padding: 4rem; } }
    @media all and (max-width: 47.9375em) {
      .category-banner__img {
        height: 300px;
        padding: 2rem; } }
  .category-banner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .category-banner__title {
    font-size: 5rem;
    max-width: 300px;
    line-height: 61px;
    margin-top: 0;
    margin-bottom: 0; }
    @media all and (max-width: 64em) {
      .category-banner__title {
        font-size: 4rem;
        line-height: 45px; } }
    @media all and (max-width: 47.9375em) {
      .category-banner__title {
        font-size: 3.2rem;
        line-height: 35px; } }
  .category-banner__link {
    background-color: transparent;
    min-width: 200px;
    text-align: center;
    display: inline-block;
    margin-top: 3rem;
    color: #000; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .category-banner__link {
        margin-top: 4rem; } }
    .category-banner__link:visited {
      color: #000; }
    .category-banner__link:hover {
      color: #fff; }
  .category-banner__badge {
    max-width: 60px;
    display: block;
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
    line-height: 17px;
    color: #000; }
  .category-banner__subtitle {
    text-transform: uppercase;
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
    display: block;
    margin-top: -1rem;
    color: #000; }
    @media all and (max-width: 64em) {
      .category-banner__subtitle {
        margin-top: 0; } }
  .category-banner.white {
    color: #fff; }
    .category-banner.white .category-banner__title {
      color: #fff; }
    .category-banner.white .category-banner__link {
      border: 1px solid #fff;
      color: #fff; }
      .category-banner.white .category-banner__link:hover {
        border: 1px solid #000; }

/* Filters - main styles
--------------------------------------------------------- */
.filters {
  width: 100%;
  background-color: #fff;
  padding: 0 3rem 2rem 3rem;
  position: relative;
  margin-bottom: 0; }
  @media all and (max-width: 64em) {
    .filters {
      padding: 1.3rem 3rem 2.5rem 3rem; } }
  @media all and (max-width: 47.9375em) {
    .filters {
      left: -100%;
      transition: left .4s;
      position: fixed;
      width: 100%;
      background: #fff;
      top: 0;
      z-index: 9999;
      padding: 8rem 2rem 2.5rem;
      height: 100vh;
      overflow-y: auto; } }
  @media all and (max-width: 47.9375em) {
    .filters.active-filters {
      left: 0; } }
  @media all and (max-width: 47.9375em) {
    .filters__title-wrapper {
      background: #fff;
      padding: 3rem 0; } }
  .filters__wrapper {
    display: flex;
    align-items: flex-start; }
    @media all and (max-width: 47.9375em) {
      .filters__wrapper {
        flex-direction: column; } }
  .filters__title {
    min-width: 110px;
    padding-right: 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0; }
    @media all and (max-width: 64em) {
      .filters__title {
        min-width: 100px; } }
    @media all and (max-width: 47.9375em) {
      .filters__title {
        font-size: 1.4rem;
        position: absolute;
        top: 2.8rem; } }
    .filters__title img {
      margin-right: 12px;
      position: relative;
      top: 3px; }
    .filters__title--mobile {
      display: none; }
      @media all and (max-width: 47.9375em) {
        .filters__title--mobile {
          display: block;
          background: #fff;
          font-size: 1.4rem;
          position: static;
          padding: 10px 10px;
          border: 1px solid #000;
          text-align: center;
          width: 90%;
          margin: 0 auto; } }
  .filters__content {
    width: 100%;
    padding-top: 3px; }
    @media all and (max-width: 47.9375em) {
      .filters__content {
        padding-top: 3rem; } }
  .filters__options {
    display: flex;
    flex-wrap: wrap; }
  .filters__item {
    width: 156px;
    margin-bottom: 2rem;
    cursor: pointer; }
    @media all and (max-width: 47.9375em) {
      .filters__item {
        width: 100%;
        margin-bottom: 1.6rem; } }
    .filters__item .field.search {
      display: none; }
    .filters__item:last-of-type .filter__title:before {
      display: none; }
  .filters__active {
    background-color: #fff;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media all and (max-width: 47.9375em) {
      .filters__active {
        flex-direction: column;
        padding-bottom: 0; } }
    .filters__active .filter-current-subtitle {
      text-transform: uppercase;
      color: #000;
      padding-right: 1.5rem;
      font-size: 1.2rem;
      line-height: 1.2; }
      @media all and (max-width: 47.9375em) {
        .filters__active .filter-current-subtitle {
          display: none; } }
  .filters__active-wrapper {
    display: flex;
    align-items: center; }
    @media all and (max-width: 47.9375em) {
      .filters__active-wrapper {
        width: 100%; } }
  .filters__close {
    height: 38px;
    width: 38px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    top: 18px;
    right: 20px;
    border: none;
    position: absolute;
    padding: 0;
    display: none; }
    .filters__close:before {
      content: "\e90e";
      font-family: 'berg-icons';
      font-size: 1.1rem;
      color: #000;
      position: relative;
      box-shadow: none; }
    .filters__close:hover, .filters__close:active, .filters__close:focus {
      background: #fff;
      border: none; }
    @media all and (max-width: 47.9375em) {
      .filters__close {
        display: block; } }

.catalog-category-view.mobile-filters {
  overflow: hidden; }

/* Single filter
--------------------------------------------------------- */
.filter__title {
  font-size: 1.2rem;
  color: #000;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media all and (max-width: 47.9375em) {
    .filter__title {
      font-size: 2.1rem; } }
  .filter__title span {
    padding: 0 28px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box; }
    @media all and (max-width: 47.9375em) {
      .filter__title span {
        padding: 0 0 1rem; } }
    .filter__title span:after {
      content: "\e901";
      font-family: 'berg-icons';
      font-size: 6px;
      position: relative;
      left: 10px; }
      @media all and (max-width: 47.9375em) {
        .filter__title span:after {
          content: "\e92b";
          font-size: 13px;
          left: auto;
          right: 1px;
          top: 6px;
          position: absolute; } }
    .filter__title span:before {
      content: '';
      display: block;
      height: 20px;
      width: 1px;
      background-color: #999;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      @media all and (max-width: 47.9375em) {
        .filter__title span:before {
          width: 100%;
          height: 1px;
          left: 0;
          right: auto;
          bottom: 0;
          top: auto;
          transform: translateY(0); } }

.filter__options {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0; }
  @media all and (max-width: 47.9375em) {
    .filter__options {
      position: static;
      z-index: 9; } }

.filter.is-active .filter__options {
  display: block;
  padding-top: 7rem;
  padding-bottom: 6rem;
  z-index: 9; }
  @media all and (max-width: 47.9375em) {
    .filter.is-active .filter__options {
      padding-top: 2.7rem;
      padding-bottom: 0.5rem; } }

.filter.is-active .filter__title {
  position: relative; }
  .filter.is-active .filter__title:before, .filter.is-active .filter__title:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 10; }
    @media all and (max-width: 47.9375em) {
      .filter.is-active .filter__title:before, .filter.is-active .filter__title:after {
        display: none; } }
  .filter.is-active .filter__title:before {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    left: -51px;
    top: 0; }
  .filter.is-active .filter__title:after {
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    right: -50px;
    top: 0; }
  @media all and (min-width: 64.0625em) {
    .filter.is-active .filter__title span:after {
      transform: rotate(180deg);
      display: inline-block; } }
  @media all and (max-width: 47.9375em) {
    .filter.is-active .filter__title span:after {
      content: "\e920";
      display: inline-block;
      font-size: 2.5px;
      top: 13px;
      right: 0; } }

.filter-attribute__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin: 0 auto; }
  @media all and (max-width: 64em) {
    .filter-attribute__items {
      width: 100%; } }
  @media all and (max-width: 47.9375em) {
    .filter-attribute__items {
      justify-content: flex-start; } }

.filter-attribute__item {
  padding: 0 2rem 2rem; }
  @media all and (max-width: 47.9375em) {
    .filter-attribute__item {
      padding: 0 0 1.6rem;
      width: 100%; } }
  @media all and (max-width: 47.9375em) {
    .filter-attribute__item label {
      font-size: 1.4rem;
      width: 100%;
      box-sizing: border-box; } }
  .filter-attribute__item label:before {
    top: -2px; }
    @media all and (max-width: 47.9375em) {
      .filter-attribute__item label:before {
        top: 0; } }
  .filter-attribute__item label:after {
    top: 1px; }
    @media all and (max-width: 47.9375em) {
      .filter-attribute__item label:after {
        top: 3px; } }

.filter-attribute__count {
  color: #999999; }
  @media all and (max-width: 47.9375em) {
    .filter-attribute__count {
      position: absolute;
      right: 0; } }

.filter-attribute__actions {
  max-width: 1000px;
  margin: -20px auto 0;
  text-align: right; }
  @media all and (max-width: 64em) {
    .filter-attribute__actions {
      margin: 0 auto;
      padding-right: 3rem; } }
  @media all and (max-width: 47.9375em) {
    .filter-attribute__actions {
      padding-right: 0; } }

/* Filter color
--------------------------------------------------------- */
.color .filter-attribute__items {
  width: 1100px;
  max-width: 100%; }
  @media all and (max-width: 47.9375em) {
    .color .filter-attribute__items {
      flex-direction: column;
      width: auto;
      margin-top: -5px; } }

.filter-swatch {
  padding: 0 2rem;
  margin-bottom: 2rem;
  text-decoration: none;
  width: 150px;
  box-sizing: border-box; }
  @media all and (max-width: 47.9375em) {
    .filter-swatch {
      width: 100%;
      padding: 0; } }
  .filter-swatch:visited, .filter-swatch:active, .filter-swatch:focus, .filter-swatch:hover {
    text-decoration: none; }
  .filter-swatch:focus {
    outline: none; }
  .filter-swatch__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    @media all and (max-width: 47.9375em) {
      .filter-swatch__wrapper {
        flex-direction: row;
        align-items: center; } }
  @media all and (max-width: 47.9375em) {
    .filter-swatch__img {
      margin-right: 1.5rem; } }
  .filter-swatch__img.selected + .filter-swatch__name {
    color: #988057; }
  .filter-swatch__name {
    color: #000;
    padding-top: 1rem;
    font-size: 1.3rem; }
    @media all and (max-width: 47.9375em) {
      .filter-swatch__name {
        padding-top: 7px; } }

/* Category filter
------------------------------------------- */
.cat .items {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 47.9375em) {
    .cat .items {
      flex-direction: column; } }

.cat .item {
  min-width: 200px;
  padding: 0 2rem 1.5rem; }
  .cat .item a {
    text-decoration: none;
    color: #000; }
  .cat .item .count {
    letter-spacing: -1px; }

/* Current filters
--------------------------------------------------------- */
.filters .filter-current__item {
  display: flex;
  align-items: center;
  height: 26px;
  background-color: rgba(232, 233, 235, 0.5);
  color: #000;
  padding: 0 40px 0 10px;
  margin-right: 1.5rem;
  position: relative; }
  @media all and (max-width: 47.9375em) {
    .filters .filter-current__item {
      margin-bottom: 1rem; } }

.filters .filter-current__label {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-right: 3px;
  line-height: 1.2rem; }

.filters .filter-current__value {
  font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem; }

.filters .filter-current__items {
  display: flex;
  flex-wrap: wrap; }

.filters .filter-current__remove {
  text-decoration: none;
  position: absolute;
  right: 8px; }
  .filters .filter-current__remove .icon {
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    line-height: 8px;
    font-size: 8px;
    border-radius: 50%;
    cursor: pointer; }
  .filters .filter-current__remove:hover .icon {
    color: #988057; }

@media all and (min-width: 64.0625em) {
  .filters .filter-current__all {
    margin-bottom: 1rem; } }

@media all and (max-width: 47.9375em) {
  .filters .filter-current__all {
    width: 100%; } }

.filters .filter-current__all a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .filters .filter-current__all a {
      padding-right: 0; } }
  .filters .filter-current__all a:hover {
    color: #988057; }

/* Special styles for filters
--------------------------------------------------------- */
@media all and (min-width: 64.0625em) {
  .filter.size .filter-attribute__item {
    width: auto; } }

@media all and (min-width: 64.0625em) {
  .filter.pattern .filter-attribute__item {
    width: 160px; } }

.filter.color .filter-swatch__img {
  background-size: cover !important; }

/* Special styles for filter price
--------------------------------------------------------- */
.filters__item.price .smile-es-range-slider {
  max-width: 500px;
  margin: 0 auto; }

.filters__item.price .ui-slider-handle {
  background-color: #988057; }

.filters__item.price .ui-slider {
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 1px rgba(0, 0, 0, 0.15);
  background: #fff; }

.filters__item.price .ui-slider-range {
  background: #988057;
  position: absolute;
  padding-bottom: 10px;
  top: 1px; }

.filters__item.price .ui-slider-handle {
  height: 18px;
  width: 18px;
  background-color: #fff;
  box-shadow: inset 1px -1px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  margin-top: -4px; }

.filters__item.price .ui-slider-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; }

.filters__item.price .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .filters__item.price .actions-toolbar .message-box {
    margin-right: 15px; }

.filters__item.price .actions-primary {
  float: right; }
  .filters__item.price .actions-primary > a {
    padding: 5px 25px; }

@media all and (max-width: 64em) {
  .catalog-product-view .column {
    position: relative; } }

.catalog-product-view .column .product-info-main .product-details {
  margin: 3rem 0; }
  @media all and (max-width: 64em) {
    .catalog-product-view .column .product-info-main .product-details {
      text-align: center;
      order: 1; } }
  .catalog-product-view .column .product-info-main .product-details__top {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .catalog-product-view .column .product-info-main .product-details__top {
        justify-content: space-around; } }
    @media all and (max-width: 47.9375em) {
      .catalog-product-view .column .product-info-main .product-details__top .product-info-stock-sku {
        margin: 0 auto; } }
    .catalog-product-view .column .product-info-main .product-details__top .sku {
      font-size: 11px; }
      .catalog-product-view .column .product-info-main .product-details__top .sku .type {
        color: #000; }
      .catalog-product-view .column .product-info-main .product-details__top .sku .value {
        color: #988057; }
  .catalog-product-view .column .product-info-main .product-details__name {
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-transform: capitalize; }
    @media all and (max-width: 64em) {
      .catalog-product-view .column .product-info-main .product-details__name {
        font-size: 18px; } }
  .catalog-product-view .column .product-info-main .product-details__fit {
    text-transform: uppercase;
    margin-top: 1rem;
    color: #999999; }

.catalog-product-view .column .product-info-main .product-info-price {
  color: #000;
  font-size: 14px;
  min-height: 24px;
  margin-bottom: 3rem; }
  @media all and (max-width: 64em) {
    .catalog-product-view .column .product-info-main .product-info-price {
      order: 2; } }

.catalog-product-view .column .product-info-main .description {
  font-size: 12px;
  line-height: 1.75;
  padding-bottom: 1px; }
  @media all and (max-width: 64em) {
    .catalog-product-view .column .product-info-main .description {
      order: 4;
      padding: 0 20px; } }

.catalog-product-view .column .product-info-main .product-options-bottom {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media all and (max-width: 64em) {
  .catalog-product-view .column .product-info-main .product-add-form {
    order: 3; } }

.catalog-product-view .column .product-info-main .product-add-form .label {
  font-size: 11px;
  padding-left: 9px;
  position: relative; }
  .catalog-product-view .column .product-info-main .product-add-form .label:before {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 3px;
    background-color: #000; }
  .catalog-product-view .column .product-info-main .product-add-form .label:before {
    transform: rotate(90deg);
    transform-origin: top left; }
  .catalog-product-view .column .product-info-main .product-add-form .label span:after {
    content: ":"; }
  .catalog-product-view .column .product-info-main .product-add-form .label:after {
    display: none; }
  @media all and (max-width: 64em) {
    .catalog-product-view .column .product-info-main .product-add-form .label {
      margin-left: 14px; } }

@media all and (max-width: 64em) {
  .catalog-product-view .column .product-info-main .product-add-form .control {
    margin: 0 20px; } }

@media all and (max-width: 64em) {
  .catalog-product-view .column .product-info-main .detailed {
    order: 5; } }

html:lang(pl) .catalog-product-view .column .product-info-main .product-details__name {
  text-transform: initial; }

.product-info-main > .product-details .towishlist {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  text-decoration: none;
  padding: 0 0 4px; }
  .product-info-main > .product-details .towishlist:after {
    content: "\e940";
    font-family: 'berg-icons';
    font-size: 1.2rem;
    padding-left: 45px; }
  .product-info-main > .product-details .towishlist:hover, .product-info-main > .product-details .towishlist:active, .product-info-main > .product-details .towishlist:focus {
    color: #988057;
    background: none;
    border: none;
    border-bottom: 1px solid #000; }
  @media all and (max-width: 47.9375em) {
    .product-info-main > .product-details .towishlist {
      position: absolute;
      top: 20px;
      left: 30px; } }

.catalog-product-view .block {
  margin-top: 90px; }

.catalog-product-view .block.related {
  height: 590px;
  padding: 60px 60px; }
  @media all and (max-width: 64em) {
    .catalog-product-view .block.related {
      height: auto;
      padding: 0 20px 15px; }
      .catalog-product-view .block.related:after {
        display: none; } }
  @media all and (max-width: 64em) {
    .catalog-product-view .block.related .title {
      text-align: center; } }
  @media all and (min-width: 64.0625em) {
    .catalog-product-view .block.related .title {
      left: 250px;
      position: absolute; }
      .catalog-product-view .block.related .title h2 {
        padding-left: 42px;
        padding-bottom: 30px;
        position: relative;
        position: relative; }
        .catalog-product-view .block.related .title h2:before {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          top: -207px;
          left: 1px;
          width: 262px;
          height: 1px;
          background-color: #999999; }
        .catalog-product-view .block.related .title h2:after {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          bottom: 8px;
          left: 1px;
          width: 267px;
          height: 1px;
          background-color: #999999; }
        .catalog-product-view .block.related .title h2:before {
          transform: rotate(90deg);
          transform-origin: top left; } }
  .catalog-product-view .block.related .products {
    margin: 0; }
  .catalog-product-view .block.related .product-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media all and (min-width: 64.0625em) {
      .catalog-product-view .block.related .product-items {
        min-height: 480px; } }
    @media all and (max-width: 47.9375em) {
      .catalog-product-view .block.related .product-items {
        flex-direction: column;
        align-items: center; } }
    @media all and (max-width: 47.9375em) {
      .catalog-product-view .block.related .product-items .product-item {
        max-width: 385px;
        width: 100%; } }
    @media all and (min-width: 64.0625em) {
      .catalog-product-view .block.related .product-items .product-item {
        width: 350px; }
        .catalog-product-view .block.related .product-items .product-item:nth-of-type(3) {
          width: 400px; } }
    @media all and (min-width: 64.0625em) and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .catalog-product-view .block.related .product-items .product-item:nth-of-type(3) {
        width: 350px; } }
    @media all and (min-width: 64.0625em) {
          .catalog-product-view .block.related .product-items .product-item:nth-of-type(3) .product-item-photo {
            height: 385px; } }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .catalog-product-view .block.related .product-items .product-item {
        width: 300px; } }
    .catalog-product-view .block.related .product-items .product-item-details {
      padding: 2rem 2.5rem 0; }
    .catalog-product-view .block.related .product-items .product-item-photo {
      overflow: hidden;
      display: flex;
      align-items: center; }
      @media all and (min-width: 64.0625em) {
        .catalog-product-view .block.related .product-items .product-item-photo {
          height: 260px; } }
    .catalog-product-view .block.related .product-items .product-item-actions {
      margin: 0;
      height: 0;
      position: relative;
      top: 9px; }
    .catalog-product-view .block.related .product-items .product-item .product-image-photo {
      width: 80%;
      display: block; }

.catalog-product-view .upsell {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 0; }
  @media all and (max-width: 64em) {
    .catalog-product-view .upsell {
      margin-top: 10px; } }
  @media all and (max-width: 64em) {
    .catalog-product-view .upsell .title {
      background-color: #EEEEEE;
      padding: 50px 0;
      width: 100vw;
      margin-left: -20px; } }
  @media all and (max-width: 47.9375em) {
    .catalog-product-view .upsell .title {
      margin-left: 0; } }
  .catalog-product-view .upsell .title h2 {
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0; }
    .catalog-product-view .upsell .title h2:after, .catalog-product-view .upsell .title h2:before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0); }
    .catalog-product-view .upsell .title h2:after {
      height: 9px;
      width: 9px;
      bottom: -5px;
      border-top: 2px solid #000;
      border-left: 2px solid #000;
      transform: rotate(225deg);
      background: #fff;
      margin-left: -3px; }
    .catalog-product-view .upsell .title h2:before {
      height: 2px;
      width: 100px;
      bottom: 0;
      background: #000; }
    @media all and (max-width: 64em) {
      .catalog-product-view .upsell .title h2 {
        margin-bottom: 0; } }
    .catalog-product-view .upsell .title h2:after {
      background: #EEEEEE; }
  .catalog-product-view .upsell .block-content.content {
    padding: 0 20px; }
    @media all and (max-width: 64em) {
      .catalog-product-view .upsell .block-content.content {
        padding: 0 40px; } }
    .catalog-product-view .upsell .block-content.content .products {
      margin: 0; }
      .catalog-product-view .upsell .block-content.content .products .product-items .slick-track {
        display: flex !important;
        justify-content: space-between; }
      .catalog-product-view .upsell .block-content.content .products .product-items .product-item {
        max-width: initial; }
  .catalog-product-view .upsell .towishlist {
    position: relative; }
    .catalog-product-view .upsell .towishlist:before {
      position: absolute;
      right: 2px; }

.catalog-product-view .block.related,
.catalog-product-view .three-box {
  position: relative;
  margin-bottom: 10px; }
  .catalog-product-view .block.related:before, .catalog-product-view .block.related:after,
  .catalog-product-view .three-box:before,
  .catalog-product-view .three-box:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff; }
    @media all and (max-width: 64em) {
      .catalog-product-view .block.related:before, .catalog-product-view .block.related:after,
      .catalog-product-view .three-box:before,
      .catalog-product-view .three-box:after {
        height: 40px; } }
  .catalog-product-view .block.related:before,
  .catalog-product-view .three-box:before {
    top: -60px; }
    @media all and (max-width: 64em) {
      .catalog-product-view .block.related:before,
      .catalog-product-view .three-box:before {
        background-color: #EEEEEE;
        top: -80px; } }
  .catalog-product-view .block.related:after,
  .catalog-product-view .three-box:after {
    bottom: -60px; }
    @media all and (max-width: 64em) {
      .catalog-product-view .block.related:after,
      .catalog-product-view .three-box:after {
        bottom: -40px; } }

@media all and (max-width: 64em) {
  .catalog-product-view .three-box__container {
    padding-top: 40px;
    padding-bottom: 40px; } }

.product-tabs {
  font-size: 12px;
  padding-bottom: 18px;
  position: relative; }
  .product-tabs:after {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #999999; }
  .product-tabs__title {
    padding-top: 18px;
    margin-top: 16px;
    position: relative; }
    .product-tabs__title:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #999999; }
    .product-tabs__title.active .title:after {
      transform: rotate(180deg); }
    .product-tabs__title .title {
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0;
      padding: 0 15px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .product-tabs__title .title:after {
        content: "\e901";
        font-family: 'berg-icons';
        font-size: 5px;
        transition: transform .4s ease-in-out; }
  .product-tabs__content {
    text-align: justify;
    padding: 0 15px;
    display: none;
    margin-top: 20px; }
    .product-tabs__content .data.table.additional-attributes {
      width: 100%; }
      .product-tabs__content .data.table.additional-attributes > tbody > tr > th, .product-tabs__content .data.table.additional-attributes > tbody > tr > td {
        padding-bottom: 7px; }
      .product-tabs__content .data.table.additional-attributes > tbody > tr td {
        text-align: right;
        color: #000; }
        @media (max-width: 640px) {
          .product-tabs__content .data.table.additional-attributes > tbody > tr td {
            display: flex !important;
            justify-content: space-between; }
            .product-tabs__content .data.table.additional-attributes > tbody > tr td:before {
              color: #999999 !important;
              content: attr(data-th) !important; } }

.custom-select {
  margin-top: -100px;
  background-color: #fff;
  position: relative;
  min-height: 65px;
  padding-bottom: 10px; }
  .custom-select__label {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0; }
    .custom-select__label:before {
      top: 0; }
    .custom-select__label:after {
      content: ":";
      display: block; }
  .custom-select__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px; }
  .custom-select__size-guide {
    font-size: 11px;
    color: #000;
    cursor: pointer; }
    .custom-select__size-guide img {
      display: none; }
    .custom-select__size-guide:hover {
      color: #988057; }
    .custom-select__size-guide:before {
      content: '\e939';
      font-family: 'berg-icons';
      padding-right: 9px; }
  .custom-select__sizes {
    list-style: none none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #EEEEEE;
    align-items: center; }
    .custom-select__sizes .size-value {
      display: flex;
      justify-content: center;
      font-size: 11px;
      margin-bottom: 0;
      color: #000;
      padding: 7px 2px;
      cursor: pointer;
      position: relative;
      border: 2px solid #EEEEEE;
      min-width: 27px; }
      @media all and (max-width: 47.9375em) {
        .custom-select__sizes .size-value {
          min-width: 24px; } }
      .custom-select__sizes .size-value:hover, .custom-select__sizes .size-value.selected {
        background-color: #fff;
        border: 2px solid #000; }
      .custom-select__sizes .size-value.disabled {
        color: #B7B7B7;
        position: relative;
        cursor: not-allowed; }
        .custom-select__sizes .size-value.disabled:before {
          content: '';
          position: absolute;
          height: 5px;
          border-top: solid 5px #000;
          border-left: solid 5px transparent;
          border-right: solid 5px transparent;
          top: -8px;
          display: none; }
        .custom-select__sizes .size-value.disabled:hover, .custom-select__sizes .size-value.disabled.selected {
          background-color: inherit;
          border: 2px solid #EEEEEE; }
        .custom-select__sizes .size-value.disabled:hover .size-value__out-of-stock {
          display: flex; }
        .custom-select__sizes .size-value.disabled:hover:before {
          display: block; }
        .custom-select__sizes .size-value.disabled.selected {
          background-color: transparent;
          border: 2px solid transparent; }
      .custom-select__sizes .size-value__out-of-stock {
        display: none;
        position: absolute;
        top: -40px;
        width: 115px;
        height: 33px;
        background-color: #000;
        color: #fff;
        border-radius: 4px;
        align-items: center;
        justify-content: center; }
      .custom-select__sizes .size-value:first-of-type .size-value__out-of-stock {
        margin-left: 42px; }
      .custom-select__sizes .size-value:last-of-type .size-value__out-of-stock {
        margin-left: -42px; }
      .custom-select__sizes .size-value span:nth-child(2) {
        display: none; }
  .custom-select .change-to-inch .size-value span:nth-child(1) {
    display: none; }
  .custom-select .change-to-inch .size-value span:nth-child(2) {
    display: block; }
  .custom-select .unit-switcher {
    transition: all .5s;
    display: flex;
    align-items: center; }
    @media all and (max-width: 64em) {
      .custom-select .unit-switcher {
        position: absolute;
        bottom: -20px;
        right: 16px; } }
    .custom-select .unit-switcher__label {
      color: #000;
      font-size: 11px; }
    .custom-select .unit-switcher__toggle {
      cursor: pointer;
      transition: .4s;
      height: 20px;
      width: 37px;
      margin: 0 9px;
      border: 1px solid #000;
      border-radius: 15px;
      position: relative; }
    .custom-select .unit-switcher__switcher {
      position: absolute;
      width: 16px;
      height: 16px;
      left: 2px;
      top: 1px;
      border-radius: 50%;
      background: #000;
      transition: .4s; }
    .custom-select .unit-switcher .toggled .unit-switcher__switcher {
      left: 17px; }

@media all and (max-width: 47.9375em) {
  html:lang(en) .size-value {
    min-width: 23px; } }

html:lang(en) .product-options-bottom {
  flex-direction: column;
  align-items: center; }
  @media all and (max-width: 64em) {
    html:lang(en) .product-options-bottom {
      margin-top: 28px; } }

.product-options-wrapper.sizes-active .control {
  display: flex;
  position: relative;
  flex-direction: column; }
  .product-options-wrapper.sizes-active .control .mage-error {
    z-index: 1;
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }
    .product-options-wrapper.sizes-active .control .mage-error[generated] {
      position: absolute;
      bottom: -15px; }

.product-options-wrapper.sizes-active select {
  visibility: hidden;
  opacity: 0; }

.catalog-product-view main {
  margin-top: 0px;
  margin-bottom: 50px; }
  @media all and (max-width: 64em) {
    .catalog-product-view main {
      margin-bottom: 40px; } }
  @media all and (max-width: 47.9375em) {
    .catalog-product-view main {
      padding-left: 0;
      padding-right: 0; } }

.catalog-product-view .columns {
  margin-bottom: 120px; }
  @media all and (max-width: 64em) {
    .catalog-product-view .columns {
      margin-bottom: 90px; } }

@media all and (max-width: 64em) {
  .catalog-product-view .column.main {
    display: flex;
    flex-direction: column;
    padding-bottom: 0; } }

.catalog-product-view .column.main:after {
  content: "";
  display: table;
  clear: both; }

.catalog-product-view .column.main .product-info-main {
  padding-right: 0;
  color: #6e6e6e; }
  @media all and (max-width: 64em) {
    .catalog-product-view .column.main .product-info-main {
      display: flex;
      flex-direction: column; } }
  @media all and (min-width: 64.0625em) {
    .catalog-product-view .column.main .product-info-main {
      padding-right: 40px; } }
  @media all and (min-width: 75em) {
    .catalog-product-view .column.main .product-info-main {
      padding-right: 80px; } }
  .catalog-product-view .column.main .product-info-main p a {
    color: inherit; }
  .catalog-product-view .column.main .product-info-main .box-tocart .actions {
    display: block; }
    @media all and (max-width: 64em) {
      .catalog-product-view .column.main .product-info-main .box-tocart .actions .action.primary.tocart {
        width: 100%; } }

@media all and (max-width: 29.9375em) {
  .catalog-product-view .column.main .media {
    padding-left: 30px;
    padding-right: 30px; } }

@media all and (max-width: 64em) {
  .catalog-product-view .column.main .media {
    order: -1;
    padding-top: 60px; } }

@media all and (min-width: 30em) {
  .catalog-product-view .column.main .media {
    padding-left: 40px;
    padding-right: 40px; } }

@media all and (min-width: 75em) {
  .catalog-product-view .column.main .media {
    padding-left: 80px;
    padding-right: 0; } }

.catalog-product-view .price-box > span {
  display: inline-block; }

.catalog-product-view .price-box .special-price {
  color: #D65D4D; }

.size-popup .modal-inner-wrap {
  width: 90%; }

.size-popup .modal-content {
  padding: 0; }
  .size-popup .modal-content img {
    max-width: none; }

.size-popup .modal-footer {
  display: none; }

.block-category-event {
  background: #f0f0f0;
  color: #000;
  padding: 10px 0 15px;
  text-align: center; }
  .block-category-event.block:last-child {
    margin-bottom: 10px; }
  .block-category-event .block-title {
    margin: 0 0 10px; }
    .block-category-event .block-title strong {
      font-size: 1.5rem;
      font-weight: 300; }
  .block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .block-category-event .ticker li {
      display: none;
      margin: 0 15px; }
    .block-category-event .ticker .value {
      font-size: 1.8rem;
      font-weight: 300; }
    .block-category-event .ticker .label {
      font-size: 1rem;
      display: block;
      text-transform: lowercase; }
  .block-category-event .dates {
    display: table;
    margin: 0 auto; }
    .block-category-event .dates .start,
    .block-category-event .dates .end {
      display: table-cell;
      vertical-align: top; }
    .block-category-event .dates .date {
      font-size: 1.8rem; }
    .block-category-event .dates .time {
      display: block; }
    .block-category-event .dates .start {
      padding-right: 40px;
      position: relative; }
      .block-category-event .dates .start:after {
        font-size: 1.8rem;
        content: '\2013';
        display: block;
        position: absolute;
        right: 15px;
        top: 0; }

@media only screen and (min-width: 768px) {
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px; }
  .block-category-event .block-title {
    margin: 0; }
    .block-category-event .block-title strong {
      font-size: 2.4rem; }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px; }
  .block-category-event .ticker .value {
    font-size: 6rem; }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none; }
  .block-category-event .dates .date {
    font-size: 5rem; }
  .block-category-event .dates .start {
    padding-right: 50px; }
    .block-category-event .dates .start:after {
      font-size: 5rem;
      right: 10px; } }

.c-search .nested {
  display: none; }

.c-search {
  position: absolute;
  width: 100%;
  min-height: 250px;
  background-color: #fff;
  z-index: 100;
  right: 0;
  top: -250px;
  display: block;
  transition: top .4s; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .c-search {
      min-height: 230px; } }
  @media all and (max-width: 47.9375em) {
    .c-search {
      min-height: 150px;
      position: fixed;
      height: 100vh;
      overflow-y: auto;
      top: -120%; } }
  .c-search__btn {
    color: #000;
    cursor: pointer;
    position: absolute;
    bottom: 1.7rem;
    right: 1.5rem; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-search__btn {
        right: 33.5rem;
        bottom: 1.4rem; } }
    @media all and (max-width: 47.9375em) {
      .c-search__btn {
        bottom: 12px;
        right: 16.5rem; } }
    @media all and (max-width: 22.4375em) {
      .c-search__btn {
        right: 13.5rem; } }
    .c-search__btn img {
      position: relative;
      top: 2px;
      right: 2px; }
  .c-search__label {
    position: relative;
    padding-right: 70px;
    font-size: 1.2rem; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .c-search__label {
        padding-right: 35px; } }
    @media all and (max-width: 64em) {
      .c-search__label {
        display: none; } }
    .c-search__label:after {
      content: '';
      height: 1px;
      width: 70px;
      display: block;
      background-color: #000;
      position: absolute;
      bottom: 0;
      right: 0; }
      @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
        .c-search__label:after {
          width: 35px; } }
  .c-search__content {
    padding-top: 5rem;
    position: relative; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-search__content {
        padding-top: 4rem; } }
    @media all and (max-width: 47.9375em) {
      .c-search__content {
        padding-top: 2.5rem; } }
  .c-search__form {
    position: relative;
    padding-top: 5rem; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-search__form {
        padding-right: 1rem; } }
    @media all and (max-width: 47.9375em) {
      .c-search__form {
        padding-top: 5rem; } }
  .c-search .c-search__input {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(153, 153, 153, 0.3);
    font-size: 2.6rem;
    letter-spacing: 0.5px;
    padding-left: 0;
    height: 40px;
    width: 500px;
    padding-right: 2rem; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .c-search .c-search__input {
        width: 420px; } }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-search .c-search__input {
        font-size: 2.2rem;
        width: 100%; } }
    @media all and (max-width: 47.9375em) {
      .c-search .c-search__input {
        font-size: 1.8rem;
        width: 100%;
        padding-right: 3rem; } }
  .c-search__input-label {
    display: none; }
  .c-search__submit {
    position: absolute;
    top: 58px;
    left: 477px; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .c-search__submit {
        left: 397px; } }
    @media all and (max-width: 64em) {
      .c-search__submit {
        left: auto;
        right: 11px; } }
    @media all and (max-width: 47.9375em) {
      .c-search__submit {
        right: 5px; } }
    .c-search__submit .icon-search:before {
      font-size: 24px; }
    .c-search__submit:disabled {
      background-color: transparent; }
    .c-search__submit:hover {
      color: #988057; }
  .c-search__close {
    position: absolute;
    top: 3rem;
    right: 2rem;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    z-index: 10; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-search__close {
        top: 2rem; } }
    @media all and (max-width: 47.9375em) {
      .c-search__close {
        height: 40px;
        width: 40px;
        line-height: 45px;
        top: 1.5rem;
        right: 1rem; } }
    .c-search__close .icon-close:before {
      color: #000;
      font-size: 15px; }
    .c-search__close:hover .icon-close:before {
      color: #988057; }
  .c-search__field {
    display: flex; }
    @media all and (max-width: 64em) {
      .c-search__field {
        flex-direction: column; } }

body.search-active {
  overflow: hidden; }
  body.search-active .page-header {
    z-index: 1000; }
  body.search-active .c-search {
    top: 0; }

.block-search .action.search {
  display: none; }

.block-search .nested {
  display: none; }

@media only screen and (min-width: 768px) {
  .block-search .action.search {
    display: inline-block;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1; }
    .block-search .action.search > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .action.search:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #8f8f8f;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .block-search .action.search:hover:before {
      color: inherit; }
    .block-search .action.search:active:before {
      color: inherit; }
    .block-search .action.search:focus, .block-search .action.search:active {
      background: none;
      border: none; }
    .block-search .action.search:hover {
      background: none;
      border: none; }
    .block-search .action.search.disabled, .block-search .action.search[disabled],
    fieldset[disabled] .block-search .action.search {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
    .block-search .action.search:focus:before {
      color: #333; }
  .search-autocomplete {
    margin-top: 0; } }

.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  z-index: 3;
  position: static !important;
  flex: 1;
  padding-right: 9rem;
  padding-bottom: 5rem; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .search-autocomplete {
      padding-right: 6rem; } }
  @media all and (max-width: 64em) {
    .search-autocomplete {
      width: 100% !important;
      padding-top: 4rem;
      padding-right: 0; } }
  .search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .search-autocomplete ul li {
      cursor: pointer;
      margin: 0;
      padding: 5px 40px 5px 10px;
      position: relative;
      text-align: left;
      white-space: normal; }
      .search-autocomplete ul li:not(:empty) {
        border-top: 0;
        border: 1px solid #000;
        background: #fff; }
      .search-autocomplete ul li:first-child {
        border-top: none; }
      .search-autocomplete ul li .amount {
        color: #999;
        position: absolute;
        right: 7px;
        top: 5px; }
  .search-autocomplete.no-results .search-results__none {
    display: block; }

.search-results {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 1.5rem;
  max-height: 405px;
  overflow-y: auto;
  position: static !important;
  flex: 1; }
  @media all and (max-width: 64em) {
    .search-results {
      padding-left: 0; } }
  @media all and (max-width: 47.9375em) {
    .search-results {
      flex-direction: column-reverse;
      max-height: 100%;
      overflow-y: visible; } }
  .search-results::-webkit-scrollbar {
    background: #f0f0f0;
    width: 4px; }
  .search-results::-webkit-scrollbar-thumb {
    background: #988057;
    border-radius: 10px; }
  .search-results dl {
    list-style: none; }
    .search-results dl li a {
      text-decoration: none; }
  .search-results__none {
    display: none;
    color: #000;
    font-size: 2.1rem;
    position: absolute;
    top: 6rem; }
  .search-results__title {
    color: #999999;
    margin-top: 7px; }
    @media all and (max-width: 47.9375em) {
      .search-results__title {
        font-size: 1.4rem; } }
  .search-results__item {
    display: flex;
    align-items: center; }
  .search-results .result-item__name {
    margin-bottom: 0; }
  .search-results__term {
    display: none; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .search-results__category {
      padding-right: 2rem; } }
  @media all and (max-width: 47.9375em) {
    .search-results__category li {
      margin-bottom: 1rem; } }
  .search-results__category .result-item__img {
    display: none; }
  .search-results__category .result-item__name {
    font-size: 2.1rem; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .search-results__category .result-item__name {
        font-size: 1.8rem; } }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .search-results__category .result-item__name {
        font-size: 1.9rem; } }
    @media all and (max-width: 47.9375em) {
      .search-results__category .result-item__name {
        font-size: 1.4rem; } }
  .search-results__product .search-results__title {
    text-align: right;
    margin-bottom: 25px; }
    @media all and (max-width: 47.9375em) {
      .search-results__product .search-results__title {
        text-align: left; } }
  .search-results__product li {
    margin-bottom: 0; }
  @media all and (min-width: 64.0625em) {
    .search-results__product .result-item {
      flex-direction: row-reverse; } }
  .search-results__product .result-item__content {
    text-align: right; }
    @media all and (max-width: 47.9375em) {
      .search-results__product .result-item__content {
        text-align: left; } }
  .search-results__product .result-item__img {
    width: 80px;
    margin-left: 2rem;
    text-align: right; }
    @media all and (max-width: 47.9375em) {
      .search-results__product .result-item__img {
        margin-left: 0; } }
    .search-results__product .result-item__img img {
      min-width: 80px;
      max-width: 100%; }
  .search-results__product .result-item__name {
    color: #000;
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
    max-width: 180px;
    line-height: 17px; }
  .search-results__product .result-item__price {
    margin-top: 5px;
    color: #000; }

html:lang(en) .search-results__product .result-item__name {
  text-transform: capitalize; }

.cart-summary {
  margin-bottom: 25px;
  width: 30%; }
  .cart-summary > .title {
    display: block;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }
  .cart-summary .block {
    margin-bottom: 25px; }
    .cart-summary .block .item-options {
      margin-left: 0; }
    .cart-summary .block .fieldset {
      margin: 15px 0 25px 5px; }
      .cart-summary .block .fieldset .field {
        margin: 0 0 10px; }
        .cart-summary .block .fieldset .field.note {
          font-size: 12px; }
      .cart-summary .block .fieldset .methods .field > .label {
        display: inline; }

.cart-totals {
  border-top: 1px solid silver;
  padding-top: 10px; }
  .cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit; }

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid silver; }

.cart.table-wrapper .items > .item {
  border-bottom: 1px solid silver;
  position: relative; }

.cart.table-wrapper .col {
  padding-top: 12px; }
  .cart.table-wrapper .col.qty .input-text {
    margin-top: -5px;
    height: 20px;
    width: 30px;
    font-size: 14px;
    padding: 0; }
  .cart.table-wrapper .col.qty .control.qty {
    display: flex;
    justify-content: space-between;
    width: 70px;
    align-items: center;
    margin: 0 auto; }
    .cart.table-wrapper .col.qty .control.qty .qty__minus {
      margin-top: -4px;
      font-size: 2px;
      cursor: pointer; }
    .cart.table-wrapper .col.qty .control.qty .qty__plus {
      font-size: 12px;
      cursor: pointer; }

.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal; }

.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative; }

.cart.table-wrapper .actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .cart.table-wrapper .actions-toolbar > .action {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 10px; }
    .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .actions-toolbar > .action:focus {
      text-decoration: none; }
    .cart.table-wrapper .actions-toolbar > .action:last-child {
      margin-right: 0; }

.cart.table-wrapper .action.help.map {
  font-weight: 400; }

.cart.table-wrapper .product-item-photo {
  display: block;
  max-width: 60px;
  width: 100%; }

.cart.table-wrapper .product-item-details {
  white-space: normal; }

.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px; }

.cart.table-wrapper .gift-registry-name-label:after {
  content: ':'; }

.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px; }

.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 5px; }

.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px; }

.cart-container .checkout-methods-items {
  margin-top: 25px;
  text-align: center; }
  .cart-container .checkout-methods-items .action.primary {
    width: 100%; }
  .cart-container .checkout-methods-items .item + .item {
    margin-top: 20px; }

.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center; }

.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center; }
  .cart-products-toolbar .pages .items > .item {
    border-bottom: 0; }

.cart-products-toolbar-top {
  border-bottom: 1px solid silver; }

.block.crosssell {
  margin-top: 70px; }

.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block; }

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp {
  text-align: center; }

@media only screen and (max-width: 1024px) {
  .cart table {
    display: block; }
  .cart.table-wrapper {
    overflow: inherit; }
    .cart.table-wrapper thead {
      display: none; }
    .cart.table-wrapper tbody {
      display: block; }
      .cart.table-wrapper tbody tr {
        display: flex;
        flex-wrap: wrap; }
        .cart.table-wrapper tbody tr .col.item, .cart.table-wrapper tbody tr .col.qty, .cart.table-wrapper tbody tr .col.price, .cart.table-wrapper tbody tr .col.subtotal, .cart.table-wrapper tbody tr .col.msrp, .cart.table-wrapper tbody tr .col.item-actions {
          box-sizing: border-box;
          display: block;
          text-align: center;
          white-space: nowrap;
          width: 25%; }
          .cart.table-wrapper tbody tr .col.item:not(.item-actions):before, .cart.table-wrapper tbody tr .col.qty:not(.item-actions):before, .cart.table-wrapper tbody tr .col.price:not(.item-actions):before, .cart.table-wrapper tbody tr .col.subtotal:not(.item-actions):before, .cart.table-wrapper tbody tr .col.msrp:not(.item-actions):before, .cart.table-wrapper tbody tr .col.item-actions:not(.item-actions):before {
            content: attr(data-th) ":";
            display: block;
            font-size: 11px;
            padding-bottom: 10px; }
        .cart.table-wrapper tbody tr .col.item {
          width: 100%;
          text-align: left;
          display: flex; }
          .cart.table-wrapper tbody tr .col.item:before {
            position: absolute;
            visibility: hidden; }
          .cart.table-wrapper tbody tr .col.item .product-item-photo {
            max-width: 90px; }
          .cart.table-wrapper tbody tr .col.item .product-item-details {
            padding-left: 1rem; }
        .cart.table-wrapper tbody tr .col.msrp {
          white-space: normal; }
  .cart-summary {
    width: 100%; }
  .cart-container .form-cart .actions .update {
    margin: 0 auto 10px; } }

@media all and (max-width: 29.9375em) {
  .cart.table-wrapper tbody tr .col.qty, .cart.table-wrapper tbody tr .col.price, .cart.table-wrapper tbody tr .col.subtotal, .cart.table-wrapper tbody tr .col.msrp {
    width: 33%; }
  .cart.table-wrapper tbody tr .col.item-actions {
    width: 100%;
    align-self: flex-end; } }

@media all and (min-width: 48em) and (max-width: 64em) {
  .cart-summary {
    width: 41%; }
  .cart-container .form-cart {
    width: 55%; } }

@media only screen and (min-width: 768px) {
  .cart-container .widget {
    float: left; }
  .cart-summary {
    float: right;
    position: relative;
    max-width: 375px; }
    .column.main .cart-summary .actions-toolbar > .secondary {
      float: none; }
    .cart-summary .block .fieldset .field {
      margin: 0 0 20px;
      margin: 0 0 10px; }
      .cart-summary .block .fieldset .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .cart-summary .block .fieldset .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .cart-summary .block .fieldset .field > .label {
        margin: 0 0 5px;
        display: inline-block;
        text-transform: uppercase; }
      .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
        display: none; }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto; }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px; }
  .cart.table-wrapper .item-actions td {
    text-align: right; }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 16px;
    position: static;
    vertical-align: top;
    width: 26%; }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
    padding-left: 0; }
  .cart .action {
    margin-bottom: 10px; }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0; }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px; }
    .cart-products-toolbar .pages .item:last-child {
      margin-right: 0; }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px; }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px; } }

.checkout-cart-index {
  background-color: #fff; }
  .checkout-cart-index .page-main {
    margin-top: 70px; }
    @media all and (max-width: 64em) {
      .checkout-cart-index .page-main {
        margin-top: 35px; } }
    .checkout-cart-index .page-main .column {
      padding-bottom: 0; }
      .checkout-cart-index .page-main .column .cart-index-main {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 45px;
        margin-top: 30px;
        text-transform: uppercase; }
        @media all and (max-width: 47.9375em) {
          .checkout-cart-index .page-main .column .cart-index-main {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 30px; } }
        .checkout-cart-index .page-main .column .cart-index-main__title {
          margin-bottom: 0; }
          @media all and (max-width: 29.9375em) {
            .checkout-cart-index .page-main .column .cart-index-main__title {
              font-size: 21px; } }
        .checkout-cart-index .page-main .column .cart-index-main__amount {
          margin-left: 45px;
          font-size: 12px;
          text-transform: lowercase;
          position: relative; }
          .checkout-cart-index .page-main .column .cart-index-main__amount:before {
            content: '';
            position: absolute;
            margin-left: auto;
            margin-right: auto;
            bottom: 0;
            left: -43px;
            width: 45px;
            height: 1px;
            background-color: #999999; }
        .checkout-cart-index .page-main .column .cart-index-main__continue {
          color: #000;
          text-decoration: none;
          border-bottom: 1px solid #000; }
          @media all and (max-width: 47.9375em) {
            .checkout-cart-index .page-main .column .cart-index-main__continue {
              align-self: flex-end;
              margin-top: 30px; } }
      .checkout-cart-index .page-main .column .delivery-time {
        display: flex;
        justify-content: flex-end; }
        .checkout-cart-index .page-main .column .delivery-time__text {
          position: relative;
          font-size: 12px;
          text-transform: initial;
          margin-bottom: 16px;
          cursor: pointer; }
          .checkout-cart-index .page-main .column .delivery-time__text:before {
            content: "\e90f";
            font-family: 'berg-icons';
            font-size: 16px;
            margin-right: 15px;
            position: absolute;
            left: -30px;
            top: -5px; }
      .checkout-cart-index .page-main .column .cart.table-wrapper {
        border-bottom: 1px solid #000;
        padding-bottom: 15px; }
        .checkout-cart-index .page-main .column .cart.table-wrapper thead {
          text-transform: capitalize;
          background-color: #EEEEEE;
          color: #000; }
          .checkout-cart-index .page-main .column .cart.table-wrapper thead th {
            padding: 3px 0;
            vertical-align: middle; }
          .checkout-cart-index .page-main .column .cart.table-wrapper thead .item {
            padding-left: 25px;
            width: 360px; }
        @media (max-width: 1200px) {
          .checkout-cart-index .page-main .column .cart.table-wrapper tbody {
            border-top: 1px solid #B7B7B7; } }
        @media all and (min-width: 64.0625em) {
          .checkout-cart-index .page-main .column .cart.table-wrapper tbody:first-of-type {
            border-top: none; } }
        .checkout-cart-index .page-main .column .cart.table-wrapper tbody td {
          vertical-align: middle; }
          .checkout-cart-index .page-main .column .cart.table-wrapper tbody td.item {
            padding-left: 0; }
          .checkout-cart-index .page-main .column .cart.table-wrapper tbody td span {
            font-size: 14px;
            color: #000; }
          .checkout-cart-index .page-main .column .cart.table-wrapper tbody td .product-item-name {
            margin-bottom: 0;
            -webkit-hyphens: manual;
                    hyphens: manual; }
          .checkout-cart-index .page-main .column .cart.table-wrapper tbody td dl {
            margin-bottom: 0; }
            .checkout-cart-index .page-main .column .cart.table-wrapper tbody td dl dd {
              color: #000;
              text-transform: uppercase; }
            .checkout-cart-index .page-main .column .cart.table-wrapper tbody td dl dt {
              margin-right: 2px; }
            .checkout-cart-index .page-main .column .cart.table-wrapper tbody td dl dt, .checkout-cart-index .page-main .column .cart.table-wrapper tbody td dl dd {
              margin-bottom: 0;
              font-size: 11px; }
        .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions {
          padding-top: 16px;
          padding-right: 0;
          text-transform: uppercase; }
          @media (min-width: 1025px) and (max-width: 1200px) {
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions {
              position: relative; } }
          @media all and (max-width: 64em) {
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions {
              padding-top: 38px; } }
          @media (min-width: 1025px) and (max-width: 1200px) {
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar {
              position: absolute;
              bottom: 10px;
              right: 0; } }
          .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-edit,
          .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist {
            display: none; }
          .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-delete,
          .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist {
            text-decoration: none;
            border-bottom: 1px solid #999999; }
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-delete span,
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist span {
              color: #999999; }
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-delete:hover span, .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-delete:hover:after,
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist:hover span,
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist:hover:after {
              color: #000; }
          .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist {
            margin-bottom: 15px; }
            .checkout-cart-index .page-main .column .cart.table-wrapper .item-actions .actions-toolbar .action-towishlist:after {
              content: "\e940";
              font-family: 'berg-icons';
              font-size: 1.2rem;
              padding-left: 30px; }
      .checkout-cart-index .page-main .column .cart-summary {
        padding: 0;
        top: 0 !important; }
        .checkout-cart-index .page-main .column .cart-summary:before {
          clear: both;
          content: '';
          display: table; }
        .checkout-cart-index .page-main .column .cart-summary .summary-wrapper {
          border: 1px solid #000;
          padding: 25px 25px; }
          .checkout-cart-index .page-main .column .cart-summary .summary-wrapper__title {
            display: flex;
            justify-content: space-between;
            color: #000;
            margin-bottom: 20px; }
            .checkout-cart-index .page-main .column .cart-summary .summary-wrapper__title .line {
              flex-grow: 2;
              border-bottom: 1px solid #000;
              margin-bottom: 27px; }
        .checkout-cart-index .page-main .column .cart-summary .multicheckout {
          color: #000;
          text-transform: uppercase;
          display: none; }
          .checkout-cart-index .page-main .column .cart-summary .multicheckout:hover {
            color: #988057; }
        .checkout-cart-index .page-main .column .cart-summary .coupon {
          display: flex;
          margin-bottom: 25px; }
          .checkout-cart-index .page-main .column .cart-summary .coupon .field {
            flex-grow: 2;
            margin-bottom: 0; }
            .checkout-cart-index .page-main .column .cart-summary .coupon .field input[type="text"] {
              height: 46px;
              font-size: 13px;
              padding-top: 4px;
              padding-left: 19px; }
          .checkout-cart-index .page-main .column .cart-summary .coupon .actions-toolbar .apply {
            height: 46px;
            width: 46px;
            transform: rotate(270deg);
            margin: 0;
            background: #000;
            color: #fff;
            font-size: 8px;
            padding-left: 14px;
            padding-bottom: 8px; }
            .checkout-cart-index .page-main .column .cart-summary .coupon .actions-toolbar .apply:hover {
              background: #988057; }
        .checkout-cart-index .page-main .column .cart-summary .cancel-coupon {
          text-align: right;
          margin-bottom: 25px; }
        .checkout-cart-index .page-main .column .cart-summary .block {
          border-bottom: 1px solid #000; }
          .checkout-cart-index .page-main .column .cart-summary .block > .title {
            border-top: none; }
            .checkout-cart-index .page-main .column .cart-summary .block > .title:after {
              color: #000; }
          .checkout-cart-index .page-main .column .cart-summary .block [type="radio"] + label:before {
            top: -5px; }
          .checkout-cart-index .page-main .column .cart-summary .block select, .checkout-cart-index .page-main .column .cart-summary .block input {
            height: 46px; }
        .checkout-cart-index .page-main .column .cart-summary .cart-totals {
          border-top: none;
          padding-top: 0; }
          .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals {
            border-bottom: 1px solid #000; }
            .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals .discount.coupon {
              margin-bottom: 0; }
            .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl {
              border-bottom: 1px solid transparent; }
              .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .mark {
                position: relative; }
                .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .mark:before {
                  content: '';
                  position: absolute;
                  margin-left: auto;
                  margin-right: auto;
                  bottom: 17px;
                  left: 33px;
                  width: 100%;
                  height: 1px;
                  background-color: #000; }
                .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .mark strong {
                  position: relative; }
                  .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .mark strong:after {
                    content: '';
                    position: absolute;
                    margin-left: auto;
                    margin-right: auto;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #fff; }
              .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .amount {
                position: relative; }
                .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .amount:before {
                  content: '';
                  position: absolute;
                  margin-left: auto;
                  margin-right: auto;
                  right: 55px;
                  bottom: 17px;
                  width: 100%;
                  height: 1px;
                  background-color: #000; }
                .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .amount strong {
                  position: relative; }
                  .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .amount strong:after {
                    content: '';
                    position: absolute;
                    margin-left: auto;
                    margin-right: auto;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #fff; }
              .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .mark,
              .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals.grand.incl .amount {
                padding-top: 40px; }
          .checkout-cart-index .page-main .column .cart-summary .cart-totals .excl,
          .checkout-cart-index .page-main .column .cart-summary .cart-totals .totals-tax {
            display: none; }
          .checkout-cart-index .page-main .column .cart-summary .cart-totals .mark .value {
            display: none; }
          .checkout-cart-index .page-main .column .cart-summary .cart-totals td {
            color: #000; }
          .checkout-cart-index .page-main .column .cart-summary .cart-totals th, .checkout-cart-index .page-main .column .cart-summary .cart-totals td {
            padding: 14px 0 12px 0; }
  .checkout-cart-index #deliveryPopup {
    display: none; }
    .checkout-cart-index #deliveryPopup .modal-title {
      margin-bottom: 2rem; }

.cart-widgets {
  margin-top: 60px;
  overflow: hidden; }
  @media all and (max-width: 47.9375em) {
    .cart-widgets {
      padding: 0 5px; } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .cart-widgets {
      height: 515px; } }
  @media all and (min-width: 64.0625em) {
    .cart-widgets {
      height: 553px; } }
  .cart-widgets__header {
    display: flex;
    justify-content: center;
    text-transform: uppercase; }
    @media all and (max-width: 47.9375em) {
      .cart-widgets__header {
        display: none; } }
    .cart-widgets__header .header {
      position: relative;
      padding-bottom: 1rem;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer; }
      .cart-widgets__header .header:after, .cart-widgets__header .header:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0); }
      .cart-widgets__header .header:after {
        height: 9px;
        width: 9px;
        bottom: -5px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform: rotate(225deg);
        background: #fff;
        margin-left: -3px; }
      .cart-widgets__header .header:before {
        height: 2px;
        width: 100px;
        bottom: 0;
        background: #000; }
      .cart-widgets__header .header--first {
        margin-right: 40px; }
      .cart-widgets__header .header.disabled {
        color: #B7B7B7; }
        .cart-widgets__header .header.disabled:after, .cart-widgets__header .header.disabled:before {
          display: none; }
        .cart-widgets__header .header.disabled:hover:after, .cart-widgets__header .header.disabled:hover:before {
          display: block; }
        .cart-widgets__header .header.disabled:hover:after {
          border-top: 2px solid #B7B7B7;
          border-left: 2px solid #B7B7B7;
          background: #fff; }
        .cart-widgets__header .header.disabled:hover:before {
          background: #B7B7B7; }
  .cart-widgets .widget-hidden {
    height: 0;
    overflow: hidden; }
  .cart-widgets .block-products-list {
    margin-top: 0;
    padding: 0 4px; }
    @media all and (min-width: 48em) {
      .cart-widgets .block-products-list .product-slider__title {
        display: none; } }
  .cart-widgets .block-viewed-products-grid {
    padding: 0 16px; }
    .cart-widgets .block-viewed-products-grid .block-title {
      position: relative;
      padding-bottom: 1rem;
      text-transform: uppercase;
      text-align: center;
      margin-top: 2.5rem;
      margin-bottom: 4rem; }
      .cart-widgets .block-viewed-products-grid .block-title:after, .cart-widgets .block-viewed-products-grid .block-title:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0); }
      .cart-widgets .block-viewed-products-grid .block-title:after {
        height: 9px;
        width: 9px;
        bottom: -5px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform: rotate(225deg);
        background: #fff;
        margin-left: -3px; }
      .cart-widgets .block-viewed-products-grid .block-title:before {
        height: 2px;
        width: 100px;
        bottom: 0;
        background: #000; }
      .cart-widgets .block-viewed-products-grid .block-title strong {
        line-height: 1.2;
        font-size: 2.8rem; }
      @media all and (min-width: 48em) {
        .cart-widgets .block-viewed-products-grid .block-title {
          display: none; } }
    .cart-widgets .block-viewed-products-grid .products-grid .product-items {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center; }
      @media all and (max-width: 47.9375em) {
        .cart-widgets .block-viewed-products-grid .products-grid .product-items {
          flex-wrap: wrap;
          justify-content: space-between; } }
      .cart-widgets .block-viewed-products-grid .products-grid .product-items .product-item {
        width: 24% !important;
        margin-right: 18px; }
        .cart-widgets .block-viewed-products-grid .products-grid .product-items .product-item:nth-of-type(4) {
          margin-right: 0; }
        @media all and (max-width: 47.9375em) {
          .cart-widgets .block-viewed-products-grid .products-grid .product-items .product-item {
            width: 49% !important;
            max-width: 50%;
            margin: 0 auto 15px; } }
        @media all and (max-width: 29.9375em) {
          .cart-widgets .block-viewed-products-grid .products-grid .product-items .product-item {
            width: 100% !important;
            max-width: 100%; } }
        .cart-widgets .block-viewed-products-grid .products-grid .product-items .product-item .towishlist {
          border: none;
          background: transparent;
          padding-top: 3px;
          padding-right: 0; }

.cart-empty__header,
.checkout-onepage-success .page-title {
  padding-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .cart-empty__header:after,
  .checkout-onepage-success .page-title:after {
    content: '';
    display: block;
    background-color: #000;
    height: 3px;
    width: 45px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.cart-empty .actions-wrapper {
  margin-bottom: 80px; }

@media all and (min-width: 64.0625em) {
  .page-layout-full-width.checkout-onepage-success {
    background: #EEEEEE; } }

.page-layout-full-width.checkout-onepage-success #registration,
.page-layout-full-width.checkout-onepage-success .checkout-success,
.page-layout-full-width.checkout-onepage-success .page-title-wrapper {
  max-width: 1280px;
  background-color: #fff; }

.page-layout-full-width.checkout-onepage-success #registration,
.page-layout-full-width.checkout-onepage-success .checkout-success {
  color: #000;
  margin: 0 auto 50px;
  padding: 40px 5px 60px;
  text-align: center; }

.page-layout-full-width.checkout-onepage-success #registration .action {
  width: 300px;
  line-height: 1.6rem; }

.page-layout-full-width.checkout-onepage-success .page-title-wrapper {
  margin: 50px auto 0;
  padding: 60px 5px 0; }
  .page-layout-full-width.checkout-onepage-success .page-title-wrapper .page-title {
    margin-bottom: 0; }

.page-layout-full-width.checkout-onepage-success .order-number {
  text-decoration: none;
  color: #988057; }

.page-layout-full-width.checkout-onepage-success .actions-wrapper {
  margin-top: 25px; }

.page-layout-full-width.checkout-onepage-success .cart-widgets {
  margin-bottom: 70px;
  margin-top: 40px; }
  .page-layout-full-width.checkout-onepage-success .cart-widgets .admin__data-grid-outer-wrap {
    margin-top: -35px; }
  @media all and (min-width: 64.0625em) {
    .page-layout-full-width.checkout-onepage-success .cart-widgets .product-slider__title:after,
    .page-layout-full-width.checkout-onepage-success .cart-widgets .cart-widgets__header h2:after,
    .page-layout-full-width.checkout-onepage-success .cart-widgets .cart-widgets__header .header.disabled:hover:after,
    .page-layout-full-width.checkout-onepage-success .cart-widgets .block-viewed-products-grid .block-title:after {
      background: #EEEEEE; } }
  .page-layout-full-width.checkout-onepage-success .cart-widgets .block-viewed-products-grid ol {
    max-width: 1280px;
    margin: 0 auto; }
  @media all and (max-width: 47.9375em) {
    .page-layout-full-width.checkout-onepage-success .cart-widgets .block-viewed-products-grid .block-title {
      margin-top: 8rem; } }

.actions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .actions-wrapper__btn {
    width: 300px;
    text-align: center; }
    .actions-wrapper__btn--white-color, .actions-wrapper__btn--white-color:visited, .actions-wrapper__btn--black-color:visited:hover {
      color: #fff; }
    .actions-wrapper__btn--black-color, .actions-wrapper__btn--black-color:visited {
      color: #000; }
  .actions-wrapper__text {
    margin: 40px auto;
    color: #000;
    position: relative; }
    @media all and (max-width: 47.9375em) {
      .actions-wrapper__text {
        width: 200px;
        text-align: center; } }
    .actions-wrapper__text:before, .actions-wrapper__text:after {
      content: '';
      border-top: 1px dashed #000;
      display: block;
      width: 15vw;
      height: 1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -16vw; }
    .actions-wrapper__text:after {
      right: -16vw;
      left: auto; }

.checkout-onepage-failure .page-main {
  margin-top: 5rem; }

.checkout-onepage-failure .page-title {
  padding-bottom: 1rem;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  .checkout-onepage-failure .page-title:after {
    content: '';
    display: block;
    background-color: #000;
    height: 3px;
    width: 45px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.checkout-onepage-failure .checkout-failure {
  text-align: center;
  color: #000; }
  .checkout-onepage-failure .checkout-failure .order-number {
    color: #988057; }

.checkout-success .actions-toolbar .primary {
  text-align: center !important;
  float: none; }

.c-minicart {
  position: relative;
  padding-left: 4rem;
  color: #000; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .c-minicart {
      padding-left: 2.5rem; } }
  @media all and (max-width: 47.9375em) {
    .c-minicart {
      padding-left: 3rem; } }
  @media all and (max-width: 29.9375em) {
    .c-minicart {
      padding-left: 2.5rem; } }
  .c-minicart__show {
    color: #000; }
    .c-minicart__show:focus, .c-minicart__show:visited, .c-minicart__show:active {
      text-decoration: none;
      color: #000; }
    .c-minicart__show:hover {
      color: #988057; }
    .c-minicart__show img {
      position: relative;
      top: 2px; }
  .c-minicart.active .c-minicart__wrapper {
    border: 1px solid #000;
    width: 375px;
    padding: 35px 25px 5px 25px;
    margin-top: 1rem; }
    @media all and (max-width: 47.9375em) {
      .c-minicart.active .c-minicart__wrapper {
        margin-top: 0; } }
  .c-minicart__wrapper {
    position: absolute;
    right: 0;
    background-color: #fff;
    z-index: 99;
    margin-top: 2rem; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-minicart__wrapper {
        margin-top: 1rem;
        border-top: 0; } }
    @media all and (max-width: 47.9375em) {
      .c-minicart__wrapper {
        position: fixed;
        max-width: 90%;
        margin-top: 0;
        top: 0;
        right: -200%;
        transition: .3s ease;
        min-height: 70vh;
        margin-bottom: 0; } }
  .c-minicart__amount {
    font-size: 1.2rem;
    padding-left: 1.5rem; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-minicart__amount {
        padding-left: 0.3rem; } }
    @media all and (max-width: 47.9375em) {
      .c-minicart__amount {
        font-size: 1.1rem;
        padding-left: 0;
        color: #000; } }
    @media all and (max-width: 47.9375em) {
      .c-minicart__amount {
        display: none; } }
  .c-minicart__label, .c-minicart__sum {
    position: relative;
    position: relative; }
    .c-minicart__label:after, .c-minicart__sum:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      right: auto;
      bottom: 3px;
      left: 0;
      width: 101%;
      height: 2px;
      background-color: #fff; }
    .c-minicart__label:after, .c-minicart__sum:after {
      z-index: 9; }
      @media all and (max-width: 47.9375em) {
        .c-minicart__label:after, .c-minicart__sum:after {
          height: 3px;
          bottom: 2px; } }
  .c-minicart__items {
    margin-top: 4rem;
    height: auto !important;
    max-height: 40vh;
    overflow-y: auto; }
  .c-minicart__items::-webkit-scrollbar {
    background: #f0f0f0;
    width: 7px; }
  .c-minicart__items::-webkit-scrollbar-thumb {
    background: #988057;
    border-radius: 10px; }
  .c-minicart__subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.7rem;
    margin-top: 1rem;
    position: relative; }
    .c-minicart__subtotal:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      right: auto;
      bottom: 4px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #999999; }
    .c-minicart__subtotal .price-container {
      position: relative; }
      .c-minicart__subtotal .price-container:after {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        right: auto;
        bottom: 3px;
        left: 0;
        width: 101%;
        height: 2px;
        background-color: #fff; }
      .c-minicart__subtotal .price-container:after {
        z-index: 9; }
        @media all and (max-width: 47.9375em) {
          .c-minicart__subtotal .price-container:after {
            height: 3px; } }
  .c-minicart__totals {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .c-minicart__totals:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      right: auto;
      bottom: 4px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #999999; }
    @media all and (max-width: 47.9375em) {
      .c-minicart__totals:after {
        bottom: 3px; } }
  .c-minicart .c-minicart__btn {
    margin-bottom: 1.5rem;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    min-width: 325px; }
    @media all and (max-width: 47.9375em) {
      .c-minicart .c-minicart__btn {
        min-width: 100%; } }
  .c-minicart .c-minicart__qty {
    height: 20px;
    width: 30px;
    text-align: center;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    padding: 0;
    position: relative;
    top: -2px; }
  .c-minicart__update {
    font-size: 1.1rem;
    vertical-align: top;
    padding: 0;
    border: 0;
    position: relative;
    top: 5px;
    left: 5px; }
    .c-minicart__update:hover {
      background: transparent;
      border: none;
      color: #000; }
  .c-minicart__view-cart {
    color: #000; }
    .c-minicart__view-cart:visited, .c-minicart__view-cart:active {
      color: #000;
      background: #fff; }
    .c-minicart__view-cart:hover {
      color: #fff;
      background: #000; }
  .c-minicart .paypal.checkout {
    display: none; }
  .c-minicart .qty__label {
    margin-right: 1rem; }
  .c-minicart .qty__minus {
    cursor: pointer; }
    .c-minicart .qty__minus .icon:before {
      font-size: 2px;
      position: relative;
      top: -4px; }
  .c-minicart .qty__plus {
    cursor: pointer; }
    .c-minicart .qty__plus .icon:before {
      font-size: 11px;
      position: relative;
      left: 3px; }
  .c-minicart.active .c-minicart__wrapper {
    right: 0;
    opacity: 1; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .c-minicart.active .c-minicart__wrapper {
        right: -45px; } }

.c-minicart .product-item {
  padding-bottom: 2rem;
  border-bottom: none;
  max-width: 100%;
  margin: 0 0 1rem; }
  .c-minicart .product-item:hover {
    box-shadow: none; }
  .c-minicart .product-item-main {
    display: flex;
    justify-content: space-between; }
  .c-minicart .product-item-name {
    line-height: 1.2;
    word-wrap: normal;
    padding-right: 8rem;
    display: block;
    width: auto; }
    @media all and (max-width: 47.9375em) {
      .c-minicart .product-item-name {
        padding-right: 1rem; } }
    .c-minicart .product-item-name a {
      font-size: 1.4rem;
      line-height: 1.2; }
      @media all and (max-width: 47.9375em) {
        .c-minicart .product-item-name a {
          font-size: 1.3rem; } }
  .c-minicart .product-item-details {
    position: relative;
    padding: 0 0 0 93px;
    display: block; }
    @media all and (max-width: 47.9375em) {
      .c-minicart .product-item-details {
        padding: 0 0 0 75px; } }
  .c-minicart .product-item-photo {
    margin-right: 1.5rem; }
  @media all and (max-width: 47.9375em) {
    .c-minicart .product-item .product-image-photo {
      max-width: 65px;
      height: auto !important; } }
  .c-minicart .product-item .price-container {
    position: absolute;
    top: -3px;
    right: 0; }
    @media all and (max-width: 47.9375em) {
      .c-minicart .product-item .price-container {
        position: static; } }
  .c-minicart .product-item .product.options {
    padding-top: 4px; }
    @media all and (max-width: 47.9375em) {
      .c-minicart .product-item .product.options {
        padding-top: 0;
        padding-bottom: 5px; } }
    .c-minicart .product-item .product.options .label {
      font-size: 1.1rem;
      color: #999999; }
      .c-minicart .product-item .product.options .label:after {
        content: ':'; }
    .c-minicart .product-item .product.options .values {
      font-size: 1.2rem; }

.block-minicart .subtitle {
  display: none; }
  .block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 1rem 0 20px;
    text-align: center; }

.block-minicart .text.empty {
  text-align: center; }

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center; }

.minicart-wrapper .product .actions {
  float: right;
  margin: -25px 0 0;
  text-align: right; }
  .minicart-wrapper .product .actions > .primary,
  .minicart-wrapper .product .actions > .secondary {
    display: inline; }

.minicart-wrapper .action.close {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }
  .minicart-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .minicart-wrapper .action.close:hover:before {
    color: inherit; }
  .minicart-wrapper .action.close:active:before {
    color: inherit; }
  .minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
    background: none;
    border: none; }
  .minicart-wrapper .action.close:hover {
    background: none;
    border: none; }
  .minicart-wrapper .action.close.disabled, .minicart-wrapper .action.close[disabled],
  fieldset[disabled] .minicart-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .minicart-wrapper .action.close:hover:before {
    color: #000; }
  .minicart-wrapper .action.close:active, .minicart-wrapper .action.close:focus {
    color: #000; }

.minicart-wrapper .action.showcart {
  white-space: nowrap;
  text-decoration: none;
  position: relative; }
  .minicart-wrapper .action.showcart.active:before {
    display: none; }
  .minicart-wrapper .action.showcart:before {
    display: none; }
  .minicart-wrapper .action.showcart > img {
    margin-right: 12px; }
  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    left: 13px;
    bottom: 12px;
    background: #988057;
    color: #fff;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    font-size: 10px; }
    @media all and (max-width: 47.9375em) {
      .minicart-wrapper .action.showcart .counter.qty {
        left: 12px;
        bottom: 9px; } }
    .minicart-wrapper .action.showcart .counter.qty.empty {
      background: #EEEEEE;
      color: #000; }
    .minicart-wrapper .action.showcart .counter.qty .loader > img {
      max-width: 18px; }

.minicart-wrapper .minicart-widgets {
  margin-top: 15px; }

.minicart-items {
  list-style: none none;
  margin: 0;
  padding: 0 1rem 0 0; }
  .minicart-items .product > .product-item-photo,
  .minicart-items .product > .product-image-container {
    float: left; }
  .minicart-items .product .toggle {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative; }
    .minicart-items .product .toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .product .toggle:after {
      position: static;
      right: 20px;
      top: 0; }
  .minicart-items .details-qty {
    margin-top: 1.5rem; }
    @media all and (max-width: 47.9375em) {
      .minicart-items .details-qty {
        margin-top: 1rem;
        display: none; } }
  .minicart-items .subtitle {
    display: none; }
  .minicart-items .action.edit, .minicart-items .action.delete {
    display: inline-block;
    text-decoration: none; }
    .minicart-items .action.edit > span, .minicart-items .action.delete > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-items .action.edit:before, .minicart-items .action.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 26px;
      line-height: 26px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
      color: #303030; }
    .minicart-items .action.edit:active:before, .minicart-items .action.delete:active:before {
      color: #303030; }
  .minicart-items .action.delete:before {
    content: ""; }

.secure-checkout,
.checkout-info {
  display: none; }

.checkout-index-index .column.main {
  background-color: transparent; }

.checkout-index-index .menu-nav__categories,
.checkout-index-index .header__links {
  display: none; }

.checkout-index-index .secure-checkout,
.checkout-index-index .checkout-info {
  display: block; }

.checkout-index-index .logo--desktop {
  display: none; }

.checkout-index-index .header.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .checkout-index-index .header.content {
      min-height: 100px;
      flex-wrap: wrap; } }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .header.content {
      flex-direction: column;
      padding: 1.5rem 2rem; } }
  .checkout-index-index .header.content .secure-checkout,
  .checkout-index-index .header.content .checkout-info {
    width: 40%; }
    @media all and (max-width: 47.9375em) {
      .checkout-index-index .header.content .secure-checkout,
      .checkout-index-index .header.content .checkout-info {
        width: 100%; } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .checkout-index-index .header.content .checkout-info {
      width: 100%; } }
  .checkout-index-index .header.content .logo {
    width: 20%;
    min-width: 200px; }
    @media all and (max-width: 47.9375em) {
      .checkout-index-index .header.content .logo img {
        max-width: 160px; } }

.checkout-index-index .secure-checkout {
  color: #00DD80;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .secure-checkout {
      order: 3; } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .checkout-index-index .secure-checkout {
      order: 2;
      justify-content: flex-end;
      padding-top: 4px; } }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .secure-checkout {
      justify-content: center;
      margin-top: 1rem; } }
  .checkout-index-index .secure-checkout img {
    margin-right: 1.5rem; }
    @media all and (max-width: 47.9375em) {
      .checkout-index-index .secure-checkout img {
        max-width: 20px; } }
  .checkout-index-index .secure-checkout span {
    position: relative;
    top: 1px; }
    @media all and (max-width: 47.9375em) {
      .checkout-index-index .secure-checkout span {
        top: 3px;
        font-size: 1.2rem; } }

.checkout-index-index .logo {
  text-align: center; }
  @media all and (max-width: 64em) {
    .checkout-index-index .logo {
      order: 1; } }
  .checkout-index-index .logo--mobile {
    position: relative;
    top: 5px; }

.checkout-index-index .checkout-info {
  text-align: right;
  padding-top: 5px; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-index-index .checkout-info {
      font-size: 1.3rem; } }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .checkout-info {
      order: 2;
      padding-top: 15px;
      text-align: center; } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .checkout-index-index .checkout-info {
      order: 3;
      margin-top: -25px;
      padding-top: 0;
      padding-left: 4px;
      text-align: center; } }
  .checkout-index-index .checkout-info__help {
    text-transform: uppercase;
    margin-right: 1.8rem; }
    @media all and (max-width: 47.9375em) {
      .checkout-index-index .checkout-info__help {
        display: block;
        margin-right: 0; } }
    @media all and (min-width: 64.0625em) and (max-width: 99.875em) {
      .checkout-index-index .checkout-info__help {
        display: block;
        width: 100%;
        margin-right: 0; } }
  .checkout-index-index .checkout-info__phone {
    padding-right: 2rem;
    margin-right: 2rem;
    position: relative; }
    @media all and (max-width: 47.9375em) {
      .checkout-index-index .checkout-info__phone {
        padding-right: 0;
        margin-right: 0; } }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .checkout-index-index .checkout-info__phone {
        padding-right: 1rem;
        margin-right: 1rem; } }
    .checkout-index-index .checkout-info__phone:after {
      content: '';
      display: block;
      position: absolute;
      background-color: #999999;
      height: 11px;
      width: 1px;
      right: 0;
      top: 2px; }
      @media all and (max-width: 47.9375em) {
        .checkout-index-index .checkout-info__phone:after {
          display: none; } }
  .checkout-index-index .checkout-info a {
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif;
    color: #000;
    text-decoration: none; }
    @media all and (max-width: 47.9375em) {
      .checkout-index-index .checkout-info a {
        display: block; } }

.checkout-container {
  margin: 5rem 0 20px; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-container {
      margin: 3rem 0 20px; } }
  @media all and (max-width: 47.9375em) {
    .checkout-container {
      margin: 1rem 0 20px; } }

.opc-wrapper {
  margin: 0 0 20px;
  width: 62%;
  max-width: 785px;
  float: left; }
  @media all and (max-width: 64em) {
    .opc-wrapper {
      width: 60%; } }
  @media all and (max-width: 47.9375em) {
    .opc-wrapper {
      width: 100%;
      float: none; } }
  .opc-wrapper .opc {
    padding: 0 0 3rem; }
    @media all and (max-width: 64em) {
      .opc-wrapper .opc {
        padding: 0 0 3rem; } }
  .opc-wrapper .step-title {
    letter-spacing: 2px;
    padding-bottom: 0; }
    @media all and (max-width: 64em) {
      .opc-wrapper .step-title {
        font-size: 2.4rem; } }
  .opc-wrapper .step-content {
    margin: 0 0 3rem; }

.checkout-required {
  font-size: 1rem;
  margin-top: 2.2rem;
  display: block; }

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none; }

.checkout-index-index .logo {
  margin-left: 0; }

.checkout-index-index [name*="shippingAddress.street.0"] > label,
.checkout-index-index [name*="billingAddressshared.street.0"] > label,
.checkout-index-index #tooltip-label {
  display: none; }

.checkout-onepage-success .print {
  display: none; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0; } }

.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 10px 15px;
  padding: 18px  0; }
  .opc-estimated-wrapper .estimated-block {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
    .opc-estimated-wrapper .estimated-block .estimated-label {
      margin: 0 0 5px; }
      .opc-estimated-wrapper .estimated-block .estimated-label:after {
        content: ':'; }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background-color: #988057;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #988057; }

@media only screen and (min-width: 768px) {
  .opc-estimated-wrapper {
    display: none; } }

.opc-progress-bar {
  margin: 0 auto 9px;
  counter-reset: i;
  font-size: 0;
  width: 850px;
  max-width: 100%;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px; }

.checkout-progress-bar {
  background-color: #fff;
  width: 100%;
  padding-top: 1.7rem;
  padding-bottom: 0.1rem;
  margin-bottom: 4rem; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-progress-bar {
      margin-bottom: 3rem; } }
  @media all and (max-width: 64em) {
    .checkout-progress-bar {
      margin-bottom: 0.5rem; } }

.opc-progress-bar-item {
  margin: 0 0 1.5rem;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
  z-index: 10; }
  .opc-progress-bar-item:first-of-type > span:after {
    content: "\e923"; }
  .opc-progress-bar-item:nth-of-type(2) > span:after {
    content: "\e913"; }
  .opc-progress-bar-item:nth-of-type(3) > span:after {
    content: "\e907"; }
  .opc-progress-bar-item:before, .opc-progress-bar-item:after {
    background: #dadada;
    top: 21px;
    content: '';
    height: 3px;
    left: -68px;
    position: absolute;
    width: 221px;
    display: block; }
    @media all and (max-width: 47.9375em) {
      .opc-progress-bar-item:before, .opc-progress-bar-item:after {
        right: 50%;
        left: auto;
        width: 85%;
        z-index: -1; } }
  .opc-progress-bar-item:after {
    width: 221px;
    right: -66px;
    left: auto; }
    @media all and (max-width: 47.9375em) {
      .opc-progress-bar-item:after {
        width: 85%;
        right: auto;
        left: 50%; } }
  .opc-progress-bar-item:first-child {
    width: 19.5%; }
    @media all and (max-width: 47.9375em) {
      .opc-progress-bar-item:first-child {
        z-index: 20;
        min-width: 80px; } }
    .opc-progress-bar-item:first-child:before, .opc-progress-bar-item:first-child:after {
      display: none; }
  .opc-progress-bar-item:last-child {
    width: 20.5%; }
    @media all and (max-width: 47.9375em) {
      .opc-progress-bar-item:last-child {
        z-index: 20;
        min-width: 80px; } }
    .opc-progress-bar-item:last-child:before, .opc-progress-bar-item:last-child:after {
      display: none; }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 58px;
    width: 100%;
    word-wrap: break-word;
    color: #dadada;
    font-weight: 300;
    font-size: 1.6rem; }
    @media all and (max-width: 47.9375em) {
      .opc-progress-bar-item > span {
        font-size: 1.4rem; } }
    .opc-progress-bar-item > span:after {
      background: #dadada;
      height: 45px;
      width: 45px;
      top: 6px;
      color: #fff;
      font-family: "berg-icons";
      font-weight: 600;
      line-height: 45px;
      font-size: 4rem;
      border-radius: 50%;
      left: 50%;
      transform: translate(-50%);
      position: absolute;
      top: 0; }
      @media all and (max-width: 47.9375em) {
        .opc-progress-bar-item > span:after {
          width: 40px;
          height: 40px;
          font-size: 3.6rem;
          line-height: 42px; } }
    @media all and (max-width: 47.9375em) {
      .opc-progress-bar-item > span span {
        display: block;
        line-height: 1.4; } }
  .opc-progress-bar-item._active > span {
    color: #988057; }
    .opc-progress-bar-item._active > span:before {
      background: #988057; }
    .opc-progress-bar-item._active > span:after {
      background-color: #988057;
      color: #fff;
      box-shadow: 0 10px 30px 0 rgba(152, 128, 87, 0.51); }
  .opc-progress-bar-item._complete {
    cursor: pointer; }
    .opc-progress-bar-item._complete > span {
      color: #988057; }
      .opc-progress-bar-item._complete > span:after {
        content: "\e93b";
        font-family: 'berg-icons';
        line-height: 1;
        font-size: 2.8rem;
        background: #fff;
        border: 1px solid #988057;
        color: #988057;
        font-size: 1.6rem;
        line-height: 45px; }
        @media all and (max-width: 47.9375em) {
          .opc-progress-bar-item._complete > span:after {
            font-size: 1.4rem;
            line-height: 42px; } }
    .opc-progress-bar-item._complete + ._active:before {
      background: #988057; }
    .opc-progress-bar-item._complete + ._complete:before, .opc-progress-bar-item._complete + ._complete:after {
      background: #988057; }

.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px; }

.field.choice .field-tooltip-action {
  line-height: 21px; }

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #e9a8a0; }

.opc-wrapper .fieldset > .field {
  margin-bottom: 1rem; }
  .opc-wrapper .fieldset > .field > .label {
    font-weight: 400; }

@media only screen and (min-width: 768px) {
  .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
    position: relative; }
    .opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
      padding-right: 25px; }
      .opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
        margin-left: 2px;
        position: absolute;
        top: 5px; } }

.checkout-index-index .inpost-map-modal {
  padding-left: 10px;
  padding-right: 10px; }
  .checkout-index-index .inpost-map-modal .container {
    width: auto;
    padding: 0; }
  .checkout-index-index .inpost-map-modal .row {
    display: flex;
    flex-wrap: wrap; }
    .checkout-index-index .inpost-map-modal .row .col {
      display: inline-flex;
      flex: 1; }
      .checkout-index-index .inpost-map-modal .row .col select,
      .checkout-index-index .inpost-map-modal .row .col p {
        margin-left: 0;
        margin-right: 0; }
  .checkout-index-index .inpost-map-modal > p,
  .checkout-index-index .inpost-map-modal .col > p {
    font-size: 1.1rem;
    text-transform: uppercase; }
  .checkout-index-index .inpost-map-modal .map-input {
    margin-bottom: 15px; }
    .checkout-index-index .inpost-map-modal .map-input input,
    .checkout-index-index .inpost-map-modal .map-input select {
      padding-left: 10px; }
    .checkout-index-index .inpost-map-modal .map-input input,
    .checkout-index-index .inpost-map-modal .map-input button,
    .checkout-index-index .inpost-map-modal .map-input .cart.table-wrapper .actions-toolbar > .action,
    .cart.table-wrapper .checkout-index-index .inpost-map-modal .map-input .actions-toolbar > .action,
    .checkout-index-index .inpost-map-modal .map-input .action-gift {
      margin: 5px 0; }
    .checkout-index-index .inpost-map-modal .map-input input {
      height: 46px; }
    .checkout-index-index .inpost-map-modal .map-input button.action[type="submit"], .checkout-index-index .inpost-map-modal .map-input .cart.table-wrapper .actions-toolbar > .action[type="submit"], .cart.table-wrapper .checkout-index-index .inpost-map-modal .map-input .actions-toolbar > .action[type="submit"], .checkout-index-index .inpost-map-modal .map-input .action.action-gift[type="submit"] {
      margin-right: 10px; }
    .checkout-index-index .inpost-map-modal .map-input button.action[type="button"], .checkout-index-index .inpost-map-modal .map-input .cart.table-wrapper .actions-toolbar > .action[type="button"], .cart.table-wrapper .checkout-index-index .inpost-map-modal .map-input .actions-toolbar > .action[type="button"], .checkout-index-index .inpost-map-modal .map-input .action.action-gift[type="button"] {
      margin-left: 10px; }

.checkout-index-index .inpost-infowindow {
  padding-bottom: 65px;
  background: #fff;
  color: #000; }
  .checkout-index-index .inpost-infowindow .button-wrapper {
    bottom: 15px; }

@media all and (max-width: 64em) {
  .checkout-index-index .modal-popup {
    pointer-events: all; } }

.checkout-index-index .modal-popup #shipping-new-address-form {
  max-width: 625px;
  margin-top: 1rem; }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .modal-popup #shipping-new-address-form {
      text-align: left; } }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .modal-popup #shipping-new-address-form .fieldset > .field {
      margin-bottom: 1.5rem; } }
  @media all and (min-width: 64.0625em) {
    .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.firstname"], .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.city"], .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.country_id"] {
      width: 300px;
      float: left; } }
  @media all and (min-width: 64.0625em) {
    .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.lastname"], .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.telephone"], .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.postcode"] {
      width: 300px;
      float: right; } }
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.region"] {
    display: none; }
  .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.country_id"] .control {
    position: relative; }
    .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.country_id"] .control:before {
      content: '';
      width: 7px;
      height: 7px;
      border-style: solid;
      border-width: 1px 1px 0 0;
      border-color: #000;
      position: absolute;
      top: 21px;
      right: 21px;
      pointer-events: none;
      transform: rotate(134deg); }
    .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.country_id"] .control select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
    .checkout-index-index .modal-popup #shipping-new-address-form .field[name="shippingAddress.country_id"] .control select::-ms-expand {
      display: none; }
  .checkout-index-index .modal-popup #shipping-new-address-form .field.choice {
    clear: left;
    text-align: left; }
    .checkout-index-index .modal-popup #shipping-new-address-form .field.choice .label span {
      position: relative;
      top: 5px; }
  .checkout-index-index .modal-popup #shipping-new-address-form .fieldset > .field._required > .label:after {
    position: relative;
    top: -2px;
    margin-left: -2px; }

.checkout-index-index .modal-popup .field-error {
  position: absolute;
  margin-top: 0; }

.checkout-index-index .modal-content {
  padding: 0 3rem 2.5rem; }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .modal-content {
      padding: 0 1rem 2.5rem; } }

.checkout-index-index .modal-popup.modal-slide .modal-footer {
  border-top: none;
  flex-direction: row-reverse;
  padding: 1.8rem 0 3rem; }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .modal-popup.modal-slide .modal-footer {
      flex-direction: column;
      padding-bottom: 0; } }
  .checkout-index-index .modal-popup.modal-slide .modal-footer .action {
    min-width: 180px; }
  @media all and (max-width: 47.9375em) {
    .checkout-index-index .modal-popup.modal-slide .modal-footer .action-save-address {
      min-width: 220px;
      margin-bottom: 2rem; } }

.checkout-index-index .modal-custom .action-close {
  margin: 10px; }

.checkout-index-index .modal-custom .action-close:before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 30px;
  overflow: visible; }

.checkout-index-index._has-modal .page-header {
  z-index: 9; }

@media only screen and (min-width: 1025px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    max-width: 720px;
    left: 50%;
    margin-top: 3rem; } }

#checkoutPopup {
  display: none; }

.checkout-popup {
  top: 15%; }
  .checkout-popup__title {
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 1.6rem; }
  .checkout-popup__text p {
    margin-bottom: 0; }
  .checkout-popup__action {
    display: flex;
    justify-content: space-between;
    margin-top: 3.8rem;
    padding: 0 6rem; }
    .checkout-popup__action button, .checkout-popup__action .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .checkout-popup__action .actions-toolbar > .action, .checkout-popup__action .action-gift {
      font-size: 1.2rem;
      min-width: 180px;
      padding: 16px 20px 12px; }
  .checkout-popup .modal-header {
    padding: 0; }
  .checkout-popup .modal-footer {
    display: none; }

.control._with-tooltip {
  position: relative; }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 18px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #000; }
  .field-tooltip .field-tooltip-action:before {
    content: '';
    background-image: url("../images/icons/info_icon.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block; }
  ._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
      display: block; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
      color: #000; }
  .field-tooltip .field-tooltip-content {
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    background: #fff;
    border: 1px solid #000;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2;
    color: #000; }
    .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
      border: 10px solid transparent;
      height: 0;
      width: 0;
      border-right-color: #f4f4f4;
      left: -21px;
      top: 12px;
      content: '';
      display: block;
      position: absolute;
      z-index: 3; }
    .field-tooltip .field-tooltip-content:before {
      border-right-color: #000; }
    .field-tooltip .field-tooltip-content:after {
      border-right-color: #fff;
      width: 1px;
      z-index: 4; }

@media only screen and (max-width: 479px) {
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px; } }

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 0.5rem;
  margin-bottom: 20px; }
  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px; }

.opc-wrapper .checkout-shipping-address {
  padding: 2rem 8rem;
  background-color: #fff; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .opc-wrapper .checkout-shipping-address {
      padding: 2rem 5rem; } }
  @media all and (max-width: 64em) {
    .opc-wrapper .checkout-shipping-address {
      padding: 2rem 1rem; } }

.opc-wrapper .shipping-item {
  position: relative; }
  .opc-wrapper .shipping-item__action {
    width: 23px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    padding: 17px;
    background: transparent; }
    .opc-wrapper .shipping-item__action:before {
      content: '';
      position: absolute;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      left: 2px;
      background: #fff;
      top: 50%;
      transform: translateY(-50%);
      transition: all .2s;
      border: 1px solid #000;
      box-shadow: inset -2px -1px 3px 0 rgba(82, 80, 77, 0.1); }
    .opc-wrapper .shipping-item__action:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .opc-wrapper .shipping-item__action:active {
      box-shadow: none; }
  .opc-wrapper .shipping-item.selected-item .shipping-item__action:after {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 7px;
    background-color: #fff;
    border-radius: 50%; }
  .opc-wrapper .shipping-item.selected-item .shipping-item__action:before {
    background: #988057;
    border: 1px solid #988057; }
  .opc-wrapper .shipping-item__name, .opc-wrapper .shipping-item__city {
    width: 38%; }
    @media all and (max-width: 64em) {
      .opc-wrapper .shipping-item__name, .opc-wrapper .shipping-item__city {
        width: 100%; } }
  .opc-wrapper .shipping-item__contact {
    width: 24%; }
    @media all and (max-width: 64em) {
      .opc-wrapper .shipping-item__contact {
        width: 100%; } }
    .opc-wrapper .shipping-item__contact a {
      text-decoration: none; }

.opc-wrapper .shipping-address-items {
  font-size: 0; }

.opc-wrapper .shipping-address-item {
  border: 1px solid #000;
  line-height: 24px;
  padding: 14px 35px 9px 27px;
  transition: 0.3s border-color;
  width: 100%;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  margin-top: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem; }
  @media all and (max-width: 64em) {
    .opc-wrapper .shipping-address-item {
      flex-direction: column;
      align-items: flex-start; } }
  @media all and (max-width: 47.9375em) {
    .opc-wrapper .shipping-address-item {
      margin-top: 2rem; } }
  .opc-wrapper .shipping-address-item .edit-address-link {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-top: 2px;
    color: #000;
    text-decoration: none; }
    .opc-wrapper .shipping-address-item .edit-address-link:after {
      content: '';
      background-color: #000;
      width: 100%;
      height: 1.5px;
      position: absolute;
      bottom: -2px;
      left: 0; }

.opc-wrapper .fieldset.address:after {
  clear: both;
  content: "";
  display: table; }

.opc-wrapper .shipping-popup-btn {
  margin: 3rem 0 0;
  width: 100%;
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #999999;
  text-transform: none;
  padding: 13px 20px; }
  .opc-wrapper .shipping-popup-btn > span:before {
    content: '+';
    padding-right: 14px;
    font-size: 22px;
    position: relative;
    top: 2px;
    left: 7px; }

.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0; }

.checkout-shipping-method .step-title {
  margin-bottom: 0; }

.checkout-shipping-method .no-quotes-block {
  margin: 20px 0; }

.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0; }

.table-checkout-shipping-method {
  border-bottom: 1px solid #999999;
  margin-bottom: 4rem;
  margin-top: 1.8rem; }
  .table-checkout-shipping-method thead th {
    display: none; }
  .table-checkout-shipping-method tbody td {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    color: #000; }
    .table-checkout-shipping-method tbody td:first-child {
      padding-left: 0;
      padding-right: 0;
      width: 20px; }
  .table-checkout-shipping-method tbody tr {
    cursor: pointer; }
    .table-checkout-shipping-method tbody tr:last-of-type td {
      padding-bottom: 3rem; }
  .table-checkout-shipping-method tbody .row-error td {
    border-top: none;
    padding-bottom: 10px;
    padding-top: 0; }
  .table-checkout-shipping-method .col-method.custom-radio label {
    padding-right: 0;
    width: 24px;
    height: 24px;
    display: block;
    outline: 1.5rem;
    padding-left: 15px; }
    .table-checkout-shipping-method .col-method.custom-radio label:before {
      width: 22px;
      height: 22px; }
  .table-checkout-shipping-method .col-method.custom-radio [type="radio"]:checked + label:after {
    width: 14px;
    height: 14px;
    margin-top: 0; }
  .table-checkout-shipping-method .col-price {
    padding-left: 0s; }
  .table-checkout-shipping-method .col-carrier {
    padding-left: 0; }

@media only screen and (max-width: 639px) {
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px; }
  .opc-wrapper .action-show-popup {
    width: 100%; }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px; }
    .opc-wrapper .edit-address-link > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-wrapper .edit-address-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 28px;
      line-height: 28px;
      color: #303030;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-wrapper .edit-address-link:hover:before {
      color: #303030; }
    .opc-wrapper .edit-address-link:active:before {
      color: #303030; } }

@media only screen and (min-width: 768px) {
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right; }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
    min-width: 250px;
    padding: 18.5px 20px; }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 625px;
    background-color: #fff; }
    .opc-wrapper .form-login > .fieldset,
    .opc-wrapper .form-shipping-address > .fieldset {
      max-width: 625px; }
  .table-checkout-shipping-method {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .table-checkout-shipping-method {
    min-width: 500px; } }

#opc-shipping_method {
  margin-top: -1.5rem; }

.checkout-shipping-delivery {
  position: relative;
  clear: left;
  padding: 0 8rem 3rem;
  background-color: #fff; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-shipping-delivery {
      padding: 0 5rem 3rem; } }
  @media all and (max-width: 64em) {
    .checkout-shipping-delivery {
      padding: 0 2rem 3rem; } }

.shipping-policy-block.field-tooltip {
  top: 12px; }
  .shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #999999;
    cursor: pointer; }
    .shipping-policy-block.field-tooltip .field-tooltip-action:before {
      display: none; }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px; }

@media only screen and (max-width: 639px) {
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto; }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
      width: 300px;
      right: auto; }
      .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto; } }

@media only screen and (min-width: 768px) {
  .opc-sidebar {
    margin: 0 0 20px;
    width: 36%;
    max-width: 455px;
    float: right; }
    .opc-sidebar .modal-content {
      padding: 0; } }

@media all and (max-width: 47.9375em) {
  .opc-sidebar {
    width: 100%;
    z-index: 9999 !important; } }

@media all and (max-width: 47.9375em) {
  .opc-sidebar + .modal-custom-overlay {
    display: none; } }

@media all and (max-width: 47.9375em) {
  .opc-sidebar .modal-inner-wrap {
    padding-bottom: 0; } }

@media all and (max-width: 47.9375em) {
  .checkout-index-index .opc-sidebar .action-close:hover {
    color: #000; } }

.opc-block-shipping-information {
  background-color: #fff; }
  .opc-block-shipping-information .shipping-information {
    padding: 17px 42px; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .opc-block-shipping-information .shipping-information {
        padding: 17px 35px; } }
    @media all and (max-width: 64em) {
      .opc-block-shipping-information .shipping-information {
        padding: 17px 0 10px; } }
  .opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 1.5rem;
    position: relative;
    color: #000;
    font-size: 28px; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .opc-block-shipping-information .shipping-information-title {
        font-size: 24px; } }
    @media all and (max-width: 64em) {
      .opc-block-shipping-information .shipping-information-title {
        font-size: 20px; } }
    .opc-block-shipping-information .shipping-information-title .action-edit {
      top: 14px;
      margin: 0;
      position: absolute;
      right: -2px; }
      @media all and (min-width: 48em) and (max-width: 64em) {
        .opc-block-shipping-information .shipping-information-title .action-edit {
          right: 0;
          top: 7px; } }
      .opc-block-shipping-information .shipping-information-title .action-edit:hover {
        color: #988057; }
      .opc-block-shipping-information .shipping-information-title .action-edit:after {
        content: '';
        background-color: #000;
        width: 100%;
        height: 1.5px;
        position: absolute;
        bottom: -4px;
        left: 0; }
  .opc-block-shipping-information .shipping-information-content {
    line-height: 33px;
    font-size: 1.4rem; }
    .opc-block-shipping-information .shipping-information-content .actions-toolbar {
      margin-left: 0; }
    .opc-block-shipping-information .shipping-information-content__phone a {
      text-decoration: none; }
    .opc-block-shipping-information .shipping-information-content .delivery-time {
      display: flex;
      font-size: 1.2rem;
      padding-left: 3rem; }
      .opc-block-shipping-information .shipping-information-content .delivery-time__text {
        position: relative; }
        .opc-block-shipping-information .shipping-information-content .delivery-time__text:before {
          content: "\e90f";
          font-family: 'berg-icons';
          font-size: 16px;
          margin-right: 15px;
          position: absolute;
          left: -30px;
          top: -1px; }
  .opc-block-shipping-information .ship-to {
    margin-bottom: 4rem; }
  .opc-block-shipping-information .ship-via .shipping-information-content {
    line-height: 28px; }
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 0 0 20px; }

.opc-block-summary {
  background: #fff;
  padding: 25px 40px;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .opc-block-summary {
      padding: 25px 30px; } }
  @media all and (max-width: 64em) {
    .opc-block-summary {
      padding: 25px 5px; } }
  @media all and (max-width: 47.9375em) {
    .opc-block-summary {
      padding: 35px 5px 0; } }
  .opc-block-summary > .title {
    display: none; }
  .opc-block-summary .grand.incl + .grand.excl .mark,
  .opc-block-summary .grand.incl + .grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0; }
    .opc-block-summary .grand.incl + .grand.excl .mark strong,
    .opc-block-summary .grand.incl + .grand.excl .amount strong {
      font-weight: 400; }
  .opc-block-summary .not-calculated {
    font-style: italic; }
  .opc-block-summary .totals-tax,
  .opc-block-summary .grand.totals.excl {
    display: none; }
  .opc-block-summary .table-totals {
    order: 3; }
    .opc-block-summary .table-totals td, .opc-block-summary .table-totals th {
      padding: 14px 10px; }
    .opc-block-summary .table-totals .totals.sub,
    .opc-block-summary .table-totals .totals.shipping {
      border-top: 1px solid #999999; }
    .opc-block-summary .table-totals .totals.discount p {
      margin-bottom: 0; }
    .opc-block-summary .table-totals .totals.shipping {
      border-bottom: 1px solid #999999; }
      .opc-block-summary .table-totals .totals.shipping .value {
        display: none; }
      .opc-block-summary .table-totals .totals.shipping .label:after {
        content: ':'; }
    .opc-block-summary .table-totals .grand.totals .mark {
      color: #000;
      position: relative; }
      .opc-block-summary .table-totals .grand.totals .mark:before {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        bottom: 19px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000; }
      .opc-block-summary .table-totals .grand.totals .mark strong {
        position: relative; }
        .opc-block-summary .table-totals .grand.totals .mark strong:after {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          right: 0;
          bottom: -1px;
          width: 100%;
          height: 3px;
          background-color: #fff;
          z-index: 9; }
    .opc-block-summary .table-totals .grand.totals .amount {
      position: relative; }
      .opc-block-summary .table-totals .grand.totals .amount:after {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        bottom: 19px;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #000; }
      .opc-block-summary .table-totals .grand.totals .amount .price {
        position: relative; }
        .opc-block-summary .table-totals .grand.totals .amount .price:after {
          content: '';
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          right: 0;
          bottom: -1px;
          width: 100%;
          height: 3px;
          background-color: #fff;
          z-index: 9; }
    .opc-block-summary .table-totals .grand.totals .mark,
    .opc-block-summary .table-totals .grand.totals .amount {
      padding-top: 3.8rem; }
    .opc-block-summary .table-totals .mark {
      padding-left: 0; }
    .opc-block-summary .table-totals .amount {
      color: #000;
      padding-right: 0;
      text-align: right; }
  @media all and (max-width: 47.9375em) {
    .opc-block-summary .items-in-cart {
      text-align: left; } }
  .opc-block-summary .items-in-cart .title {
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 2.7rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-right: 2.5rem; }
    .opc-block-summary .items-in-cart .title > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .opc-block-summary .items-in-cart .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: 12px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 3px 0 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .opc-block-summary .items-in-cart .title:after {
      position: absolute;
      right: -35px;
      top: 3px;
      color: #000; }
    .opc-block-summary .items-in-cart .title:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      right: auto;
      bottom: 4px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #999999;
      z-index: 9; }
    .opc-block-summary .items-in-cart .title__label, .opc-block-summary .items-in-cart .title__count {
      margin: 0;
      font-size: 1.4rem;
      color: #000;
      position: relative; }
      @media all and (max-width: 64em) {
        .opc-block-summary .items-in-cart .title__label, .opc-block-summary .items-in-cart .title__count {
          font-size: 1.3rem; } }
      .opc-block-summary .items-in-cart .title__label:after, .opc-block-summary .items-in-cart .title__count:after {
        content: '';
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        right: auto;
        bottom: 3px;
        left: 0;
        width: 101%;
        height: 3px;
        background-color: #fff;
        z-index: 99; }
  .opc-block-summary .items-in-cart.active > .title:after {
    content: ""; }
  .opc-block-summary .items-in-cart .product {
    position: relative;
    display: flex; }
  .opc-block-summary .items-in-cart .product-image-container {
    min-width: 90px; }
    @media all and (max-width: 64em) {
      .opc-block-summary .items-in-cart .product-image-container {
        max-width: 90px; } }
  .opc-block-summary .minicart-items {
    padding-right: 0; }
  .opc-block-summary .product-item {
    max-width: 100%;
    margin: 0 0 21px; }
    .opc-block-summary .product-item:hover {
      box-shadow: none; }
    .opc-block-summary .product-item-details {
      padding: 0.3rem 6rem 0 0.5rem;
      max-width: 250px;
      display: block; }
      @media all and (max-width: 64em) {
        .opc-block-summary .product-item-details {
          padding: 0.3rem 2rem 0 0.5rem; } }
    .opc-block-summary .product-item-name {
      display: block; }
      @media all and (max-width: 64em) {
        .opc-block-summary .product-item-name {
          padding-right: 4rem;
          font-size: 1.3rem;
          width: auto; } }
    .opc-block-summary .product-item .subtotal {
      position: absolute;
      top: 0;
      right: 0; }
      .opc-block-summary .product-item .subtotal .price {
        font-size: 1.4rem;
        color: #000; }
        @media all and (max-width: 64em) {
          .opc-block-summary .product-item .subtotal .price {
            font-size: 1.3rem; } }
    .opc-block-summary .product-item .product.options {
      margin-top: 2px; }
      .opc-block-summary .product-item .product.options .label {
        font-size: 1.1rem;
        color: #999999; }
        .opc-block-summary .product-item .product.options .label:after {
          content: ':'; }
      .opc-block-summary .product-item .product.options .values {
        font-size: 1.1rem;
        color: #000; }
    .opc-block-summary .product-item .details-qty {
      font-size: 1.1rem;
      margin-top: 20px; }
      @media all and (max-width: 64em) {
        .opc-block-summary .product-item .details-qty {
          margin-top: 0; } }
      @media all and (max-width: 47.9375em) {
        .opc-block-summary .product-item .details-qty {
          display: block; } }
      .opc-block-summary .product-item .details-qty .label:after {
        content: ':'; }
      .opc-block-summary .product-item .details-qty .value {
        color: #000; }
  .opc-block-summary .actions-toolbar {
    position: relative;
    z-index: 1; }
    .opc-block-summary .actions-toolbar .secondary {
      border-top: 1px solid silver;
      display: block;
      float: none;
      margin: -1px 0 0;
      padding: 15px 0 0;
      text-align: left; }
      .opc-block-summary .actions-toolbar .secondary .action {
        margin: 0; }

@media only screen and (min-width: 768px) {
  .opc-summary-wrapper .modal-header .action-close {
    display: none; } }

.authentication-dropdown {
  box-sizing: border-box; }
  .authentication-dropdown .modal-inner-wrap {
    padding: 25px; }

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1; }
  ._has-auth-shown .authentication-wrapper {
    z-index: 900; }

.block-authentication .block-title {
  font-size: 2.1rem;
  border-bottom: 0;
  margin-bottom: 25px; }
  .block-authentication .block-title strong {
    font-weight: 300; }

.block-authentication .field .label {
  font-weight: 400; }

.block-authentication .actions-toolbar {
  margin-bottom: 5px; }
  .block-authentication .actions-toolbar > .secondary {
    padding-top: 25px;
    text-align: left; }

.block-authentication .block[class] {
  margin: 0; }
  .block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px; }
  .block-authentication .block[class] .field .control,
  .block-authentication .block[class] .field .label {
    float: none;
    width: auto; }

@media only screen and (min-width: 768px) {
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%; }
    .authentication-dropdown._show {
      z-index: 100;
      transform: scale(1, 1);
      transition: transform linear 0.1s, visibility 0s linear 0s;
      visibility: visible; }
  .authentication-wrapper {
    width: 33.33333%;
    text-align: right; }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0; }
    .block-authentication .actions-toolbar > .primary .action {
      margin-right: 0; }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem; } }

.checkout-payment-method .payment-method-content .paypal-button {
  margin-top: 2rem; }
  .checkout-payment-method .payment-method-content .paypal-button .paypal-button-label-credit {
    visibility: hidden;
    opacity: 0;
    height: 0;
    min-height: 0;
    margin: 0; }

.checkout-payment-method .checkout-billing-address {
  padding: 2rem 8rem 40rem; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-payment-method .checkout-billing-address {
      padding: 2rem 4rem 39rem; } }
  @media all and (max-width: 64em) {
    .checkout-payment-method .checkout-billing-address {
      padding: 2rem 0 33rem; } }
  @media all and (max-width: 47.9375em) {
    .checkout-payment-method .checkout-billing-address {
      padding: 2rem 0 30rem; } }

.checkout-payment-method .comment {
  position: absolute;
  right: 0;
  bottom: 15.5rem;
  width: 100%;
  padding: 0 8rem; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-payment-method .comment {
      padding: 0 4rem; } }
  @media all and (max-width: 64em) {
    .checkout-payment-method .comment {
      bottom: 10rem;
      padding: 0; } }
  @media all and (max-width: 47.9375em) {
    .checkout-payment-method .comment {
      bottom: 9rem; } }

.checkout-payment-method .actions-toolbar .primary.checkout {
  position: absolute;
  bottom: 6rem;
  right: 8rem;
  max-width: 300px;
  width: auto;
  min-width: 250px;
  padding: 18px 20px;
  z-index: 99; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-payment-method .actions-toolbar .primary.checkout {
      right: 4rem; } }
  @media all and (max-width: 64em) {
    .checkout-payment-method .actions-toolbar .primary.checkout {
      bottom: 1rem;
      right: 0; } }
  @media all and (max-width: 47.9375em) {
    .checkout-payment-method .actions-toolbar .primary.checkout {
      left: 50%;
      transform: translateX(-50%);
      right: auto; } }

.checkout-payment-method .opc-payment {
  padding: 2rem 8rem 2rem;
  background-color: #fff;
  order: 1; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-payment-method .opc-payment {
      padding: 2rem 5rem 2rem; } }
  @media all and (max-width: 64em) {
    .checkout-payment-method .opc-payment {
      padding: 2rem 0; } }
  @media all and (max-width: 47.9375em) {
    .checkout-payment-method .opc-payment {
      padding: 2rem; } }

.checkout-payment-method .payments {
  position: relative; }
  .checkout-payment-method .payments__wrapper {
    display: flex;
    flex-direction: column; }

.checkout-payment-method .payment-method .step-title {
  margin-bottom: 1rem; }

.checkout-payment-method .payment-method._active .payment-method-content {
  display: block; }

.checkout-payment-method .fieldset {
  max-width: 100%; }

.checkout-payment-method .payment-method-title {
  padding: 1.2rem 0; }
  .checkout-payment-method .payment-method-title .label {
    height: auto;
    display: flex;
    align-items: center; }
    @media all and (max-width: 47.9375em) {
      .checkout-payment-method .payment-method-title .label {
        flex-wrap: wrap; } }
    .checkout-payment-method .payment-method-title .label img {
      order: 2; }
    .checkout-payment-method .payment-method-title .label > a {
      order: 3; }
    .checkout-payment-method .payment-method-title .label > span {
      position: relative;
      top: 3px;
      padding-left: 5px;
      min-width: 280px;
      padding-right: 2rem; }
      @media all and (max-width: 47.9375em) {
        .checkout-payment-method .payment-method-title .label > span {
          min-width: 100px;
          display: inline-block; } }
    .checkout-payment-method .payment-method-title .label:before {
      width: 23px;
      height: 23px;
      top: 50%;
      transform: translateY(-50%); }
    .checkout-payment-method .payment-method-title .label:after {
      width: 15px;
      height: 15px;
      margin-top: 0; }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
  .checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px; }

.checkout-payment-method .payment-method-content {
  display: none; }
  .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px; }
  .checkout-payment-method .payment-method-content .payment-method-note {
    padding: 2rem; }

.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0; }

.checkout-payment-method .field-select-billing {
  margin-top: 1rem; }
  .checkout-payment-method .field-select-billing select {
    padding-right: 5rem; }

.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 2.8rem 0 10px; }
  @media all and (max-width: 47.9375em) {
    .checkout-payment-method .billing-address-same-as-shipping-block {
      margin: 1rem 0 10px; } }

.checkout-payment-method .checkout-billing-address {
  margin: 0;
  background-color: #fff;
  order: 3; }
  .checkout-payment-method .checkout-billing-address__action {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    width: 100%; }
  .checkout-payment-method .checkout-billing-address .action-update {
    margin-right: 0;
    float: none;
    width: auto;
    background-color: #000;
    color: #fff; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    width: auto; }
  .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    line-height: 21px;
    padding: 16px 35px 13px 27px;
    margin: 3rem 0;
    font-size: 1.2rem;
    position: relative; }
    @media all and (max-width: 47.9375em) {
      .checkout-payment-method .checkout-billing-address .billing-address-details {
        flex-direction: column;
        align-items: flex-start;
        margin: 1.5rem 0; } }
    .checkout-payment-method .checkout-billing-address .billing-address-details .shipping-item__action:before {
      background-color: #988057;
      border: 1px solid #988057; }
    .checkout-payment-method .checkout-billing-address .billing-address-details .shipping-item__action:after {
      width: 14px;
      height: 14px;
      background-color: #fff;
      border-radius: 50%;
      left: 7px; }
  .checkout-payment-method .checkout-billing-address .billing-item__name, .checkout-payment-method .checkout-billing-address .billing-item__city {
    width: 38%; }
    @media all and (max-width: 47.9375em) {
      .checkout-payment-method .checkout-billing-address .billing-item__name, .checkout-payment-method .checkout-billing-address .billing-item__city {
        width: 100%; } }
  .checkout-payment-method .checkout-billing-address .billing-item__phone {
    width: 24%; }
    @media all and (max-width: 47.9375em) {
      .checkout-payment-method .checkout-billing-address .billing-item__phone {
        width: 100%; } }
    .checkout-payment-method .checkout-billing-address .billing-item__phone a {
      text-decoration: none; }
  .checkout-payment-method .checkout-billing-address .action-edit-address {
    background: transparent;
    border: none;
    padding: 0; }
    .checkout-payment-method .checkout-billing-address .action-edit-address:hover {
      color: #000; }
  .checkout-payment-method .checkout-billing-address .choice.field .label span {
    position: relative;
    top: 5px; }

.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px; }

.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%; }

.checkout-payment-method .no-payments-block {
  margin: 20px 0; }

.checkout-payment-method .payments .legend {
  display: none; }

@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: -15px; }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px; }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0; }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%; }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
      margin-left: 25.8%; }
    .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
      margin-left: 0; }
  .checkout-billing-address .action-update {
    float: right; }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0; } }

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: ""; }

.checkout-payment-method .payment-option-title {
  padding: 1.2rem 0; }
  .checkout-payment-method .payment-option-title .action-toggle {
    color: #999999;
    display: inline-block;
    text-decoration: none; }
    .checkout-payment-method .payment-option-title .action-toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: #8f8f8f;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .checkout-payment-method .payment-option-title .action-toggle:hover:after {
      color: #000; }
    .checkout-payment-method .payment-option-title .action-toggle:active:after {
      color: #8f8f8f; }

.checkout-payment-method .credit-card-types {
  padding: 0; }
  .checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top; }
    .checkout-payment-method .credit-card-types .item._active {
      font-weight: 700; }
      .checkout-payment-method .credit-card-types .item._active img {
        filter: grayscale(0%); }
    .checkout-payment-method .credit-card-types .item._inactive {
      opacity: 0.4; }
    .checkout-payment-method .credit-card-types .item span {
      display: inline-block;
      padding-top: 6px;
      vertical-align: top; }
  .checkout-payment-method .credit-card-types img {
    filter: grayscale(100%);
    transition: all 0.6s ease; }

.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px; }

.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px; }

.checkout-payment-method .ccard .month .select {
  width: 140px; }

.checkout-payment-method .ccard .year .select {
  width: 80px; }

.checkout-payment-method .ccard .number .input-text {
  width: 225px; }

.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto; }

.checkout-payment-method .ccard .cvv .input-text {
  width: 55px; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important; }

.payment-option.discount-code {
  background-color: #eee;
  padding: 3rem 8rem;
  order: 2; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .payment-option.discount-code {
      padding: 3rem 5rem; } }
  @media all and (max-width: 64em) {
    .payment-option.discount-code {
      padding: 2rem; } }
  .payment-option.discount-code .form-discount {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media all and (max-width: 82.4375em) {
      .payment-option.discount-code .form-discount {
        flex-direction: column;
        align-items: flex-start; } }
    .payment-option.discount-code .form-discount__label {
      margin-right: 3rem;
      font-size: 1.4rem;
      color: #000; }
      @media all and (max-width: 82.4375em) {
        .payment-option.discount-code .form-discount__label {
          margin-bottom: 1rem; } }
    .payment-option.discount-code .form-discount__wrapper {
      display: flex; }
  .payment-option.discount-code .action-apply {
    height: 46px;
    width: 46px;
    background: #000;
    color: #fff;
    padding: 10px 16px; }
    .payment-option.discount-code .action-apply:hover {
      background: #988057; }
    .payment-option.discount-code .action-apply .icon {
      display: inline-block;
      transform: rotate(-90deg);
      font-size: 8px; }
  .payment-option.discount-code #discount-code {
    height: 46px;
    min-width: 380px;
    padding: 2px 18px;
    font-size: 1.2rem;
    background-color: transparent; }
    @media all and (max-width: 64em) {
      .payment-option.discount-code #discount-code {
        min-width: 350px;
        max-width: 100%; } }
    @media all and (max-width: 47.9375em) {
      .payment-option.discount-code #discount-code {
        min-width: 200px;
        font-size: 16px; } }

.payment-option.comment .payment-option-title {
  display: none; }

.payment-option.comment .step-title {
  width: 100%;
  display: block;
  margin-bottom: 3rem; }
  @media all and (max-width: 47.9375em) {
    .payment-option.comment .step-title {
      margin-bottom: 1rem; } }

.payment-option.comment .order-comment-form {
  max-width: 100%;
  border-bottom: 1px solid black; }
  .payment-option.comment .order-comment-form textarea {
    height: 100px;
    resize: none;
    padding: 20px 20px 10px; }
    @media all and (max-width: 47.9375em) {
      .payment-option.comment .order-comment-form textarea {
        padding: 10px;
        font-size: 16px; } }

.checkout-go-back {
  position: absolute;
  bottom: -81px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  padding-left: 17px; }
  @media all and (max-width: 47.9375em) {
    .checkout-go-back {
      left: 50%;
      transform: translateX(-50%);
      bottom: -120px; } }
  .checkout-go-back:after {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0; }
  .checkout-go-back:before {
    content: "\e901";
    font-family: 'berg-icons';
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 6px; }

.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px; }

.checkout-agreements-block .action-show {
  vertical-align: baseline; }

.checkout-agreements-items {
  padding-bottom: 30px; }
  .checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px; }
  .checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0; }

.checkout-agreement-item-content {
  overflow: auto; }

@media all and (min-width: 75em) {
  .opc-wrapper .field.street {
    clear: left; } }

.opc-wrapper .field[name="shippingAddress.region"] {
  display: none; }

@media all and (min-width: 75em) {
  .opc-wrapper .field[name="shippingAddress.firstname"], .opc-wrapper .field[name="shippingAddress.city"], .opc-wrapper .field[name="shippingAddress.country_id"], .opc-wrapper .field[name="billingAddressshared.country_id"], .opc-wrapper .field[name="billingAddressshared.firstname"], .opc-wrapper .field[name="billingAddressshared.city"] {
    width: 300px;
    float: left; } }

@media all and (min-width: 75em) {
  .opc-wrapper .field[name="shippingAddress.lastname"], .opc-wrapper .field[name="shippingAddress.telephone"], .opc-wrapper .field[name="shippingAddress.postcode"], .opc-wrapper .field[name="billingAddressshared.telephone"], .opc-wrapper .field[name="billingAddressshared.postcode"], .opc-wrapper .field[name="billingAddressshared.lastname"] {
    width: 300px;
    float: right; } }

.opc-wrapper .field[name="shippingAddress.region_id"], .opc-wrapper .field[name="billingAddressshared.region"] {
  display: none; }

.opc-wrapper .field[name="shippingAddress.country_id"], .opc-wrapper .field[name="billingAddressshared.country_id"] {
  clear: both; }

.opc-wrapper .field[name="shippingAddress.country_id"] .control, .opc-wrapper .field[name="billingAddressshared.country_id"] .control {
  position: relative; }
  .opc-wrapper .field[name="shippingAddress.country_id"] .control:before, .opc-wrapper .field[name="billingAddressshared.country_id"] .control:before {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #000;
    position: absolute;
    top: 21px;
    right: 21px;
    pointer-events: none;
    transform: rotate(134deg); }
  .opc-wrapper .field[name="shippingAddress.country_id"] .control select, .opc-wrapper .field[name="billingAddressshared.country_id"] .control select {
    padding-right: 5rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .opc-wrapper .field[name="shippingAddress.country_id"] .control select::-ms-expand, .opc-wrapper .field[name="billingAddressshared.country_id"] .control select::-ms-expand {
    display: none; }

.berg_int-account-login .page-title-wrapper {
  display: none; }

.berg_int-account-login .columns .column.main {
  background-color: transparent; }

.berg_int-account-login .checkout-authentication {
  width: 100%; }

.checkout-authentication__progress-bar {
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 4rem;
  padding-top: 1.7rem; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-authentication__progress-bar {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  @media all and (max-width: 64em) {
    .checkout-authentication__progress-bar {
      margin-top: 0;
      margin-bottom: 1rem; } }
  @media all and (max-width: 47.9375em) {
    .checkout-authentication__progress-bar {
      margin-bottom: 1rem;
      margin-top: 1rem; } }

.checkout-authentication__customer {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  @media all and (max-width: 47.9375em) {
    .checkout-authentication__customer {
      flex-direction: column;
      margin-top: -2rem; } }

.checkout-authentication .checkout-authentication__login,
.checkout-authentication .checkout-authentication__register {
  width: 48.5%;
  min-width: 48.5%;
  background-color: #fff;
  padding: 3.5rem 0 4rem;
  margin-bottom: 0; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .checkout-authentication .checkout-authentication__login,
    .checkout-authentication .checkout-authentication__register {
      padding: 3rem 1.5rem;
      width: 48%;
      min-width: 48%; } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .checkout-authentication .checkout-authentication__login,
    .checkout-authentication .checkout-authentication__register {
      padding: 0 1rem 3rem; } }
  @media all and (max-width: 47.9375em) {
    .checkout-authentication .checkout-authentication__login,
    .checkout-authentication .checkout-authentication__register {
      width: 100%;
      padding: 0 0 1rem; } }
  .checkout-authentication .checkout-authentication__login h2,
  .checkout-authentication .checkout-authentication__register h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3.3rem; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .checkout-authentication .checkout-authentication__login h2,
      .checkout-authentication .checkout-authentication__register h2 {
        font-size: 2.4rem; } }
    @media all and (max-width: 47.9375em) {
      .checkout-authentication .checkout-authentication__login h2,
      .checkout-authentication .checkout-authentication__register h2 {
        font-size: 2.2rem;
        margin-bottom: 2rem; } }

.checkout-authentication .checkout-authentication__submit a,
.checkout-authentication .checkout-authentication__submit button,
.checkout-authentication .checkout-authentication__submit .cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .checkout-authentication .checkout-authentication__submit .actions-toolbar > .action,
.checkout-authentication .checkout-authentication__submit .action-gift {
  padding: 20.5px 20px 18.5px;
  font-size: 1.2rem;
  letter-spacing: 1px; }
  .checkout-authentication .checkout-authentication__submit a.login,
  .checkout-authentication .checkout-authentication__submit button.login,
  .checkout-authentication .checkout-authentication__submit .cart.table-wrapper .actions-toolbar > .login.action,
  .cart.table-wrapper .checkout-authentication .checkout-authentication__submit .actions-toolbar > .login.action,
  .checkout-authentication .checkout-authentication__submit .login.action-gift {
    margin-top: 2rem; }
    @media all and (max-width: 47.9375em) {
      .checkout-authentication .checkout-authentication__submit a.login,
      .checkout-authentication .checkout-authentication__submit button.login,
      .checkout-authentication .checkout-authentication__submit .cart.table-wrapper .actions-toolbar > .login.action,
      .cart.table-wrapper .checkout-authentication .checkout-authentication__submit .actions-toolbar > .login.action,
      .checkout-authentication .checkout-authentication__submit .login.action-gift {
        margin-top: 1rem; } }

.checkout-authentication__forget {
  text-align: center; }
  .checkout-authentication__forget a {
    color: #000; }

.checkout-authentication .actions-toolbar {
  margin-top: 0; }

.old-price.sly-old-price {
  display: inline-block !important;
  margin-left: 5px; }

.price-box .specialprice-color .price-final_price .price {
  color: #D65D4D; }

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px; }

.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #988057;
  font-size: 1.2rem; }

.login-container .fieldset:after {
  margin-top: 35px; }

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px; }
  .block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit #region_id {
  display: none; }

.form-edit-account .fieldset.password {
  display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px; }

.fieldset .fullname.field > .label + .control {
  width: 100%; }

.account .column.main h2 {
  margin-top: 0; }

.account .column.main .toolbar {
  text-align: center; }
  .account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional {
  margin-top: 40px; }

.account .table-wrapper:last-child {
  margin-bottom: 0; }

.account .table-wrapper .action {
  margin-right: 15px; }
  .account .table-wrapper .action:last-child {
    margin-right: 0; }

.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0; }

.account-nav .item {
  margin: 3px 0 0; }
  .account-nav .item:first-child {
    margin-top: 0; }
  .account-nav .item a,
  .account-nav .item > strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px; }
  .account-nav .item a {
    text-decoration: none; }
    .account-nav .item a:hover {
      background: #e8e8e8; }
  .account-nav .item.current a,
  .account-nav .item.current strong {
    border-color: #988057;
    font-weight: 600; }
  .account-nav .item.current a {
    border-color: #988057; }

.column.main .block:last-child {
  margin-bottom: 0; }

.block .title {
  margin-bottom: 10px;
  text-transform: uppercase; }
  .block .title strong {
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .column.main .block .title strong {
      font-size: 21px; }

.block p:last-child {
  margin: 0; }

.block .box-actions {
  margin-top: 5px; }

.field.password .control {
  display: flex;
  flex-direction: column; }
  .field.password .control .mage-error {
    order: 2; }
  .field.password .control .input-text {
    order: 0;
    z-index: 2; }

.password-strength-meter {
  background-color: #f4f4f4;
  font-size: 10px;
  color: #000;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  position: relative;
  z-index: 1; }
  .password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
  .password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
  .password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
  .password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
  .password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

@media only screen and (max-width: 639px) {
  .account .column.main,
  .account .sidebar-additional {
    margin: 0; } }

@media only screen and (max-width: 767px) {
  .login-container .fieldset:after {
    text-align: center; }
  .account .page.messages {
    margin-bottom: 40px; }
  .customer-account-index .page-title-wrapper {
    position: relative; } }

@media only screen and (min-width: 768px) {
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    margin: 0 auto;
    min-width: 600px;
    width: 50%; }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%; }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%; }
  .block-addresses-list .items.addresses {
    font-size: 0; }
    .block-addresses-list .items.addresses > .item {
      display: inline-block;
      font-size: 14px;
      margin-bottom: 20px;
      vertical-align: top;
      width: 48.8%; }
      .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
        margin-bottom: 0; }
      .block-addresses-list .items.addresses > .item:nth-child(even) {
        margin-left: 2.4%; } }

.fieldset {
  max-width: 510px;
  margin: 0 auto; }
  .fieldset .field-name-firstname {
    margin-top: 15px; }

.customer-account-logoutsuccess .page-main {
  margin-top: 5rem; }

.customer-account-logoutsuccess .page-title {
  position: relative;
  padding-bottom: 1rem;
  text-transform: uppercase;
  text-align: center; }
  .customer-account-logoutsuccess .page-title:after, .customer-account-logoutsuccess .page-title:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); }
  .customer-account-logoutsuccess .page-title:after {
    height: 9px;
    width: 9px;
    bottom: -5px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(225deg);
    background: #fff;
    margin-left: -3px; }
  .customer-account-logoutsuccess .page-title:before {
    height: 2px;
    width: 100px;
    bottom: 0;
    background: #000; }

.account__agreement {
  margin-top: 30px; }

.account .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-left: 0; }

.account__button {
  width: 300px; }
  .account__button:visited {
    color: #000; }
  .account__button:hover {
    color: #fff; }

.account__sign-in {
  text-align: center;
  max-width: 510px;
  margin: 0 auto; }
  .account__sign-in__info {
    color: #000;
    margin-top: 25px;
    position: relative;
    position: relative; }
    .account__sign-in__info:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      top: 12px;
      left: 0;
      width: 131px;
      height: 1px;
      background-color: transparent; }
    .account__sign-in__info:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      top: 12px;
      right: 0;
      width: 131px;
      height: 1px;
      background-color: transparent; }
    .account__sign-in__info:before, .account__sign-in__info:after {
      border-top: 1px dashed; }
      @media all and (max-width: 64em) {
        .account__sign-in__info:before, .account__sign-in__info:after {
          width: 100px; } }
      @media all and (max-width: 29.9375em) {
        .account__sign-in__info:before, .account__sign-in__info:after {
          width: 45px; } }

.customer-account-login .page-title,
.customer-account-forgotpassword .page-title {
  margin-bottom: 1.5rem; }

.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  margin-top: 5rem; }
  @media all and (max-width: 64em) {
    .customer-account-login .page-title-wrapper,
    .customer-account-forgotpassword .page-title-wrapper {
      margin-top: 2rem; } }

.login-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  @media all and (max-width: 47.9375em) {
    .login-container {
      width: 100%; } }
  .login-container .fieldset:after {
    display: none; }

.customer-login {
  width: 100%; }
  .customer-login__text {
    text-align: center;
    margin-bottom: 3rem; }
  .customer-login__actions {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 4rem; }
  .customer-login__forget {
    font-size: 1.2rem;
    text-decoration: underline;
    margin-bottom: 4rem;
    margin-top: -1rem;
    text-align: right; }
  .customer-login__submit {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .customer-login__submit a,
    .customer-login__submit button,
    .customer-login__submit .cart.table-wrapper .actions-toolbar > .action,
    .cart.table-wrapper .customer-login__submit .actions-toolbar > .action,
    .customer-login__submit .action-gift {
      min-width: 300px; }
      @media all and (max-width: 47.9375em) {
        .customer-login__submit a,
        .customer-login__submit button,
        .customer-login__submit .cart.table-wrapper .actions-toolbar > .action,
        .cart.table-wrapper .customer-login__submit .actions-toolbar > .action,
        .customer-login__submit .action-gift {
          min-width: 250px; } }
  .customer-login__reset {
    text-align: center;
    margin-bottom: 1.5rem; }
    .customer-login__reset button, .customer-login__reset .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .customer-login__reset .actions-toolbar > .action, .customer-login__reset .action-gift {
      min-width: 300px; }
      @media all and (max-width: 47.9375em) {
        .customer-login__reset button, .customer-login__reset .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .customer-login__reset .actions-toolbar > .action, .customer-login__reset .action-gift {
          min-width: 250px; } }
  .customer-login__additional-info {
    font-size: 1rem;
    color: #000;
    padding-top: 1rem;
    line-height: 14px;
    margin-bottom: 0; }
  .customer-login .email {
    margin-top: 1.5rem; }
  .customer-login .captcha-reload {
    padding: 10px 20px;
    margin-top: 0.5rem; }

.customer-new {
  width: 100%;
  text-align: center; }
  .customer-new__info {
    color: #000;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 1.5rem; }
    .customer-new__info:before, .customer-new__info:after {
      content: '';
      border-top: 1px dashed #000;
      display: block;
      width: 125px;
      height: 1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -125px; }
      @media all and (max-width: 47.9375em) {
        .customer-new__info:before, .customer-new__info:after {
          width: 25px;
          left: -25px; } }
    .customer-new__info:after {
      right: -125px;
      left: auto; }
      @media all and (max-width: 47.9375em) {
        .customer-new__info:after {
          right: -25px; } }
  .customer-new__register {
    margin-top: 1rem; }
    .customer-new__register .action {
      min-width: 300px;
      background-color: transparent;
      line-height: 1.2;
      color: #000; }
      @media all and (max-width: 47.9375em) {
        .customer-new__register .action {
          min-width: 250px; } }

.customer-signout {
  text-align: center; }

.password .control,
.confirmation .control {
  position: relative; }

.password-toggle {
  position: absolute;
  right: 21px;
  top: 21px;
  text-transform: uppercase;
  color: #999999;
  font-size: 1rem;
  cursor: pointer;
  z-index: 9; }
  .password-toggle__hide {
    display: none; }

.password.is-visible .password-toggle__show {
  display: none; }

.password.is-visible .password-toggle__hide {
  display: block; }

.checkout-authentication__register .password-toggle {
  top: 21px;
  transform: translateY(0); }

.popup-authentication .modal-inner-wrap {
  background-color: #000;
  color: #fff;
  max-width: 720px;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  border: 1px solid #fff;
  margin: 2vw auto 0; }

.popup-authentication .modal-header {
  padding: 0; }
  .popup-authentication .modal-header .action-close {
    height: 55px;
    width: 55px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    top: 25px;
    right: 25px; }
    .popup-authentication .modal-header .action-close:before {
      content: "\e90e";
      font-family: 'berg-icons';
      font-size: 1.5rem;
      color: #000;
      top: 3px;
      left: 0;
      position: relative;
      box-shadow: none; }
    .popup-authentication .modal-header .action-close:hover:before {
      color: #988057; }

.popup-authentication .modal-content {
  padding: 6rem 10.5rem; }

.popup-authentication .block-authentication {
  display: flex;
  flex-direction: column; }

.popup-authentication .authentication-login__title {
  text-align: center;
  color: #fff;
  margin-bottom: 1.7rem;
  margin-top: 0;
  text-transform: uppercase; }

.popup-authentication .authentication-login__text {
  text-align: center;
  max-width: 350px;
  margin: 0 auto 2rem;
  line-height: 22px; }

.popup-authentication .authentication-login__forget {
  margin-top: -0.5rem; }
  .popup-authentication .authentication-login__forget a {
    color: #fff;
    font-size: 1.1rem; }

.popup-authentication .authentication-login__sign {
  text-align: center;
  margin-top: 4.7rem; }
  .popup-authentication .authentication-login__sign button, .popup-authentication .authentication-login__sign .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .popup-authentication .authentication-login__sign .actions-toolbar > .action, .popup-authentication .authentication-login__sign .action-gift {
    min-width: 300px;
    font-size: 1.2rem; }
    .popup-authentication .authentication-login__sign button:hover, .popup-authentication .authentication-login__sign .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .popup-authentication .authentication-login__sign .actions-toolbar > .action:hover, .popup-authentication .authentication-login__sign .action-gift:hover {
      background-color: #988057; }

.popup-authentication .authentication-login__register > a {
  min-width: 300px;
  border: 1px solid #fff;
  font-size: 1.2rem; }

.popup-authentication .form-login {
  margin-top: 2.5rem; }
  .popup-authentication .form-login .legend {
    position: relative;
    top: -3px; }

.popup-authentication .field input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  color: #fff; }
  .popup-authentication .field input:focus {
    border: 1px solid white; }

.popup-authentication .field > .label,
.popup-authentication .fieldset > .field.required > .label:after,
.popup-authentication .legend {
  color: #fff; }

.popup-authentication .authentication-new {
  text-align: center;
  margin-top: 2rem; }
  .popup-authentication .authentication-new__info {
    color: #fff;
    margin-top: 2.8rem;
    margin-bottom: 2.5rem; }
    .popup-authentication .authentication-new__info:before, .popup-authentication .authentication-new__info:after {
      border-top: 1px dashed #fff; }

/* Temporary hidden; todo check in zencard module
--------------------------------------------------- */
.table-order-items .dicount {
  display: none; }

/* Overwrite my account styles
------------------------------------------- */
.account {
  background-color: #fff; }
  .account .page.messages {
    margin-bottom: 2rem; }
  .account .page-main .page-title-wrapper {
    text-align: left; }
    @media all and (max-width: 64em) {
      .account .page-main .page-title-wrapper {
        padding-top: 0; } }
    @media all and (max-width: 47.9375em) {
      .account .page-main .page-title-wrapper .page-title {
        margin-bottom: 1.5rem; } }
  .account .column.main {
    padding-left: 4rem; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .account .column.main {
        padding-left: 2rem; } }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .account .column.main {
        padding-left: 1rem; } }
    @media all and (max-width: 47.9375em) {
      .account .column.main {
        order: 2;
        padding-left: 0; } }
  .account .action.edit,
  .account .action.delete,
  .account .action.change-password,
  .account .action.view {
    text-decoration: none;
    position: relative;
    color: #000;
    display: inline-block; }
    .account .action.edit:after,
    .account .action.delete:after,
    .account .action.change-password:after,
    .account .action.view:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      bottom: 1px;
      left: 0; }
    .account .action.edit:hover,
    .account .action.delete:hover,
    .account .action.change-password:hover,
    .account .action.view:hover {
      color: #988057; }
      .account .action.edit:hover:after,
      .account .action.delete:hover:after,
      .account .action.change-password:hover:after,
      .account .action.view:hover:after {
        background-color: #988057; }
  .account .block-dashboard-addresses .block-title,
  .account .block-dashboard-info .block-title,
  .account .block-order-details-view .block-title,
  .account .block-dashboard-orders .block-title,
  .account .block .block-title,
  .account .order-title {
    padding-bottom: 2rem;
    position: relative;
    position: relative; }
    .account .block-dashboard-addresses .block-title:before,
    .account .block-dashboard-info .block-title:before,
    .account .block-order-details-view .block-title:before,
    .account .block-dashboard-orders .block-title:before,
    .account .block .block-title:before,
    .account .order-title:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      bottom: 17px;
      width: 47px;
      height: 2px;
      background-color: #000; }
  @media all and (max-width: 47.9375em) {
    .account .block-dashboard-addresses .block-title {
      display: flex;
      flex-direction: column; } }
  @media all and (max-width: 47.9375em) {
    .account .block-dashboard-addresses .block-title strong {
      margin-bottom: 5px; } }
  @media all and (max-width: 47.9375em) {
    .account .block-dashboard-addresses .block-title:before {
      top: 42px;
      bottom: auto; } }
  @media all and (max-width: 47.9375em) {
    .account .block-dashboard-addresses .block-title .edit {
      margin-left: 0 !important; } }
  .account .block-dashboard-addresses .block-title .edit:after {
    display: none; }
  .account .block-dashboard-addresses .action.edit,
  .account .block-addresses-default .action.edit,
  .account .block-dashboard-info .action.edit {
    margin-top: 1.5rem; }
    @media all and (max-width: 47.9375em) {
      .account .block-dashboard-addresses .action.edit,
      .account .block-addresses-default .action.edit,
      .account .block-dashboard-info .action.edit {
        margin-top: 1rem; } }
  .account .block-dashboard-info .action.edit {
    margin-right: 2rem; }
  .account .box-title {
    position: relative;
    display: block; }
  .account .fieldset > .legend {
    margin-top: 15px; }
  .account .form-edit-account .fieldset,
  .account .form-address-edit .fieldset,
  .account .form-newsletter-manage .fieldset {
    margin: 0; }
  .account .form-edit-account .fieldset.password,
  .account .form-address-edit .fieldset.password,
  .account .form-newsletter-manage .fieldset.password {
    margin-top: 4rem; }
    .account .form-edit-account .fieldset.password .legend,
    .account .form-address-edit .fieldset.password .legend,
    .account .form-newsletter-manage .fieldset.password .legend {
      margin-bottom: 2rem; }
  .account .form-edit-account .legend,
  .account .form-address-edit .legend,
  .account .form-newsletter-manage .legend {
    font-size: 2rem;
    position: relative; }
    .account .form-edit-account .legend:before,
    .account .form-address-edit .legend:before,
    .account .form-newsletter-manage .legend:before {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      bottom: -4px;
      width: 47px;
      height: 2px;
      background-color: #000; }
  .account .form-edit-account .fieldset > .field.choice .label,
  .account .form-address-edit .fieldset > .field.choice .label,
  .account .form-newsletter-manage .fieldset > .field.choice .label {
    display: block; }
  .account .form-edit-account .field.password-info,
  .account .form-address-edit .field.password-info,
  .account .form-newsletter-manage .field.password-info {
    display: none; }
  .account .form-edit-account .actions-toolbar,
  .account .form-address-edit .actions-toolbar,
  .account .form-newsletter-manage .actions-toolbar {
    display: block;
    max-width: 510px; }
    .account .form-edit-account .actions-toolbar .primary,
    .account .form-address-edit .actions-toolbar .primary,
    .account .form-newsletter-manage .actions-toolbar .primary {
      float: right; }
    .account .form-edit-account .actions-toolbar .secondary,
    .account .form-address-edit .actions-toolbar .secondary,
    .account .form-newsletter-manage .actions-toolbar .secondary {
      float: left; }
  .account .form-address-edit .fieldset {
    margin-bottom: 3rem; }
    .account .form-address-edit .fieldset:last-of-type {
      margin-top: 4rem; }
      .account .form-address-edit .fieldset:last-of-type .legend {
        margin-bottom: 2rem; }
  .account .form-address-edit .message {
    margin-bottom: 1rem; }
  .account .form-address-edit .action.back {
    margin-top: 15px; }
  .account .table-order-items tr th:first-of-type, .account .table-order-items tr td:first-of-type,
  .account .table-additional-addresses-items tr th:first-of-type,
  .account .table-additional-addresses-items tr td:first-of-type {
    padding-left: 0; }
  .account .table-order-items tr th:last-of-type, .account .table-order-items tr td:last-of-type,
  .account .table-additional-addresses-items tr th:last-of-type,
  .account .table-additional-addresses-items tr td:last-of-type {
    padding-right: 0; }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .account .table-order-items.recent .col.status {
      display: none; } }
  .account .table-additional-addresses-items td:last-of-type {
    text-align: right; }
  .account .c-minicart .action.delete:after {
    display: none; }

/* My addresses
------------------------------------------- */
.customer-address-index .actions-toolbar {
  display: block;
  margin-top: 10px; }
  .customer-address-index .actions-toolbar .primary {
    float: right; }

/* Sales order
------------------------------------------- */
.sales-order-view .p24-payment-form {
  display: none; }

.sales-order-view .order-actions-toolbar .action.print,
.sales-order-view .items.order-links {
  display: none; }

.sales-order-view .order-details-items .order-title {
  font-size: 2.6rem; }
  .sales-order-view .order-details-items .order-title:before {
    bottom: 31px; }

.sales-order-view .table-order-items tr:nth-child(even) {
  background: #f5f5f5; }

.sales-order-view .table-order-items tr td {
  vertical-align: middle;
  padding: 10px; }

.sales-order-view .table-order-items tfoot {
  font-size: 1.6rem; }
  .sales-order-view .table-order-items tfoot th {
    color: #000; }

.sales-order-view .table-order-items .cart-price .price {
  font-size: 1.4rem; }

.sales-order-view .table-order-items .item-options {
  display: block; }
  .sales-order-view .table-order-items .item-options .item-option {
    display: block;
    font-size: 1.2rem; }
  .sales-order-view .table-order-items .item-options .item-option-label:after {
    content: ':';
    padding-right: 3px; }

.sales-order-view .box-order-billing-address,
.sales-order-view .box-order-billing-method {
  margin-bottom: 3rem; }

.sales-order-view .p24-button {
  background: #000;
  color: white;
  min-width: 150px;
  padding: 14px 20px;
  text-transform: uppercase;
  border: 1px solid #000; }
  .sales-order-view .p24-button:hover {
    background: #988057;
    border: 1px solid #988057;
    color: #fff; }

/* Newsletter
------------------------------------------- */
.newsletter-manage-index .fieldset {
  max-width: 100%; }
  .newsletter-manage-index .fieldset legend {
    margin-bottom: 3rem;
    padding-bottom: 5px; }

/* Remove back link from my account pages
------------------------------------------- */
.newsletter-manage-index .actions-toolbar .action.back,
.sales-order-view .actions-toolbar .action.back,
.sales-order-history .actions-toolbar .action.back,
.customer-account-edit .actions-toolbar .action.back,
.customer-address-index .actions-toolbar .action.back,
.wishlist-index-index .actions-toolbar .action.back {
  display: none; }

.sales-order-history .limiter,
.wishlist-index-index .limiter,
.block-addresses-list .limiter {
  display: none; }

.downloadable.samples {
  margin-bottom: 20px; }
  .downloadable.samples dd {
    margin: 0 0 10px; }

.table-downloadable-products .product-name {
  margin-right: 15px; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }
  .field.downloads .price-container:before {
    content: ' + ';
    display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }
  .field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "; }
  .field.downloads .price-excluding-tax:after {
    content: ')'; }

.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px; }

.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%; }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%; }
    .page-product-downloadable .product-options-bottom .field.qty + .actions {
      padding-top: 0; } }

.cart-summary .block.giftcard .action.check {
  line-height: 1.4rem;
  padding: 10px 20px;
  font-size: 1.2rem;
  margin-top: 20px; }

.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left; }
  .page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px; }

.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px; }

.giftcard-account .please-wait {
  display: none; }

.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px; }

.opc-wrapper .form-giftcard-account {
  max-width: 500px; }
  .opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px; }

.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px; }
  .opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px; }

.gift-message .field {
  margin-bottom: 20px; }
  .gift-message .field .label {
    color: #666;
    font-weight: 400; }

.gift-options .actions-toolbar .action-cancel {
  display: none; }

.gift-options-title {
  margin: 0 0 20px; }

.gift-options-content .fieldset {
  margin: 0 0 20px; }

.gift-summary .actions-toolbar > .secondary {
  float: none; }
  .gift-summary .actions-toolbar > .secondary .action {
    margin: 10px 20px 0 0; }

.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none; }
  .action-gift:hover, .action-gift:active, .action-gift:focus {
    text-decoration: none; }
  .action-gift:last-child {
    margin-right: 0; }
  .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 16px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action-gift:hover:after {
    color: inherit; }
  .action-gift:active:after {
    color: inherit; }
  .action-gift.active:after, .action-gift._active:after {
    content: ""; }

.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%; }
  .cart.table-wrapper .gift-content._active {
    display: block; }

.gift-item-block {
  margin: 0; }
  .gift-item-block._active .title:after {
    content: ""; }
  .gift-item-block .title {
    font-weight: 700;
    border-radius: 3px;
    background-image: none;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none; }
    .gift-item-block .title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      line-height: 16px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-item-block .title:hover:after {
      color: inherit; }
    .gift-item-block .title:active:after {
      color: inherit; }
    .gift-item-block .title:focus, .gift-item-block .title:active {
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      text-decoration: none; }
    .gift-item-block .title:hover {
      background-color: #000;
      border: 1px solid #000;
      color: #fff;
      text-decoration: none; }
    .gift-item-block .title.disabled, .gift-item-block .title[disabled],
    fieldset[disabled] .gift-item-block .title {
      cursor: default;
      pointer-events: none; }
    .gift-item-block .title:active {
      box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12); }
  .gift-item-block .content {
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 10px 20px;
    position: relative; }

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0; }

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: ''; }

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left; }

.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative; }
  .order-details-items .order-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .order-details-items .order-items .action.show:after {
    position: absolute;
    right: 0;
    top: -4px; }
  .order-details-items .order-items .action.show.expanded:after {
    content: ""; }

.block-order-details-gift-message {
  border-top: 1px solid silver;
  padding-top: 10px; }

@media only screen and (max-width: 767px) {
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%; }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0; }
  .cart.table-wrapper .gift-content {
    margin-right: -10px; } }

@media only screen and (max-width: 639px) {
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid silver;
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .gift-message .field {
    margin-bottom: 20px; }
  .gift-options {
    position: relative;
    z-index: 1; }
    .gift-options .actions-toolbar {
      clear: both;
      float: right;
      position: static; }
      .gift-options .actions-toolbar .secondary {
        float: right; }
        .gift-options .actions-toolbar .secondary .action {
          float: right;
          margin-left: 20px; }
        .gift-options .actions-toolbar .secondary .action-cancel {
          display: block;
          float: left;
          margin-top: 6px; }
      .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0; }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem; }
  .cart.table-wrapper .action-gift {
    float: left; }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%; } }

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px; }

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%; }

.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px; }

.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px; }
  .cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px; }
    .cart-summary .form.giftregistry .fieldset .field .control {
      float: none;
      width: auto; }
  .cart-summary .form.giftregistry .fieldset .action.primary {
    margin-bottom: 0; }

.form-giftregistry-search {
  margin-bottom: 60px; }
  .form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0; }

.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center; }

.block-giftregistry .actions-toolbar {
  margin: 17px 0 0; }

.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px; }

.block-giftregistry-shared-items .item {
  border-bottom: 1px solid silver; }

.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px; }
  .block-giftregistry-shared-items .col .price-box {
    display: inline-block; }
  .block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    white-space: nowrap; }

.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0; }

.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0; }

.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px; }

@media only screen and (max-width: 639px) {
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block; }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .form-giftregistry-search .fieldset {
    margin-bottom: 13px; }
    .form-giftregistry-search .fieldset > .fields-specific-options > .field {
      margin: 0 0 20px;
      box-sizing: border-box; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
        margin: 0; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        content: '';
        display: table; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
        clear: both; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
        padding: 6px 15px 0 0;
        width: 100%;
        box-sizing: border-box;
        content: ' ';
        float: none;
        height: 1px; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
        padding: 6px 15px 0 0;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        float: none; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
        padding: 6px 15px 0 0;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
        float: none; }
      .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
        width: 100%;
        float: none; }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%; }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal; }
  .block-giftregistry-shared-items .col.product {
    width: 48%; }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center; }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px; }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px; } }

.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block; }

.gift-wrapping .field {
  margin-bottom: 10px; }

.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0; }

.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0; }
  .gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none; }
    .gift-wrapping-list .no-image > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .gift-wrapping-list .no-image:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 38px;
      line-height: 4rem;
      color: #494949;
      content: "";
      font-family: "icons-blank-theme";
      vertical-align: middle;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .gift-wrapping-list .no-image:after {
      display: block; }

.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0; }
  .gift-wrapping-item:last-child {
    margin-right: 0; }
  .gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .gift-wrapping-item > span {
    height: 4rem;
    width: 4rem; }

.gift-wrapping-title {
  margin: 10px 0; }
  .gift-wrapping-title .action-remove {
    margin-left: 5px; }

.gift-options-content .fieldset > .field {
  margin: 0 0 5px; }
  .gift-options-content .fieldset > .field:before {
    display: none; }

.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0; }

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0; }
  .opc-wrapper .data.table .gift-wrapping .title,
  .table-order-items .gift-wrapping .title,
  .table-order-review .gift-wrapping .title {
    float: none; }
  .opc-wrapper .data.table .gift-wrapping .content,
  .table-order-items .gift-wrapping .content,
  .table-order-review .gift-wrapping .content {
    margin: 0; }
    .opc-wrapper .data.table .gift-wrapping .content > img,
    .table-order-items .gift-wrapping .content > img,
    .table-order-review .gift-wrapping .content > img {
      float: left;
      margin: 0 10px 0 0;
      max-height: 50px;
      max-width: 50px; }

.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px; }

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": "; }

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700; }

.order-options .item {
  padding-bottom: 20px; }

.order-options .product {
  margin-bottom: 10px; }

.order-options .product-image-container {
  float: left;
  padding-right: 10px; }

.order-options .gift-wrapping {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .gift-wrapping-list {
    width: 100%; }
  .gift-wrapping-preview img {
    width: 100%; }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block; } }

@media only screen and (min-width: 768px) {
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; }
    .gift-options-cart-item .gift-wrapping + .gift-message,
    .cart-gift-item .gift-wrapping + .gift-message {
      border-left: 1px solid #c1c1c1;
      box-sizing: border-box;
      float: left;
      padding-left: 4.5rem;
      width: 50%; } }

.table.grouped > thead > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > th,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > th,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid silver; }

.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table.grouped > tbody + tbody {
  border-top: 1px solid silver; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: 400; }

.table.grouped .price-box .price {
  font-size: 14px; }

.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap; }

.table.grouped .row-tier-price td {
  border-top: 0; }

.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px; }

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .form-add-invitations .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .form-add-invitations .action.add:hover:before {
    color: inherit; }
  .form-add-invitations .action.add:active:before {
    color: inherit; }

@media only screen and (max-width: 767px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 13px; }
  .table-invitations .col {
    width: 50%; } }

.block.filter .filter-title {
  margin-bottom: 20px; }
  .block.filter .filter-title strong {
    font-size: 18px; }

.filter-current .filter-label {
  display: block;
  font-weight: 700; }
  .filter-current .filter-label:after {
    content: ':'; }

.filter-options {
  margin: 0; }
  .filter-options .count:before {
    content: '('; }
  .filter-options .count:after {
    content: ')'; }

.filtered .items {
  margin: 15px 0; }

.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative; }
  .filtered .item .label {
    font-weight: 700; }
  .filtered .item .action.remove {
    left: -6px;
    position: absolute;
    top: 0; }

.filtered + .actions {
  margin-bottom: 35px; }

@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    order: 0; } }

.map-popup-wrapper.popup .action.close {
  top: 10px; }

.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box; }
  .map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .map-popup .popup-header .title {
      color: #000;
      font-weight: 300;
      line-height: 1.2;
      font-size: 2.1rem;
      margin-top: 1.5rem;
      margin-bottom: 2rem; }
  .map-popup .popup-content {
    margin: 10px 0 0; }
  .map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .map-popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .map-popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .map-popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:active:before {
      color: inherit; }
    .map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled],
    fieldset[disabled] .map-popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .map-popup.active {
    opacity: 1; }
  .map-popup .map-info-price {
    margin-bottom: 15px; }
    .map-popup .map-info-price .price-box {
      margin: 0 0 20px; }
      .map-popup .map-info-price .price-box .label:after {
        content: ': '; }
  .map-popup .regular-price .price-label {
    display: none; }

.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px; }

.map-old-price {
  text-decoration: none; }
  .map-old-price .price-wrapper {
    text-decoration: line-through; }

.map-form-addtocart {
  display: inline-block;
  text-align: center; }
  .map-form-addtocart img {
    display: block;
    margin: 0 auto; }

button.map-show-info, .cart.table-wrapper .actions-toolbar > .map-show-info.action, .map-show-info.action-gift {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline; }
  button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    background: none;
    border: none; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    background: none;
    border: none; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  button.map-show-info:visited, .cart.table-wrapper .actions-toolbar > .map-show-info.action:visited, .map-show-info.action-gift:visited {
    color: #999999;
    text-decoration: underline; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #988057;
    text-decoration: underline; }
  button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active {
    color: #988057;
    text-decoration: underline; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover {
    color: #988057; }
  button.map-show-info:hover, .cart.table-wrapper .actions-toolbar > .map-show-info.action:hover, .map-show-info.action-gift:hover, button.map-show-info:active, .cart.table-wrapper .actions-toolbar > .map-show-info.action:active, .map-show-info.action-gift:active, button.map-show-info:focus, .cart.table-wrapper .actions-toolbar > .map-show-info.action:focus, .map-show-info.action-gift:focus {
    background: none;
    border: 0; }
  button.map-show-info.disabled, .cart.table-wrapper .actions-toolbar > .map-show-info.disabled.action, .map-show-info.disabled.action-gift, button.map-show-info[disabled], .cart.table-wrapper .actions-toolbar > .map-show-info.action[disabled], .map-show-info.action-gift[disabled],
  fieldset[disabled] button.map-show-info,
  fieldset[disabled] .cart.table-wrapper .actions-toolbar > .map-show-info.action,
  .cart.table-wrapper fieldset[disabled] .actions-toolbar > .map-show-info.action,
  fieldset[disabled] .map-show-info.action-gift {
    color: #999999;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .map-popup {
    max-width: 100%; }
  .map-old-price,
  .map-show-info {
    display: inline-block; }
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
      margin-bottom: 10px; } }

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .wishlist.split.button:before, .wishlist.split.button:after {
    content: '';
    display: table; }
  .wishlist.split.button:after {
    clear: both; }
  .wishlist.split.button .action.split {
    float: left;
    margin: 0; }
  .wishlist.split.button .action.toggle {
    float: right;
    margin: 0; }
  .wishlist.split.button button.action.split, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.split, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action.split, .wishlist.split.button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .wishlist.split.button button + .action.toggle, .wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle, .cart.table-wrapper .wishlist.split.button .actions-toolbar > .action + .action.toggle, .wishlist.split.button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
  .wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none; }
    .wishlist.split.button .action.toggle > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.split.button .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: #000;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.split.button .action.toggle:hover:after {
      color: #988057; }
    .wishlist.split.button .action.toggle:active:after {
      color: inherit; }
    .wishlist.split.button .action.toggle.active {
      display: inline-block;
      text-decoration: none; }
      .wishlist.split.button .action.toggle.active > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .wishlist.split.button .action.toggle.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 22px;
        color: #000;
        content: "";
        font-family: "icons-blank-theme";
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .wishlist.split.button .action.toggle.active:hover:after {
        color: #988057; }
      .wishlist.split.button .action.toggle.active:active:after {
        color: inherit; }
  .wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
    .wishlist.split.button .items li {
      margin: 0;
      padding: 5px 5px 5px 23px; }
      .wishlist.split.button .items li:hover {
        background: #e8e8e8;
        cursor: pointer; }
    .wishlist.split.button .items:before, .wishlist.split.button .items:after {
      border-bottom-style: solid;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      width: 0; }
    .wishlist.split.button .items:before {
      border: 6px solid;
      border-color: transparent transparent #fff transparent;
      z-index: 99; }
    .wishlist.split.button .items:after {
      border: 7px solid;
      border-color: transparent transparent #bbb transparent;
      z-index: 98; }
    .wishlist.split.button .items:before {
      left: 10px;
      top: -12px; }
    .wishlist.split.button .items:after {
      left: 9px;
      top: -14px; }
  .wishlist.split.button.active {
    overflow: visible; }
    .wishlist.split.button.active .items {
      display: block; }
  .wishlist.split.button .items {
    text-align: left; }
    .wishlist.split.button .items .item:last-child:hover {
      background: #e8e8e8; }
  .table-comparison .wishlist.split.button > .action.split:before,
  .product-items .wishlist.split.button > .action.split:before {
    content: ""; }
  .table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus, .table-comparison .wishlist.split.button > .action:hover,
  .product-items .wishlist.split.button > .action:active,
  .product-items .wishlist.split.button > .action:focus,
  .product-items .wishlist.split.button > .action:hover {
    color: #988057; }
  .table-comparison .wishlist.split.button > .action.toggle:before,
  .product-items .wishlist.split.button > .action.toggle:before {
    border-left: 1px solid #4d4d4d;
    content: '';
    float: left;
    height: 15px;
    margin-top: 3px; }
  .product-info-main .wishlist.split.button .action.split, .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.split,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.split,
  .product-add-form .wishlist.split.button .action.toggle {
    line-height: 1.4rem;
    padding: 10px 20px;
    font-size: 1.2rem; }
  .product-info-main .wishlist.split.button .action.toggle,
  .block-bundle-summary .wishlist.split.button .action.toggle,
  .product-add-form .wishlist.split.button .action.toggle {
    padding: 0; }
  .cart.table-wrapper .wishlist.split.button {
    margin-bottom: 10px; }
    .cart.table-wrapper .wishlist.split.button > .action.toggle {
      padding: 4px 5px; }

.wishlist.window.popup {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }
  .wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 22px; }
    .wishlist.window.popup .popup-header .title {
      color: #000;
      font-weight: 300;
      line-height: 1.2;
      font-size: 2.1rem;
      margin-top: 1.5rem;
      margin-bottom: 2rem; }
  .wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px; }
    .wishlist.window.popup .popup-actions .action.close > span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .wishlist.window.popup .popup-actions .action.close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 22px;
      line-height: 22px;
      color: inherit;
      content: "";
      font-family: "icons-blank-theme";
      margin: 0;
      vertical-align: top;
      display: inline-block;
      font-weight: normal;
      overflow: hidden;
      speak: none;
      text-align: center; }
    .wishlist.window.popup .popup-actions .action.close:hover:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:active:before {
      color: inherit; }
    .wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close:hover {
      background: none;
      border: none; }
    .wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled],
    fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
      cursor: not-allowed;
      pointer-events: none;
      opacity: 0.5; }
  .wishlist.window.popup.active {
    opacity: 1; }
  .wishlist.window.popup.active {
    display: block; }

.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 1000;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0; }
  .wishlist.overlay.active {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .wishlist.overlay.active {
    display: block; }

.block-wishlist-management {
  position: relative; }
  .block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600; }
  .block-wishlist-management .wishlist-title {
    margin-bottom: 10px; }
    .block-wishlist-management .wishlist-title strong {
      font-weight: 300;
      margin-right: 10px; }
  .block-wishlist-management .wishlist-notice {
    color: #D0D0D1;
    display: inline-block;
    margin-right: 20px; }
  .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block; }
  .block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px; }
  .block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px; }

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px; }

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center; }

.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem; }
  .block-wishlist-info-items .block-title > strong {
    font-weight: 300; }

.block-wishlist-info-items .product-item {
  width: 100%; }

.block-wishlist-info-items .product-item-photo {
  margin-left: 20px; }

.block-wishlist-info-items .product-item-info {
  width: auto; }
  .block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible; }

.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px; }

.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0; }

.block-wishlist-info-items .action.towishlist {
  padding: 10px 0; }

.block-wishlist-info-items .input-text.qty {
  margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .block-wishlist-management {
    clear: both;
    margin-top: -21px; }
    .block-wishlist-management .wishlist-select {
      margin: 0 -15px 20px; }
      .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid silver;
        background: #f5f5f5;
        display: none;
        padding: 15px 0; }
        .block-wishlist-management .wishlist-select-items.active {
          display: block; }
        .block-wishlist-management .wishlist-select-items .item {
          margin: 3px 0 0; }
          .block-wishlist-management .wishlist-select-items .item:first-child {
            margin-top: 0; }
          .block-wishlist-management .wishlist-select-items .item.current {
            display: none; }
          .block-wishlist-management .wishlist-select-items .item a {
            display: block;
            padding: 5px 18px;
            text-decoration: none; }
            .block-wishlist-management .wishlist-select-items .item a:hover {
              background: #e8e8e8; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 2.6rem; }
    .block-wishlist-management .wishlist-info {
      margin-bottom: 15px; }
    .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
      margin-bottom: 15px; }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px; }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist
  .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px; }
  .products-grid.wishlist .wishlist-dropdown {
    display: none; } }

@media only screen and (min-width: 768px) {
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto; }
    .wishlist.window.popup .field {
      margin: 0 0 20px; }
      .wishlist.window.popup .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0; }
      .wishlist.window.popup .field:not(.choice) > .control {
        float: none;
        width: auto; }
      .wishlist.window.popup .field > .label {
        margin: 0 0 5px;
        display: inline-block;
        text-transform: uppercase; }
      .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
        display: none; }
  .block-wishlist-management {
    margin-bottom: 20px; }
    .block-wishlist-management .wishlist-select {
      border-bottom: 1px solid #999999;
      display: table;
      margin-bottom: 15px;
      width: 100%; }
      .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%; }
      .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top; }
        .block-wishlist-management .wishlist-select-items .item {
          display: inline-block;
          margin-right: 10px;
          padding: 5px 10px 10px; }
          .block-wishlist-management .wishlist-select-items .item:last-child {
            margin-right: 0; }
        .block-wishlist-management .wishlist-select-items .current {
          border-bottom: 3px solid #F7981C;
          font-weight: 600; }
      .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none; }
    .block-wishlist-management .wishlist-add.item {
      position: absolute;
      right: 0;
      top: 0; }
    .block-wishlist-management .wishlist-title strong {
      font-size: 4rem; }
    .block-wishlist-management .wishlist-info {
      float: left; }
    .block-wishlist-management .wishlist-toolbar {
      float: right; }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0; }
  .products-grid.wishlist .product-item-checkbox {
    float: left; }
    .products-grid.wishlist .product-item-checkbox + .product-item-name {
      margin-left: 25px; } }

.multicheckout .title {
  margin-bottom: 30px; }
  .multicheckout .title strong {
    font-weight: 400; }

.multicheckout .table-wrapper {
  margin-bottom: 0; }
  .multicheckout .table-wrapper .action.delete {
    display: inline-block; }
  .multicheckout .table-wrapper .col .qty {
    display: inline-block; }
  .multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px; }

.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0; }

.multicheckout > .actions-toolbar {
  margin-top: 40px; }

.multicheckout .actions-toolbar > .secondary {
  display: block; }
  .multicheckout .actions-toolbar > .secondary .action {
    margin-bottom: 25px; }
    .multicheckout .actions-toolbar > .secondary .action.back {
      display: block;
      margin-left: 0; }

.multicheckout .actions-toolbar > .primary {
  margin-right: 10px; }

.multicheckout .item-options {
  margin: 10px 0 0; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none; }

.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block; }

.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid silver;
  padding-bottom: 10px; }
  .multicheckout .block-title strong,
  .multicheckout .block-content .title strong {
    font-weight: 400; }
    .multicheckout .block-title strong span,
    .multicheckout .block-content .title strong span {
      color: #D0D0D1; }

.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0; }

.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem; }

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px; }

.multicheckout .box-title span {
  margin-right: 10px; }

.multicheckout .box-title > .action {
  margin: 0; }

.multicheckout .box-shipping-method .price {
  font-weight: 700; }

.multicheckout .box-billing-method .fieldset {
  margin: 0; }
  .multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px; }

.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px; }
  .multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400; }

[class^='multishipping-'] .logo {
  margin-left: 0; }

.multishipping-checkout-success .nav-sections {
  display: block; }

@media only screen and (max-width: 639px) {
  .multicheckout .data.table .address:before {
    margin-bottom: 5px; }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block; }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px; }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0; }
  .multicheckout.order-review .box-items .data.table thead {
    display: block; }
    .multicheckout.order-review .box-items .data.table thead tr {
      display: block; }
    .multicheckout.order-review .box-items .data.table thead .col.item {
      display: block;
      padding: 0; }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px; }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0; } }

@media only screen and (min-width: 640px) {
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right; }
    .multicheckout .actions-toolbar .secondary .action {
      margin-left: 10px; }
      .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left; }
  .multicheckout .item-options {
    margin: 20px 0 0; }
  .multicheckout .block-content .box {
    margin-bottom: 0; }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%; }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%; }
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
      display: none; }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%; }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%; }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0; }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto; }
  .multicheckout.order-review .col.item {
    width: 75%; }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto; }
    .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
      display: inline-block;
      width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto; }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .multishipping-checkout-success .nav-toggle {
    display: block; }
  .multishipping-checkout-success .logo {
    margin-left: 40px; } }

.newsletter {
  width: 360px; }
  @media all and (max-width: 64em) {
    .newsletter {
      margin: 0 auto 60px auto;
      order: -1; } }
  @media all and (max-width: 29.9375em) {
    .newsletter {
      width: 290px; } }
  .newsletter__label {
    margin-top: 10px;
    font-size: 12px; }
  .newsletter form {
    max-width: 353px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #999999; }
  .newsletter__input {
    flex-grow: 2; }
    .newsletter__input input {
      font-size: 12px;
      background-color: #000;
      height: 35px;
      border: none; }
      .newsletter__input input::-moz-placeholder {
        opacity: 0.5;
        letter-spacing: 0.5px; }
      .newsletter__input input::placeholder {
        opacity: 0.5;
        letter-spacing: 0.5px; }
  .newsletter__button button, .newsletter__button .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .newsletter__button .actions-toolbar > .action, .newsletter__button .action-gift {
    padding: 9px 0;
    background: transparent; }
    .newsletter__button button:after, .newsletter__button .cart.table-wrapper .actions-toolbar > .action:after, .cart.table-wrapper .newsletter__button .actions-toolbar > .action:after, .newsletter__button .action-gift:after {
      content: '\e903';
      font-family: 'berg-icons';
      font-size: 8px; }
    .newsletter__button button:hover:after, .newsletter__button .cart.table-wrapper .actions-toolbar > .action:hover:after, .cart.table-wrapper .newsletter__button .actions-toolbar > .action:hover:after, .newsletter__button .action-gift:hover:after {
      color: #988057; }
  .newsletter__agreement {
    border-top: 1px solid #999999;
    flex-basis: 100%;
    padding: 20px 0;
    display: none; }

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase; }

.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase; }

.paypal.acceptance {
  display: block;
  margin: 0 0 20px; }
  .paypal.acceptance img {
    max-width: 100%; }

.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto; }

.paypal-review .paypa-review-title > strong {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: inline-block; }

.paypal-review .items-qty .item {
  white-space: nowrap; }

.paypal-review .items-qty .title:after {
  content: ': '; }

.paypal-review .paypal-review-title > strong {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: inline-block; }

.paypal-review .actions-toolbar {
  margin-top: 10px; }

.paypal-review .item-options dt {
  display: inline-block; }
  .paypal-review .item-options dt:after {
    content: ': '; }

.paypal-review .item-options dd {
  margin: 0; }

.paypal-review-discount {
  border-bottom: 1px solid silver;
  margin: 20px 0; }
  .paypal-review-discount .block {
    margin-bottom: 0; }
    .paypal-review-discount .block .fieldset {
      padding: 10px 0 20px; }

@media only screen and (min-width: 768px) {
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid silver; }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%; }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right; } }

.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama-video-container .magnify-lens {
  display: none !important; }

.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }

.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.fotorama__product-video--loading:after {
  visibility: hidden; }

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%; } }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .rating-summary .rating-result:before {
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
      -webkit-font-smoothing: antialiased;
      color: #c7c7c7;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      content: "";
      display: block;
      font-style: normal;
      font-weight: normal;
      speak: none; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        -webkit-font-smoothing: antialiased;
        color: #ff5501;
        font-family: "icons-blank-theme";
        font-size: 28px;
        height: 28px;
        letter-spacing: -10px;
        line-height: 28px;
        content: "";
        display: block;
        font-style: normal;
        font-weight: normal;
        speak: none; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
  .rating-summary .rating-result {
    margin-left: -5px; }

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.review-control-vote {
  overflow: hidden; }
  .review-control-vote:before {
    color: #c7c7c7;
    font-family: "icons-blank-theme";
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: block;
    position: absolute;
    z-index: 1; }
  .review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type="radio"]:focus + label:before, .review-control-vote input[type="radio"]:checked + label:before {
      opacity: 1; }
  .review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute; }
    .review-control-vote label span {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .review-control-vote label:before {
      color: #ff5501;
      font-family: "icons-blank-theme";
      font-size: 28px;
      height: 28px;
      letter-spacing: -10px;
      line-height: 28px;
      font-style: normal;
      font-weight: normal;
      speak: none;
      vertical-align: top;
      -webkit-font-smoothing: antialiased;
      opacity: 0; }
    .review-control-vote label:hover:before {
      opacity: 1; }
    .review-control-vote label:hover ~ label:before {
      opacity: 0; }
  .review-control-vote .rating-5 {
    z-index: 2; }
    .review-control-vote .rating-5:before {
      content: ""; }
  .review-control-vote .rating-4 {
    z-index: 3; }
    .review-control-vote .rating-4:before {
      content: ""; }
  .review-control-vote .rating-3 {
    z-index: 4; }
    .review-control-vote .rating-3:before {
      content: ""; }
  .review-control-vote .rating-2 {
    z-index: 5; }
    .review-control-vote .rating-2:before {
      content: ""; }
  .review-control-vote .rating-1 {
    z-index: 6; }
    .review-control-vote .rating-1:before {
      content: ""; }

.block.add.review {
  margin-bottom: 40px; }
  .block.add.review > .title {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.8rem;
    margin-top: 2.5rem;
    margin-bottom: 4rem; }
  .block.add.review .legend {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    margin: 0 0 20px; }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      padding: 5px 0;
      vertical-align: middle; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.block.reviews.list > .title {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.8rem;
  margin-top: 2.5rem;
  margin-bottom: 4rem; }

.block.reviews.list .review.item {
  margin-bottom: 40px; }

.block.reviews.list .review.title {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

.data.table.reviews .rating-summary {
  margin-top: -4px; }

.customer-review.view {
  margin-bottom: 20px; }
  .customer-review.view .review.title,
  .customer-review.view .ratings-summary,
  .customer-review.view .product-details {
    margin-bottom: 20px; }

.product-reviews-summary {
  display: table;
  margin: 10px 0 12px; }
  .products.wrapper.list .product-reviews-summary {
    margin: 0 auto; }
  .product-reviews-summary.empty {
    margin-left: 0; }
  .product-reviews-summary .rating-summary {
    display: table-cell;
    left: -5px;
    position: relative;
    text-align: left;
    vertical-align: middle; }
  .product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 28px;
    vertical-align: middle; }
    .product-reviews-summary .reviews-actions a {
      margin-right: 5px; }

@media only screen and (min-width: 768px) {
  .products.wrapper.list .product-reviews-summary {
    margin: 0; } }

.customer-review .product-details {
  margin-bottom: 40px; }

.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%; }

.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px; }
  .customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px; }
    .customer-review .review-details .customer-review-rating .item:last-child {
      margin-bottom: 0; }

.customer-review .review-details .review-title {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  margin-bottom: 20px; }

.customer-review .review-details .review-content {
  margin-bottom: 20px; }

.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top; }
  .review-field-ratings .review-field-rating .label {
    padding-right: 10px;
    padding-top: 6px; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 2px; }

.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center; }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center; }
  .review-toolbar .limiter {
    display: none; }

.review-add .block-title {
  display: none; }

.review-form .action.submit.primary {
  background: #fff;
  border: 1px solid #000;
  color: #000; }
  .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
    background: #000;
    border: 1px solid #000;
    color: #fff; }
  .review-form .action.submit.primary:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff; }

.fieldset .review-legend.legend {
  margin-bottom: 20px; }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0; }

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px; }

.review-list {
  margin-bottom: 30px; }
  .review-list .block-title strong {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.8rem;
    margin-top: 2.5rem;
    margin-bottom: 4rem; }

.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0; }
  .review-item:after {
    clear: both;
    content: '';
    display: table; }
  .review-item:last-child {
    border-width: 0; }

.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%; }

.review-author {
  display: inline; }

.review-title {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  margin: 0 0 20px; }

.review-content {
  margin-bottom: 20px; }

@media only screen and (min-width: 640px) {
  .review-form {
    max-width: 500px; }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px; }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px; }
  .review-toolbar {
    margin: 0 0 30px; }
    .review-toolbar .pages {
      padding: 30px 0; }
  .fieldset .review-legend.legend {
    margin-bottom: 30px; }
  .review-item {
    padding: 30px 0; }
  .review-title {
    margin: 0 0 30px; } }

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px; }

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .reward-settings + .actions-toolbar {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .reward-settings + .actions-toolbar {
    margin-top: -32px; } }

.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px; }

.form-create-return .additional:first-child {
  margin-top: 0; }

.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0; }

.form-create-return .additional .field:last-child {
  margin-top: 20px; }

.form-create-return .field.comment {
  margin-top: 55px; }

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0; }

.block-returns-comments .returns-comments dt {
  font-weight: 400; }

.block-returns-comments .returns-comments dd {
  margin-bottom: 15px; }
  .block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0; }

.block-returns-comments .fieldset {
  margin-bottom: 20px; }

.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px; }

@media only screen and (max-width: 767px) {
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0; } }

@media only screen and (min-width: 768px) {
  .form-create-return .additional .field:last-child {
    margin-top: 13px; }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px; }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px; } }

.order-links {
  border-bottom: 1px solid silver;
  margin-bottom: 10px; }
  .order-links .item {
    display: inline-block;
    margin-right: 20px; }

.order-actions-toolbar .action {
  margin: 0 20px 0 0; }

.order-details-items {
  border-bottom: 1px solid silver;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .order-details-items .order-title > strong {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    display: inline-block; }
  .order-details-items .items-qty .item {
    white-space: nowrap; }
  .order-details-items .items-qty .title:after {
    content: ': '; }
  .order-details-items .table-order-items .product-item-name {
    margin-top: 0; }
  .order-details-items .table-order-items tbody + tbody {
    border-top: 1px solid silver; }
  .order-details-items .item-options dt {
    margin: 0; }
  .order-details-items .item-options dd {
    margin: 0 0 15px; }
  .order-details-items .item-options.links dt {
    display: inline-block; }
    .order-details-items .item-options.links dt:after {
      content: ': '; }
  .order-details-items .item-options.links dd {
    margin: 0; }

.order-pager-wrapper .toolbar-amount {
  padding-top: 3px; }

.order-pager-wrapper .pages-items .item:first-child, .order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0; }

.order-actions-toolbar {
  margin-bottom: 25px; }
  .order-actions-toolbar .action {
    margin-right: 30px; }
    .order-actions-toolbar .action.print {
      margin: 0; }

.page-title-wrapper .order-date {
  margin: 0 0 20px; }

.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px; }

.form-orders-search .field.email, .form-orders-search .field.zip {
  margin-bottom: 0; }

.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline; }

.block-reorder .product-item .field.item {
  display: inline-block; }

.block-reorder .product-item-name {
  display: inline-block; }

.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px; }

.block-order-details-comments {
  margin: 0 0 40px; }
  .block-order-details-comments .comment-date {
    font-weight: 600; }
  .block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px; }

.block-order-details-view .box-content .payment-method .title {
  font-weight: 400; }

.block-order-details-view .box-content .payment-method .content {
  margin: 0; }
  .block-order-details-view .box-content .payment-method .content > strong {
    font-weight: 400; }
    .block-order-details-view .box-content .payment-method .content > strong:after {
      content: ': '; }

.order-tracking {
  border-bottom: 1px solid silver;
  margin: 0;
  padding: 20px 0; }
  .order-tracking .tracking-title {
    display: inline-block; }
  .order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px; }

@media only screen and (max-width: 639px) {
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top; }
  .account .toolbar .pages {
    float: right; }
  .account .toolbar .limiter {
    clear: both; }
  .order-details-items thead {
    display: block; }
    .order-details-items thead tr,
    .order-details-items thead td {
      display: block; }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit; }
  .order-pager-wrapper .pages {
    text-align: center; }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right; }
  .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
    text-align: center; }
  .table-order-items.creditmemo .col.total {
    text-align: right; }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0; }
  .order-pager-wrapper .pages {
    float: right; }
  .order-actions-toolbar .action.print {
    display: block;
    float: right; }
  .page-title-wrapper .order-date {
    margin-top: -20px; }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; } }

.opc-wrapper .form-discount {
  max-width: 500px; }

.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none; }
  .action.mailto.friend:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .action.mailto.friend span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top; }

.swatch-attribute-label {
  font-weight: bold;
  position: relative; }

.swatch-attribute-label.required {
  padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-attribute-options {
  margin-top: 10px; }

.swatch-option {
  min-width: 18px;
  max-width: 18px;
  border-radius: 50%;
  height: 18px;
  border: 0.5px solid #979797;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px; }

.swatch-option.text.selected {
  background-color: #fff !important; }

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }

.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff; }

.swatch-option.disabled {
  cursor: default; }

.swatch-option.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%); }

.swatch-option-tooltip {
  max-width: 140px;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  padding: 5px;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  text-align: center; }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  left: 40%;
  position: absolute;
  bottom: 0;
  height: 8px; }

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  content: '';
  position: relative;
  top: 1px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

.swatch-option-link-layered {
  position: relative; }

.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

.swatch-opt-listing {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url(../Magento_Swatches/images/loader-2.gif); }

.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden; }

@media all and (min-width: 64.0625em) {
  body {
    background-color: #EEEEEE; } }

.page-main > .page-title-wrapper {
  background-color: #fff;
  padding-top: 35px;
  text-align: center; }
  .page-main > .page-title-wrapper .page-title + .action {
    margin-top: 30px; }

.message.global p {
  margin: 0; }

.message.global.noscript {
  border-radius: 4px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #1991EB;
  color: #fff;
  margin: 0; }
  .message.global.noscript a {
    color: #fff; }
    .message.global.noscript a:hover {
      color: #fff; }
    .message.global.noscript a:active {
      color: #fff; }

.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 15; }
  .message.global.cookie .actions {
    margin-top: 10px; }

.message.global.demo {
  border-radius: 4px;
  margin: 0;
  padding: 12px 20px;
  display: block;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.4rem;
  background: #1991EB;
  color: #fff;
  margin-bottom: 0;
  text-align: center; }
  .message.global.demo a {
    color: #fff; }
    .message.global.demo a:hover {
      color: #fff; }
    .message.global.demo a:active {
      color: #fff; }

.page-footer {
  background-color: #000;
  margin-top: auto; }

.footer.content {
  padding: 42px 15px 12px 15px; }
  .footer.content .links > li {
    margin: 0 0 8px; }

.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0; }

.widget {
  clear: both; }

.page-footer .widget.block {
  margin: 20px 0; }

.ui-datepicker td {
  padding: 0; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; }
  .page-layout-full-width {
    background-color: #fff; }
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%; }
    .page-wrapper > .breadcrumbs,
    .page-wrapper > .top-container,
    .page-wrapper > .widget {
      box-sizing: border-box;
      width: 100%; }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {
      height: 100%; }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block; }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px; } }

.contact-index-index .page-main {
  margin-top: 5rem; }
  .contact-index-index .page-main .column.main {
    margin-top: 0; }

.contact-index-index .actions-toolbar {
  display: flex;
  justify-content: center; }

.customer-account-create .page-main {
  margin-top: 5rem; }

.my-credit-cards .status {
  font-style: italic; }

.my-credit-cards .action.delete {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline; }
  .my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active {
    background: none;
    border: none; }
  .my-credit-cards .action.delete:hover {
    background: none;
    border: none; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards .action.delete:visited {
    color: #999999;
    text-decoration: underline; }
  .my-credit-cards .action.delete:hover {
    color: #988057;
    text-decoration: underline; }
  .my-credit-cards .action.delete:active {
    color: #988057;
    text-decoration: underline; }
  .my-credit-cards .action.delete:hover {
    color: #988057; }
  .my-credit-cards .action.delete:hover, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus {
    background: none;
    border: 0; }
  .my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled],
  fieldset[disabled] .my-credit-cards .action.delete {
    color: #999999;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

.my-credit-cards-popup .modal-footer {
  text-align: right; }

.my-credit-cards-popup .action.secondary {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  color: #999999;
  text-decoration: underline;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px; }
  .my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }
  .my-credit-cards-popup .action.secondary:visited {
    color: #999999;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #988057;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:active {
    color: #988057;
    text-decoration: underline; }
  .my-credit-cards-popup .action.secondary:hover {
    color: #988057; }
  .my-credit-cards-popup .action.secondary:hover, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0; }
  .my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled],
  fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #999999;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
      display: none; }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
      display: block; }
  .my-credit-cards .card-type img {
    vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  .my-credit-cards .card-type img {
    display: block; } }

.minilist .weee {
  display: table-row;
  font-size: 1.1rem; }
  .minilist .weee:before {
    display: none; }

.price-container.weee:before {
  display: none; }

.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "\e940";
  font-family: 'berg-icons';
  font-size: 1.3rem; }

.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid silver; }

.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0; }

.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid silver; }

.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0; }

.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid silver; }

.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0; }
  .account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle; }

.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%; }

.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px; }

.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px; }

.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0; }

.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px; }

.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top; }

.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700; }

.block-wishlist .product-item-name {
  margin-right: 25px; }

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px; }

.products-grid.wishlist .product-item-name {
  margin-top: 0; }

.products-grid.wishlist .product-item .price-box {
  margin: 0; }

.products-grid.wishlist .product-item-comment {
  display: block;
  height: 60px;
  margin: 10px 0; }

.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px; }

@media only screen and (min-width: 768px) {
  .products-grid.wishlist .product-item {
    padding: 2rem; }
    .products-grid.wishlist .product-item-tooltip {
      display: inline-block; }
    .products-grid.wishlist .product-item-actions {
      margin: 10px 0 0; }
    .products-grid.wishlist .product-item .fieldset .field.qty {
      display: none; }
    .products-grid.wishlist .product-item .box-tocart .actions-primary {
      margin: 0;
      display: block;
      width: 100%; }
    .products-grid.wishlist .product-item .box-tocart .stock {
      margin: 20px 0 0; } }

.wishlist-index-index .column.main {
  background-color: #f5f5f5;
  padding: 0 3rem; }
  @media all and (max-width: 47.9375em) {
    .wishlist-index-index .column.main {
      background-color: transparent;
      padding: 0; } }

@media all and (max-width: 47.9375em) {
  .wishlist-index-index .products-grid .product-items {
    max-width: 400px;
    margin: 0 auto; } }

.wishlist-index-index .products-grid .product-item {
  padding: 2rem;
  margin-bottom: 5px; }
  @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
    .wishlist-index-index .products-grid .product-item {
      max-width: 32.5%; } }
  @media all and (min-width: 48em) and (max-width: 64em) {
    .wishlist-index-index .products-grid .product-item {
      max-width: 49%; } }
  @media all and (max-width: 47.9375em) {
    .wishlist-index-index .products-grid .product-item {
      max-width: 100%;
      width: 100%;
      border-bottom: 1px solid #999999; } }
  .wishlist-index-index .products-grid .product-item-actions {
    display: flex;
    justify-content: flex-end; }
    .wishlist-index-index .products-grid .product-item-actions .edit {
      margin-right: 2rem; }
  .wishlist-index-index .products-grid .product-item .qty {
    display: none; }

.wishlist-index-index .actions-toolbar .wishlist__actions {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media all and (max-width: 47.9375em) {
    .wishlist-index-index .actions-toolbar .wishlist__actions {
      flex-direction: column;
      max-width: 400px; } }
  .wishlist-index-index .actions-toolbar .wishlist__actions button, .wishlist-index-index .actions-toolbar .wishlist__actions .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .wishlist-index-index .actions-toolbar .wishlist__actions .actions-toolbar > .action, .wishlist-index-index .actions-toolbar .wishlist__actions .action-gift {
    margin-right: 30px; }
    .wishlist-index-index .actions-toolbar .wishlist__actions button:last-of-type, .wishlist-index-index .actions-toolbar .wishlist__actions .cart.table-wrapper .actions-toolbar > .action:last-of-type, .cart.table-wrapper .wishlist-index-index .actions-toolbar .wishlist__actions .actions-toolbar > .action:last-of-type, .wishlist-index-index .actions-toolbar .wishlist__actions .action-gift:last-of-type {
      margin-right: 0; }

.wishlist-index-index .box-tocart .wishlist__add {
  width: 100%;
  margin-bottom: 1.5rem; }
  .wishlist-index-index .box-tocart .wishlist__add button, .wishlist-index-index .box-tocart .wishlist__add .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .wishlist-index-index .box-tocart .wishlist__add .actions-toolbar > .action, .wishlist-index-index .box-tocart .wishlist__add .action-gift {
    width: 100%; }

.stockists .page-title-wrapper {
  display: none; }

.stockists .column.main {
  background: transparent; }

.stockists #map-canvas {
  height: auto; }
  @media all and (max-width: 47.9375em) {
    .stockists #map-canvas {
      min-height: 420px; } }

.stockists .parent-stockists {
  max-width: 1320px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
  color: #000; }
  @media all and (max-width: 64em) {
    .stockists .parent-stockists {
      position: relative; } }
  .stockists .parent-stockists .search-stockists {
    position: static;
    display: flex;
    width: 100%;
    background: transparent;
    padding: 10px 0 0;
    height: auto; }
  .stockists .parent-stockists .search-header {
    background-color: #fff;
    margin-right: 5rem;
    padding: 2rem 5rem 18px 23px;
    min-width: 450px; }
    @media all and (max-width: 64em) {
      .stockists .parent-stockists .search-header {
        padding: 2rem 5rem 18px 0; } }
    @media all and (max-width: 47.9375em) {
      .stockists .parent-stockists .search-header {
        margin-right: 0;
        padding: 1rem 0;
        min-width: 100px;
        width: 100%; } }
  .stockists .parent-stockists .search-title {
    letter-spacing: 3px;
    margin-bottom: 15px; }
    @media all and (max-width: 47.9375em) {
      .stockists .parent-stockists .search-title {
        font-size: 1.7rem;
        letter-spacing: 1px; } }

.stockists #stockist-search-term {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000;
  padding: 0 50px 0 0;
  min-width: 400px; }
  @media all and (max-width: 47.9375em) {
    .stockists #stockist-search-term {
      min-width: 150px;
      width: 100%; } }

.stockists #stockists-submit {
  font-size: 0;
  background: transparent;
  border: none;
  position: absolute;
  right: -13px;
  top: 9px; }
  .stockists #stockists-submit:before {
    content: '\e903';
    font-family: 'berg-icons';
    font-size: 8px;
    color: #000; }
  .stockists #stockists-submit:hover:before {
    color: #988057; }

.stockists .find-my-location {
  display: block; }

.stockists .geocode-location {
  background: none;
  width: 100%;
  display: flex;
  left: 0;
  top: 0;
  margin-top: 1.3rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #000; }
  .stockists .geocode-location:hover {
    color: #988057; }
  .stockists .geocode-location .icon {
    position: relative;
    margin-right: 2rem; }
    @media all and (max-width: 47.9375em) {
      .stockists .geocode-location .icon {
        margin-right: 1rem; } }
    .stockists .geocode-location .icon:before {
      font-size: 18px;
      color: #000; }

.stockists .action-stockists {
  position: relative; }

.stockists .stockist-links {
  display: flex;
  width: 350px;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
  color: #000; }
  @media all and (max-width: 64em) {
    .stockists .stockist-links {
      position: absolute;
      right: 0;
      top: 34px; } }
  @media all and (max-width: 47.9375em) {
    .stockists .stockist-links {
      z-index: 9;
      top: 20px; } }
  .stockists .stockist-links a {
    text-decoration: none;
    padding: 1px 16px;
    color: #000;
    font-size: 12px; }
    @media all and (max-width: 47.9375em) {
      .stockists .stockist-links a {
        padding: 1px 10px; } }
    .stockists .stockist-links a span {
      position: relative;
      top: 2px; }
  .stockists .stockist-links a.active {
    border: 2px solid #000;
    background-color: #fff; }
  .stockists .stockist-links .icon {
    margin-right: 0.5rem;
    position: relative;
    top: 3px; }
  .stockists .stockist-links__label {
    margin-right: 0.8rem;
    position: relative;
    top: 2px; }
    @media all and (max-width: 47.9375em) {
      .stockists .stockist-links__label {
        display: none; } }

.stockists .gm-style-iw button.gm-ui-hover-effect, .stockists .gm-style-iw .cart.table-wrapper .actions-toolbar > .gm-ui-hover-effect.action, .cart.table-wrapper .stockists .gm-style-iw .actions-toolbar > .gm-ui-hover-effect.action, .stockists .gm-style-iw .gm-ui-hover-effect.action-gift {
  top: 0;
  right: 3px; }
  .stockists .gm-style-iw button.gm-ui-hover-effect img, .stockists .gm-style-iw .cart.table-wrapper .actions-toolbar > .gm-ui-hover-effect.action img, .cart.table-wrapper .stockists .gm-style-iw .actions-toolbar > .gm-ui-hover-effect.action img, .stockists .gm-style-iw .gm-ui-hover-effect.action-gift img {
    width: 18px;
    height: 20px; }

.stockists .gm-style-iw .stockists-window .get-directions {
  margin-bottom: 0; }

.store_list-store-storelist .column.main {
  background-color: transparent; }

/* Stores result list
------------------------------------------- */
.stockists-list {
  max-width: 1320px;
  padding: 0 2rem; }
  @media all and (max-width: 47.9375em) {
    .stockists-list {
      padding: 0; } }
  .stockists-list .parent-stockists {
    padding: 0; }
  .stockists-list__title {
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media all and (max-width: 47.9375em) {
      .stockists-list__title {
        font-size: 1.7rem;
        letter-spacing: 1px; } }
  .stockists-list__wrapper {
    justify-content: space-between; }
  .stockists-list__form {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    padding-right: 10rem; }
    .stockists-list__form.is-loading {
      position: relative; }
      .stockists-list__form.is-loading:after {
        content: '';
        background-image: url("../images/loader-2.gif");
        width: 100%;
        height: 100%;
        background-size: 50px;
        background-position: 50%;
        z-index: 999;
        opacity: 1;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        visibility: visible;
        background-color: rgba(255, 255, 255, 0.8); }
  .stockists-list__select {
    margin-bottom: 3rem; }
    .stockists-list__select:before {
      width: 7px;
      height: 7px;
      top: 12px;
      right: 4px; }
    .stockists-list__select select {
      min-width: 200px;
      border-width: 0 0 1px;
      padding-left: 0;
      color: #999999;
      height: 35px; }
      @media all and (max-width: 64em) {
        .stockists-list__select select {
          font-size: 16px; } }
    .stockists-list__select.disabled {
      opacity: 0.3;
      cursor: not-allowed;
      pointer-events: none; }
  .stockists-list__stores {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 5rem 13rem;
    min-height: 424px; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .stockists-list__stores {
        padding: 5rem 9rem; } }
    @media all and (max-width: 64em) {
      .stockists-list__stores {
        padding: 0; } }
    @media all and (max-width: 47.9375em) {
      .stockists-list__stores {
        min-height: 350px; } }
    .stockists-list__stores p {
      margin-bottom: 5px; }
    .stockists-list__stores a {
      color: #000; }
  .stockists-list .store.inactive .store__empty {
    display: block; }
  .stockists-list .store__empty {
    display: none;
    font-size: 1.6rem;
    margin-left: -100px;
    color: #000; }
    @media all and (min-width: 64.0625em) and (max-width: 82.4375em) {
      .stockists-list .store__empty {
        margin-left: -50px; } }
    @media all and (max-width: 64em) {
      .stockists-list .store__empty {
        margin-left: 0; } }
  .stockists-list .store__item {
    max-width: 320px;
    width: 33.33%;
    padding: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #000; }
    @media all and (max-width: 64em) {
      .stockists-list .store__item {
        width: 100%;
        padding: 0; } }
  .stockists-list .store__name {
    position: relative;
    padding: 40px 30px 40px;
    min-height: 48px; }
    .stockists-list .store__name:before {
      content: '';
      background-image: url("../images/icons/pin_map_berg.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .stockists-list .store__name:after {
      content: '';
      display: block;
      height: 3px;
      width: 50px;
      position: absolute;
      bottom: 20px;
      left: 50%;
      background-color: #000;
      transform: translateX(-50%); }
  .stockists-list .store__show {
    display: block;
    margin: 1rem 0;
    cursor: pointer; }
    .stockists-list .store__show .icon:before {
      font-size: 7px; }
  .stockists-list .store__phone {
    margin-bottom: 0;
    margin-top: 1.5rem; }
  .stockists-list .store__descr {
    margin-top: 2rem; }
  .stockists-list .store address {
    font-family: "CenturyGothic-bold", "Open Sans", sans-serif; }
  .stockists-list.is-loading {
    position: relative; }
    .stockists-list.is-loading:after {
      content: '';
      background-image: url("../images/loader-2.gif");
      width: 100%;
      height: 100%;
      background-size: 50px;
      background-position: 50%;
      z-index: 999;
      opacity: 1;
      background-repeat: no-repeat;
      position: absolute;
      top: 40px;
      left: 50%;
      transform: translateX(-50%);
      visibility: visible;
      background-color: rgba(255, 255, 255, 0.6); }

.block-blog-related .post-list-container,
.post-list-content .post-list-container {
  display: flex;
  flex-wrap: wrap; }

.block-blog-related .post-item,
.post-list-content .post-item {
  padding: 0 45px; }
  @media all and (min-width: 64.0625em) {
    .block-blog-related .post-item,
    .post-list-content .post-item {
      flex-basis: 33.3%; } }
  @media all and (max-width: 64em) {
    .block-blog-related .post-item,
    .post-list-content .post-item {
      border: 1px solid #EEEEEE; } }
  @media all and (max-width: 47.9375em) {
    .block-blog-related .post-item,
    .post-list-content .post-item {
      padding: 0 15px; } }
  .block-blog-related .post-item__image,
  .post-list-content .post-item__image {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    display: block; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .block-blog-related .post-item__image,
      .post-list-content .post-item__image {
        height: 350px;
        width: 100%; } }
  .block-blog-related .post-item__title,
  .post-list-content .post-item__title {
    margin-top: 1rem;
    min-height: 68px;
    margin-bottom: 3rem; }
    .block-blog-related .post-item__title .post-link-title,
    .post-list-content .post-item__title .post-link-title {
      color: #000;
      text-decoration: none; }
  .block-blog-related .post-item__short-description,
  .post-list-content .post-item__short-description {
    text-align: justify;
    height: 75px;
    overflow: hidden; }

.block-blog-related .post-info,
.post-list-content .post-info {
  color: #000;
  margin-top: 60px; }
  @media all and (max-width: 64em) {
    .block-blog-related .post-info,
    .post-list-content .post-info {
      margin-top: 30px; } }

.mpblog-post-view #at4-share,
.mpblog-post-view #at-share-dock,
.mpblog-post-view .sidebar-main,
.mpblog-post-view .mp-blog-rss {
  display: none;
  height: 0; }

.mpblog-post-view .post-view-image {
  height: 450px; }
  .mpblog-post-view .post-view-image .img-responsive {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.mpblog-post-view #sharing {
  display: flex;
  align-items: center; }
  .mpblog-post-view #sharing .share-col-left {
    text-transform: uppercase; }
    .mpblog-post-view #sharing .share-col-left h5 {
      margin: 0; }
  .mpblog-post-view #sharing .at-share-btn-elements .at-label {
    display: none; }
  .mpblog-post-view #sharing .at-share-btn-elements .at-icon-wrapper {
    background-color: inherit !important;
    line-height: 20px !important;
    height: 20px !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .mpblog-post-view #sharing .at-share-btn-elements .at-icon {
    fill: #000 !important;
    height: 17px !important; }

.mpblog-post-view .post-view__header-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 250px; }
  .mpblog-post-view .post-view__header-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #EEEEEE;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
    height: 250px;
    width: 66%;
    padding: 0; }
    .mpblog-post-view .post-view__header-wrapper:before a {
      margin-bottom: 38px;
      align-self: flex-end; }
  .mpblog-post-view .post-view__header-wrapper #sharing {
    justify-content: flex-end; }
    .mpblog-post-view .post-view__header-wrapper #sharing .share-col-right {
      min-width: 150px; }
  .mpblog-post-view .post-view__header-wrapper .post-info {
    margin-top: 0; }
    @media all and (max-width: 64em) {
      .mpblog-post-view .post-view__header-wrapper .post-info {
        margin-top: 0; } }

.mpblog-post-view .post-view__header {
  max-width: 70%;
  padding: 20px 0 0 80px;
  position: relative;
  z-index: 2; }
  @media all and (max-width: 64em) {
    .mpblog-post-view .post-view__header {
      max-width: 100%;
      padding-left: 30px; } }
  @media all and (max-width: 47.9375em) {
    .mpblog-post-view .post-view__header {
      padding-left: 10px; } }
  .mpblog-post-view .post-view__header span, .mpblog-post-view .post-view__header .mp-info {
    color: #000; }

.mpblog-post-view .post-view__title {
  margin-top: 10px; }

.mpblog-post-view .post-view__share {
  padding-top: 40px;
  flex-basis: 30%;
  z-index: 2; }

.mpblog-post-view .post-view .post-post_content {
  padding-top: 1rem; }
  @media all and (min-width: 64.0625em) {
    .mpblog-post-view .post-view .post-post_content {
      padding-left: 17%;
      padding-right: 17%; } }
  @media all and (max-width: 64em) {
    .mpblog-post-view .post-view .post-post_content {
      padding-left: 20px;
      padding-right: 20px; } }
  .mpblog-post-view .post-view .post-post_content h1, .mpblog-post-view .post-view .post-post_content h2, .mpblog-post-view .post-view .post-post_content h3, .mpblog-post-view .post-view .post-post_content h4, .mpblog-post-view .post-view .post-post_content h5, .mpblog-post-view .post-view .post-post_content h6, .mpblog-post-view .post-view .post-post_content p, .mpblog-post-view .post-view .post-post_content li {
    color: #999999;
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .mpblog-post-view .post-view .post-post_content p {
    text-align: justify; }
  .mpblog-post-view .post-view .post-post_content ol {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    counter-reset: section;
    list-style-type: none; }
    .mpblog-post-view .post-view .post-post_content ol > li {
      margin-bottom: 2.1rem; }
      .mpblog-post-view .post-view .post-post_content ol > li:before {
        counter-increment: section;
        content: counters(section, ".") ".";
        margin-right: 4px;
        font-size: 2.1rem;
        margin-right: 12px; }
      .mpblog-post-view .post-view .post-post_content ol > li > *:first-child {
        display: inline-block;
        width: 93%; }
  .mpblog-post-view .post-view .post-post_content ul {
    counter-reset: section;
    list-style-type: none;
    -webkit-padding-start: 25px;
            padding-inline-start: 25px; }
    .mpblog-post-view .post-view .post-post_content ul li {
      position: relative;
      -webkit-padding-start: 25px;
              padding-inline-start: 25px; }
      .mpblog-post-view .post-view .post-post_content ul li:before {
        content: "\2022";
        position: absolute;
        color: #000;
        font-size: 23px;
        line-height: 23px;
        left: 0;
        top: 2px; }

.mpblog-post-view .share-main {
  margin-top: 60px;
  margin-bottom: 80px;
  padding-left: 11%; }
  @media all and (max-width: 64em) {
    .mpblog-post-view .share-main {
      margin-bottom: 30px; } }

@media all and (min-width: 64.0625em) {
  .mpblog-post-view .berg-widget {
    width: 118%;
    margin-left: -9%; } }

@media all and (max-width: 64em) {
  .mpblog-post-view .berg-widget {
    padding: 0; } }

.mpblog-post-view .block-blog-related__title-wrapper {
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media all and (min-width: 64.0625em) {
    .mpblog-post-view .block-blog-related__title-wrapper {
      background-color: #EEEEEE; } }
  .mpblog-post-view .block-blog-related__title-wrapper h2 {
    padding-bottom: 1rem;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    .mpblog-post-view .block-blog-related__title-wrapper h2:after {
      content: '';
      display: block;
      background-color: #000;
      height: 3px;
      width: 45px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }

.mpblog-post-view .block-blog-related .post-item:nth-of-type(2), .mpblog-post-view .block-blog-related .post-item:nth-of-type(5) {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE; }

@media all and (max-width: 64em) {
  .mpblog-post-view .block-blog-related .o-btn {
    margin-bottom: 3rem; } }

.mpblog-post-index .page-main {
  margin-bottom: 50px; }

.mpblog-post-index.page-layout-2columns-right .column.main {
  width: 100%;
  padding-bottom: 0; }

.mpblog-post-index .mp-blog-rss {
  display: none; }

.mpblog-post-index .limiter {
  height: 0;
  visibility: hidden; }

.mpblog-post-index .post-list-content .o-btn {
  margin-bottom: 6rem; }
  @media all and (max-width: 64em) {
    .mpblog-post-index .post-list-content .o-btn {
      margin-bottom: 3rem; } }

@media all and (min-width: 64.0625em) {
  .mpblog-post-index .post-item {
    border-top: 1px solid #EEEEEE; }
    .mpblog-post-index .post-item:nth-of-type(1), .mpblog-post-index .post-item:nth-of-type(2) {
      flex-basis: 100%;
      padding: 0; }
      .mpblog-post-index .post-item:nth-of-type(1) .post-item-wraper, .mpblog-post-index .post-item:nth-of-type(2) .post-item-wraper {
        display: flex; }
        .mpblog-post-index .post-item:nth-of-type(1) .post-item-wraper .post-image,
        .mpblog-post-index .post-item:nth-of-type(1) .post-item-wraper .post-info-wraper, .mpblog-post-index .post-item:nth-of-type(2) .post-item-wraper .post-image,
        .mpblog-post-index .post-item:nth-of-type(2) .post-item-wraper .post-info-wraper {
          flex-basis: 50%;
          min-height: 400px; }
        .mpblog-post-index .post-item:nth-of-type(1) .post-item-wraper .post-item__image, .mpblog-post-index .post-item:nth-of-type(2) .post-item-wraper .post-item__image {
          height: 100%;
          width: 100%;
          margin: 0; }
        .mpblog-post-index .post-item:nth-of-type(1) .post-item-wraper .post-info-wraper, .mpblog-post-index .post-item:nth-of-type(2) .post-item-wraper .post-info-wraper {
          padding: 0 11%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; }
        .mpblog-post-index .post-item:nth-of-type(1) .post-item-wraper .post-info, .mpblog-post-index .post-item:nth-of-type(2) .post-item-wraper .post-info {
          margin-top: 0; }
        .mpblog-post-index .post-item:nth-of-type(1) .post-item-wraper .o-btn, .mpblog-post-index .post-item:nth-of-type(2) .post-item-wraper .o-btn {
          margin-bottom: 0; }
    .mpblog-post-index .post-item:nth-of-type(4), .mpblog-post-index .post-item:nth-of-type(7) {
      border-left: 1px solid #EEEEEE;
      border-right: 1px solid #EEEEEE; }
    .mpblog-post-index .post-item:first-of-type .post-item-wraper {
      display: flex; }
      .mpblog-post-index .post-item:first-of-type .post-item-wraper .post-info-wraper {
        order: -1; } }

.mpblog-post-index .pager {
  padding-top: 40px;
  text-align: center; }
  @media all and (min-width: 64.0625em) {
    .mpblog-post-index .pager {
      background-color: #EEEEEE; } }

.post-list-container.berg-widget {
  margin-top: 0 !important; }
  @media all and (max-width: 47.9375em) {
    .post-list-container.berg-widget {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  .post-list-container.berg-widget .row {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    height: 0; }
    .post-list-container.berg-widget .row.slick-initialized {
      visibility: visible;
      height: auto;
      opacity: 1; }
  .post-list-container.berg-widget .post-item-wraper {
    display: flex; }
    @media all and (min-width: 48em) {
      .post-list-container.berg-widget .post-item-wraper {
        height: 700px; } }
    @media all and (max-width: 47.9375em) {
      .post-list-container.berg-widget .post-item-wraper {
        flex-direction: column; } }
    .post-list-container.berg-widget .post-item-wraper .post-image {
      flex-basis: 64%;
      position: relative;
      display: flex;
      justify-content: center;
      color: #fff;
      background-color: #EEEEEE; }
      @media all and (max-width: 47.9375em) {
        .post-list-container.berg-widget .post-item-wraper .post-image {
          flex-basis: 100%; } }
      .post-list-container.berg-widget .post-item-wraper .post-image img {
        height: 100%;
        max-width: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media all and (max-width: 47.9375em) {
          .post-list-container.berg-widget .post-item-wraper .post-image img {
            height: 280px; } }
      .post-list-container.berg-widget .post-item-wraper .post-image .slide-count {
        position: absolute;
        bottom: 20px;
        display: flex; }
        @media all and (max-width: 47.9375em) {
          .post-list-container.berg-widget .post-item-wraper .post-image .slide-count {
            bottom: -5px; } }
        .post-list-container.berg-widget .post-item-wraper .post-image .slide-count__current {
          align-self: flex-start;
          margin-top: 5px; }
        .post-list-container.berg-widget .post-item-wraper .post-image .slide-count__line {
          font-size: 28px; }
        .post-list-container.berg-widget .post-item-wraper .post-image .slide-count__total {
          align-self: flex-end;
          margin-bottom: 6px; }
    .post-list-container.berg-widget .post-item-wraper .description-column {
      flex-basis: 36%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media all and (max-width: 47.9375em) {
        .post-list-container.berg-widget .post-item-wraper .description-column {
          flex-basis: 100%; } }
      .post-list-container.berg-widget .post-item-wraper .description-column .top-header {
        color: #000;
        text-transform: uppercase;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        @media all and (min-width: 48em) {
          .post-list-container.berg-widget .post-item-wraper .description-column .top-header {
            margin-top: 3rem;
            padding-left: 30%;
            padding-bottom: 10px;
            position: relative;
            position: relative; }
            .post-list-container.berg-widget .post-item-wraper .description-column .top-header:before {
              content: '';
              position: absolute;
              margin-left: auto;
              margin-right: auto;
              right: 0;
              bottom: 0;
              width: 338px;
              height: 1px;
              background-color: #999999; }
            .post-list-container.berg-widget .post-item-wraper .description-column .top-header:after {
              content: '';
              position: absolute;
              margin-left: auto;
              margin-right: auto;
              right: 0;
              bottom: -264px;
              width: 264px;
              height: 1px;
              background-color: #999999; }
            .post-list-container.berg-widget .post-item-wraper .description-column .top-header:after {
              transform: rotate(90deg);
              transform-origin: bottom right; } }
      @media all and (min-width: 48em) {
        .post-list-container.berg-widget .post-item-wraper .description-column .post-info-wraper {
          min-height: 400px;
          padding: 6% 8%;
          background-color: #EEEEEE; } }
      .post-list-container.berg-widget .post-item-wraper .description-column .post-info-wraper .mp-post-title {
        text-transform: uppercase;
        color: #000; }
        @media all and (max-width: 47.9375em) {
          .post-list-container.berg-widget .post-item-wraper .description-column .post-info-wraper .mp-post-title {
            margin-top: 0; } }
      .post-list-container.berg-widget .post-item-wraper .description-column .post-info-wraper .post-short-description p {
        text-align: justify; }
      .post-list-container.berg-widget .post-item-wraper .description-column .post-info-wraper .mp-post-meta-info {
        margin-top: 3rem; }
  .post-list-container.berg-widget .slick-list {
    padding-top: 0; }
  .post-list-container.berg-widget .slick-prev,
  .post-list-container.berg-widget .slick-next {
    top: 650px; }
    .post-list-container.berg-widget .slick-prev:before,
    .post-list-container.berg-widget .slick-next:before {
      color: #fff; }
    @media all and (max-width: 47.9375em) {
      .post-list-container.berg-widget .slick-prev,
      .post-list-container.berg-widget .slick-next {
        top: 245px; } }
  .post-list-container.berg-widget .slick-prev {
    left: 40px; }
    @media all and (max-width: 47.9375em) {
      .post-list-container.berg-widget .slick-prev {
        left: 15px; } }
  .post-list-container.berg-widget .slick-next {
    right: 40%;
    transform: initial; }
    @media all and (max-width: 47.9375em) {
      .post-list-container.berg-widget .slick-next {
        right: 15px; } }

body._has-cookie-modal:before {
  content: '';
  display: block;
  background-color: rgba(87, 87, 87, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000; }

body._has-cookie-modal .modals-overlay {
  display: none; }

.popup-cookies-details {
  z-index: 1020 !important; }
  .popup-cookies-details .action-close {
    display: none; }
  .popup-cookies-details .modal-header {
    padding-inline: 16px; }
  .popup-cookies-details a {
    color: #988057; }
  .popup-cookies-details .modal-content {
    padding-inline: 16px; }
    .popup-cookies-details .modal-content .cookie__text {
      max-width: unset; }
  .popup-cookies-details .cookie-type {
    margin-bottom: 16px; }
  .popup-cookies-details .cookies-list {
    text-align: left; }
    .popup-cookies-details .cookies-list .cookie-container {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .popup-cookies-details .cookies-list .cookie-container.disabled label {
        cursor: default; }
      .popup-cookies-details .cookies-list .cookie-container .cookie-type-info {
        max-width: calc(100% - 60px);
        padding-right: 10px; }
      .popup-cookies-details .cookies-list .cookie-container .cookie-type-label {
        font-size: 16px;
        font-weight: 700; }
    .popup-cookies-details .cookies-list .cookies {
      max-height: 150px;
      overflow-y: auto;
      padding-inline: 5px;
      background-color: #dddddd;
      border-radius: 10px; }
      .popup-cookies-details .cookies-list .cookies .row {
        display: grid;
        grid-template-columns: calc(50% - 4px) calc(50% - 4px);
        margin-bottom: 8px;
        -moz-column-gap: 8px;
             column-gap: 8px; }
      .popup-cookies-details .cookies-list .cookies .col {
        word-break: break-all; }
      .popup-cookies-details .cookies-list .cookies .cookies-list-header {
        border-bottom: 1px solid #000000;
        font-weight: 700; }
    .popup-cookies-details .cookies-list .show-cookies-toggle-container a {
      text-decoration: none;
      cursor: pointer; }
  .popup-cookies-details .modal-footer {
    flex-direction: column; }
    .popup-cookies-details .modal-footer button, .popup-cookies-details .modal-footer .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .popup-cookies-details .modal-footer .actions-toolbar > .action, .popup-cookies-details .modal-footer .action-gift {
      margin-bottom: 16px;
      width: 100%; }

.message.global.consent {
  z-index: 1010;
  background-color: #ffffff; }
  .message.global.consent .content {
    display: block;
    max-height: 70vh;
    overflow: auto; }
  .message.global.consent #show-cookie-details {
    color: #988057;
    text-decoration: none;
    cursor: pointer; }
  .message.global.consent .consent-btn {
    margin-bottom: 10px; }
    .message.global.consent .consent-btn:last-of-type {
      margin-bottom: 0px; }
  .message.global.consent .buttons-col {
    display: flex;
    flex-direction: column;
    margin-top: 16px; }
  .message.global.consent .cookie-preferences {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .message.global.consent .cookie-preferences .cookie-container {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .message.global.consent .cookie-preferences .cookie-container label {
        margin-right: 10px; }
      .message.global.consent .cookie-preferences .cookie-container.disabled label {
        cursor: default; }

.switch-input {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }
  .switch-input.disabled {
    cursor: default; }
  .switch-input input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch-input input:checked + .slider {
      background-color: #988057; }
      .switch-input input:checked + .slider::before {
        transform: translateX(26px); }
    .switch-input input:focus + .slider {
      box-shadow: 0 0 1px #988057; }
    .switch-input input:disabled + .slider {
      background-color: #d2ccbf;
      cursor: default; }
  .switch-input .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px; }
    .switch-input .slider::before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%; }

@media screen and (min-width: 650px) {
  .popup-cookies-details .modal-footer {
    flex-direction: row; }
    .popup-cookies-details .modal-footer button, .popup-cookies-details .modal-footer .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .popup-cookies-details .modal-footer .actions-toolbar > .action, .popup-cookies-details .modal-footer .action-gift {
      margin-bottom: 0px;
      width: auto; } }

@media screen and (min-width: 768px) {
  .message.global.consent .consent-btn {
    margin-left: 16px; }
  .message.global.consent .buttons-col {
    margin-top: 0px; }
  .message.global.consent .cookie-preferences {
    justify-content: unset; }
  .message.global.consent .row {
    display: flex;
    flex-direction: row; }
  .popup-cookies-details.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 80vh; }
  .popup-cookies-details .modal-inner-wrap {
    margin: 10vh auto; } }

.sidebar .block-addbysku .fieldset {
  margin: 0; }
  .sidebar .block-addbysku .fieldset .fields {
    position: relative; }
    .sidebar .block-addbysku .fieldset .fields .field {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: top; }
      .sidebar .block-addbysku .fieldset .fields .field.sku {
        margin-right: -85px;
        padding-right: 90px;
        width: 100%; }
      .sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
        width: 80px; }
    .sidebar .block-addbysku .fieldset .fields .actions-toolbar {
      position: absolute;
      right: 0;
      top: 6px; }

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left; }
    .sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
      width: auto; }
  .sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left; }

.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto; }
  .sidebar .block-addbysku .action.add > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.add:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.add:active:before {
    color: inherit; }

.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0; }

.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0; }

.sidebar .block-addbysku .action.remove {
  display: inline-block;
  text-decoration: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400; }
  .sidebar .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
  .sidebar .block-addbysku .action.remove:hover:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:active:before {
    color: inherit; }
  .sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none; }
  .sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled],
  fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5; }

.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block; }

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px; }
  .block-banners .banner-item-content img,
  .block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto; }

.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-product-link-inline.widget {
  margin: 0; }

.block.widget .product-item-info {
  width: auto; }

.block.widget .pager {
  padding: 0; }
  .block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem; }
  .block.widget .pager .pages-item-previous {
    padding-left: 0; }
  .block.widget .pager .pages-item-next {
    position: relative; }
  .block.widget .pager .items {
    white-space: nowrap; }

@media only screen and (min-width: 640px) {
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: auto; } }

@media only screen and (min-width: 640px) {
  .slick-slide .product-item {
    width: auto !important;
    display: block !important; } }

@media only screen and (min-width: 1025px) {
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0; }
    .sidebar .block.widget .pager .pages-item-next .action {
      margin: 0; } }

.cms-home .product-slider {
  background: #EEEEEE;
  padding-top: 40px;
  padding-bottom: 35px; }

.cms-home .product-slider__title:after {
  background: #EEEEEE; }

.cms-home .berg-widget {
  margin: 60px auto 0; }

.new-widget .block-content {
  margin-top: 20px; }
  @media all and (min-width: 64.0625em) {
    .new-widget .block-content {
      margin-top: 55px; } }

.new-widget .product-items:after {
  content: "";
  display: table;
  clear: both; }

.new-widget .product-item {
  width: auto;
  margin: 0 auto;
  max-width: 650px; }
  @media all and (min-width: 48em) {
    .new-widget .product-item {
      float: left;
      width: 52%; } }
  .new-widget .product-item-photo {
    height: 908px; }
    @media all and (min-width: 48em) and (max-width: 64em) {
      .new-widget .product-item-photo {
        height: 556px; } }
    @media all and (max-width: 47.9375em) {
      .new-widget .product-item-photo {
        height: 465px; } }
  .new-widget .product-item:nth-of-type(2) {
    margin-bottom: 20px; }
  .new-widget .product-item-details {
    padding: 1rem 10px; }
  @media all and (min-width: 48em) {
    .new-widget .product-item .price-box {
      margin: 0; } }
  .new-widget .product-item:first-of-type {
    margin-bottom: 2rem; }
  .new-widget .product-item .product-image-photo {
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: 0 auto;
    width: auto; }
  .new-widget .product-item:not(:first-of-type) {
    max-width: 592px; }
    @media all and (min-width: 48em) {
      .new-widget .product-item:not(:first-of-type) {
        float: right;
        width: 48%; } }
    @media all and (max-width: 82.4375em) {
      .new-widget .product-item:not(:first-of-type) {
        width: 46%; } }
    @media all and (max-width: 47.9375em) {
      .new-widget .product-item:not(:first-of-type) {
        width: 100%; } }
    .new-widget .product-item:not(:first-of-type) .product-item-photo {
      max-height: 410px;
      display: block; }
      @media all and (max-width: 64em) {
        .new-widget .product-item:not(:first-of-type) .product-item-photo {
          max-height: 234px; } }
  .new-widget .product-item:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2); }

.columns .block-event {
  position: relative;
  z-index: 2; }

.block-event .block-content {
  position: relative; }
  .block-event .block-content > .action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3; }
    .block-event .block-content > .action.backward, .block-event .block-content > .action.forward {
      opacity: 0.5;
      overflow: hidden;
      width: 20px;
      display: inline-block;
      text-decoration: none; }
      .block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 55px;
        line-height: 30px;
        color: inherit;
        content: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center; }
      .block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
        margin-left: -15px; }
    .block-event .block-content > .action.backward {
      left: 0; }
    .block-event .block-content > .action.forward {
      right: 0; }
      .block-event .block-content > .action.forward:before {
        content: ""; }
      .block-event .block-content > .action.forward:before {
        margin-left: -20px; }
    .block-event .block-content > .action.inactive {
      cursor: default;
      display: none; }
    .block-event .block-content > .action:hover {
      opacity: 1; }

.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .block-event .slider-panel .slider {
    white-space: nowrap; }
    .block-event .slider-panel .slider .item {
      background: #f0f0f0;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      white-space: normal;
      width: 16.35%; }
      .sidebar-main .block-event .slider-panel .slider .item,
      .sidebar-additional .block-event .slider-panel .slider .item {
        width: 100%; }
      .block-event .slider-panel .slider .item img {
        max-width: 100%; }
      .block-event .slider-panel .slider .item .category-name {
        display: inline-block;
        font-size: 1.8rem;
        padding: 15px 5px 0;
        word-break: break-all; }
      .block-event .slider-panel .slider .item .ticker {
        margin: 0;
        padding: 0;
        list-style: none none; }
        .block-event .slider-panel .slider .item .ticker li {
          display: none;
          margin: 0 5px; }
        .block-event .slider-panel .slider .item .ticker .value {
          font-size: 2.6rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .ticker .label {
          display: block;
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .dates {
        font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .start,
        .block-event .slider-panel .slider .item .dates .end,
        .block-event .slider-panel .slider .item .dates .date {
          display: block; }
        .block-event .slider-panel .slider .item .dates .start:after {
          font-size: 1.8rem;
          content: '\2013';
          display: block; }
        .block-event .slider-panel .slider .item .dates .date {
          font-size: 1.8rem;
          font-weight: 300; }
        .block-event .slider-panel .slider .item .dates .time {
          font-size: 1.3rem; }
      .block-event .slider-panel .slider .item .box-event .box-content {
        padding: 5px 0 10px; }
      .block-event .slider-panel .slider .item .box-event .box-title {
        display: block;
        font-weight: 300;
        margin: 10px 0 0; }
      .block-event .slider-panel .slider .item .action.show {
        display: block;
        padding: 0; }
        .block-event .slider-panel .slider .item .action.show .category.name {
          display: inline-block;
          padding: 30px 10px 0; }
        .block-event .slider-panel .slider .item .action.show img {
          display: block; }
      .block-event .slider-panel .slider .item .action.event {
        background-image: none;
        background: #000;
        border: 1px solid #000;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "CenturyGothic-regular", "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        padding: 14px 20px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 15px; }
        .block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
          background-color: #988057;
          border: 1px solid #988057;
          color: #fff;
          text-decoration: none; }
        .block-event .slider-panel .slider .item .action.event:hover {
          background-color: #988057;
          border: 1px solid #988057;
          color: #fff;
          text-decoration: none; }
        .block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled],
        fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
          cursor: default;
          pointer-events: none; }
        .block-event .slider-panel .slider .item .action.event:hover {
          text-decoration: none; }

.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px; }
  .links .block-static-block.widget, .links
  .block-cms-link.widget {
    margin-bottom: 0; }

.block-cms-link-inline.widget {
  margin: 0; }

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0; }

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px; }

.block-cms-hierarchy-link-inline.widget {
  margin: 0; }

.newsletter-popup-wrapper .modal-content {
  padding-inline: 0px; }

.endora-newsletter {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif, "websafe"; }
  .endora-newsletter.newsletter-popup form {
    padding-block: 0;
    border: none; }
  .endora-newsletter .form {
    border: 1px solid #000000;
    padding: 40px;
    font-size: 15px;
    position: relative; }
  .endora-newsletter .title {
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    line-height: 119%;
    margin: 10px 0;
    text-align: center; }
    .endora-newsletter .title p {
      margin-bottom: 0px; }
  .endora-newsletter .description {
    color: #a8a8a8;
    margin: 0;
    line-height: 151%;
    text-align: center;
    margin-bottom: 24px; }
    .endora-newsletter .description p {
      margin-bottom: 0px; }
  .endora-newsletter .field .input {
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif, "websafe";
    background: #f4f4f4;
    font-size: 14px;
    color: #333333;
    height: 38px;
    padding-left: 4px;
    line-height: 14px; }
  .endora-newsletter .field.agreements-container {
    margin-top: 16px; }
  .endora-newsletter .agreements {
    color: #909090;
    font-size: 11px;
    line-height: 11px; }
    .endora-newsletter .agreements p {
      margin-bottom: 0px;
      text-align: left; }
  .endora-newsletter .button-wrapper {
    margin-top: 16px;
    text-align: center; }
    .endora-newsletter .button-wrapper .submit {
      padding: 0px 60px;
      font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif, "websafe";
      font-size: 14px;
      line-height: 14px;
      background-color: #f4f4f4;
      height: 40px; }
      .endora-newsletter .button-wrapper .submit:hover {
        background-color: #000000; }
  .endora-newsletter .overlay-container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    border: 0px;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    z-index: 10; }

/*# sourceMappingURL=styles.css.map */
