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%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
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: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  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: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
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 > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  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 #c2c2c2;
  border-radius: 1px;
  font-family: 'effraregular', serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  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 {
  opacity: 0.5;
}
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 #c2c2c2;
  border-radius: 1px;
  font-family: 'effraregular', serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple="multiple"] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'effraregular', serif;
  font-size: 14px;
  height: auto;
  line-height: 1.428571429;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
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,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
  box-shadow: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 3:27:32 PM
    Author     : Vegan
*/
/* grey*/
/* compilation fix*/
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  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;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.catalogsearch-result-index .page-main,
.catalog-category-view .page-main,
.form-newsletter-index .page-main,
.form-quality-index .page-main,
.form-returns-index .page-main,
.form-contact-index .page-main,
.cms-no-route .page-main {
  padding: 0;
}
.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) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.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 #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 8px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  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: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.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;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.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 > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'effraregular', serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  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: '\e618';
  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: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  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: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  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;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.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%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.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;
  margin: 0;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: none;
  padding: 0;
}
.product.data.items > .item.content {
  border-top: 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.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.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: '\e616';
  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 {
  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: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.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;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 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,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.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-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  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: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  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:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.items,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;padding: 0;list-style: none none;
}
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.items > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;background: #f2f2f2;border: 1px solid #cdcdcd;color: #333;cursor: pointer;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight: 700;margin: 0;padding: 7px 15px;font-size: 1.4rem;line-height: 1.6rem;box-sizing: border-box;vertical-align: middle;display: inline-block;text-decoration: none;border-radius: 3px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;border: 1px solid #cdcdcd;color: #333;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;border: 1px solid #cdcdcd;color: #555;
}
.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 {
  opacity: 0.5;cursor: default;pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.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;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.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;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;height: auto;margin: 0 auto;max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;border-bottom: 1px solid #e8e8e8;margin-bottom: 15px;padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.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-compare .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.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-compare .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;line-height: 1.1;font-size: 1.8rem;margin-top: 1.5rem;margin-bottom: 1rem;
}
.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,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.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,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;margin: 0 0 5px;
}
.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,
.account .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;line-height: 1.1;font-size: 1.4rem;margin-top: 2rem;margin-bottom: 2rem;
}
.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,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;margin-left: 10px;
}
.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,
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.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,
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;position: relative;
}
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';display: table;
}
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;display: inline-block;text-decoration: none;
}
.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: '\e607';font-family: 'icons-blank-theme';margin: 0 0 0 5px;vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;text-decoration: none;
}
.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: '\e618';font-family: 'icons-blank-theme';margin: 0 0 0 5px;vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;padding: 0;list-style: none none;box-sizing: border-box;display: none;position: absolute;top: 100%;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;padding: 5px 5px 5px 23px;
}
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;cursor: pointer;
}
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;content: '';display: block;height: 0;position: absolute;width: 0;
}
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;border-color: transparent transparent #fff transparent;z-index: 99;
}
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;border-color: transparent transparent #bbb transparent;z-index: 98;
}
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;top: -12px;
}
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;top: -14px;
}
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.cart.table-wrapper .col.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,
.bundle-options-container .input-text.qty,
.account .table-return-items .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;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;text-decoration: none;
}
.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;
}
.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: '\e616';font-family: 'icons-blank-theme';vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.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;
}
.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;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333;text-decoration: none;
}
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;text-decoration: underline;
}
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;text-decoration: underline;
}
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;text-decoration: underline;
}
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333;text-decoration: underline;
}
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333;text-decoration: none;
}
.product-item-name > a:active,
.product.name a > a:active {
  color: #333;text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.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%;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.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,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .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.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.filter-options-content .filter-count-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;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;
}
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after {
  content: '';display: table;
}
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses: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,
.header.content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after {
  clear: both;
}
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show {
  box-sizing: border-box;
}
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;border-top-right-radius: 0;
}
.abs-split-button .cart.table-wrapper .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;
}
.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.2rem;padding: 5px 8px;font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-item-actions .actions-secondary > .action,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;text-decoration: none;
}
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-item-actions .actions-secondary > .action > 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;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-item-actions .actions-secondary > .action: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: #7d7d7d;font-family: 'icons-blank-theme';vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333;
}
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.multicheckout .action.primary,
.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 {
  line-height: 2.2rem;padding: 14px 17px;font-size: 1.8rem;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.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.42857143;padding: 0;color: #1979c3;text-decoration: none;background: none;border: 0;display: inline;border-radius: 0;font-size: inherit;font-weight: 400;
}
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #1979c3;text-decoration: none;
}
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #006bb4;text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #ff5501;text-decoration: underline;
}
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #1979c3;text-decoration: none;
}
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #006bb4;text-decoration: none;
}
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #ff5501;text-decoration: none;
}
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #006bb4;
}
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;border: 0;
}
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;opacity: 0.5;cursor: default;pointer-events: none;text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;border: 1px solid #cdcdcd;color: #333;
}
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;border: 1px solid #cdcdcd;color: #333;
}
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;border: 1px solid #cdcdcd;color: #555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;line-height: 1.6rem;padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;display: inline-block;white-space: nowrap;
}
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .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 {
  display: inline-block;font-size: 1.1rem;
}
.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,
.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 {
  content: '(' attr(data-label) ': ';
}
.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,
.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 {
  content: ')';
}
.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;
}
.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: '\e622';font-family: 'icons-blank-theme';margin: 3px 0 0 0;vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;right: -10px;top: 3px;
}
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.block-minicart .subtotal .label: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: ': ';
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;margin-right: 5px;
}
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.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,
.sidebar .subtitle {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;font-size: 1.2rem;white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;background-image: none;background: #f2f2f2;border: 1px solid #cdcdcd;color: #333;cursor: pointer;font-family: '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;display: inline-block;text-decoration: none;
}
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.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: '\e617';font-family: 'icons-blank-theme';margin: 0;vertical-align: top;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;border: 1px solid #cdcdcd;color: #333;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;border: 1px solid #cdcdcd;color: #555;
}
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;cursor: default;pointer-events: none;
}
.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);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;text-decoration: none;padding-left: 5px;
}
.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: '\e603';font-family: 'icons-blank-theme';margin: 0;vertical-align: top;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;width: calc(100% - 40px + 10px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;width: calc(100% - 24px + 10px + 5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;top: 40px;left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.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;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;padding-bottom: 10px;color: #333;font-weight: 300;font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;text-align: right;white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;border-bottom: 1px solid #d1d1d1;cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;text-decoration: none;padding-right: 25px;position: relative;
}
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-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;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-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: '\e622';font-family: 'icons-blank-theme';vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;right: -5px;top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;border-bottom: 1px solid #d1d1d1;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;cursor: pointer;font-weight: 600;display: block;text-decoration: none;margin-bottom: 0;overflow: hidden;padding: 7px 30px 7px 5px;position: relative;
}
.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: '\e622';font-family: 'icons-blank-theme';vertical-align: middle;display: inline-block;font-weight: normal;overflow: hidden;speak: none;text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;right: -5px;top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #fff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
#amrelated_product_content_tab .block-title {
  display: none;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated .slick-arrow {
  z-index: 999;
}
.amrelated-cart-message {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 5px 25px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 42px;
  background: #e9f6ff;
  color: #333333;
}
.amrelated-cart-message:before {
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 2px;
  width: 30px;
  height: 30px;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 30px;
  padding: 0 5px;
}
.amrelated-pack-wrapper {
  margin-bottom: 30px;
  clear: both;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
  padding-top: 15px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.amrelated-pack-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  width: 100%;
  padding: 30px;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item .amrelated-info {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 100%;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  margin-left: 20px;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
}
.amrelated-pack-item .product-reviews-summary {
  margin-bottom: 5px;
}
.amrelated-pack-item .price-final_price [data-price-type="finalPrice"] .price {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  position: unset;
  width: 0;
  min-width: 0;
  height: 0;
  border: 0;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-details {
  max-width: 70%;
  margin-left: 30px;
}
.amrelated-photo-container {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.amrelated-photo-container .amrelated-link {
  width: 100%;
  height: 100%;
  display: block;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #3978bd;
  border-radius: 2px;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #3978bd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMmEyIDIgMCAwIDEgMi0yaDE2YTIgMiAwIDAgMSAyIDJ2MTZhMiAyIDAgMCAxLTIgMkgyYTIgMiAwIDAgMS0yLTJWMnoiIGZpbGw9IiMzOTc4QkQiLz48cGF0aCBkPSJNNSAxMGw0LjUgNEwxNSA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #3978bd;
}
.amrelated-discount {
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  background: #eb5757;
  border-radius: 2px;
}
.amrelated-discount.-product {
  top: -10px;
  right: -10px;
  display: none;
  min-width: 35px;
  max-width: 80px;
  font-size: 15px;
}
.amrelated-discount.-summary {
  top: 0;
  left: 10px;
  max-width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: bold;
}
.amrelated-photo-container .amrelated-checkbox:checked ~ .amrelated-discount,
.amrelated-pack-item.-main .amrelated-discount {
  display: block;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 15px 0;
}
.amrelated-summary-content .main.price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.amrelated-price-wrapper {
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  margin-right: 10px;
}
.amrelated-tocart-wrapper .action {
  padding: 15px;
  font-size: 18px;
}
.amrelated-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.amrelated-bundle-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  box-sizing: border-box;
  max-width: 315px;
  height: auto;
  overflow: hidden;
  padding: 0 0 13px;
  text-align: center;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.amrelated-bundle-popup .close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 9;
  width: 12px;
  height: 12px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  cursor: pointer;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  z-index: 99;
  max-width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  background: #fffae5;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  z-index: 10;
  background-color: #fff;
  text-align: right;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 68%;
  height: 1px;
  margin-left: 16%;
  background-color: #c5c5c5;
  content: '';
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  max-width: 150px;
  margin: 15px auto;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles*/
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type="radio"] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  margin: 10px 0 8px;
  font-weight: 600;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  box-sizing: border-box;
  width: initial;
  margin: 0 25px 10px;
  border: 1px solid #b2b2b2;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  width: 60%;
  margin: auto;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: bold;
}
.amrelated-info.-top .reviews-actions .action {
  margin-left: 15px;
  font-size: 14px;
  color: #000;
}
.amrelated-info.-bottom {
  /* don't hide grouped price*/
}
.amrelated-info.-bottom > .amrelated-description {
  margin: 0 25px;
  font-size: 12px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #ccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.mst-promo-banner__widget-text-banner {
  background: #e6e6e6;
  background: linear-gradient(149deg, #e6e6e6 0%, #fefefe 35%, #cccccc 100%);
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #db4a0a;
  border-radius: 3px 3px 0 0;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-list {
  border: 1px solid #c2c2c2;
  max-height: 200px;
  overflow: auto;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
table.collection-point-opening-hours > tbody > tr > td {
  padding-bottom: 2px;
}
.collection-point-message {
  padding-top: 10px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
.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.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'effraregular', serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.428571429;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.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;
}
.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 {
  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;
}
.block-category-event {
  background: #f0f0f0;
  color: #333;
  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;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333;
}
.block-search .label:active:before {
  color: #333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  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 #c2c2c2;
  background: #fff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.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 #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: none;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper tbody.cart.item:last-child {
  border-bottom: 0;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.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 > .action,
.action-gift {
  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,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  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: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-container .checkout-methods-items .action.multicheckout {
  display: none;
}
.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 #d1d1d1;
}
.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,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-family: 'efframedium', serif;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
  display: none;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.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 {
  display: inline-block;
  position: relative;
  float: right;
  position: inherit;
  position: static;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  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.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  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.showcart.active:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  box-shadow: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  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: '\e616';
  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 {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
padding:30px 0 .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.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: '\e622';
  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 .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.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: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  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: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index {
  /*.nav-sections,
        .nav-toggle {
            display: none;
        }*/
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  text-transform: uppercase;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 0;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 0;
  width: 100%;
  word-wrap: break-word;
  color: #d9d9d9;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.opc-progress-bar-item._active:before {
  background: #d9d9d9;
}
.opc-progress-bar-item._active > span {
  color: #000;
  font-family: 'effrabold', serif;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  display: none;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #9d9d9d;
}
.opc-progress-bar-item._complete > span:after {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}
._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: #333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  padding-top: 20px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .form-login .fieldset .note:before,
.opc-wrapper .form-shipping-address .fieldset .note:before {
  display: none;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: transparent;
  background: #f6f6f6;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  color: #000;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 41px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 5px;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.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 thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  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;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
html:lang(en-us) .opc-block-summary .totals-tax {
  display: none !important;
}
.opc-block-summary {
  background: #fff;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: inline-block;
}
.opc-block-summary .mark .value {
  color: #666;
  display: block;
}
.opc-block-summary .discount.coupon {
  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 .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  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: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
  display: none;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.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: 1.8rem;
  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;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #ccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 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;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.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 .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  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: '\e622';
  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: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.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 {
  -webkit-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 {
  -webkit-filter: grayscale(100%);
  -webkit-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;
}
.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;
}
.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;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  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;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  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: '\e621';
}
.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: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-family: '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;
  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: '\e622';
  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: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  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: '\e622';
  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: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.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 #d1d1d1;
}
.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;
}
.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: '\e629';
  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;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.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: '\e61c';
  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;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  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: '\e616';
  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 {
  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 > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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.action.split,
.wishlist.split.button .action-gift.action.split {
  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,
.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: #7d7d7d;
  content: '\e622';
  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: #333;
}
.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: #7d7d7d;
  content: '\e621';
  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: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  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: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  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: '\e616';
  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 {
  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: 899;
  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: #7d7d7d;
  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;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.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 #d1d1d1;
  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: #a6a6a6;
}
.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.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.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;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.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;
  margin-left: 0 !important;
  width: 82px;
}
.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: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  letter-spacing: 1px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #d9d9d9;
  font-family: 'fontello';
  content: '\e801' '\e801' '\e801' '\e801' '\e801';
}
.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: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
  letter-spacing: 1px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  color: #000;
  font-family: 'fontello';
  content: '\e801' '\e801' '\e801' '\e801' '\e801';
}
.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: '\e605' '\e605' '\e605' '\e605' '\e605';
  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"]:hover + 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: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.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;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.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;
}
.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;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  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 #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  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 #d1d1d1;
}
.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 #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.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: '\e61d';
  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;
}
body {
  background-color: #fff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  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 {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
}
.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: #1979c3;
  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;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  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 {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
}
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.bundle-actions #bundle-slide {
  text-transform: uppercase;
  color: #e3f100 !important;
  background-color: #000;
}
.bundle-actions #bundle-slide span::after {
  content: '\e608';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  font-size: 35px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .bundle_button_confirm {
  text-transform: uppercase;
  color: #e3f100;
  background-color: #000;
  margin-right: 10px;
}
.bundle-options-container .bundle_button_cancel {
  text-transform: uppercase;
  color: #e3f100;
  background-color: #000;
}
.bundle-options-container .customization {
  text-transform: uppercase;
  color: #e3f100;
  background-color: #000;
}
.bundle-options-container .bundle_button_confirm:hover {
  color: #ffffff;
  background-color: #000;
}
.bundle-options-container .bundle_button_cancel:hover {
  color: #ffffff;
  background-color: #000;
}
.bundle-options-container .customization:hover {
  color: #ffffff;
  background-color: #000;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
  width: 71%;
  float: left;
  border-top: 2px solid #000;
  padding-top: 15px;
}
.bundle-options-container .block-bundle-summary #bundle-summary {
  float: left;
}
.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: #000;
  font-weight: 700;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.bundle-options-container .bundle-options-wrapper .mage-error {
  color: #000;
  font-weight: 700;
}
.products {
  margin: 30px 0;
  margin: 15px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  width: 50%;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  /*display: none;*/
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
  text-transform: lowercase;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
  display: none !important;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  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: inline-block;
}
.product-item .special-price .price {
  color: #2dad00;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-right: 5px;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.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;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.column.main .product {
  /* &-items {
                margin-left: -@indent__base;
            }

            &-item {
                padding-left: @indent__base;
            }*/
}
.price-container .price {
  font-size: 1.4rem;
}
.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: 1.1rem;
}
.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;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
/*
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
    .product {
        &-item {
            .products-grid & {
                margin-bottom: @indent__l;
            }

            &-actions {
                display: block;

                .products-grid & {
                    margin: @indent__s 0;
                }

                .actions-primary + .actions-secondary {
                    display: table-cell;
                    padding-left: 5px;
                    white-space: nowrap;
                    width: 50%;
                    > * {
                        white-space: normal;
                    }
                }

                .actions-primary {
                    display: table-cell;
                }
            }
        }
    }

    .products-grid .product-item {
        width: 100%/3;
    }

    .page-products,
    .page-layout-1column,
    .page-layout-3columns,
    .page-products.page-layout-1column,
    .page-products.page-layout-3columns {
        .products-grid {
            .product-item {
                width: 100%/3;
            }
        }
    }
}*/
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.products.wrapper ~ .toolbar .hide-block {
  display: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.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: '\e613';
  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;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
  display: inline-block;
}
.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%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100% !important;
  padding-left: 40px;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .label {
  float: left !important;
  width: 170px !important ;
  padding: 10px 0 !important;
  text-align: right;
  padding-right: 20px !important;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control {
  float: left;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control .bundle-option-select {
  float: left;
  width: 35%;
  margin-right: 20px;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control .nested {
  float: left !important;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control .nested .field.qty {
  margin: 0 !important;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control .nested .control {
  float: left;
}
.bundle-options-container .block-bundle-summary {
  background: none;
  padding: 40px;
}
.bundle-options-container .product-details .product.name {
  font-size: 24px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: block;
}
.bundle-options-container .block-bundle-summary .price {
  font-size: 24px;
  font-weight: normal;
}
.bundle-options-container .block-bundle-summary .bundle-info {
  float: left;
  width: 100%;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-container {
  float: left;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details {
  float: left;
  margin-left: 24px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-photo {
  width: 100%;
}
.bundle-options-container .block-bundle-summary .bundle-info .field .label {
  width: 100px !important;
  padding: 6px 0 !important;
  margin-left: 20px;
}
.bundle-options-container .block-bundle-summary .bundle-info .field .control {
  float: left !important;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  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 {
  background: #fff;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.unavailable {
  display: block;
  vertical-align: top;
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 15px;
  float: none;
  /*height:46px;*/
  background: #dddddd !important;
  border: 1px solid #dddddd !important;
  box-sizing: border-box;
  position: relative;
  /*&:after {
                    content:'';
                    display:block;
                    width: 50px;
                    line-height: 46px;
                    height: 46px;
                    background-image: url(../images/white/heart-white.svg);
                    background-size: 20px 20px;
                    background-position: center;
                    background-repeat: no-repeat;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    border-left: 1px solid #fff !important;
                }*/
}
.product-info-main .stock.unavailable span {
  line-height: 2.2em;
  padding: 0;
  font-size: 1.8rem;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.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;
}
.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: #e02b27;
  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-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.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-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .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-options-bottom .old-price .price-label:after,
.product-info-main .special-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 0;
}
.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: 52px;
  text-align: center;
  width: 52px;
}
.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.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.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: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.product-info-main .box-tocart {
  position: relative;
}
.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-name {
  margin-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: #7d7d7d;
  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;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
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 #d1d1d1;
}
.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 #d1d1d1;
}
.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,
.table-comparison .product-item-name {
  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.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.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: #fff;
  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;
}
@media all and (max-width: 767px) {
  .product-info-main .bundle-actions {
    margin: 0 auto;
    text-align: center;
  }
  .bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .label {
    width: auto !important ;
  }
  .bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control {
    width: auto !important;
  }
  .bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control .bundle-option-select {
    width: auto;
  }
  .bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control .nested {
    margin-top: 20px;
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary {
    background: none;
    padding: 40px;
  }
  .bundle-options-container .block-bundle-summary .bundle-info {
    float: left;
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary .bundle-info .product-image-container {
    width: 100% !important;
  }
  .bundle-options-container .block-bundle-summary .bundle-info .product-details {
    float: left;
    margin: 10px 0;
  }
  .bundle-options-container .block-bundle-summary .bundle-info .product-image-photo {
    width: 100%;
  }
  .bundle-options-container .block-bundle-summary .bundle-info .field .label {
    width: 100px !important;
    padding: 6px 0 !important;
    margin-left: 20px;
  }
  .bundle-options-container .block-bundle-summary .bundle-info .field .control {
    float: left !important;
    width: auto;
  }
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  /*margin-bottom: @indent__base;*/
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit {
  /* .actions-toolbar .action.primary {
            &:extend(.abs-button-l all);
        }*/
}
.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: #fff;
  padding: 30px;
}
.account-nav .item {
  margin: 0;
  padding: 16px 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 {
  border: none;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  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%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.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;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > 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 > td,
.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 #d1d1d1;
}
.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 #d1d1d1;
}
.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: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.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: '\e61c';
  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;
  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: '\e616';
  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 {
  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;
}
.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: '\e617';
  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: '\e608';
}
.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: #1979c3;
  border: 1px solid #1979c3;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.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 {
  opacity: 0.5;
  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;
}
@media all and (max-width: 900px) {
  body.checkout-cart-index .page-main,
  body.checkout-index-index .page-main {
    width: 90%;
    margin: 0 auto;
    /*margin-top: 3%;*/
  }
  body.checkout-cart-index.no_promotion .page-main,
  body.checkout-index-index.no_promotion .page-main {
    margin-top: 57px !important;
  }
  body.checkout-cart-index.active_promotion .page-main,
  body.checkout-index-index.active_promotion .page-main {
    margin-top: 91px !important;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    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 {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation li.nav-3 .submenu li:nth-child(3) {
    display: none;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 > .level-top {
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    background: none;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    border: none;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .nav-toggle {
    position: relative;
    width: 20px;
    height: 18px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 20px;
    position: absolute;
    top: 19px;
    z-index: 14;
  }
  .nav-toggle:before {
    content: ' ';
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    /*width: 100%;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    background-color: #181818;
  }
  .nav-toggle span:nth-child(1) {
    top: 2px;
    width: 20px;
  }
  .nav-toggle span:nth-child(2) {
    top: 50%;
    width: 16px;
  }
  .nav-toggle span:nth-child(3) {
    top: 50%;
  }
  .nav-toggle span:nth-child(4) {
    top: calc(100% - 2px);
    width: 20px;
  }
  .nav-toggle > span.nav-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .nav-open body {
    position: fixed;
  }
  .nav-open .nav-toggle span:nth-child(1) {
    top: 50%;
    width: 0;
    left: 50%;
  }
  .nav-open .nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-open .nav-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 16px;
  }
  .nav-open .nav-toggle span:nth-child(4) {
    top: 50%;
    width: 0;
    left: 50%;
  }
  body.catalog-category-view.category-quality-claim.active_promotion .category-view .category-cms,
  body.catalog-category-view.categorypath-faq.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-shipping-return.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-returns-form.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-contact-us.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-distributors.active_promotion .category-view .category-cms,
  body.form-newsletter-index.active_promotion .category-view .category-cms,
  body.form-quality-index.active_promotion .category-view .category-cms,
  body.form-returns-index.active_promotion .category-view .category-cms,
  body.form-contact-index.active_promotion .category-view .category-cms {
    margin-top: -101px;
  }
  body.catalog-category-view.category-quality-claim.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.categorypath-faq.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-shipping-return.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-returns-form.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-contact-us.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-distributors.active_promotion.category-about-us .category-view .category-cms,
  body.form-newsletter-index.active_promotion.category-about-us .category-view .category-cms,
  body.form-quality-index.active_promotion.category-about-us .category-view .category-cms,
  body.form-returns-index.active_promotion.category-about-us .category-view .category-cms,
  body.form-contact-index.active_promotion.category-about-us .category-view .category-cms {
    margin-top: 0;
  }
  body.catalog-category-view.category-quality-claim.active_promotion.category-distributor .category-view,
  body.catalog-category-view.categorypath-faq.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-shipping-return.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-returns-form.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-contact-us.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-distributors.active_promotion.category-distributor .category-view,
  body.form-newsletter-index.active_promotion.category-distributor .category-view,
  body.form-quality-index.active_promotion.category-distributor .category-view,
  body.form-returns-index.active_promotion.category-distributor .category-view,
  body.form-contact-index.active_promotion.category-distributor .category-view {
    margin-top: 71px;
  }
  body.catalog-category-view.active_promotion .category-image {
    padding-left: 0px;
    margin-top: 91px;
  }
  body.catalog-category-view.active_promotion .category-image .page-main {
    margin-top: 0;
  }
  /* hide menu*/
  /*.slider .nav-1-2,
.slider .nav-1-3,*/
  .slider .nav-1-9,
  .slider .nav-1-10,
  .slider .nav-1-11 {
    display: none;
  }
  /*COOKIE BAR*/
  .message.global.cookie {
    background: #000;
    color: #fff;
    padding: 28px 20px;
    z-index: 999;
    opacity: 0.9;
  }
  .message.global.cookie .content {
    max-width: 100%;
    margin: 0 auto;
  }
  .message.global.cookie .content .cookie_left {
    max-width: 80%;
  }
  .message.global.cookie .content .cookie_left p.mobile-big-only {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    line-height: 1.4em;
  }
  .message.global.cookie .content .cookie_left p.mobile-big-only a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  .message.global.cookie .content .cookie_left p.desktop-only {
    display: none;
  }
  .message.global.cookie .content .cookie_right {
    position: absolute;
    right: 0;
    top: 14px;
  }
  .message.global.cookie .content .cookie_right .actions {
    margin-top: 0;
  }
  .message.global.cookie .content .cookie_right .actions .action.allow {
    width: 60px;
    height: 60px;
    background: none;
    border: none;
  }
  .message.global.cookie .content .cookie_right .actions .action.allow span {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url('../images/accept-cookie.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav-toggle {
    display: block;
  }
  .footer-only-mobile {
    display: block;
  }
  .footer-only-desktop {
    display: none;
  }
  .minicart-empty {
    display: block;
    position: absolute;
    margin-top: 15px;
    z-index: 3;
    background: #fff;
    border: 1px solid #bbb;
    padding: 15px 18px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 241px;
  }
  .page-header {
    margin-top: 0px;
  }
  .page-header .panel.wrapper {
    background: #fff;
  }
  .page-header .panel.wrapper .panel.header {
    padding-top: 57px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    height: 57px;
  }
  .page-header .panel.wrapper .panel.header .logo {
    position: absolute;
    top: 10px;
    right: 15px;
    max-width: 168px;
    margin: 0;
  }
  .page-header .panel.wrapper .panel.header .logo img {
    max-width: 85px;
    margin-top: 5px;
  }
  .page-header .panel.wrapper .panel.header div.block.block-search {
    float: left !important;
    padding-left: 0px !important;
    margin-right: 15px;
    margin-left: 30px;
    width: 20px !important;
    margin-top: 4px;
    /*display:none;*/
  }
  .page-header .panel.wrapper .panel.header div.block.block-search .search_header_close {
    display: none;
  }
  .page-header .panel.wrapper .panel.header div.block.block-search .top-search-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/black/search-icon-black.svg);
    margin-top: 15px;
    background-repeat: no-repeat;
  }
  .page-header .panel.wrapper .panel.header div.block.block-search .block-content {
    margin-bottom: 0;
    position: absolute;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
    display: none;
    width: 250px;
    border: 1px solid #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .page-header .panel.wrapper .panel.header div.block.block-search .block-content .action.search {
    padding: 21px 8px;
  }
  .page-header .panel.wrapper .panel.header .account-info {
    /*position: relative;*/
    display: inline-block;
    float: left;
    margin-left: 0px;
    /*display:none;*/
    height: 57px;
  }
  .page-header .panel.wrapper .panel.header .account-info .sign-in-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/black/user-icon-black.svg);
    margin-top: 5px;
    background-repeat: no-repeat;
    margin: 18px 0px 0px 5px;
  }
  .page-header .panel.wrapper .panel.header .account-info .header.links {
    margin-top: 10px;
    position: absolute;
    z-index: 3;
    padding-left: 0px;
    width: 172px;
    background: #fff;
    border: 1px solid #bbbbbb;
    padding: 6px 0px;
    border: 1px solid #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .page-header .panel.wrapper .panel.header .account-info .header.links li {
    font-size: 14px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
  }
  .page-header .panel.wrapper .panel.header div.minicart-wrapper {
    margin-left: 20px;
    padding-top: 12px;
    margin-top: 0;
    padding-bottom: 8px;
    margin-right: 20px;
  }
  .page-header .panel.wrapper .panel.header div.minicart-wrapper.active {
    overflow: visible;
  }
  .page-header .panel.wrapper .panel.header div.minicart-wrapper .actions.showcarts::before {
    color: #ffffff;
    background-image: url(../images/black/cart-icon-black.svg);
    width: 18px;
    height: 18px;
    margin-top: 6px;
    content: '';
    background-repeat: no-repeat;
  }
  .page-header .panel.wrapper .panel.header .switcher {
    margin: 13px 0 0px 25px;
    color: #000;
  }
  .page-header .panel.wrapper .panel.header .switcher .options .action.toggle {
    cursor: pointer;
    font-size: 9px;
  }
  .page-header .panel.wrapper .panel.header .switcher .options .action.toggle::after {
    font-size: 27px;
    line-height: 12px;
  }
  .page-header .panel.wrapper .panel.header .switcher .options .action.toggle.active::after {
    font-size: 27px;
    line-height: 12px;
  }
  /* fix exclusively for LANDING TERRA 3 BANNERS!!! */
  .cms-home .page-header .panel.wrapper .panel.header,
  .category-landing .page-header .panel.wrapper .panel.header,
  .category-landing-video .page-header .panel.wrapper .panel.header,
  .category-landing-dark .page-header .panel.wrapper .panel.header,
  .category-argo-saddles .page-header .panel.wrapper .panel.header,
  .category-alpaca .page-header .panel.wrapper .panel.header,
  .category-landing-concepts .page-header .panel.wrapper .panel.header,
  .category-concepts .page-header .panel.wrapper .panel.header,
  .category-new-tempo-overcurve-r4 .page-header .panel.wrapper .panel.header,
  .category-new-terra-powerstrap-x4 .page-header .panel.wrapper .panel.header,
  .category-landing-adaptive .page-header .panel.wrapper .panel.header,
  .category-adaptive .page-header .panel.wrapper .panel.header,
  .category-landing-terra-x2 .page-header .panel.wrapper .panel.header,
  .category-terra-x2-shoes .page-header .panel.wrapper .panel.header,
  .category-new-terra-clima-x2 .page-header .panel.wrapper .panel.header,
  .category-new-terra-ergolace-x2 .page-header .panel.wrapper .panel.header,
  .category-new-terra-artica-x2 .page-header .panel.wrapper .panel.header {
    position: fixed !important;
  }
  /* just for dark landings*/
  .category-landing-dark .nav-toggle span,
  .category-argo-saddles .nav-toggle span,
  .category-landing-concepts .nav-toggle span,
  .category-concepts .nav-toggle span {
    background: #fff;
  }
  .category-landing-dark .page-header .panel.wrapper,
  .category-argo-saddles .page-header .panel.wrapper,
  .category-landing-concepts .page-header .panel.wrapper,
  .category-concepts .page-header .panel.wrapper {
    background: #000;
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header,
  .category-argo-saddles .page-header .panel.wrapper .panel.header,
  .category-landing-concepts .page-header .panel.wrapper .panel.header,
  .category-concepts .page-header .panel.wrapper .panel.header {
    position: fixed !important;
    background: #000;
    top: 0;
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header .logo img,
  .category-argo-saddles .page-header .panel.wrapper .panel.header .logo img,
  .category-landing-concepts .page-header .panel.wrapper .panel.header .logo img,
  .category-concepts .page-header .panel.wrapper .panel.header .logo img {
    filter: brightness(0) invert(1);
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header div.block.block-search .search_header_close,
  .category-argo-saddles .page-header .panel.wrapper .panel.header div.block.block-search .search_header_close,
  .category-landing-concepts .page-header .panel.wrapper .panel.header div.block.block-search .search_header_close,
  .category-concepts .page-header .panel.wrapper .panel.header div.block.block-search .search_header_close {
    display: none;
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header div.block.block-search .top-search-icon,
  .category-argo-saddles .page-header .panel.wrapper .panel.header div.block.block-search .top-search-icon,
  .category-landing-concepts .page-header .panel.wrapper .panel.header div.block.block-search .top-search-icon,
  .category-concepts .page-header .panel.wrapper .panel.header div.block.block-search .top-search-icon {
    background-image: url(../images/white/search-icon-white.svg);
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header div.block.block-search .block-content,
  .category-argo-saddles .page-header .panel.wrapper .panel.header div.block.block-search .block-content,
  .category-landing-concepts .page-header .panel.wrapper .panel.header div.block.block-search .block-content,
  .category-concepts .page-header .panel.wrapper .panel.header div.block.block-search .block-content {
    margin-bottom: 0;
    position: absolute;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
    display: none;
    width: 250px;
    border: 1px solid #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header div.block.block-search .block-content .action.search,
  .category-argo-saddles .page-header .panel.wrapper .panel.header div.block.block-search .block-content .action.search,
  .category-landing-concepts .page-header .panel.wrapper .panel.header div.block.block-search .block-content .action.search,
  .category-concepts .page-header .panel.wrapper .panel.header div.block.block-search .block-content .action.search {
    padding: 21px 8px;
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header .account-info .sign-in-icon,
  .category-argo-saddles .page-header .panel.wrapper .panel.header .account-info .sign-in-icon,
  .category-landing-concepts .page-header .panel.wrapper .panel.header .account-info .sign-in-icon,
  .category-concepts .page-header .panel.wrapper .panel.header .account-info .sign-in-icon {
    background-image: url(../images/white/user-icon-white.svg);
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header div.minicart-wrapper .actions.showcarts::before,
  .category-argo-saddles .page-header .panel.wrapper .panel.header div.minicart-wrapper .actions.showcarts::before,
  .category-landing-concepts .page-header .panel.wrapper .panel.header div.minicart-wrapper .actions.showcarts::before,
  .category-concepts .page-header .panel.wrapper .panel.header div.minicart-wrapper .actions.showcarts::before {
    background-image: url(../images/white/cart-icon-white.svg);
  }
  .category-landing-dark .page-header .panel.wrapper .panel.header .switcher,
  .category-argo-saddles .page-header .panel.wrapper .panel.header .switcher,
  .category-landing-concepts .page-header .panel.wrapper .panel.header .switcher,
  .category-concepts .page-header .panel.wrapper .panel.header .switcher {
    color: #fff;
  }
  /* mobile menu*/
  .tm-top-navigation {
    display: none;
  }
  .section-item-title {
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 0px;
    padding: 0px;
  }
  .navigation .parent .level-top::after {
    display: none;
  }
  .navigation .submenu:not(:first-child) {
    left: 100% !important;
    position: absolute;
    display: none;
    top: 0px !important;
  }
  .navigation .submenu:not(:first-child) ul {
    padding-left: 0px;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: none;
    padding-left: 0px;
  }
  .navigation .ui-menu {
    padding: 0px;
    padding-bottom: 15px !important;
  }
  .navigation .submenu.active {
    display: block !important;
    overflow-x: initial !important;
  }
  .navigation li.level-top li {
    position: static;
  }
  .navigation a.level-top li {
    position: static;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    border: none;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border: none;
  }
  .navigation .level0.has-active .level-top {
    border-bottom: none !important;
  }
  .navigation .level0 .level-top:hover {
    border-bottom: none !important;
  }
  .navigation .level0 .level-top:active {
    border-bottom: none !important;
  }
  .navigation .level0 .level-top:focus {
    border-bottom: none !important;
  }
  .navigation .chevron_right {
    width: 20px;
    background-image: url('../images/arrow-icon.svg');
    width: 15px;
    height: 8px;
    background-size: cover;
    display: inline-block;
    float: right;
    margin-top: 5px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.9);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .navigation .chevron_left {
    width: 20px;
    background-image: url('../images/arrow-icon.svg');
    width: 15px;
    height: 9px;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 20px;
    margin-top: 5px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.9);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav-open .page-wrapper {
    left: 0px;
  }
  .nav-open .nav-sections {
    box-shadow: none;
  }
  .sections.nav-sections {
    margin-top: 88px;
  }
  .no_promotion .sections.nav-sections {
    margin-top: 57px;
  }
  .nav-sections {
    width: 100%;
    left: calc(100%);
  }
  nav.navigation {
    max-width: 100%;
    overflow-y: scroll !important;
    width: 100%;
  }
  .all-category {
    display: none;
  }
  .page-wrapper .page-header {
    border-bottom: none;
    background: #fff;
    margin-bottom: 0;
    z-index: 9;
    /*height:57px;*/
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  .category-alpaca .page-wrapper .page-header {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-header {
    border-bottom: 1px solid #d1d1d1;
  }
  .page-header .panel.wrapper .panel.header {
    padding: 0px;
  }
  .page-header .panel.wrapper .panel.header div.block.block-search {
    margin-left: 57px;
  }
  .block-search {
    margin-top: 0px;
  }
  .cms-home .navigation .level0.parent .level-top {
    border-bottom: none;
  }
  .cms-home .navigation .level0 .level-top {
    color: #000 !important;
  }
  .cms-home .navigation .level0 .level-top:hover {
    border-bottom: none !important;
    color: #000 !important;
  }
  .cms-home .navigation .level0 .level-top:active {
    border-bottom: none !important;
    color: #000 !important;
  }
  .cms-home .navigation .level0 .level-top:focus {
    border-bottom: none !important;
    color: #000 !important;
  }
  .cms-home .navigation .level0 .level-top.ui-state-focus {
    color: #000 !important;
  }
  .cms-home nav.navigation {
    background: #ffffff;
    float: left;
    width: 100%;
  }
  .ui-menu-item {
    border-top: 1px solid #d1d1d1;
  }
  .ui-menu-item.ui-menu-item.mob-menu-extra {
    background: #eeeeee;
  }
  .ui-menu-item.ui-menu-item.mob-menu-extra a {
    text-transform: none;
  }
  .btn {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
  }
  /*
main {
	width: 50%;
	margin: 48px auto;
	.btn {
		display: inline-block;
		padding: 12px 16px;
		background: #45ADA8;
		border-radius: 4px;
		color: @color_white;
		&:hover {
			background: #3c9793;
		}
	}
	p {
		margin-bottom: 2em;
	}
	.btn-list {
		margin-bottom: 2em;
	}
}*/
  .slide-menu {
    background: #45ADA8;
    color: #fff;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    z-index: 1000;
  }
  .slide-menu .slider {
    top: 48px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform;
  }
  .slide-menu .controls {
    overflow: hidden;
  }
  .slide-menu a {
    color: #fff;
  }
  .slide-menu a:hover {
    background: #ffffff;
  }
  .slide-menu .btn {
    float: right;
    color: #fff;
    background: #34817e;
    padding: 8px;
  }
  .slide-menu .btn:hover {
    background: #2b6b68;
  }
  .slide-menu .btn + .btn {
    margin-right: 1px;
  }
  .slide-menu ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
  }
  .slide-menu ul a {
    display: block;
    padding: 20px !important;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    /*.font_16;*/
  }
  /*
#test-menu-left {
    padding: 16px;
}*/
  .nav-1 a {
    padding-left: 9px !important;
  }
  .slide-menu.no-transition {
    transition: none !important;
  }
  .slide-menu.no-transition * {
    transition: none !important;
  }
  .page-footer .footer.content {
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    border-top: 0;
    margin-top: 0;
  }
  .page-footer .footer.content #fizFooter {
    background: #fff;
  }
  .page-footer .footer.content #fizFooter .fizfotcol {
    width: 100%;
  }
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a {
    padding: 21px 24px;
    text-align: left;
    border-top: 1px solid #d4d4d4;
    text-transform: uppercase;
    width: 100%;
    display: block;
    line-height: 0.8em;
    box-sizing: border-box;
  }
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer {
    padding: 21px 24px;
    text-align: left;
    border-top: 1px solid #d4d4d4;
    position: relative;
    line-height: 0.8em;
  }
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer .icon_plus_mobile {
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-right: 27px;
    margin-top: -5px;
  }
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer .icon_plus_mobile:after,
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer .icon_plus_mobile:before {
    content: "";
    background: #c9c9c9;
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer .icon_plus_mobile:after {
    content: "";
    background: #c9c9c9;
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer.active {
    border-bottom: 1px solid #d4d4d4;
  }
  .page-footer .footer.content #fizFooter .fizfotcol .acc-footer.active .icon_plus_mobile:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .page-footer .footer.content #fizFooter .fizfotcol ul {
    display: none;
    text-align: left;
    padding: 20px 27px;
  }
  .page-footer .footer.content #fizFooter .fizfotcol ul li {
    padding: 7px 0;
  }
  .page-footer .footer.content #fizFooter .fizfotcol ul li a {
    font-size: 1.5rem;
    display: block;
  }
  /* dark landing*/
  .category-landing-dark .page-footer .footer.content #fizFooter,
  .category-argo-saddles .page-footer .footer.content #fizFooter,
  .category-landing-concepts .page-footer .footer.content #fizFooter,
  .category-concepts .page-footer .footer.content #fizFooter {
    background-color: #000;
    border-top: none;
    color: #fff;
    border-bottom: 1px solid #2a2a2a;
    border-top: 1px solid #2a2a2a;
  }
  .category-landing-dark .page-footer .footer.content #fizFooter .fizfotcol .acc-footer,
  .category-argo-saddles .page-footer .footer.content #fizFooter .fizfotcol .acc-footer,
  .category-landing-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer,
  .category-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer {
    background-color: #000;
    border-top: 1px solid #2a2a2a;
  }
  .category-landing-dark .page-footer .footer.content #fizFooter .fizfotcol .acc-footer span,
  .category-argo-saddles .page-footer .footer.content #fizFooter .fizfotcol .acc-footer span,
  .category-landing-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer span,
  .category-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer span {
    color: #fff;
  }
  .category-landing-dark .page-footer .footer.content #fizFooter .fizfotcol .acc-footer.active,
  .category-argo-saddles .page-footer .footer.content #fizFooter .fizfotcol .acc-footer.active,
  .category-landing-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer.active,
  .category-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer.active {
    border-bottom: 1px solid #2a2a2a;
  }
  .category-landing-dark .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a,
  .category-argo-saddles .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a,
  .category-landing-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a,
  .category-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a {
    border-top: 1px solid #2a2a2a;
  }
  .category-landing-dark .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a:first-child,
  .category-argo-saddles .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a:first-child,
  .category-landing-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a:first-child,
  .category-concepts .page-footer .footer.content #fizFooter .fizfotcol .acc-footer-single a:first-child {
    border-top: none;
  }
  .category-landing-dark .page-footer .footer.content #fizFooter .fizfotcol:last-child .acc-footer-single a,
  .category-argo-saddles .page-footer .footer.content #fizFooter .fizfotcol:last-child .acc-footer-single a,
  .category-landing-concepts .page-footer .footer.content #fizFooter .fizfotcol:last-child .acc-footer-single a,
  .category-concepts .page-footer .footer.content #fizFooter .fizfotcol:last-child .acc-footer-single a {
    border-top: 1px solid #2a2a2a;
  }
  .bottom_copyright {
    z-index: 5;
  }
  .bottom_copyright .copyright {
    background: #000;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 45px 0;
  }
  .bottom_copyright .copyright div {
    font-size: 14px;
  }
  .bottom_copyright .copyright .fizabsfotright .fizfotsocial ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
  }
  .bottom_copyright .copyright .fizabsfotright .fizfotsocial ul li {
    display: inline-block;
  }
  .bottom_copyright .copyright .fizabsfotright .fizfotsocial ul li a {
    padding: 0;
    color: #fff;
  }
  .bottom_copyright .copyright .fizabsfotright .fizfotsocial ul li a i {
    font-size: 20px;
  }
  .bottom_copyright .copyright .useful-links {
    margin-top: 30px;
  }
  .bottom_copyright .copyright .useful-links span a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .bottom_copyright .copyright .useful-links span:after {
    content: '';
    height: 18px;
    width: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .bottom_copyright .copyright .useful-links span:last-child:after {
    display: none;
  }
  body.catalog-category-view .product.details.product-item-details .feedaty-product-anchor-container.category-product-listing {
    margin-top: 15px;
    margin-bottom: 5px;
    display: none;
  }
  .category-alpaca .landing_page .landing-button.sticky-banner,
  .category-landing-concepts .landing_page .landing-button.sticky-banner,
  .category-argo-saddles .landing_page .landing-button.sticky-banner,
  .category-concepts .landing_page .landing-button.sticky-banner {
    width: 100%;
    z-index: 99;
    position: fixed;
    left: 0;
    /* top:-90px;*/
    top: 57px;
    display: none;
  }
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn {
    margin: 15px 0;
  }
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn h3,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn h3,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn h3,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn h3 {
    font-size: 1.5rem;
    font-size: 15px;
    color: #4e4e4e;
  }
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn p,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn p,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn p,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn p,
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn img,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn img,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn img,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn img {
    display: none;
  }
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn.button-on h3,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn.button-on h3,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn.button-on h3,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn.button-on h3 {
    color: #fff;
  }
  .category-alpaca .landing_page .landing-button.sticky-banner.in-view,
  .category-landing-concepts .landing_page .landing-button.sticky-banner.in-view,
  .category-argo-saddles .landing_page .landing-button.sticky-banner.in-view,
  .category-concepts .landing_page .landing-button.sticky-banner.in-view {
    top: 57px;
  }
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay {
    width: 90%;
    /*img {

                        }*/
  }
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay p,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay p,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay p,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.25em;
  }
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay a,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay a,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay a,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay a,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay .open_overlay_video_open,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay .open_overlay_video_open,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay .open_overlay_video_open,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-section .landing-bg-vid-overlay .open_overlay_video_open {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .checkout-cart-index .category-image .image.mobile-only {
    display: block !important;
  }
  .checkout-cart-index .category-image .image.desktop-only {
    display: none !important;
  }
  .mb-ajaxsuite-popup-wrapper {
    width: 90% !important;
    background: #ccc !important;
    position: absolute  !important;
    left: 5%  !important;
    /*top:93px  !important;*/
  }
  /* search popup*/
  .active_promotion #search_header_background {
    top: 91px !important;
  }
  #search_header {
    top: 91px;
  }
  #search_header .block-content {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #b3b3b3;
  }
  #search_header .block-content .field.search input#search {
    font-size: 20px;
    font-size: 2rem;
    height: auto;
  }
  .no_promotion #search_header_background,
  .no_promotion #search_header {
    top: 57px !important;
  }
  /* search popup*/
  #search_header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    vertical-align: top !important;
  }
  #search_header .form.minisearch {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  #search_header .form.minisearch .field.search {
    position: relative;
  }
  #search_header .form.minisearch .field.search .nested,
  #search_header .form.minisearch .field.search .label {
    display: none;
  }
  #search_header .form.minisearch .field.search input#search {
    color: #000;
    border: none;
    line-height: normal;
    letter-spacing: 0.05em;
    font-size: 20px;
  }
  #search_header .form.minisearch .field.search input {
    /* Chrome/Opera/Safari */
    /* Firefox 19+ */
    /* IE 10+ */
  }
  #search_header .form.minisearch .field.search input::-webkit-input-placeholder {
    font-family: 'effraregular', serif;
    color: #c3c3c3;
    line-height: normal;
    letter-spacing: 0.05em;
  }
  #search_header .form.minisearch .field.search input::-moz-placeholder {
    font-family: 'effraregular', serif;
    color: #c3c3c3;
    line-height: normal;
    letter-spacing: 0.05em;
  }
  #search_header .form.minisearch .field.search input:-ms-input-placeholder {
    font-family: 'effraregular', serif;
    color: #c3c3c3;
    line-height: normal;
    letter-spacing: 0.05em;
  }
  #search_header .form.minisearch .field.search input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'effraregular', serif;
    color: #c3c3c3;
    line-height: normal;
    letter-spacing: 0.05em;
  }
  #search_header .form.minisearch .field.search .actions {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
  #search_header .search_header_close {
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    padding: 0;
    border: 0;
    opacity: 0.5;
  }
  .menuscrolled #search_header {
    top: 57px !important;
  }
  /*LOGIN POPUP*/
  .mb-ajaxlogin-popup {
    padding: 30px;
    background: #fff;
    padding-bottom: 100px;
  }
  .mb-ajaxlogin-popup .lpopupleft {
    display: inline-block;
    margin-right: 45px;
    border-right: 1px solid #e2e2e2;
    vertical-align: top;
    width: 50%;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText h3 {
    font-family: 'efframedium', serif;
    margin-bottom: 0;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText small {
    color: #888888;
    margin-top: 5px;
    display: block;
    letter-spacing: 0.05em;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul li {
    /* .font_16;*/
    /*.letter_spacing_05;*/
    font-family: 'effraregular', serif;
    margin-bottom: 0px;
    list-style: none;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul li:before {
    content: '\2022';
    margin-right: 5px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
  }
  .mb-ajaxlogin-popup .lpopupform {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
  .mb-ajaxlogin-popup .lpopupform h3 {
    font-family: 'efframedium', serif;
    /*.font_16;*/
    /*.letter_spacing_05;*/
    margin-bottom: 0;
  }
  .mb-ajaxlogin-popup .lpopupform small {
    color: #888888;
    margin-top: 5px;
    display: block;
    letter-spacing: 0.05em !important;
  }
  .mb-ajaxlogin-popup .lpopupform form {
    margin-top: 25px;
  }
  .mb-ajaxlogin-popup .lpopupform form .fieldset {
    margin-bottom: 20px;
    /*height: 100px;*/
  }
  .mb-ajaxlogin-popup .lpopupform form .fieldset .legend {
    margin-left: 0;
  }
  .mb-ajaxlogin-popup .lpopupform form .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .mb-ajaxlogin-popup .lpopupform form .field {
    margin: 0 0 10px;
  }
  .mb-ajaxlogin-popup .lpopupform form .field input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
    width: 100%;
  }
  .mb-ajaxlogin-popup .lpopupform form .field.choice:before {
    width: 0 !important;
    padding: 0 !important;
  }
  /* FORGOT PASSOWORD POPUP*/
  .mb-ajaxsuite-popup-wrapper {
    background: #fff !important;
    /* MESSAGE SUCCESS*/
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup {
    padding: 35px;
    background: #fff !important;
    padding-bottom: 50px;
    max-width: 60%;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title {
    background-color: transparent !important;
    padding: 0;
    text-align: left;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title span {
    display: none;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title strong {
    font-family: 'effrabold', serif;
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
    color: #000 !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword {
    padding: 0;
    min-width: 60%;
    margin-bottom: 20px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .fieldset input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    min-width: 250px;
    margin-bottom: 30px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit span {
    color: #000;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit:hover,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit:hover,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit:hover span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit:hover span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit:hover span {
    color: #fff !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary {
    display: none;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back {
    margin-right: 10px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account {
    margin-left: 10px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account {
    display: inline-block;
    border-bottom: 1px solid #fff;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back:hover,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account:hover {
    border-bottom: 1px solid #000;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions span {
    color: #fff;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup {
    padding: 35px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title {
    background-color: transparent !important;
    padding: 0;
    text-align: left;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title span {
    display: none;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title strong {
    font-family: 'effrabold', serif;
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
    color: #000 !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup {
    padding: 0;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup .mb-successful-message h4 {
    color: #000;
    font-weight: normal;
    font-family: 'efframedium', serif;
  }
}
@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: 20px;
    padding-right: 20px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  body.catalog-category-view .products.wrapper.grid.products-grid,
  body.catalogsearch-result-index .products.wrapper.grid.products-grid {
    background-color: #ECEDEF;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .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;
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: none;
    padding: 0;
  }
  .product.data.items > .item.content {
    border-top: none;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .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;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .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-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: '\e61c';
    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-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    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: '\e622';
    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 .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .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,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .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: #f4f4f4;
    top: 1px;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -7px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .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;
  }
  .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;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .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;
  }
  .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 #d1d1d1;
    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;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .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;
  }
  .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;
  }
  .bundle-summary > .subtitle {
    width: 100% !important;
  }
  .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;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-items,
  .page-layout-1column .products-grid .product-items,
  .page-layout-3columns .products-grid .product-items,
  .page-products.page-layout-1column .products-grid .product-items,
  .page-products.page-layout-3columns .products-grid .product-items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-products .products-grid .product-items .product-item,
  .page-layout-1column .products-grid .product-items .product-item,
  .page-layout-3columns .products-grid .product-items .product-item,
  .page-products.page-layout-1column .products-grid .product-items .product-item,
  .page-products.page-layout-3columns .products-grid .product-items .product-item {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    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;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 25px;
  }
  .page-layout-1column .product.media {
    width: 100%;
  }
  .page-layout-1column.catalog-product-view .product-info-main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    float: left;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    padding-top: 0;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .account .account-nav .content {
    margin-bottom: 20px;
    padding: 20px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: right;
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown label,
  .products-grid.wishlist .product-item .field.qty label {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .page-with-filter.category-athletes .page-main {
    background: #eceeef;
  }
  .only_mobile {
    display: block;
  }
  .only_desktop {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .mobile-only-inline {
    display: inline-block;
  }
  .desktop-only,
  .desktop-only-inline {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .block-products-list {
    padding-top: 50px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
  .block-products-list .block-title {
    padding-bottom: 50px;
  }
  .block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .price-box {
    display: block;
  }
  .swatch-attribute-options.clearfix {
    max-width: 100%;
  }
  .swatch-attribute.size_shoes .swatch-option.text,
  .swatch-attribute.shoes_accessories .swatch-option.text,
  .swatch-attribute.diameter .swatch-option.text,
  .swatch-attribute.size_apparel .swatch-option.text,
  .swatch-attribute.size_component .swatch-option.text,
  .swatch-attribute.size_accessory .swatch-option.text,
  .swatch-attribute.saddle_size .swatch-option.text {
    height: 40px;
    line-height: 40px !important;
    min-width: 20% !important;
    font-size: 1.4rem !important;
  }
  .swatch-attribute.size_shoes .swatch-option.text:last-child,
  .swatch-attribute.shoes_accessories .swatch-option.text:last-child,
  .swatch-attribute.diameter .swatch-option.text:last-child,
  .swatch-attribute.size_apparel .swatch-option.text:last-child,
  .swatch-attribute.size_component .swatch-option.text:last-child,
  .swatch-attribute.size_accessory .swatch-option.text:last-child,
  .swatch-attribute.saddle_size .swatch-option.text:last-child {
    min-width: calc(20% - 1px) !important;
  }
  .swatch-attribute.shoes_accessories .swatch-option.text,
  .swatch-attribute.diameter .swatch-option.text,
  .swatch-attribute.size_component .swatch-option.text {
    min-width: 20% !important;
    padding: 0 !important;
    font-size: 12px;
  }
  .swatch-attribute.shoes_accessories .swatch-option.text:last-child,
  .swatch-attribute.diameter .swatch-option.text:last-child,
  .swatch-attribute.size_component .swatch-option.text:last-child {
    min-width: 20% !important;
  }
  .swatch-attribute.diameter .swatch-option.text {
    min-width: 33% !important;
  }
  .swatch-attribute.diameter .swatch-option.text:last-child {
    min-width: calc(33% - 1px) !important;
  }
  .swatch-attribute .swatch-option.out-of-stock:before {
    top: -7px !important;
    right: 9px  !important;
  }
  .ps-gallery.ps-theme-modern .ps-images {
    display: block !important;
  }
  .cms-index-index .ps-gallery.ps-theme-modern .ps-images {
    padding-top: 20px !important;
    /*.slick-list {
                    margin:0 -10px;
                }*/
  }
  .cms-index-index .ps-gallery.ps-theme-modern .ps-images .ps-image {
    opacity: 0.3;
    margin: 0 10px;
  }
  .cms-index-index .ps-gallery.ps-theme-modern .ps-images .ps-image .ps-img-container {
    /*padding:0 10px;
                        box-sizing:border-box;*/
  }
  .cms-index-index .ps-gallery.ps-theme-modern .ps-images .ps-image.slick-current {
    opacity: 1;
  }
  .swatch-attribute.color .swatch-option.color {
    min-width: 12px;
    height: 14px;
    border-radius: 14px;
  }
  .swatch-attribute.color .swatch-option.color span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 14px;
  }
  .swatch-attribute.color .swatch-option.image {
    min-width: 12px;
    height: 14px;
    border-radius: 14px;
    background-size: 12px 12px !important;
  }
  .swatch-attribute.color .swatch-option.image span {
    width: 12px !important;
    height: 12px !important;
    border-radius: 14px;
  }
  .account {
    /* new wishlist code*/
  }
  .account #maincontent .main {
    padding: 20px 0;
    background: #fff;
  }
  .account #maincontent .columns .sidebar-main {
    order: 0;
  }
  .account.customer-address-index .block-addresses-default {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .account.customer-address-index .block-addresses-default .block-content .box {
    margin-bottom: 35px !important;
  }
  .account.customer-address-index .block-addresses-default .block-content .box .box-actions .action.edit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .account.customer-address-index .block-addresses-default .block-content .box address {
    color: #808080;
  }
  .account.customer-address-index .block-addresses-list {
    padding: 0 20px;
  }
  .account.customer-address-index .block-addresses-list .block-content .item {
    margin-bottom: 35px;
  }
  .account.customer-address-index .block-addresses-list .block-content .item address {
    color: #808080;
  }
  .account.customer-address-index .block-addresses-list .block-content .item .actions .action.edit {
    position: absolute;
    right: 0;
    top: 0;
  }
  .account.customer-address-index button.action.primary.add,
  .account.customer-address-index .cart.table-wrapper .actions-toolbar > .action.action.primary.add,
  .account.customer-address-index .action-gift.action.primary.add {
    margin: 0;
    color: #9d9d9d;
    background: none;
    padding: 0;
    width: 100%;
    border: none;
  }
  .account.customer-address-index button.action.primary.add span,
  .account.customer-address-index .cart.table-wrapper .actions-toolbar > .action.action.primary.add span,
  .account.customer-address-index .action-gift.action.primary.add span {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    vertical-align: top;
    letter-spacing: 0.05em;
    font-family: 'effraregular', serif;
  }
  .account.customer-address-index button.action.primary.add span:before,
  .account.customer-address-index .cart.table-wrapper .actions-toolbar > .action.action.primary.add span:before,
  .account.customer-address-index .action-gift.action.primary.add span:before {
    content: '+';
    font-size: 33px;
    font-family: 'effralight', serif;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .account.customer-address-index .secondary {
    margin-left: 20px;
  }
  .account .sales-order-history .block-title.orders-history {
    font-family: 'efframedium', serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .account.wishlist-index-index #maincontent .column.main {
    padding: 20px;
  }
  .account.wishlist-index-index .column.main .block-title {
    margin-bottom: 50px;
  }
  .account.wishlist-index-index .column.main .block-title strong {
    font-family: 'efframedium', serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .account.wishlist-index-index .column.main .product-items {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .account.wishlist-index-index .column.main .product-items li.product-item {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 0px;
    border-bottom: 0;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-info {
    width: 100% !important;
    overflow: hidden;
    position: relative;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-info .price-final_price {
    width: 57%;
    float: left;
    text-align: left;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-info .submit-wishlist-container {
    width: 100%;
    float: right;
    position: relative;
    margin-right: 0;
    text-align: right;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-info .submit-wishlist-container button,
  .account.wishlist-index-index .column.main .product-items .product-item-info .submit-wishlist-container .cart.table-wrapper .actions-toolbar > .action,
  .account.wishlist-index-index .column.main .product-items .product-item-info .submit-wishlist-container .action-gift {
    width: 57%;
    float: right;
    display: block;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-photo {
    width: 43%;
    float: left;
    margin-right: 0;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-inner .box-tocart .qty {
    width: 45%;
    float: left;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-inner .box-tocart .qty .control {
    float: none;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-inner .box-tocart .product-item-actions {
    width: 100%;
  }
  .account.wishlist-index-index .column.main .product-items .product-item-inner .box-tocart .product-item-actions .actions-primary {
    display: block;
  }
  .account.wishlist-index-index .product-items {
    width: 100%;
  }
  .account.wishlist-index-index .product-items li.product-item {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 0;
    margin-left: 0;
  }
  .account.wishlist-index-index .product-items li.product-item:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .account.wishlist-index-index .product-items li.product-item .price-box {
    height: 125px;
  }
  .account.wishlist-index-index .product-item-info {
    width: 100% !important;
    overflow: hidden;
    position: relative;
  }
  .account.wishlist-index-index .product-item-info .price-container {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .account.wishlist-index-index .product-item-info .price-container .price {
    font-weight: normal;
    color: #818181;
    letter-spacing: 0.05em;
  }
  .account.wishlist-index-index .product-item-info .submit-wishlist-container {
    width: 50%;
    float: right;
    position: relative;
    padding-right: 50px;
    text-align: right;
  }
  .account.wishlist-index-index .product-item-info .submit-wishlist-container button,
  .account.wishlist-index-index .product-item-info .submit-wishlist-container .cart.table-wrapper .actions-toolbar > .action,
  .account.wishlist-index-index .product-item-info .submit-wishlist-container .action-gift {
    line-height: 0.8em;
    padding-top: 7px;
    padding-bottom: 5px;
    font-weight: normal;
    font-family: 'effraregular', serif;
    text-transform: uppercase;
  }
  .account.wishlist-index-index .product-item-photo {
    width: 100px;
    float: left;
    margin-bottom: 0;
  }
  .account.wishlist-index-index .product-item-inner {
    width: auto;
    float: left;
    position: relative;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .account.wishlist-index-index .product-item-inner .box-tocart .qty {
    width: 45%;
    float: left;
  }
  .account.wishlist-index-index .product-item-inner .box-tocart .qty .control {
    float: none;
  }
  .account.wishlist-index-index .product-item-inner .box-tocart .product-item-actions {
    width: 45%;
    float: right;
    margin: 0;
  }
  .account.wishlist-index-index .product-item-inner .edit {
    position: absolute;
    right: 27px;
    top: inherit;
    bottom: 28px;
    color: #9d9d9d;
    letter-spacing: 0.5px;
  }
  .account.wishlist-index-index .product-item-inner .edit span i {
    display: none;
  }
  .account.wishlist-index-index .product-item-inner .edit span:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/edit.png);
    background-size: cover;
    vertical-align: middle;
    margin-bottom: 3px;
  }
  .account.wishlist-index-index .product-item-inner .btn-remove {
    position: absolute;
    right: 8px;
    top: inherit;
    bottom: 67px;
  }
  .account.wishlist-index-index .product-item-inner .btn-remove span i {
    display: none;
  }
  .account.wishlist-index-index .product-item-inner .btn-remove span:before {
    content: '';
    width: 13px;
    height: 13px;
    background-image: url(../images/close-grey-small.png);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 27px;
  }
  .account.wishlist-index-index .product-item-name {
    margin-left: 0;
    width: 40%;
    position: relative;
    top: inherit;
    float: left;
    left: inherit;
    margin-top: 30px;
  }
  .account.wishlist-index-index .product-item-name a {
    text-decoration: none;
    text-transform: uppercase;
  }
  .account.wishlist-index-index .product-item-name a span {
    color: #818181;
    font-weight: normal;
  }
  .account.wishlist-index-index .price-as-configured {
    width: 30%;
    display: inline-block;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item-comment {
    margin: 0 0 10px 0;
    height: 50px;
  }
  .account.wishlist-index-index .product-item-actions .actions-primary {
    float: none;
  }
  .account.wishlist-index-index .actions-primary .wishBtnInAfterLogin {
    background: #e3f000;
    color: #000;
    border-color: #e3f000;
    padding-top: 7px;
    padding-bottom: 5px;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    width: 120px;
    position: absolute;
    right: 46px;
    bottom: 15px;
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
  }
  .account.wishlist-index-index .actions-primary .wishBtnInAfterLogin:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
  }
  .account.wishlist-index-index .product-item-tooltip {
    display: none !important;
  }
  .account.wishlist-index-index .actions-toolbar .secondary {
    float: left;
  }
  .account.wishlist-index-index .actions-toolbar .secondary a.action {
    margin-top: 20px;
  }
  .account.wishlist-index-index .actions-toolbar .secondary a.action.back span {
    height: 30px;
    width: 100px;
    line-height: 32px;
    display: block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .account.customer-address-form #maincontent .main {
    padding: 20px;
  }
  .account.customer-address-form form.form-address-edit .fieldset .legend {
    margin-left: 0;
  }
  .account.customer-address-form form.form-address-edit .fieldset .legend span {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field.field-name-lastname,
  .account.customer-address-form form.form-address-edit .fieldset .field.telephone,
  .account.customer-address-form form.form-address-edit .fieldset .field.region,
  .account.customer-address-form form.form-address-edit .fieldset .field.country {
    float: right;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field:before {
    display: none;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field.street {
    width: 100%;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field.street .nested {
    display: none;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field.set.billing,
  .account.customer-address-form form.form-address-edit .fieldset .field.set.shipping {
    width: 100%;
    display: block;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field .label {
    text-align: left;
    width: 100%;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field .control {
    width: 100%;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field .control input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .account.customer-address-form form.form-address-edit .fieldset .field .control select {
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .account.customer-address-form form.form-address-edit .actions-toolbar {
    margin-left: 0;
  }
  .account.customer-address-form form.form-address-edit .actions-toolbar .primary {
    float: right;
  }
  .account.customer-address-form form.form-address-edit .actions-toolbar .primary button,
  .account.customer-address-form form.form-address-edit .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
  .account.customer-address-form form.form-address-edit .actions-toolbar .primary .action-gift {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .account.customer-address-form form.form-address-edit .actions-toolbar .secondary {
    float: left;
  }
  /*COOKIE BAR*/
  .message.global.cookie {
    background: #000;
    color: #fff;
    padding: 25px 22px;
    z-index: 999;
  }
  .message.global.cookie .content .cookie_left p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    line-height: 1.4em;
  }
  .message.global.cookie .content .cookie_left p a {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  .message.global.cookie .content .cookie_right {
    top: 10px;
    right: 0px;
  }
  .message.global.cookie .content .cookie_right .actions {
    margin-top: 0;
  }
  .message.global.cookie .content .cookie_right .actions .action.allow span {
    width: 18px;
    height: 18px;
  }
  .signup-customersup .signup-customersup-left p.signup-customersup-heading,
  .signup-customersup .signup-customersup-right p.signup-customersup-heading {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .signup-customersup .signup-customersup-left p:nth-child(3),
  .signup-customersup .signup-customersup-right p:nth-child(3) {
    font-size: 13px;
    font-size: 1.3rem;
    color: #818181;
  }
  .signup-customersup .signup-customersup-left .signup-customersup-divider,
  .signup-customersup .signup-customersup-right .signup-customersup-divider {
    display: none;
  }
  body.catalog-category-view.active_promotion .category-image,
  body.form-newsletter-index.active_promotion .category-image,
  body.form-quality-index.active_promotion .category-image,
  body.form-returns-index.active_promotion .category-image,
  body.form-contact-index.active_promotion .category-image,
  body.catalog-category-view.active_promotion .category-view,
  body.form-newsletter-index.active_promotion .category-view,
  body.form-quality-index.active_promotion .category-view,
  body.form-returns-index.active_promotion .category-view,
  body.form-contact-index.active_promotion .category-view {
    padding-left: 0px;
    margin-top: 91px;
  }
  body.catalog-category-view.no_promotion .category-image,
  body.form-newsletter-index.no_promotion .category-image,
  body.form-quality-index.no_promotion .category-image,
  body.form-returns-index.no_promotion .category-image,
  body.form-contact-index.no_promotion .category-image,
  body.catalog-category-view.no_promotion .category-view,
  body.form-newsletter-index.no_promotion .category-view,
  body.form-quality-index.no_promotion .category-view,
  body.form-returns-index.no_promotion .category-view,
  body.form-contact-index.no_promotion .category-view {
    padding-left: 0px;
    margin-top: 57px;
  }
  body.cms-we-will-reach-you-as-soon-as-possible.cms-page-view.active_promotion .column.main {
    margin-top: 121px;
  }
  body.catalog-category-view.category-quality-claim.active_promotion .category-view .category-cms,
  body.catalog-category-view.categorypath-faq.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-shipping-return.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-returns-form.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-contact-us.active_promotion .category-view .category-cms,
  body.catalog-category-view.category-distributors.active_promotion .category-view .category-cms,
  body.form-newsletter-index.active_promotion .category-view .category-cms,
  body.form-quality-index.active_promotion .category-view .category-cms,
  body.form-returns-index.active_promotion .category-view .category-cms,
  body.form-contact-index.active_promotion .category-view .category-cms {
    margin-top: -71px;
  }
  body.catalog-category-view.category-quality-claim.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.categorypath-faq.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-shipping-return.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-returns-form.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-contact-us.active_promotion.category-about-us .category-view .category-cms,
  body.catalog-category-view.category-distributors.active_promotion.category-about-us .category-view .category-cms,
  body.form-newsletter-index.active_promotion.category-about-us .category-view .category-cms,
  body.form-quality-index.active_promotion.category-about-us .category-view .category-cms,
  body.form-returns-index.active_promotion.category-about-us .category-view .category-cms,
  body.form-contact-index.active_promotion.category-about-us .category-view .category-cms {
    margin-top: 0;
  }
  body.catalog-category-view.category-quality-claim.active_promotion.category-distributor .category-view,
  body.catalog-category-view.categorypath-faq.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-shipping-return.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-returns-form.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-contact-us.active_promotion.category-distributor .category-view,
  body.catalog-category-view.category-distributors.active_promotion.category-distributor .category-view,
  body.form-newsletter-index.active_promotion.category-distributor .category-view,
  body.form-quality-index.active_promotion.category-distributor .category-view,
  body.form-returns-index.active_promotion.category-distributor .category-view,
  body.form-contact-index.active_promotion.category-distributor .category-view {
    margin-top: 71px;
  }
  body.catalog-category-view.category-adaptive-certified-dealers.active_promotion .category-view {
    margin-top: 0;
  }
  .signup-customersup {
    padding: 40px 0;
  }
  .signup-customersup .signup-customersup-left img {
    width: 23px;
    margin-bottom: 21px;
  }
  .signup-customersup .signup-customersup-heading {
    font-size: 1.5rem;
  }
  .signup-customersup .signup-customersup-right h6 {
    font-size: 3rem;
  }
  .signup-customersup a {
    font-size: 1.2rem;
  }
  .cms-home .site_banner .home-slider-wrapper {
    position: relative;
  }
  .cms-home .site_banner .home-slider-wrapper .arrow-scroll-down {
    position: fixed;
    width: 20px;
    bottom: 20px;
    right: 20px;
    height: 35px;
    background-image: url(../images/arrow-hero.svg);
    background-size: contain;
    background-position: 0 0;
    z-index: 2;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption {
    left: 20px;
    position: absolute;
    z-index: 999;
    bottom: calc(100vw - 50vw);
    height: 110px;
    width: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption ._cell {
    /*vertical-align:bottom;*/
    padding-bottom: 30px;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2em;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption p {
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    letter-spacing: 0.05em;
    font-size: 12.5px;
    font-size: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .cms-home .site_banner .homeSliderParent img.mobile-only {
    display: block;
  }
  .cms-home .site_banner .homeSliderParent img.desktop-only {
    display: none;
  }
  .home-section-two {
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 59px;
    padding-bottom: 65px;
  }
  .home-section-two a {
    display: none;
  }
  .home-section-two .home-sec1-blog-left {
    margin-right: 0;
    padding-right: 5px;
  }
  .home-section-two .home-sec1-blog-right {
    margin-left: 0;
    padding-left: 5px;
  }
  .home-section-two .home-sec1-blog-left,
  .home-section-two .home-sec1-blog-right {
    width: 50%;
    float: left;
  }
  .home-section-two .home-sec1-blog-left .home-sec1-blog-img,
  .home-section-two .home-sec1-blog-right .home-sec1-blog-img {
    margin-bottom: 12px;
  }
  .home-section-two .home-sec1-blog-left .home-sec1-blog-img a,
  .home-section-two .home-sec1-blog-right .home-sec1-blog-img a {
    display: block;
  }
  .home-section-two .home-sec1-blog-left .home-sec1-blog-img .overlay-title,
  .home-section-two .home-sec1-blog-right .home-sec1-blog-img .overlay-title {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 2.75rem;
  }
  .home-section-two p {
    display: none;
  }
  .section-three .cover-stories-title.mobile-only {
    text-align: center;
    padding: 45px 0;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .section-three .slick-list {
    padding: 0 30px !important;
    padding-bottom: 105px !important;
  }
  .section-three .slick-list .slick-slide {
    position: relative;
    transform: scale(0.9);
    transition: all 0.4s ease;
  }
  .section-three .slick-list .slick-slide .cover-stories-right {
    display: none;
  }
  .section-three .slick-list .slick-slide .cover-stories-left {
    margin: 0;
  }
  .section-three .slick-list .slick-slide .cover-stories-desc {
    width: 82%;
    left: 50%;
    margin-left: -41%;
    bottom: -43px;
    padding: 15px 25px;
    padding-bottom: 0;
  }
  .section-three .slick-list .slick-slide .cover-stories-desc .slider-heading {
    text-align: center;
  }
  .section-three .slick-list .slick-slide .cover-stories-desc .slider-date {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section-three .slick-list .slick-slide .cover-stories-desc .slider-text {
    display: none;
  }
  .section-three .slick-list .slick-slide .cover-stories-desc .link-cover {
    display: none !important;
  }
  .section-three .slick-list .slick-slide.slick-current {
    transform: scale(1);
    transition: all 0.4s ease;
    margin-top: -6px;
  }
  .hp-photoslurp {
    padding: 60px 0;
    padding-bottom: 107px;
  }
  .hp-photoslurp .innerPhotoslurp .hpPhtxt {
    letter-spacing: 0;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    max-width: 70%;
    margin: 0 auto;
  }
  .hp-photoslurp .innerPhotoslurp .hpPhtxt br {
    display: none;
  }
  .hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics button.ps-note-add-pics-submit,
  .hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .cart.table-wrapper .actions-toolbar > .action.ps-note-add-pics-submit,
  .hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .action-gift.ps-note-add-pics-submit {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics button.ps-note-add-pics-submit > span,
  .hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .cart.table-wrapper .actions-toolbar > .action.ps-note-add-pics-submit > span,
  .hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .action-gift.ps-note-add-pics-submit > span {
    display: none;
  }
  /* forgot password*/
  .customer-account-forgotpassword,
  .customer-account-createpassword {
    background: #ecedee;
  }
  .customer-account-forgotpassword .page-main,
  .customer-account-createpassword .page-main {
    margin-bottom: 50px;
  }
  .customer-account-forgotpassword .page-main .page-title-wrapper,
  .customer-account-createpassword .page-main .page-title-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 20px;
    background: #fff;
  }
  .customer-account-forgotpassword .page-main .page-title-wrapper .page-title span,
  .customer-account-createpassword .page-main .page-title-wrapper .page-title span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .customer-account-forgotpassword .columns,
  .customer-account-createpassword .columns {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    padding-top: 0;
  }
  .customer-account-forgotpassword .columns .form.password.forget,
  .customer-account-createpassword .columns .form.password.forget,
  .customer-account-forgotpassword .columns .form.password.reset,
  .customer-account-createpassword .columns .form.password.reset {
    width: 100%;
    min-width: inherit;
  }
  .customer-account-forgotpassword .columns .form.password.forget .fieldset > .field,
  .customer-account-createpassword .columns .form.password.forget .fieldset > .field,
  .customer-account-forgotpassword .columns .form.password.reset .fieldset > .field,
  .customer-account-createpassword .columns .form.password.reset .fieldset > .field {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .customer-account-forgotpassword .columns .form.password.forget .fieldset > .field:not(.choice) > .label,
  .customer-account-createpassword .columns .form.password.forget .fieldset > .field:not(.choice) > .label,
  .customer-account-forgotpassword .columns .form.password.reset .fieldset > .field:not(.choice) > .label,
  .customer-account-createpassword .columns .form.password.reset .fieldset > .field:not(.choice) > .label {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    font-weight: normal;
  }
  .customer-account-forgotpassword .columns .form.password.forget .control,
  .customer-account-createpassword .columns .form.password.forget .control,
  .customer-account-forgotpassword .columns .form.password.reset .control,
  .customer-account-createpassword .columns .form.password.reset .control {
    width: 100%;
  }
  .customer-account-forgotpassword .columns .form.password.forget .control input,
  .customer-account-createpassword .columns .form.password.forget .control input,
  .customer-account-forgotpassword .columns .form.password.reset .control input,
  .customer-account-createpassword .columns .form.password.reset .control input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .customer-account-forgotpassword .columns .form.password.forget .control.captcha .captcha-reload,
  .customer-account-createpassword .columns .form.password.forget .control.captcha .captcha-reload,
  .customer-account-forgotpassword .columns .form.password.reset .control.captcha .captcha-reload,
  .customer-account-createpassword .columns .form.password.reset .control.captcha .captcha-reload {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .customer-account-forgotpassword .columns .form.password.forget .actions-toolbar,
  .customer-account-createpassword .columns .form.password.forget .actions-toolbar,
  .customer-account-forgotpassword .columns .form.password.reset .actions-toolbar,
  .customer-account-createpassword .columns .form.password.reset .actions-toolbar {
    margin-left: 0;
    width: 100%;
  }
  .customer-account-forgotpassword .columns .form.password.forget .actions-toolbar .primary,
  .customer-account-createpassword .columns .form.password.forget .actions-toolbar .primary,
  .customer-account-forgotpassword .columns .form.password.reset .actions-toolbar .primary,
  .customer-account-createpassword .columns .form.password.reset .actions-toolbar .primary {
    float: none;
    width: 100%;
  }
  .customer-account-forgotpassword .columns .form.password.forget .actions-toolbar .primary .action.submit.primary,
  .customer-account-createpassword .columns .form.password.forget .actions-toolbar .primary .action.submit.primary,
  .customer-account-forgotpassword .columns .form.password.reset .actions-toolbar .primary .action.submit.primary,
  .customer-account-createpassword .columns .form.password.reset .actions-toolbar .primary .action.submit.primary {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 40px;
    line-height: 27px;
  }
  .customer-account-forgotpassword .columns .form.password.forget .actions-toolbar .primary .action.submit.primary:hover,
  .customer-account-createpassword .columns .form.password.forget .actions-toolbar .primary .action.submit.primary:hover,
  .customer-account-forgotpassword .columns .form.password.reset .actions-toolbar .primary .action.submit.primary:hover,
  .customer-account-createpassword .columns .form.password.reset .actions-toolbar .primary .action.submit.primary:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
  }
  .customer-account-forgotpassword .columns .form.password.forget .actions-toolbar .secondary,
  .customer-account-createpassword .columns .form.password.forget .actions-toolbar .secondary,
  .customer-account-forgotpassword .columns .form.password.reset .actions-toolbar .secondary,
  .customer-account-createpassword .columns .form.password.reset .actions-toolbar .secondary {
    float: none;
    width: 100%;
    margin-top: 40px;
    text-align: left;
  }
  .customer-account-forgotpassword .columns .form.password.forget .actions-toolbar .secondary .action.back,
  .customer-account-createpassword .columns .form.password.forget .actions-toolbar .secondary .action.back,
  .customer-account-forgotpassword .columns .form.password.reset .actions-toolbar .secondary .action.back,
  .customer-account-createpassword .columns .form.password.reset .actions-toolbar .secondary .action.back {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  /* login page*/
  .customer-account-login {
    background: #ecedee;
  }
  .customer-account-login .column.main {
    background: #fff;
    margin-bottom: 50px;
  }
  .customer-account-login .login-container {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  .customer-account-login .login-container .block-title {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.55555556em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .customer-account-login .login-container .block-new-customer .field.note,
  .customer-account-login .login-container .block-customer-login .field.note,
  .customer-account-login .login-container .block-new-customer p,
  .customer-account-login .login-container .block-customer-login p {
    color: #888888;
    margin-top: 5px;
    display: block;
    letter-spacing: 0.05em;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
  .customer-account-login .login-container .block-new-customer .label,
  .customer-account-login .login-container .block-customer-login .label {
    font-weight: normal;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
  }
  .customer-account-login .login-container .block-new-customer .control input,
  .customer-account-login .login-container .block-customer-login .control input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .customer-account-login .login-container .block-customer-login .fieldset > .field > .control {
    width: 100%;
  }
  .customer-account-login .login-container .block-customer-login .actions-toolbar {
    margin-left: 0;
  }
  .customer-account-login .login-container .block-customer-login .actions-toolbar .primary {
    float: none;
  }
  .customer-account-login .login-container .block-customer-login .actions-toolbar .primary button.login.primary,
  .customer-account-login .login-container .block-customer-login .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.login.primary,
  .customer-account-login .login-container .block-customer-login .actions-toolbar .primary .action-gift.login.primary {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
    height: 46px;
  }
  .customer-account-login .login-container .block-customer-login .actions-toolbar .primary button.login.primary:hover,
  .customer-account-login .login-container .block-customer-login .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.login.primary:hover,
  .customer-account-login .login-container .block-customer-login .actions-toolbar .primary .action-gift.login.primary:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
    height: 46px;
  }
  .customer-account-login .login-container .block-customer-login .actions-toolbar .secondary {
    display: block;
    float: none;
    text-align: left;
    margin-top: 20px;
  }
  .customer-account-login .login-container .block-customer-login .actions-toolbar .secondary a.action.remind {
    border-bottom: 1px solid #000;
    line-height: 1em;
  }
  .customer-account-login .login-container .block-customer-login .fieldset.login:after {
    margin-left: 0;
    text-align: left;
  }
  .customer-account-login .login-container .block-new-customer {
    position: relative;
  }
  .customer-account-login .login-container .block-new-customer .actions-toolbar {
    float: left;
    width: 100%;
  }
  .customer-account-login .login-container .block-new-customer .actions-toolbar a.create.primary {
    background: #dddddd;
    border: 1px solid #dddddd;
    height: 44px;
    text-align: center;
    line-height: 44px;
    float: left;
    color: #000;
    width: 204px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    display: block;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-transform: uppercase;
    width: 100%;
  }
  .customer-account-login .login-container .block-new-customer .actions-toolbar a.create.primary:hover {
    background: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
  }
  .customer-account-login .login-container .block-new-customer .field.note,
  .customer-account-login .login-container .block-customer-login .field.note,
  .customer-account-login .login-container .block-new-customer p,
  .customer-account-login .login-container .block-customer-login p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.55555556em;
    letter-spacing: 0.05em !important;
  }
  .customer-account-login .page-title-wrapper {
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .customer-account-login .page-title-wrapper .page-title span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .customer-account-create .sidebar.sidebar-main {
    display: none;
  }
  .customer-account-create #maincontent .form-create-account,
  .contact-index-index #maincontent .form-create-account,
  .customer-account-edit #maincontent .form-create-account {
    width: 100%;
    padding: 20px;
  }
  .customer-account-create #maincontent .form-create-account .fieldset.create.info .field,
  .contact-index-index #maincontent .form-create-account .fieldset.create.info .field,
  .customer-account-edit #maincontent .form-create-account .fieldset.create.info .field,
  .customer-account-create #maincontent .form-create-account .fieldset.create.account .field,
  .contact-index-index #maincontent .form-create-account .fieldset.create.account .field,
  .customer-account-edit #maincontent .form-create-account .fieldset.create.account .field {
    width: 100%;
  }
  .customer-account-create #maincontent .form-create-account .fieldset.create.info .field.password,
  .contact-index-index #maincontent .form-create-account .fieldset.create.info .field.password,
  .customer-account-edit #maincontent .form-create-account .fieldset.create.info .field.password,
  .customer-account-create #maincontent .form-create-account .fieldset.create.account .field.password,
  .contact-index-index #maincontent .form-create-account .fieldset.create.account .field.password,
  .customer-account-edit #maincontent .form-create-account .fieldset.create.account .field.password,
  .customer-account-create #maincontent .form-create-account .fieldset.create.info .field.confirmation,
  .contact-index-index #maincontent .form-create-account .fieldset.create.info .field.confirmation,
  .customer-account-edit #maincontent .form-create-account .fieldset.create.info .field.confirmation,
  .customer-account-create #maincontent .form-create-account .fieldset.create.account .field.confirmation,
  .contact-index-index #maincontent .form-create-account .fieldset.create.account .field.confirmation,
  .customer-account-edit #maincontent .form-create-account .fieldset.create.account .field.confirmation {
    width: 100%;
  }
  .customer-account-edit #maincontent .column.main {
    padding: 20px;
  }
  .customer-account-edit #maincontent .form-edit-account {
    width: 100%;
    padding: 0;
  }
  .customer-account-edit #maincontent .form-edit-account .legend span {
    font-family: 'efframedium', serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset .legend {
    margin-left: 0;
    text-transform: uppercase;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset .label {
    display: none;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset .field.choice {
    /*display:none;*/
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset .field.choice .label {
    display: block;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset .field.choice:first-child {
    display: none;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset .control {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset .control input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset.password {
    /*.field.new.password.required,
                    .field.confirm.password.required {
                        display:block !important;
                    }*/
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset.password .label {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset.password .control {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset.password .control input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset.password .field.confirm.password .label {
    display: none !important;
  }
  .customer-account-edit #maincontent .form-edit-account .fieldset.password #password-strength-meter-container {
    display: none;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar {
    margin-left: 0;
    margin-top: 20px;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .field.choice {
    margin-bottom: 40px;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .primary {
    display: block;
    float: none;
    width: 100%;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .primary button,
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .primary .action-gift {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
    height: 45px;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .primary button:hover,
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .primary .action-gift:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .secondary {
    float: left;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .secondary a.action {
    margin-top: 20px;
  }
  .customer-account-edit #maincontent .form-edit-account .actions-toolbar .secondary a.action.back span {
    height: 30px;
    width: 100px;
    line-height: 32px;
    display: block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .contact-index-index #maincontent .form.contact .fieldset .field {
    margin-bottom: 12px;
  }
  .form-contact-index .form.contact {
    padding: 40px 20px;
  }
  .form-contact-index .form.contact .form-create-account {
    width: 100%;
    padding: 20px;
  }
  .form-contact-index .form.contact .form-create-account .fieldset.create.info .field,
  .form-contact-index .form.contact .form-create-account .fieldset.create.account .field {
    width: 100%;
  }
  .form-contact-index .form.contact .form-create-account .fieldset.create.info .field.password,
  .form-contact-index .form.contact .form-create-account .fieldset.create.account .field.password,
  .form-contact-index .form.contact .form-create-account .fieldset.create.info .field.confirmation,
  .form-contact-index .form.contact .form-create-account .fieldset.create.account .field.confirmation {
    width: 100%;
  }
  .form-contact-index .form.contact .fieldset {
    margin: 0 0 20px;
  }
  .form-contact-index .form.contact .fieldset .field {
    margin-bottom: 12px;
  }
  .form-contact-index .form.contact .fieldset .newsl-select-container {
    margin-top: 30px;
  }
  .form-contact-index .form.contact .fieldset .legend {
    margin-bottom: 27px;
  }
  .form-contact-index .form.contact .checkbox-wrapper {
    margin: 20px 0 40px !important;
  }
  .page-with-filter .action.towishlist {
    width: 18px;
    height: 18px;
    top: 15px;
    right: 15px;
  }
  body.catalog-category-view .category-description {
    background: #ECEDEF;
    padding-bottom: 70px;
  }
  body.catalog-category-view .category-description .wrapper-catalog-description {
    max-width: 100%;
    padding: 0 20px;
  }
  body.catalog-category-view .category-description .wrapper-catalog-description h2 {
    font-size: 20px;
    font-family: 'effrabold', serif;
    margin: 0;
    margin-bottom: 30px;
  }
  body.catalog-category-view .category-description .wrapper-catalog-description p {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
  }
  body.catalog-category-view .product.details.product-item-details,
  body.form-newsletter-index .product.details.product-item-details,
  body.form-quality-index .product.details.product-item-details,
  body.form-returns-index .product.details.product-item-details,
  body.form-contact-index .product.details.product-item-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-category-view .product-item-link,
  body.form-newsletter-index .product-item-link,
  body.form-quality-index .product-item-link,
  body.form-returns-index .product-item-link,
  body.form-contact-index .product-item-link {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0px;
    line-height: 1.2em;
  }
  body.catalog-category-view .products-grid .product-item-actions,
  body.form-newsletter-index .products-grid .product-item-actions,
  body.form-quality-index .products-grid .product-item-actions,
  body.form-returns-index .products-grid .product-item-actions,
  body.form-contact-index .products-grid .product-item-actions {
    margin: 0;
  }
  body.catalog-category-view .product.details.product-item-details,
  body.form-newsletter-index .product.details.product-item-details,
  body.form-quality-index .product.details.product-item-details,
  body.form-returns-index .product.details.product-item-details,
  body.form-contact-index .product.details.product-item-details {
    padding-bottom: 10px;
  }
  body.catalog-category-view .category-image,
  body.form-newsletter-index .category-image,
  body.form-quality-index .category-image,
  body.form-returns-index .category-image,
  body.form-contact-index .category-image {
    padding-left: 0px;
  }
  body.catalog-category-view .category-image h1,
  body.form-newsletter-index .category-image h1,
  body.form-quality-index .category-image h1,
  body.form-returns-index .category-image h1,
  body.form-contact-index .category-image h1 {
    font-size: 2rem;
    padding: 0 20px;
    letter-spacing: 1px;
  }
  body.catalog-category-view .category-image .breadcrumbs,
  body.form-newsletter-index .category-image .breadcrumbs,
  body.form-quality-index .category-image .breadcrumbs,
  body.form-returns-index .category-image .breadcrumbs,
  body.form-contact-index .category-image .breadcrumbs {
    display: none;
  }
  body.catalog-category-view .category-image .image.desktop-only,
  body.form-newsletter-index .category-image .image.desktop-only,
  body.form-quality-index .category-image .image.desktop-only,
  body.form-returns-index .category-image .image.desktop-only,
  body.form-contact-index .category-image .image.desktop-only {
    display: none;
  }
  body.catalog-category-view .category-image .image.mobile-only,
  body.form-newsletter-index .category-image .image.mobile-only,
  body.form-quality-index .category-image .image.mobile-only,
  body.form-returns-index .category-image .image.mobile-only,
  body.form-contact-index .category-image .image.mobile-only {
    display: block;
  }
  body.catalog-category-view .toolbar-products,
  body.form-newsletter-index .toolbar-products,
  body.form-quality-index .toolbar-products,
  body.form-returns-index .toolbar-products,
  body.form-contact-index .toolbar-products {
    /*margin-bottom: 43px;*/
    margin-top: 43px;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
  }
  body.catalog-category-view .toolbar-products .hide-block.only-desktop,
  body.form-newsletter-index .toolbar-products .hide-block.only-desktop,
  body.form-quality-index .toolbar-products .hide-block.only-desktop,
  body.form-returns-index .toolbar-products .hide-block.only-desktop,
  body.form-contact-index .toolbar-products .hide-block.only-desktop {
    display: none !important;
  }
  body.catalog-category-view .toolbar-products .sorter,
  body.form-newsletter-index .toolbar-products .sorter,
  body.form-quality-index .toolbar-products .sorter,
  body.form-returns-index .toolbar-products .sorter,
  body.form-contact-index .toolbar-products .sorter {
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    width: calc(50% - 10px);
    z-index: 3;
    padding-top: 0;
    padding: 0 10px;
    box-sizing: border-box;
    padding-right: 0;
  }
  body.catalog-category-view .toolbar-products .sorter .selectize-input.full,
  body.form-newsletter-index .toolbar-products .sorter .selectize-input.full,
  body.form-quality-index .toolbar-products .sorter .selectize-input.full,
  body.form-returns-index .toolbar-products .sorter .selectize-input.full,
  body.form-contact-index .toolbar-products .sorter .selectize-input.full {
    background: #ECEDEF;
  }
  body.catalog-category-view .toolbar-products .sorter.open_sort_select,
  body.form-newsletter-index .toolbar-products .sorter.open_sort_select,
  body.form-quality-index .toolbar-products .sorter.open_sort_select,
  body.form-returns-index .toolbar-products .sorter.open_sort_select,
  body.form-contact-index .toolbar-products .sorter.open_sort_select {
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 6;
    background: #fff;
    padding: 0;
  }
  body.catalog-category-view .toolbar-products .sorter.open_sort_select .selectize-dropdown.single,
  body.form-newsletter-index .toolbar-products .sorter.open_sort_select .selectize-dropdown.single,
  body.form-quality-index .toolbar-products .sorter.open_sort_select .selectize-dropdown.single,
  body.form-returns-index .toolbar-products .sorter.open_sort_select .selectize-dropdown.single,
  body.form-contact-index .toolbar-products .sorter.open_sort_select .selectize-dropdown.single {
    width: 100% !important;
  }
  body.catalog-category-view .toolbar-products .sorter .selectize-control.single .selectize-input input,
  body.form-newsletter-index .toolbar-products .sorter .selectize-control.single .selectize-input input,
  body.form-quality-index .toolbar-products .sorter .selectize-control.single .selectize-input input,
  body.form-returns-index .toolbar-products .sorter .selectize-control.single .selectize-input input,
  body.form-contact-index .toolbar-products .sorter .selectize-control.single .selectize-input input {
    display: none !important;
  }
  body.catalog-category-view .toolbar-products .sorter.display-mobile-sorter,
  body.form-newsletter-index .toolbar-products .sorter.display-mobile-sorter,
  body.form-quality-index .toolbar-products .sorter.display-mobile-sorter,
  body.form-returns-index .toolbar-products .sorter.display-mobile-sorter,
  body.form-contact-index .toolbar-products .sorter.display-mobile-sorter {
    width: calc(100% - 20px);
    z-index: 9;
    background: #fff;
    padding: 0;
  }
  body.catalog-category-view .toolbar-products .mobile-only .show-filters-mobile,
  body.form-newsletter-index .toolbar-products .mobile-only .show-filters-mobile,
  body.form-quality-index .toolbar-products .mobile-only .show-filters-mobile,
  body.form-returns-index .toolbar-products .mobile-only .show-filters-mobile,
  body.form-contact-index .toolbar-products .mobile-only .show-filters-mobile {
    height: 40px;
    /*width: ~"calc(50% - 10px)";*/
    width: 50%;
    float: left;
    position: relative;
    z-index: 5;
    border: 1px solid #cacaca;
    background: #ECEDEF;
    line-height: 40px;
    -webkit-transition: width 0.15s linear 0.15s;
    transition: width 0.15s linear 0.15s;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 4;
    text-align: left;
  }
  body.catalog-category-view .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON,
  body.form-newsletter-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON,
  body.form-quality-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON,
  body.form-returns-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON,
  body.form-contact-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON {
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 6;
    background: #fff;
  }
  body.catalog-category-view .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON:after,
  body.form-newsletter-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON:after,
  body.form-quality-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON:after,
  body.form-returns-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON:after,
  body.form-contact-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
    top: 50%;
  }
  body.catalog-category-view .toolbar-products .mobile-only .show-filters-mobile.force-open,
  body.form-newsletter-index .toolbar-products .mobile-only .show-filters-mobile.force-open,
  body.form-quality-index .toolbar-products .mobile-only .show-filters-mobile.force-open,
  body.form-returns-index .toolbar-products .mobile-only .show-filters-mobile.force-open,
  body.form-contact-index .toolbar-products .mobile-only .show-filters-mobile.force-open {
    transition: none;
  }
  body.catalog-category-view .toolbar-products .mobile-only .show-filters-mobile:after,
  body.form-newsletter-index .toolbar-products .mobile-only .show-filters-mobile:after,
  body.form-quality-index .toolbar-products .mobile-only .show-filters-mobile:after,
  body.form-returns-index .toolbar-products .mobile-only .show-filters-mobile:after,
  body.form-contact-index .toolbar-products .mobile-only .show-filters-mobile:after {
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    width: 13px;
    height: 8px;
    background-size: 13px 8px;
    background-image: url(../images/chevron-accordion.svg);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top 200ms ease, -webkit-transform 200ms ease;
    transition: top 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, top 200ms ease;
    transition: transform 200ms ease, top 200ms ease, -webkit-transform 200ms ease;
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
  }
  .page-with-filter .page-main .columns .sidebar-main {
    width: calc(100% - 40px) !important;
    background: #fff;
    z-index: 9;
    left: 5%;
    padding: 20px;
    position: absolute;
    left: 20px;
    top: 83px;
    display: none;
  }
  .page-with-filter .page-main .columns .sidebar-main.display-mobile-filters {
    display: block !important;
  }
  .page-with-filter .page-main .columns .column.main {
    background: #ECEDEF;
  }
  .mobile_only {
    display: block;
  }
  .child.mobile_only {
    display: inline-block;
  }
  .active_promotion.cms-infinitor1knit .columns .column.main,
  .active_promotion.cms-versus-evo .columns .column.main,
  .active_promotion.cms-infinito1919 .columns .column.main {
    margin-top: 91px;
  }
  .no_promotion.cms-infinitor1knit .columns .column.main,
  .no_promotion.cms-versus-evo .columns .column.main,
  .no_promotion.cms-infinito1919 .columns .column.main {
    margin-top: 57px;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 {
    background: none;
    background-size: cover;
    letter-spacing: 10px;
    min-height: 0;
    position: relative;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 .container-moviestar-landing-page-vs-topbanner h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 .container-moviestar-landing-page-vs-arrowdn {
    display: none;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row2 {
    padding: 20% 14%;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row2 img {
    width: 60%;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row2 p {
    width: 95%;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row4 {
    padding: 50px 20px;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row4 p {
    width: 95%;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 {
    padding: 40px 20px;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 img {
    width: 50%;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper {
    width: 100%;
    margin: 0 !important;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-mobile {
    display: block;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-mobile span {
    font-size: 16px;
    line-height: 22px;
  }
  .container-moviestar-landing-page-vs .text-final {
    padding-top: 15%;
    text-align: center;
  }
  .container-moviestar-landing-page-vs .text-final p {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .container-moviestar-landing-page-vs .cont-img {
    padding: 15%;
    padding-bottom: 5%;
    width: 100%;
  }
  .container-moviestar-landing-page-vs .cont {
    background-color: #fff !important;
  }
  .container-moviestar-landing-page-vs .new-h {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 5%;
  }
  .container-moviestar-landing-page-vs .new {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .container-moviestar-landing-page-vs .text-3-section {
    width: 85%;
  }
  .container-moviestar-landing-page-vs .text-3-section p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .container-moviestar-landing-page-vs .child-dx {
    display: inline-block;
    margin-right: -4px;
    padding-top: 11%;
    vertical-align: top;
    width: 100%;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper {
    margin: 70px 0;
    position: relative;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-fullwidth {
    margin: 35px 0;
    position: relative;
  }
  .container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-fullwidth .moviestar-landing-page-quote-block-desktop {
    display: none;
  }
  .container-moviestar-landing-page-vs .child {
    width: 100%;
  }
  .container-moviestar-landing-page-vs .shop-online {
    font-size: 16px;
    line-height: 60px;
  }
  /* making of champions*/
  .container-moc-landing-page-vs .moc_desktop_only {
    display: none !important;
  }
  .container-moc-landing-page-vs .moc_mobile_only {
    display: block;
  }
  .container-moc-landing-page-vs .moc-hero-banner-text-wrapper {
    width: 56%;
  }
  .container-moc-landing-page-vs .moc-hero-banner-text-wrapper .moc-hero-banner-subtitle {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .container-moc-landing-page-vs .moc-hero-banner-text-wrapper .moc-hero-banner-title {
    font-size: 26px;
    margin-top: 60px;
  }
  .container-moc-landing-page-vs .moc-landing-movilogo {
    width: 100px;
  }
  .container-moc-landing-page-vs .moc-grid-cell {
    width: 100%;
  }
  .container-moc-landing-page-vs .moc-big-caption {
    width: 100%;
    margin-top: 0px;
  }
  .container-moc-landing-page-vs .moc-text-box-subtitle {
    width: 75%;
    font-size: 22px;
    padding-top: 100px;
  }
  .container-moc-landing-page-vs .moc-text-box-subtitle-r p {
    width: 85%;
    padding-left: 6%;
  }
  .container-moc-landing-page-vs .moc-big-caption-r {
    padding-left: 5%;
  }
  .container-moc-landing-page-vs .moc-big-caption-s {
    padding-right: 10%;
  }
  .container-moc-landing-page-vs .cms-makingofchampions .footer-container {
    border-top: none;
  }
  .container-moc-landing-page-vs .moc-text-box {
    margin-bottom: 100px;
  }
  /* infinito r1 knit */
  .container2018 .row1 h1 {
    font-size: 2rem;
  }
  .container2018 .row1 h1 .item-name {
    letter-spacing: 0.15em;
    font-size: 20px;
  }
  .container2018 .row2 {
    padding: 70px 20px;
  }
  .container2018 .row2 h3 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .container2018 .row2 p {
    line-height: 26px;
    font-size: 16px;
  }
  .container2018 .row2 p br {
    display: none;
  }
  .container2018 .row4 {
    text-align: center;
  }
  .container2018 .row4 a {
    display: block;
    margin: 0 auto;
    max-width: 220px;
  }
  .container2018 .row4 a .row-product span {
    font-size: 14px;
  }
  .container2018 .row4 a:nth-child(2) {
    margin: 100px auto;
  }
  .container2018 .row5 img {
    width: 100%;
  }
  .container2018 .general_block_with_video_yt_and_cover .overlay_layer_video_play:before {
    background-size: 50px 50px;
  }
  .desktop_only {
    display: none !important;
  }
  .float-text-map-last {
    left: -58px;
  }
  .landing_video_wrapper {
    padding: 0px;
    /*general style for video wrapper*/
  }
  .landing_video_wrapper .container-video-landing-page-wrapper {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .landing_video_wrapper .container-video-landing-page-wrapper .resp-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  .landing_video_wrapper .container-video-landing-page-wrapper .resp-container .resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .landing_page {
    /*.landing-hero-slider.slick-slider {
            height:100vh;
        }*/
  }
  .landing_page .landing-hero-slider .slick-dots {
    display: none;
  }
  .landing_page .topbanner-outer-container-vimeo .topbanner-overlay-wrapper ._table ._cell h2 {
    font-size: 37px;
    font-size: 3.7rem;
  }
  .landing_page .landing-square-block .single-square a.link-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .landing_page .landing-slider-wrapper {
    position: relative;
  }
  .landing_page .landing-slider-wrapper .arrow-scroll-down-landing {
    background-image: url(../images/arrow-hero-black.svg);
    background-position: 0 0;
    background-size: contain;
    bottom: 80px;
    height: 35px;
    position: absolute;
    right: 20px;
    width: 20px;
    z-index: 2;
    display: none !important;
  }
  .landing_page .landing-slider-wrapper .landingSliderCaption {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .landing_page .landing-slider-wrapper .landingSliderCaption p {
    font-family: 'effrabold', serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding-left: 0;
    margin-bottom: 15px;
    color: #000;
    display: none;
  }
  .landing_page .landing-slider-wrapper .landingSliderCaption h3 {
    color: #000;
    font-family: 'effrabold', serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .landing_page .landing-slider-wrapper .landingSliderCaption h4 {
    color: #000;
    font-family: 'effrabold', serif;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: 0;
    display: inline-block;
    width: auto;
    /*&:nth-of-type(2n) {
                            display:inline-block;
                        }*/
  }
  .landing_page .landing-slider-wrapper .landingSliderCaption.padding-setting {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .landing_page .landing-slider-wrapper .landing-hero-slider img.mobile-only {
    display: block;
  }
  .landing_page .landing-slider-wrapper .landing-hero-slider img.desktop-only {
    display: none;
  }
  .landing_page #top-banner-triple {
    position: relative;
    height: auto !important;
  }
  .landing_page #top-banner-triple .triple-container {
    z-index: 2;
    height: 100%;
    width: 100%;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner {
    height: auto;
    width: 100%;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block {
    width: 100%;
    float: left;
    position: relative;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block img {
    width: 100%;
    vertical-align: bottom;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block .triple-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block .triple-hover .triple-cta {
    position: absolute;
    bottom: 47px;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block .triple-hover .triple-cta h2 {
    margin: 0;
    font-family: 'effrabold', serif;
    color: #949494;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    display: inline-block;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block .triple-hover .triple-cta h2 + h2 {
    color: #fff;
    margin-left: 5px;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block .triple-hover .triple-cta span.button {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 12px;
    padding-top: 9px;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.55555556em;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block .triple-hover .triple-cta span.button:hover {
    background: #fff;
    color: #000;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block.clima {
    background: #424242;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block.ergolace {
    background: #4c483a;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a .triple-block.artica {
    background: #3a4142;
  }
  .landing_page #top-banner-triple .triple-container .triple-cta-banner a:hover .triple-hover {
    opacity: 1;
  }
  .landing_page .topbanner-outer-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .landing_page .topbanner-outer-container .topbanner-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .landing_page .topbanner-outer-container .topbanner-overlay-wrapper ._table ._cell h2 {
    color: #d7e5ad;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: 'effralight', serif;
    margin: 0;
    font-size: 37px;
    font-size: 3.7rem;
  }
  .landing_page .topbanner-outer-container .topbanner-overlay-wrapper ._table ._cell h2 strong {
    font-family: 'effraregular', serif;
  }
  .landing_page .landing-intro {
    text-align: center;
    padding: 0 32px;
    margin-bottom: 35px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'effraregular', serif;
    letter-spacing: 0.025em;
    line-height: 1.65em;
  }
  .landing_page .landing-intro br {
    display: none;
  }
  .landing_page .landing-intro br.mobile-only {
    display: block;
  }
  .landing_page .landing-intro h3.mobile-only {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'effrabold', serif;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 5px;
  }
  .landing_page .landing-intro .mobile-only {
    margin: 30px 0;
    margin-bottom: 15px;
  }
  .landing_page .landing-intro .mobile-only p {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'effrabold', serif;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .landing_page .landing-intro .mobile-only h4 {
    font-size: 30px;
    font-size: 3rem;
    font-family: 'effrabold', serif;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .landing_page .landing-intro .mobile-only h4.grey-opaque {
    color: #b8b8b8;
    margin-bottom: 3px;
  }
  .landing_page .landing-square-block .single-square {
    padding: 0;
    position: relative;
  }
  .landing_page .landing-square-block .single-square h3 {
    font-size: 2.625rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
    margin-top: 0;
  }
  .landing_page .landing-square-block .single-square p {
    font-size: 1.8rem;
    font-family: 'effraregular', serif;
    line-height: 1.65em;
    letter-spacing: 0.025em;
  }
  .landing_page .landing-square-block .single-square ._table {
    padding: 32px;
    box-sizing: border-box;
  }
  .landing_page .landing-square-block .single-square ._table ._cell br {
    display: none;
  }
  .landing_page .landing-square-block .single-square ._table ._cell br.mobile-only {
    display: block;
  }
  .landing_page .landing-square-block .single-square ._table ._cell img {
    display: none;
  }
  .landing_page .landing-square-block .single-square.single-square-animated .single-square-slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .landing_page .landing-square-block .single-square.single-square-animated .single-square-slide .img-wrap {
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  .landing_page .landing-square-block .single-square.single-square-animated .single-square-slide.current-slide {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .landing_page .landing-square-block .single-square .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: calc(1000 / 1000 * 100%);
  }
  .landing_page .landing-square-block .single-square .resp-container .resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
  }
  .landing_page.collage-of-modules.vimeo-video .landing-square-block .single-square h3.align-left {
    line-height: 1em !important;
    margin-bottom: 20px !important;
  }
  .landing_page .landing-solid-banner .landing-solid-text {
    color: #fff;
    background: #101820;
    text-align: center;
    padding: 44px 20px;
  }
  .landing_page .landing-solid-banner .landing-solid-text span {
    display: block;
  }
  .landing_page .landing-solid-banner .landing-solid-text br {
    display: block;
  }
  .landing_page .landing-solid-banner .landing-solid-text span.title {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
  }
  .landing_page .landing-solid-banner .landing-solid-text span.text {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 1.65em;
  }
  .landing_page .landing_video_wrapper {
    padding: 0;
  }
  .landing_page .landing-video-background {
    position: relative;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay {
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay img {
    max-width: 220px;
    margin-bottom: 15px;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay p {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
    color: #fff;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay p:after {
    content: '';
    height: 35px;
    width: 1px;
    position: absolute;
    background: #fff;
    bottom: 50px;
    right: 50%;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.05em;
    background: none;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    font-family: 'effrabold', serif;
    font-weight: normal;
    vertical-align: top;
    padding: 0;
    line-height: 1.3em;
    margin: 0 35px;
    position: relative;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay .open_overlay_video_open {
    display: none;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all {
    height: 100%;
    width: 100%;
    z-index: 10;
    cursor: pointer;
  }
  .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all .open_overlay_video_open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    content: '';
    background-image: url(../images/landing-page/play-icon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin: 0;
    background-size: 40px;
  }
  .landing_page .landing-video-background img {
    vertical-align: middle;
  }
  .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play:before {
    background-size: 40px;
  }
  .landing_page .landing-products {
    padding: 70px 0;
  }
  .landing_page .landing-products .landing-prod-item,
  .landing_page .landing-products .landing-prod-item-noslider,
  .landing_page .landing-products .landing-prod-item-noslick {
    padding: 0;
  }
  .landing_page .landing-products .landing-prod-item .slick-slide,
  .landing_page .landing-products .landing-prod-item-noslider .slick-slide,
  .landing_page .landing-products .landing-prod-item-noslick .slick-slide {
    margin: 0 10px;
    padding: 0;
    opacity: 0.3;
    transition: all 0.5s ease-out;
    transition-property: display,opacity,visibility;
  }
  .landing_page .landing-products .landing-prod-item .slick-slide img,
  .landing_page .landing-products .landing-prod-item-noslider .slick-slide img,
  .landing_page .landing-products .landing-prod-item-noslick .slick-slide img {
    margin: 0 auto;
  }
  .landing_page .landing-products .landing-prod-item .slick-slide span,
  .landing_page .landing-products .landing-prod-item-noslider .slick-slide span,
  .landing_page .landing-products .landing-prod-item-noslick .slick-slide span {
    display: none;
  }
  .landing_page .landing-products .landing-prod-item .slick-slide.slick-current,
  .landing_page .landing-products .landing-prod-item-noslider .slick-slide.slick-current,
  .landing_page .landing-products .landing-prod-item-noslick .slick-slide.slick-current {
    opacity: 1;
  }
  .landing_page .landing-products .landing-prod-item a,
  .landing_page .landing-products .landing-prod-item-noslider a,
  .landing_page .landing-products .landing-prod-item-noslick a {
    display: inline-block;
    background: #f4f4f4;
    text-align: center;
    margin-bottom: 20px;
  }
  .landing_page .landing-products .landing-prod-item a span,
  .landing_page .landing-products .landing-prod-item-noslider a span,
  .landing_page .landing-products .landing-prod-item-noslick a span {
    display: none;
  }
  .landing_page .landing-products .landing-prod-item a .mobile-only,
  .landing_page .landing-products .landing-prod-item-noslider a .mobile-only,
  .landing_page .landing-products .landing-prod-item-noslick a .mobile-only {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-family: 'effrabold', serif;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .landing_page .landing-products .landing-prod-item.desktop-only,
  .landing_page .landing-products .landing-prod-item-noslider.desktop-only,
  .landing_page .landing-products .landing-prod-item-noslick.desktop-only {
    display: none;
  }
  .landing_page .landing-products .landing-prod-item.three_images .slick-slide,
  .landing_page .landing-products .landing-prod-item-noslider.three_images .slick-slide,
  .landing_page .landing-products .landing-prod-item-noslick.three_images .slick-slide {
    opacity: 1;
  }
  .landing_page .landing-products .landing-prod-item.white-items a,
  .landing_page .landing-products .landing-prod-item-noslider.white-items a,
  .landing_page .landing-products .landing-prod-item-noslick.white-items a {
    background: #fff;
  }
  .landing_page .landing-products .landing-prod-item-noslick a .mobile-only {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .landing_page .landing-products .landing-prod-item-noslick {
    text-align: center;
  }
  .landing_page .landing-products .landing-prod-item-noslick a {
    width: 45%;
  }
  .landing_page .landing-products .landing-slider-product-full-width {
    padding: 0;
  }
  .landing_page .landing-products .landing-slider-product-full-width .slide-collage {
    padding: 0 7px;
  }
  .landing_page .landing-products.grey-mobile {
    background: #f4f4f4;
  }
  .landing_page .landing-products.three-product-display .landing-prod-item .slick-slide {
    opacity: 1;
  }
  .landing_page .landing-products.three-product-display.cta-slider .landing-prod-item a img {
    background-color: #f4f4f4;
    margin-bottom: 30px;
  }
  .landing_page .landing-products.three-product-display.cta-slider .landing-prod-item a .mobile-only {
    border: none;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
    margin: 0;
    margin-bottom: 15px;
  }
  .landing_page .landing-products.three-product-display.cta-slider .landing-prod-item a p {
    letter-spacing: 0.05em;
  }
  .landing_page .landing-products.lighten .landing-prod-item-noslider a {
    background: #fff;
  }
  .landing_page .landing-products.lighten .landing-prod-item-noslider a span {
    color: #000;
    border-bottom: 1px solid #000;
  }
  .landing_page.collage-of-modules .landing-square-block .single-square ._table {
    padding: 50px 40px;
    text-align: center;
  }
  .landing_page.collage-of-modules .landing-intro {
    padding: 50px 40px;
    text-align: center;
    margin-bottom: 0;
  }
  .landing_page.collage-of-modules .landing-intro h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .landing_page.collage-of-modules .landing-intro h3.double-font {
    line-height: 1.2em;
  }
  .landing_page.collage-of-modules .landing-intro h3.double-font br {
    display: block !important;
  }
  .landing_page.collage-of-modules .landing-intro.first-item {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .landing_page.collage-of-modules .landing-products {
    padding: 110px 0;
  }
  .landing_page.collage-of-modules .slider-common-text {
    padding-top: 65px;
    text-align: center;
  }
  .landing_page.collage-of-modules .slider-common-text.mobile-only a {
    border: none;
    font-family: 'effraregular', serif;
  }
  .landing_page.collage-of-modules .slider-common-text.mobile-only a h2 {
    font-size: 2.625rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
    margin: 0;
    margin-bottom: 5px;
  }
  .landing_page .mobile-desktop-cta .button-standard {
    font-family: 'effrabold', serif;
    display: inline-block;
    color: #000;
    border: 1px solid #b2b2b2;
    padding: 11px 20px;
    padding-top: 12px;
    font-size: 12px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.55555556em;
    min-width: 195px;
    box-sizing: border-box;
  }
  .landing_page .topbanner-outer-container-vimeo {
    position: relative;
    width: 100%;
    height: auto;
  }
  .landing_page .topbanner-outer-container-vimeo .topbanner-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .landing_page .topbanner-outer-container-vimeo .topbanner-overlay-wrapper .arrow-scroll-down {
    position: fixed;
    right: 40px;
    bottom: 50px;
    width: 20px;
    height: 35px;
    background-image: url(../images/arrow-hero.svg);
    background-size: contain;
    background-position: 0 0;
    z-index: 2;
  }
  .landing_page .topbanner-outer-container-vimeo .topbanner-overlay-wrapper ._table ._cell h2 {
    color: #d7e5ad;
    text-align: center;
    letter-spacing: 0.1em;
    font-family: 'effralight', serif;
    margin: 0;
  }
  .landing_page .topbanner-outer-container-vimeo .topbanner-overlay-wrapper ._table ._cell h2 strong {
    font-family: 'effraregular', serif;
  }
  .category-alpaca .landing_page .landing-products.lighten {
    border-top: 1px solid #d5d5d5;
    margin-top: 100px;
  }
  .category-alpaca .landing_page {
    overflow: hidden;
  }
  .category-landing-dark .landing_page,
  .category-argo-saddles .landing_page,
  .category-alpaca .landing_page,
  .category-landing-concepts .landing_page,
  .category-concepts .landing_page {
    /* effects*/
    /* new landing*/
  }
  .category-landing-dark .landing_page #pinMaster,
  .category-argo-saddles .landing_page #pinMaster,
  .category-alpaca .landing_page #pinMaster,
  .category-landing-concepts .landing_page #pinMaster,
  .category-concepts .landing_page #pinMaster {
    top: 0 !important;
  }
  .category-landing-dark .landing_page #pinMaster.active,
  .category-argo-saddles .landing_page #pinMaster.active,
  .category-alpaca .landing_page #pinMaster.active,
  .category-landing-concepts .landing_page #pinMaster.active,
  .category-concepts .landing_page #pinMaster.active {
    position: fixed !important;
  }
  .category-landing-dark .landing_page #pinMaster .full-banner-intro-effect,
  .category-argo-saddles .landing_page #pinMaster .full-banner-intro-effect,
  .category-alpaca .landing_page #pinMaster .full-banner-intro-effect,
  .category-landing-concepts .landing_page #pinMaster .full-banner-intro-effect,
  .category-concepts .landing_page #pinMaster .full-banner-intro-effect {
    background-image: url('../images/landing-page/argo-cutout.png');
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .category-landing-dark .landing_page #pinMaster .full-banner-intro-effect .panel,
  .category-argo-saddles .landing_page #pinMaster .full-banner-intro-effect .panel,
  .category-alpaca .landing_page #pinMaster .full-banner-intro-effect .panel,
  .category-landing-concepts .landing_page #pinMaster .full-banner-intro-effect .panel,
  .category-concepts .landing_page #pinMaster .full-banner-intro-effect .panel {
    background-image: url('../images/landing-page/argo-cutout.png');
    background-position: center center;
    background-size: cover;
    font-size: 100px;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .category-landing-dark .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-argo-saddles .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-alpaca .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-landing-concepts .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-concepts .landing_page #pinMaster .full-banner-intro-effect .panel h1 {
    color: #ffffff;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.025em;
    text-transform: none;
    font-family: 'effraregular', serif;
  }
  .category-landing-dark .landing_page #pinMaster .full-banner-intro-effect .panel h1 img,
  .category-argo-saddles .landing_page #pinMaster .full-banner-intro-effect .panel h1 img,
  .category-alpaca .landing_page #pinMaster .full-banner-intro-effect .panel h1 img,
  .category-landing-concepts .landing_page #pinMaster .full-banner-intro-effect .panel h1 img,
  .category-concepts .landing_page #pinMaster .full-banner-intro-effect .panel h1 img {
    max-width: 200px;
  }
  .category-landing-dark .landing_page #pinMaster,
  .category-argo-saddles .landing_page #pinMaster,
  .category-alpaca .landing_page #pinMaster,
  .category-landing-concepts .landing_page #pinMaster,
  .category-concepts .landing_page #pinMaster {
    top: 0 !important;
  }
  .category-landing-dark .landing_page #pinMaster.active,
  .category-argo-saddles .landing_page #pinMaster.active,
  .category-alpaca .landing_page #pinMaster.active,
  .category-landing-concepts .landing_page #pinMaster.active,
  .category-concepts .landing_page #pinMaster.active {
    position: fixed !important;
  }
  .category-landing-dark .landing_page #pinMaster #pinContainer,
  .category-argo-saddles .landing_page #pinMaster #pinContainer,
  .category-alpaca .landing_page #pinMaster #pinContainer,
  .category-landing-concepts .landing_page #pinMaster #pinContainer,
  .category-concepts .landing_page #pinMaster #pinContainer {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/landing-page/argo-cutout.png');
  }
  .category-landing-dark .landing_page #pinMaster #pinContainer .arrow-scroll-down-dark,
  .category-argo-saddles .landing_page #pinMaster #pinContainer .arrow-scroll-down-dark,
  .category-alpaca .landing_page #pinMaster #pinContainer .arrow-scroll-down-dark,
  .category-landing-concepts .landing_page #pinMaster #pinContainer .arrow-scroll-down-dark,
  .category-concepts .landing_page #pinMaster #pinContainer .arrow-scroll-down-dark {
    position: fixed;
    width: 20px;
    bottom: 20px;
    right: 20px;
    height: 35px;
    background-image: url(../images/arrow-hero.svg);
    background-size: contain;
    background-position: 0 0;
    z-index: 2;
  }
  .category-landing-dark .landing_page #pinMaster #pinContainer .panel-landing,
  .category-argo-saddles .landing_page #pinMaster #pinContainer .panel-landing,
  .category-alpaca .landing_page #pinMaster #pinContainer .panel-landing,
  .category-landing-concepts .landing_page #pinMaster #pinContainer .panel-landing,
  .category-concepts .landing_page #pinMaster #pinContainer .panel-landing {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center center;
    background-size: cover;
    left: 0;
    background-image: url('../images/landing-page/argo-cutout.png');
  }
  .category-landing-dark .landing_page #pinMaster #pinContainer .panel-landing h2,
  .category-argo-saddles .landing_page #pinMaster #pinContainer .panel-landing h2,
  .category-alpaca .landing_page #pinMaster #pinContainer .panel-landing h2,
  .category-landing-concepts .landing_page #pinMaster #pinContainer .panel-landing h2,
  .category-concepts .landing_page #pinMaster #pinContainer .panel-landing h2 {
    color: #ffffff;
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.025em;
    text-transform: none;
    font-family: 'effraregular', serif;
    text-align: center;
  }
  .category-landing-dark .landing_page #pinMaster #pinContainer .logo-start,
  .category-argo-saddles .landing_page #pinMaster #pinContainer .logo-start,
  .category-alpaca .landing_page #pinMaster #pinContainer .logo-start,
  .category-landing-concepts .landing_page #pinMaster #pinContainer .logo-start,
  .category-concepts .landing_page #pinMaster #pinContainer .logo-start {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
  }
  .category-landing-dark .landing_page #pinMaster #pinContainer .logo-start img,
  .category-argo-saddles .landing_page #pinMaster #pinContainer .logo-start img,
  .category-alpaca .landing_page #pinMaster #pinContainer .logo-start img,
  .category-landing-concepts .landing_page #pinMaster #pinContainer .logo-start img,
  .category-concepts .landing_page #pinMaster #pinContainer .logo-start img {
    max-width: 200px;
  }
  .category-landing-dark .landing_page .double-video-wrapper .double-img-banner,
  .category-argo-saddles .landing_page .double-video-wrapper .double-img-banner,
  .category-alpaca .landing_page .double-video-wrapper .double-img-banner,
  .category-landing-concepts .landing_page .double-video-wrapper .double-img-banner,
  .category-concepts .landing_page .double-video-wrapper .double-img-banner {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url('../images/landing-page/mobile-alpaca-top-banner.png');
    background-size: cover;
    background-position: center center;
  }
  .category-landing-dark .landing_page .double-video-wrapper .double-img-banner img,
  .category-argo-saddles .landing_page .double-video-wrapper .double-img-banner img,
  .category-alpaca .landing_page .double-video-wrapper .double-img-banner img,
  .category-landing-concepts .landing_page .double-video-wrapper .double-img-banner img,
  .category-concepts .landing_page .double-video-wrapper .double-img-banner img {
    vertical-align: bottom;
  }
  .category-landing-dark .landing_page .double-video-wrapper .double-img-banner .logo-alpaca-mobile,
  .category-argo-saddles .landing_page .double-video-wrapper .double-img-banner .logo-alpaca-mobile,
  .category-alpaca .landing_page .double-video-wrapper .double-img-banner .logo-alpaca-mobile,
  .category-landing-concepts .landing_page .double-video-wrapper .double-img-banner .logo-alpaca-mobile,
  .category-concepts .landing_page .double-video-wrapper .double-img-banner .logo-alpaca-mobile {
    width: 232px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -116px;
    margin-top: -20px;
  }
  .category-landing-dark .landing_page .double-video-wrapper .arrow-scroll-down-landing,
  .category-argo-saddles .landing_page .double-video-wrapper .arrow-scroll-down-landing,
  .category-alpaca .landing_page .double-video-wrapper .arrow-scroll-down-landing,
  .category-landing-concepts .landing_page .double-video-wrapper .arrow-scroll-down-landing,
  .category-concepts .landing_page .double-video-wrapper .arrow-scroll-down-landing {
    background-image: url(../images/arrow-hero.svg);
    background-position: 0 0;
    background-size: contain;
    bottom: 20px;
    height: 35px;
    position: absolute;
    right: 20px;
    width: 20px;
    z-index: 2;
  }
  .category-landing-dark .landing_page .landing_video_wrapper,
  .category-argo-saddles .landing_page .landing_video_wrapper,
  .category-alpaca .landing_page .landing_video_wrapper,
  .category-landing-concepts .landing_page .landing_video_wrapper,
  .category-concepts .landing_page .landing_video_wrapper {
    padding: 0;
  }
  .category-landing-dark .landing_page .landing-video-background,
  .category-argo-saddles .landing_page .landing-video-background,
  .category-alpaca .landing_page .landing-video-background,
  .category-landing-concepts .landing_page .landing-video-background,
  .category-concepts .landing_page .landing-video-background {
    position: relative;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay {
    width: 70%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    text-align: center;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay img,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay img,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay img,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay img,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay img {
    max-width: 220px;
    margin-bottom: 15px;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay p,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay p,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay p,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay p,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay p {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay p:after,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay p:after,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay p:after,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay p:after,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay p:after {
    content: '';
    height: 35px;
    width: 1px;
    position: absolute;
    background: #fff;
    bottom: 50px;
    right: 50%;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay a,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay a,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay a,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay a,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.05em;
    background: none;
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
    font-family: 'effrabold', serif;
    font-weight: normal;
    vertical-align: top;
    padding: 0;
    line-height: 1.3em;
    margin: 0 35px;
    position: relative;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay .open_overlay_video_open,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay .open_overlay_video_open,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay .open_overlay_video_open,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay .open_overlay_video_open,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay .open_overlay_video_open {
    display: none;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all {
    height: 100%;
    width: 100%;
    z-index: 10;
    cursor: pointer;
  }
  .category-landing-dark .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all .open_overlay_video_open,
  .category-argo-saddles .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all .open_overlay_video_open,
  .category-alpaca .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all .open_overlay_video_open,
  .category-landing-concepts .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all .open_overlay_video_open,
  .category-concepts .landing_page .landing-video-background .landing-bg-vid-overlay.cover-all .open_overlay_video_open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    content: '';
    background-image: url(../images/landing-page/play-icon-white.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    margin: 0;
    background-size: 40px;
  }
  .category-landing-dark .landing_page .landing-video-background img,
  .category-argo-saddles .landing_page .landing-video-background img,
  .category-alpaca .landing_page .landing-video-background img,
  .category-landing-concepts .landing_page .landing-video-background img,
  .category-concepts .landing_page .landing-video-background img {
    vertical-align: middle;
  }
  .category-landing-dark .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before,
  .category-argo-saddles .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before,
  .category-alpaca .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before,
  .category-landing-concepts .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before,
  .category-concepts .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before {
    background-size: 40px;
  }
  .category-landing-dark .landing_page .landing-button,
  .category-argo-saddles .landing_page .landing-button,
  .category-alpaca .landing_page .landing-button,
  .category-landing-concepts .landing_page .landing-button,
  .category-concepts .landing_page .landing-button {
    background: #0f0f0f;
  }
  .category-landing-dark .landing_page .landing-button .land-btn,
  .category-argo-saddles .landing_page .landing-button .land-btn,
  .category-alpaca .landing_page .landing-button .land-btn,
  .category-landing-concepts .landing_page .landing-button .land-btn,
  .category-concepts .landing_page .landing-button .land-btn {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin: 30px 0;
    cursor: pointer;
  }
  .category-landing-dark .landing_page .landing-button .land-btn h3,
  .category-argo-saddles .landing_page .landing-button .land-btn h3,
  .category-alpaca .landing_page .landing-button .land-btn h3,
  .category-landing-concepts .landing_page .landing-button .land-btn h3,
  .category-concepts .landing_page .landing-button .land-btn h3 {
    color: #fff;
    font-family: 'effrabold', serif;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .category-landing-dark .landing_page .landing-button .land-btn p,
  .category-argo-saddles .landing_page .landing-button .land-btn p,
  .category-alpaca .landing_page .landing-button .land-btn p,
  .category-landing-concepts .landing_page .landing-button .land-btn p,
  .category-concepts .landing_page .landing-button .land-btn p {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1em;
    margin-bottom: 20px;
    letter-spacing: 0.025em;
  }
  .category-landing-dark .landing_page .landing-button .land-btn img,
  .category-argo-saddles .landing_page .landing-button .land-btn img,
  .category-alpaca .landing_page .landing-button .land-btn img,
  .category-landing-concepts .landing_page .landing-button .land-btn img,
  .category-concepts .landing_page .landing-button .land-btn img {
    max-width: 70px;
    height: auto;
  }
  .category-landing-dark .landing_page .landing-button .land-btn:first-child,
  .category-argo-saddles .landing_page .landing-button .land-btn:first-child,
  .category-alpaca .landing_page .landing-button .land-btn:first-child,
  .category-landing-concepts .landing_page .landing-button .land-btn:first-child,
  .category-concepts .landing_page .landing-button .land-btn:first-child {
    border-right: 1px solid #4d4d4d;
  }
  .category-landing-dark .landing_page .landing-button.fixed-tabs,
  .category-argo-saddles .landing_page .landing-button.fixed-tabs,
  .category-alpaca .landing_page .landing-button.fixed-tabs,
  .category-landing-concepts .landing_page .landing-button.fixed-tabs,
  .category-concepts .landing_page .landing-button.fixed-tabs {
    background: blue;
    width: 100%;
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
  }
  .category-landing-dark .landing_page .landing-button.fixed-tabs .land-btn,
  .category-argo-saddles .landing_page .landing-button.fixed-tabs .land-btn,
  .category-alpaca .landing_page .landing-button.fixed-tabs .land-btn,
  .category-landing-concepts .landing_page .landing-button.fixed-tabs .land-btn,
  .category-concepts .landing_page .landing-button.fixed-tabs .land-btn {
    margin: 30px 0;
  }
  .category-landing-dark .landing_page .landing-button.fixed-tabs .land-btn h3,
  .category-argo-saddles .landing_page .landing-button.fixed-tabs .land-btn h3,
  .category-alpaca .landing_page .landing-button.fixed-tabs .land-btn h3,
  .category-landing-concepts .landing_page .landing-button.fixed-tabs .land-btn h3,
  .category-concepts .landing_page .landing-button.fixed-tabs .land-btn h3 {
    font-size: 2.7rem;
    font-size: 27px;
  }
  .category-landing-dark .landing_page .landing-button.fixed-tabs .land-btn p,
  .category-argo-saddles .landing_page .landing-button.fixed-tabs .land-btn p,
  .category-alpaca .landing_page .landing-button.fixed-tabs .land-btn p,
  .category-landing-concepts .landing_page .landing-button.fixed-tabs .land-btn p,
  .category-concepts .landing_page .landing-button.fixed-tabs .land-btn p,
  .category-landing-dark .landing_page .landing-button.fixed-tabs .land-btn img,
  .category-argo-saddles .landing_page .landing-button.fixed-tabs .land-btn img,
  .category-alpaca .landing_page .landing-button.fixed-tabs .land-btn img,
  .category-landing-concepts .landing_page .landing-button.fixed-tabs .land-btn img,
  .category-concepts .landing_page .landing-button.fixed-tabs .land-btn img {
    display: none;
  }
  .category-landing-dark .landing_page .landing-button.sticky-banner,
  .category-argo-saddles .landing_page .landing-button.sticky-banner,
  .category-alpaca .landing_page .landing-button.sticky-banner,
  .category-landing-concepts .landing_page .landing-button.sticky-banner,
  .category-concepts .landing_page .landing-button.sticky-banner {
    width: 100%;
    z-index: 99;
    position: fixed;
    left: 0;
    /* top:-90px;*/
    top: 57px;
    display: none;
  }
  .category-landing-dark .landing_page .landing-button.sticky-banner .land-btn,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn,
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn {
    margin: 15px 0;
  }
  .category-landing-dark .landing_page .landing-button.sticky-banner .land-btn h3,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn h3,
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn h3,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn h3,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn h3 {
    font-size: 1.5rem;
    font-size: 15px;
    color: #4e4e4e;
  }
  .category-landing-dark .landing_page .landing-button.sticky-banner .land-btn p,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn p,
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn p,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn p,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn p,
  .category-landing-dark .landing_page .landing-button.sticky-banner .land-btn img,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn img,
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn img,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn img,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn img {
    display: none;
  }
  .category-landing-dark .landing_page .landing-button.sticky-banner .land-btn.button-on h3,
  .category-argo-saddles .landing_page .landing-button.sticky-banner .land-btn.button-on h3,
  .category-alpaca .landing_page .landing-button.sticky-banner .land-btn.button-on h3,
  .category-landing-concepts .landing_page .landing-button.sticky-banner .land-btn.button-on h3,
  .category-concepts .landing_page .landing-button.sticky-banner .land-btn.button-on h3 {
    color: #fff;
  }
  .category-landing-dark .landing_page .landing-button.sticky-banner.in-view,
  .category-argo-saddles .landing_page .landing-button.sticky-banner.in-view,
  .category-alpaca .landing_page .landing-button.sticky-banner.in-view,
  .category-landing-concepts .landing_page .landing-button.sticky-banner.in-view,
  .category-concepts .landing_page .landing-button.sticky-banner.in-view {
    top: 57px;
    transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
    display: block;
  }
  .category-landing-dark .landing_page .landing-button.lighten,
  .category-argo-saddles .landing_page .landing-button.lighten,
  .category-alpaca .landing_page .landing-button.lighten,
  .category-landing-concepts .landing_page .landing-button.lighten,
  .category-concepts .landing_page .landing-button.lighten {
    background: #f2f2f2;
  }
  .category-landing-dark .landing_page .landing-button.lighten .land-btn,
  .category-argo-saddles .landing_page .landing-button.lighten .land-btn,
  .category-alpaca .landing_page .landing-button.lighten .land-btn,
  .category-landing-concepts .landing_page .landing-button.lighten .land-btn,
  .category-concepts .landing_page .landing-button.lighten .land-btn {
    border-right: 1px solid #b3b3b3;
  }
  .category-landing-dark .landing_page .landing-button.lighten .land-btn h3,
  .category-argo-saddles .landing_page .landing-button.lighten .land-btn h3,
  .category-alpaca .landing_page .landing-button.lighten .land-btn h3,
  .category-landing-concepts .landing_page .landing-button.lighten .land-btn h3,
  .category-concepts .landing_page .landing-button.lighten .land-btn h3,
  .category-landing-dark .landing_page .landing-button.lighten .land-btn p,
  .category-argo-saddles .landing_page .landing-button.lighten .land-btn p,
  .category-alpaca .landing_page .landing-button.lighten .land-btn p,
  .category-landing-concepts .landing_page .landing-button.lighten .land-btn p,
  .category-concepts .landing_page .landing-button.lighten .land-btn p {
    color: #000;
  }
  .category-landing-dark .landing_page .landing-button.lighten .land-btn h3,
  .category-argo-saddles .landing_page .landing-button.lighten .land-btn h3,
  .category-alpaca .landing_page .landing-button.lighten .land-btn h3,
  .category-landing-concepts .landing_page .landing-button.lighten .land-btn h3,
  .category-concepts .landing_page .landing-button.lighten .land-btn h3 {
    font-family: 'effraregular', serif;
  }
  .category-landing-dark .landing_page .landing-button.lighten .land-btn h3 strong,
  .category-argo-saddles .landing_page .landing-button.lighten .land-btn h3 strong,
  .category-alpaca .landing_page .landing-button.lighten .land-btn h3 strong,
  .category-landing-concepts .landing_page .landing-button.lighten .land-btn h3 strong,
  .category-concepts .landing_page .landing-button.lighten .land-btn h3 strong {
    font-family: 'effrabold', serif;
  }
  .category-landing-dark .landing_page .landing-button.lighten .land-btn img,
  .category-argo-saddles .landing_page .landing-button.lighten .land-btn img,
  .category-alpaca .landing_page .landing-button.lighten .land-btn img,
  .category-landing-concepts .landing_page .landing-button.lighten .land-btn img,
  .category-concepts .landing_page .landing-button.lighten .land-btn img {
    opacity: 1;
  }
  .category-landing-dark .landing_page .landing-button.lighten.sticky-banner .land-btn,
  .category-argo-saddles .landing_page .landing-button.lighten.sticky-banner .land-btn,
  .category-alpaca .landing_page .landing-button.lighten.sticky-banner .land-btn,
  .category-landing-concepts .landing_page .landing-button.lighten.sticky-banner .land-btn,
  .category-concepts .landing_page .landing-button.lighten.sticky-banner .land-btn {
    opacity: 0.4;
  }
  .category-landing-dark .landing_page .landing-button.lighten.sticky-banner .land-btn h3,
  .category-argo-saddles .landing_page .landing-button.lighten.sticky-banner .land-btn h3,
  .category-alpaca .landing_page .landing-button.lighten.sticky-banner .land-btn h3,
  .category-landing-concepts .landing_page .landing-button.lighten.sticky-banner .land-btn h3,
  .category-concepts .landing_page .landing-button.lighten.sticky-banner .land-btn h3 {
    color: #000;
  }
  .category-landing-dark .landing_page .landing-button.lighten.sticky-banner .land-btn.button-on,
  .category-argo-saddles .landing_page .landing-button.lighten.sticky-banner .land-btn.button-on,
  .category-alpaca .landing_page .landing-button.lighten.sticky-banner .land-btn.button-on,
  .category-landing-concepts .landing_page .landing-button.lighten.sticky-banner .land-btn.button-on,
  .category-concepts .landing_page .landing-button.lighten.sticky-banner .land-btn.button-on {
    opacity: 1;
  }
  .category-landing-dark .landing_page .container-video-landing-page-wrapper,
  .category-argo-saddles .landing_page .container-video-landing-page-wrapper,
  .category-alpaca .landing_page .container-video-landing-page-wrapper,
  .category-landing-concepts .landing_page .container-video-landing-page-wrapper,
  .category-concepts .landing_page .container-video-landing-page-wrapper {
    max-width: 100%;
  }
  .category-landing-dark .landing_page .landing-item-full-view,
  .category-argo-saddles .landing_page .landing-item-full-view,
  .category-alpaca .landing_page .landing-item-full-view,
  .category-landing-concepts .landing_page .landing-item-full-view,
  .category-concepts .landing_page .landing-item-full-view {
    text-align: center;
    padding-top: 80px;
    /*padding-bottom:30px;*/
  }
  .category-landing-dark .landing_page .landing-item-full-view .landing-item-desc,
  .category-argo-saddles .landing_page .landing-item-full-view .landing-item-desc,
  .category-alpaca .landing_page .landing-item-full-view .landing-item-desc,
  .category-landing-concepts .landing_page .landing-item-full-view .landing-item-desc,
  .category-concepts .landing_page .landing-item-full-view .landing-item-desc {
    padding-top: 30px;
  }
  .category-landing-dark .landing_page .landing-item-full-view .landing-item-desc h2,
  .category-argo-saddles .landing_page .landing-item-full-view .landing-item-desc h2,
  .category-alpaca .landing_page .landing-item-full-view .landing-item-desc h2,
  .category-landing-concepts .landing_page .landing-item-full-view .landing-item-desc h2,
  .category-concepts .landing_page .landing-item-full-view .landing-item-desc h2 {
    color: #fff;
    font-family: 'effrabold', serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .category-landing-dark .landing_page .landing-item-full-view .landing-item-desc p,
  .category-argo-saddles .landing_page .landing-item-full-view .landing-item-desc p,
  .category-alpaca .landing_page .landing-item-full-view .landing-item-desc p,
  .category-landing-concepts .landing_page .landing-item-full-view .landing-item-desc p,
  .category-concepts .landing_page .landing-item-full-view .landing-item-desc p {
    color: #bababa;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    padding: 0 60px;
    line-height: 1.6em;
  }
  .category-landing-dark .landing_page .landing-item-full-view .landing-item-desc p br,
  .category-argo-saddles .landing_page .landing-item-full-view .landing-item-desc p br,
  .category-alpaca .landing_page .landing-item-full-view .landing-item-desc p br,
  .category-landing-concepts .landing_page .landing-item-full-view .landing-item-desc p br,
  .category-concepts .landing_page .landing-item-full-view .landing-item-desc p br {
    display: none;
  }
  .category-landing-dark .landing_page .landing-item-full-view.lighten h2,
  .category-argo-saddles .landing_page .landing-item-full-view.lighten h2,
  .category-alpaca .landing_page .landing-item-full-view.lighten h2,
  .category-landing-concepts .landing_page .landing-item-full-view.lighten h2,
  .category-concepts .landing_page .landing-item-full-view.lighten h2,
  .category-landing-dark .landing_page .landing-item-full-view.lighten p,
  .category-argo-saddles .landing_page .landing-item-full-view.lighten p,
  .category-alpaca .landing_page .landing-item-full-view.lighten p,
  .category-landing-concepts .landing_page .landing-item-full-view.lighten p,
  .category-concepts .landing_page .landing-item-full-view.lighten p {
    color: #000;
  }
  .category-landing-dark .landing_page .landing-item-full-view.lighten h2,
  .category-argo-saddles .landing_page .landing-item-full-view.lighten h2,
  .category-alpaca .landing_page .landing-item-full-view.lighten h2,
  .category-landing-concepts .landing_page .landing-item-full-view.lighten h2,
  .category-concepts .landing_page .landing-item-full-view.lighten h2 {
    font-family: 'effraregular', serif;
  }
  .category-landing-dark .landing_page .landing-item-full-view.lighten h2 strong,
  .category-argo-saddles .landing_page .landing-item-full-view.lighten h2 strong,
  .category-alpaca .landing_page .landing-item-full-view.lighten h2 strong,
  .category-landing-concepts .landing_page .landing-item-full-view.lighten h2 strong,
  .category-concepts .landing_page .landing-item-full-view.lighten h2 strong {
    font-family: 'effrabold', serif;
  }
  .category-landing-dark .landing_page .landing-square-block.image-right,
  .category-argo-saddles .landing_page .landing-square-block.image-right,
  .category-alpaca .landing_page .landing-square-block.image-right,
  .category-landing-concepts .landing_page .landing-square-block.image-right,
  .category-concepts .landing_page .landing-square-block.image-right {
    direction: rtl;
  }
  .category-landing-dark .landing_page .landing-square-block.image-left,
  .category-argo-saddles .landing_page .landing-square-block.image-left,
  .category-alpaca .landing_page .landing-square-block.image-left,
  .category-landing-concepts .landing_page .landing-square-block.image-left,
  .category-concepts .landing_page .landing-square-block.image-left {
    direction: ltr;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle,
  .category-alpaca .landing_page .landing-square-block .single-rectangle,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle,
  .category-concepts .landing_page .landing-square-block .single-rectangle {
    text-align: center;
    padding: 0;
    direction: ltr;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle img,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle img,
  .category-alpaca .landing_page .landing-square-block .single-rectangle img,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle img,
  .category-concepts .landing_page .landing-square-block .single-rectangle img {
    width: 100%;
    vertical-align: bottom;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle ._table,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle ._table,
  .category-alpaca .landing_page .landing-square-block .single-rectangle ._table,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle ._table,
  .category-concepts .landing_page .landing-square-block .single-rectangle ._table {
    background: #000;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle ._table h3,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle ._table h3,
  .category-alpaca .landing_page .landing-square-block .single-rectangle ._table h3,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle ._table h3,
  .category-concepts .landing_page .landing-square-block .single-rectangle ._table h3 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle ._table p,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle ._table p,
  .category-alpaca .landing_page .landing-square-block .single-rectangle ._table p,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle ._table p,
  .category-concepts .landing_page .landing-square-block .single-rectangle ._table p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #bababa;
    line-height: 1.6em;
    margin-bottom: 0;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle ._table a,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle ._table a,
  .category-alpaca .landing_page .landing-square-block .single-rectangle ._table a,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle ._table a,
  .category-concepts .landing_page .landing-square-block .single-rectangle ._table a {
    color: #fff;
    font-family: 'effrabold', serif;
    display: inline-block;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.25em;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin-top: 15px;
  }
  .category-landing-dark .landing_page .landing-square-block.first-row .single-rectangle,
  .category-argo-saddles .landing_page .landing-square-block.first-row .single-rectangle,
  .category-alpaca .landing_page .landing-square-block.first-row .single-rectangle,
  .category-landing-concepts .landing_page .landing-square-block.first-row .single-rectangle,
  .category-concepts .landing_page .landing-square-block.first-row .single-rectangle {
    width: 100%;
    margin-bottom: 50px;
  }
  .category-landing-dark .landing_page .landing-square-block.first-row .single-rectangle.only-image,
  .category-argo-saddles .landing_page .landing-square-block.first-row .single-rectangle.only-image,
  .category-alpaca .landing_page .landing-square-block.first-row .single-rectangle.only-image,
  .category-landing-concepts .landing_page .landing-square-block.first-row .single-rectangle.only-image,
  .category-concepts .landing_page .landing-square-block.first-row .single-rectangle.only-image {
    width: 100%;
  }
  .category-landing-dark .landing_page .landing-square-block.second-row .single-rectangle,
  .category-argo-saddles .landing_page .landing-square-block.second-row .single-rectangle,
  .category-alpaca .landing_page .landing-square-block.second-row .single-rectangle,
  .category-landing-concepts .landing_page .landing-square-block.second-row .single-rectangle,
  .category-concepts .landing_page .landing-square-block.second-row .single-rectangle {
    width: 100%;
  }
  .category-landing-dark .landing_page .landing-square-block.second-row .single-rectangle.only-image,
  .category-argo-saddles .landing_page .landing-square-block.second-row .single-rectangle.only-image,
  .category-alpaca .landing_page .landing-square-block.second-row .single-rectangle.only-image,
  .category-landing-concepts .landing_page .landing-square-block.second-row .single-rectangle.only-image,
  .category-concepts .landing_page .landing-square-block.second-row .single-rectangle.only-image {
    width: 100%;
  }
  .category-landing-dark .landing_page .landing-square-block.module-padding-button,
  .category-argo-saddles .landing_page .landing-square-block.module-padding-button,
  .category-alpaca .landing_page .landing-square-block.module-padding-button,
  .category-landing-concepts .landing_page .landing-square-block.module-padding-button,
  .category-concepts .landing_page .landing-square-block.module-padding-button {
    padding: 50px 0;
    padding-bottom: 55px;
  }
  .category-landing-dark .landing_page .landing-square-block.module-padding-button .single-rectangle,
  .category-argo-saddles .landing_page .landing-square-block.module-padding-button .single-rectangle,
  .category-alpaca .landing_page .landing-square-block.module-padding-button .single-rectangle,
  .category-landing-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle,
  .category-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle {
    margin-bottom: 0;
  }
  .category-landing-dark .landing_page .landing-square-block.module-padding-button .single-rectangle ._table h3,
  .category-argo-saddles .landing_page .landing-square-block.module-padding-button .single-rectangle ._table h3,
  .category-alpaca .landing_page .landing-square-block.module-padding-button .single-rectangle ._table h3,
  .category-landing-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle ._table h3,
  .category-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle ._table h3 {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'effrabold', serif;
    margin-bottom: 15px;
  }
  .category-landing-dark .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button,
  .category-argo-saddles .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button,
  .category-alpaca .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button,
  .category-landing-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button,
  .category-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 25px;
    margin-top: 20px;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    font-family: 'effraregular', serif;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .category-landing-dark .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button:hover,
  .category-argo-saddles .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button:hover,
  .category-alpaca .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button:hover,
  .category-landing-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button:hover,
  .category-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle ._table a.cta-button:hover {
    background: #fff;
    color: #000;
  }
  .category-landing-dark .landing_page .landing-square-block.module-padding-button .single-rectangle.only-image,
  .category-argo-saddles .landing_page .landing-square-block.module-padding-button .single-rectangle.only-image,
  .category-alpaca .landing_page .landing-square-block.module-padding-button .single-rectangle.only-image,
  .category-landing-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle.only-image,
  .category-concepts .landing_page .landing-square-block.module-padding-button .single-rectangle.only-image {
    display: none;
  }
  .category-landing-dark .landing_page .landing-products,
  .category-argo-saddles .landing_page .landing-products,
  .category-alpaca .landing_page .landing-products,
  .category-landing-concepts .landing_page .landing-products,
  .category-concepts .landing_page .landing-products {
    padding: 50px 0;
    text-align: center;
  }
  .category-landing-dark .landing_page .landing-products .landing-prod-item-noslider,
  .category-argo-saddles .landing_page .landing-products .landing-prod-item-noslider,
  .category-alpaca .landing_page .landing-products .landing-prod-item-noslider,
  .category-landing-concepts .landing_page .landing-products .landing-prod-item-noslider,
  .category-concepts .landing_page .landing-products .landing-prod-item-noslider {
    display: inline-block;
    width: 45%;
    text-align: center;
    position: relative;
  }
  .category-landing-dark .landing_page .landing-products .landing-prod-item-noslider a,
  .category-argo-saddles .landing_page .landing-products .landing-prod-item-noslider a,
  .category-alpaca .landing_page .landing-products .landing-prod-item-noslider a,
  .category-landing-concepts .landing_page .landing-products .landing-prod-item-noslider a,
  .category-concepts .landing_page .landing-products .landing-prod-item-noslider a {
    display: block;
  }
  .category-landing-dark .landing_page .landing-products .landing-prod-item-noslider span,
  .category-argo-saddles .landing_page .landing-products .landing-prod-item-noslider span,
  .category-alpaca .landing_page .landing-products .landing-prod-item-noslider span,
  .category-landing-concepts .landing_page .landing-products .landing-prod-item-noslider span,
  .category-concepts .landing_page .landing-products .landing-prod-item-noslider span {
    border-bottom: 1px solid #fff;
    font-family: 'effrabold', serif;
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    color: #fff;
  }
  .category-alpaca .landing_page .landing-item-full-view .landing-item-desc {
    padding-bottom: 40px;
  }
  .category-alpaca .landing_page .landing-item-full-view .landing-item-desc p {
    padding: 0 30px;
  }
  .category-alpaca .landing_page .landing_video_wrapper {
    padding-bottom: 50px;
  }
  .category-landing-concepts,
  .category-concepts {
    /* overlay video */
  }
  .category-landing-concepts .double-columns,
  .category-concepts .double-columns {
    background: #000;
    padding: 0 10%;
    padding-top: 65px;
    padding-bottom: 108px;
  }
  .category-landing-concepts .double-columns .double-left,
  .category-concepts .double-columns .double-left {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }
  .category-landing-concepts .double-columns .double-left img,
  .category-concepts .double-columns .double-left img {
    max-width: 80%;
    margin: 0 auto;
  }
  .category-landing-concepts .double-columns .double-right,
  .category-concepts .double-columns .double-right {
    width: 100%;
    text-align: center;
  }
  .category-landing-concepts .double-columns .double-right p,
  .category-concepts .double-columns .double-right p {
    color: #bababa;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.025em;
    line-height: 1.7em;
    margin-bottom: 0;
    margin-bottom: 70px;
  }
  .category-landing-concepts .double-columns .double-right a,
  .category-concepts .double-columns .double-right a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 1.2em;
  }
  .category-landing-concepts .landing-video-overlay,
  .category-concepts .landing-video-overlay {
    width: 100%;
  }
  .category-landing-concepts .landing-video-overlay .landing-video-container,
  .category-concepts .landing-video-overlay .landing-video-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
  }
  .category-landing-concepts .landing-video-overlay .landing-video-container .embed-responsive-item,
  .category-concepts .landing-video-overlay .landing-video-container .embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .category-landing-concepts .landing-video-overlay .open_overlay_video_close,
  .category-concepts .landing-video-overlay .open_overlay_video_close {
    width: 23px;
    height: 23px;
    background: none;
    background-image: url(../images/accept-cookie.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    right: 20px;
    top: 20px;
    border: none;
    padding: 0;
    border: 0;
  }
  .category-landing-concepts #open_overlay_video_background.popup_background,
  .category-concepts #open_overlay_video_background.popup_background {
    opacity: 1 !important;
  }
  .page-with-filter .action.towishlist {
    width: 15px;
    height: 13px;
    top: 10px;
    right: 10px;
  }
  .page-layout-2columns-left.page-with-filter.catalogsearch-result-index .message.notice {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 200px;
    padding-bottom: 200px;
    padding-left: 20px;
  }
  body.catalogsearch-result-index .breadcrumbs {
    display: block !important;
    position: absolute;
    left: 0;
    top: 15px;
    padding-left: 20px;
    z-index: 3;
  }
  body.catalogsearch-result-index .product-item-link {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
    line-height: 1.2em;
  }
  body.catalogsearch-result-index .products-grid .product-item-actions {
    margin: 0;
  }
  body.catalogsearch-result-index .product.details.product-item-details {
    padding-bottom: 10px;
  }
  body.catalogsearch-result-index .category-image {
    padding-left: 0px;
  }
  body.catalogsearch-result-index .category-image h1 {
    font-size: 2rem;
    padding: 0 20px;
    letter-spacing: 1px;
  }
  body.catalogsearch-result-index .category-image .breadcrumbs {
    display: none;
  }
  body.catalogsearch-result-index .category-image .image.desktop-only {
    display: none;
  }
  body.catalogsearch-result-index .category-image .image.mobile-only {
    display: block;
  }
  body.catalogsearch-result-index .toolbar-products {
    margin-top: 43px;
    padding: 0 20px;
    position: relative;
    padding-bottom: 43px;
  }
  body.catalogsearch-result-index .toolbar-products .hide-block.only-desktop {
    display: none !important;
  }
  body.catalogsearch-result-index .toolbar-products .sorter {
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
    width: calc(50% - 10px);
    z-index: 3;
    padding-top: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body.catalogsearch-result-index .toolbar-products .sorter.open_sort_select {
    width: calc(100% - 20px);
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 6;
  }
  body.catalogsearch-result-index .toolbar-products .sorter.open_sort_select .selectize-dropdown.single {
    width: 100% !important;
  }
  body.catalogsearch-result-index .toolbar-products .mobile-only .show-filters-mobile {
    height: 40px;
    width: calc(50% - 10px);
    float: left;
    position: relative;
    z-index: 5;
    border: 1px solid #cacaca;
    background: #fff;
    line-height: 40px;
    -webkit-transition: width 0.15s linear 0.15s;
    transition: width 0.15s linear 0.15s;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 4;
  }
  body.catalogsearch-result-index .toolbar-products .mobile-only .show-filters-mobile.mobile-filters-ON {
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 6;
  }
  .page-with-filter .page-main .columns .sidebar-main {
    width: calc(100% - 20px) !important;
    background: #fff;
    z-index: 9;
    left: 5%;
    padding: 20px;
    position: absolute;
    left: 10px;
    top: 83px;
    display: none;
  }
  .page-with-filter .page-main .columns .sidebar-main.display-mobile-filters {
    display: block !important;
  }
  .page-with-filter .page-main .columns .column.main {
    background: #ECEDEF;
  }
  .catalog-product-view #dealer-only-adaptive,
  .catalog-product-view #dealer-only-adaptive-mobile {
    display: none;
  }
  .catalog-product-view.product-antares-versus-evo-00-adaptive #dealer-only-adaptive-mobile {
    display: block;
  }
  .catalog-product-view.product-antares-versus-evo-00-adaptive .product-info-main #delivery_and_returns .show-later {
    bottom: 0;
    top: inherit;
  }
  .catalog-product-view.active_promotion #maincontent.page-main {
    padding-top: 92px;
  }
  /*.catalog-product-view.active_promotion {
        .column.main {
            padding-top:91px;
        }
    }

    .catalog-product-view.no_promotion {
        .column.main {
            padding-top:57px;
        }
    }*/
  .catalog-product-view.active_promotion .panel.header,
  .catalog-product-view.no_promotion .panel.header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
  }
  .catalog-product-view.menuscrolled.active_promotion .column.main {
    padding-top: 0 !important;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title a.switch {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* HIDE PRICE COMING SOON MOBILE*/
  .catalog-product-view.product-vento-powerstrap-r2-aeroweave .mobile-title .product-price .price-box.price-final_price .price {
    display: none !important;
  }
  .catalog-product-view {
    /* photoslurp*/
  }
  .catalog-product-view .sticky-product-info {
    display: none !important;
  }
  .catalog-product-view .breadcrumbs {
    display: none;
  }
  .catalog-product-view .page-title-wrapper.product,
  .catalog-product-view .price-box.price-final_price {
    display: none;
  }
  .catalog-product-view .products-details .product-info-main .second_name {
    display: none;
  }
  .catalog-product-view .product-add-form .box-tocart {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
  }
  .catalog-product-view .mobile-title {
    order: -1;
    display: block;
    padding: 20px;
    border-top: 1px solid #c0c0c0;
    width: 100%;
    padding-right: 150px;
    box-sizing: border-box;
    position: relative;
    /*margin-top:57px;*/
  }
  .catalog-product-view .mobile-title .second_name .value {
    font-family: 'effraregular', serif;
  }
  .catalog-product-view .mobile-title .product-price {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .catalog-product-view .mobile-title .product-price .price-label {
    display: none !important;
  }
  .catalog-product-view .mobile-title .product-price {
    float: right;
  }
  .catalog-product-view .mobile-title .product-price .price-box.price-final_price {
    display: block;
  }
  .catalog-product-view .mobile-title .product-price .price-box.price-final_price .price-label {
    display: none;
  }
  .catalog-product-view .mobile-title .product-price .price-box.price-final_price .price {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .catalog-product-view .mobile-title .product-price .special-price {
    color: #2dad00;
    margin-right: 5px;
  }
  .catalog-product-view .mobile-title .product-price .old-price.sly-old-price.no-display {
    display: inline-block !important;
    color: #2dad00;
  }
  .catalog-product-view .mobile-title .feedaty-product-anchor-container {
    margin-bottom: 15px;
  }
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .feedaty-tile-container,
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .feedaty-stars-container,
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .rating-summary.item,
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .feedaty-tile-count,
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .feedaty-product-anchor {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
  }
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .rating-result {
    margin-top: -5px;
  }
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .feedaty-tile-count,
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .feedaty-product-anchor {
    color: #a6a6a6;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .catalog-product-view .mobile-title .feedaty-product-anchor-container .feedaty-product-anchor {
    border-bottom: 1px solid #a6a6a6;
    line-height: 1em;
    cursor: pointer;
    margin-left: 10px;
    display: none;
  }
  .catalog-product-view #coming-soon {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .catalog-product-view #coming-soon h4 {
    font-family: 'effrabold', serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .catalog-product-view #coming-soon p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .catalog-product-view #coming-soon .coming-soon-button {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: left;
    padding: 0;
    float: none;
    font-size: 1.8rem;
    line-height: 2.2em;
    display: block;
    max-width: 400px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.2em;
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    max-width: 100%;
  }
  .catalog-product-view #coming-soon .coming-soon-button:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    text-align: left;
  }
  .catalog-product-view #coming-soon .coming-soon-button:after,
  .catalog-product-view #coming-soon .coming-soon-button:hover:after {
    content: '';
    width: 18px;
    height: 10px;
    right: 14px;
    top: 17px;
    -webkit-transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 400ms ease;
    transform: rotate(-90deg);
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    background: url(../images/chevron-accordion.svg) no-repeat;
    background-size: contain;
    position: absolute;
  }
  .catalog-product-view #coming-soon .coming-soon-button:hover:after {
    background: url(../images/chevron-accordion-white.svg) no-repeat;
    background-size: contain;
    background-position: 0 0px;
  }
  .catalog-product-view .product-options-bottom {
    display: none;
  }
  .catalog-product-view .product-options-bottom.only_mobile {
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 3;
    position: fixed;
    left: 0;
  }
  .catalog-product-view .product-info-main .product-out-of-stocks {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .catalog-product-view .product-info-main .product-out-of-stocks .stock.unavailable {
    margin: 30px 0;
    height: 46px;
    line-height: 50px;
  }
  .catalog-product-view .product-options-wrapper {
    padding: 0 20px;
  }
  .catalog-product-view .product.data.items {
    border-bottom: 1px solid #e2e2e2;
  }
  .catalog-product-view .product.data.items .item.title {
    text-align: left;
    width: 100%;
    margin: 0;
    border-top: 1px solid #e2e2e2;
    position: relative;
    padding: 10px 0;
  }
  .catalog-product-view .product.data.items .item.title a.switch:before {
    content: '';
    background-image: url(../images/arrow-icon.svg);
    width: 15px;
    height: 9px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 26px;
    -webkit-transform: rotate(0deg);
    -webkit-transition: -webkit-transform 400ms ease;
    transform: rotate(0deg);
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  .catalog-product-view .product.data.items .item.title a.switch.acc-opened:before {
    -webkit-transform: rotate(180deg);
    -webkit-transition: -webkit-transform 400ms ease;
    transform: rotate(180deg);
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  .catalog-product-view .product.data.items .item.content {
    display: none;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    display: none;
  }
  .catalog-product-view .product-info-main .feedaty-product-anchor-container {
    display: none;
  }
  .catalog-product-view .product-info-main #delivery_and_returns {
    position: relative;
    padding: 0 20px;
    height: 80px;
  }
  .catalog-product-view .product-info-main #delivery_and_returns .show-always,
  .catalog-product-view .product-info-main #delivery_and_returns .show-later {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1em;
  }
  .catalog-product-view .product-info-main #delivery_and_returns .show-always {
    margin-top: 5px;
    color: #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    line-height: 1.6rem;
    width: auto;
  }
  .catalog-product-view .product-info-main #delivery_and_returns .saddle-product-link {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .catalog-product-view .product-info-main #delivery_and_returns .saddle-product-link a {
    display: inline-block;
    line-height: 1.3em;
    text-decoration: none !important;
    color: #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
  }
  .catalog-product-view .product-info-main #delivery_and_returns .saddle-product-link.black-link a {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .catalog-product-view .product-info-main #delivery_and_returns .show-later {
    width: 58%;
    position: absolute;
    right: 0;
    top: 7px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .catalog-product-view .product-out-of-stocks .action.towishlist {
    width: 50px;
    line-height: 46px;
    height: 46px;
  }
  .catalog-product-view .box-tocart .actions {
    max-width: 100%;
  }
  .catalog-product-view .box-tocart .actions button.primary.tocart,
  .catalog-product-view .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.primary.tocart,
  .catalog-product-view .box-tocart .actions .action-gift.primary.tocart {
    height: 46px;
  }
  .catalog-product-view .box-tocart .actions .towishlist {
    width: 50px;
    line-height: 46px;
    height: 46px;
  }
  .catalog-product-view .section-five .product-details-photoslurp {
    position: relative;
  }
  .catalog-product-view .section-five .product-details-photoslurp .ps-carousel.ps-theme-modern .ps-note-add-pics-submit {
    position: absolute;
    top: 305px;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 2;
    border: none;
    display: inline-block;
    max-width: 200px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    left: 50%;
    margin-left: -100px;
  }
  .catalog-product-view .section-five .product-details-photoslurp .ps-carousel.ps-theme-modern .ps-carousel-slider.ps-slider-horizontal {
    padding: 40px 0px 90px;
  }
  .catalog-product-view .section-five .product-details-photoslurp .txt-photoslurp-custom {
    /*bottom: 350px;*/
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
  }
  .catalog-product-view .product.info.detailed {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content {
    /* chosen by tab*/
    padding-bottom: 20px;
    /* description tab*/
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .product.attribute.description {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .tech-details-heading,
  .catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .spec-details-heading {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .spec-details .extra-details .extra-details-column .extra-col img h2,
  .catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .spec-details .extra-details .extra-details-column .extra-col .extra-spec h2 {
    font-family: 'effrabold', serif;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .spec-details .extra-details .extra-details-column .extra-col img p,
  .catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .spec-details .extra-details .extra-details-column .extra-col .extra-spec p {
    margin-bottom: 5px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen .chosen_circle {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen .chosen_desc {
    display: inline-block;
    vertical-align: middle;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen .chosen_desc p.team {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content .product.attribute.description {
    padding-bottom: 20px;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'effrabold', serif;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div {
    position: relative;
    border-bottom: 1px solid #c6c6c6;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-ratings {
    max-width: 100%;
    width: 100%;
    border: none;
    padding-top: 30px;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-ratings .rating-summary {
    border: none;
    margin-bottom: 15px;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-ratings .rating-summary .rating-result {
    border: none;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-ratings .rating-summary .rating-result > span:before {
    color: #000;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-ratings .rating-summary .rating-result:before {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-ratings .rating-summary strong.review-rating-value {
    font-size: 12px;
    font-family: 'effraregular', serif;
    line-height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 3px;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-content {
    border: none;
    margin-left: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-content .vp-label {
    color: #20a94f;
    font-size: 12px;
    letter-spacing: 0.01em;
    border: none;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-content .vp-label span {
    color: #d9d9d9;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .catalog-product-view .product.info.detailed.feedaty-block .box-collateral.box-reviews dl div .review-date {
    position: absolute;
    right: 0;
    top: 34px;
    border: none;
    color: #a6a6a6;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
  .catalog-product-view .product.media {
    margin-top: 60px;
    padding: 0 20px;
  }
  .minicart-wrapper.active:after {
    clear: both;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.8;
    background-color: #000000;
    left: 0;
    z-index: 3;
  }
  /* cart-page */
  .checkout-cart-index .page-title-wrapper {
    padding: 20px 0;
  }
  .checkout-cart-index .page-title-wrapper h1.page-title {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .checkout-cart-index .category-image h3 {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 3.5%;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: 'effrabold', serif;
    margin-bottom: 10px;
    margin-top: 9px;
  }
  .checkout-cart-index .category-image span {
    color: #fff !important;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    font-family: 'effraregular', serif;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.05em;
    margin: 0 3.5%;
    cursor: pointer;
  }
  .checkout-cart-index .category-image img.image.desktop-only {
    display: none;
  }
  .checkout-cart-index .category-image.black-font h3 {
    color: #000 !important;
  }
  .checkout-cart-index .category-image.black-font span {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
  }
  .checkout-cart-index {
    background-color: #ECEDEF;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    display: inline-block;
  }
  .checkout-cart-index .cart-container {
    position: relative;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .checkout-cart-index .cart-container .cart-summary {
    background-color: transparent;
    padding: 1px 0;
    position: relative;
    top: 0 !important;
  }
  .checkout-cart-index .cart-container .cart-summary .title {
    margin: 0;
    background: #fff;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .checkout-cart-index .cart-container #form-validate {
    margin-bottom: 20px;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table {
    /*.items {
                        max-width: 95%;
                        width: 95%;
                        min-width: auto;
                    }*/
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tr.item-info {
    height: 140px;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td {
    width: 100%;
    display: block;
    padding-left: 135px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td .product-item-details {
    padding-top: 20px;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td.col.item {
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td.col.item .product-item-photo {
    max-width: 115px;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td.col.qty {
    padding-left: 135px;
    width: 295px;
    text-align: left;
    padding-bottom: 20px;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td.col.qty:before {
    display: none;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td.col.subtotal {
    padding-left: 0 !important;
    width: 100px !important;
    float: right !important;
    padding-bottom: 20px;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td.col.subtotal:before {
    display: none;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td:last-child {
    display: table-cell;
    width: 20px;
    padding: 0;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td:last-child .actions-toolbar {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td {
    position: relative;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col {
    padding-top: 10px;
    width: 130px;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    height: auto;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.subtotal {
    position: relative;
    text-align: center;
    display: block;
    float: left !important;
    padding-top: 20px;
    padding-left: 135px !important;
    position: absolute;
    left: 20px;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.subtotal .price-including-tax {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .checkout-cart-index .cart-container .fizikCustomCartCal {
    width: 100%;
    display: block;
  }
  .checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
  .checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #co-shipping-method-form {
    margin-top: 25px;
  }
  .checkout-cart-index .cart-container .fizikCustomCartCal .block.discount {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
  .minicart-wrapper .block-minicart {
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: none;
    padding-bottom: 0;
    top: 59px;
  }
  .minicart-wrapper .block-minicart .minicart-right-column .actions {
    display: block;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper {
    padding: 0 20px;
    border: none;
    border-top: 1px solid #e2e2e2;
    /*height: auto !important;*/
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
    color: #000;
    font-weight: normal;
    font-family: 'efframedium', serif;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .toggle {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content {
    display: block !important;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list dd.values {
    margin-bottom: 0;
    color: #818181;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list dt.label {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions {
    display: block;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .primary {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary a.action.delete {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/close-grey-small.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 12px;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary a.action.delete:before {
    display: none;
  }
  .minicart-wrapper .block-minicart .actions {
    display: none;
  }
  body.noScroll {
    width: 100%;
    position: fixed;
  }
  .block.block-minicart.ui-dialog-content .minicart-right-column .subtotal {
    background: #efefef;
    margin: 0;
    padding: 20px;
    margin-top: 20px;
  }
  .minicart-wrapper .block-minicart {
    width: 100%;
    /*background:yellow;*/
    z-index: 999;
    box-shadow: none;
    padding-bottom: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 9;
    top: 92px;
    -webkit-overflow-scrolling: touch;
    left: 0;
    padding-top: 0;
  }
  .minicart-wrapper .block-minicart .action.close {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    background-image: url(../images/arrow-icon.svg) !important;
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    transform: rotate(180deg);
    background-position: 14px 18px !important;
    background-repeat: no-repeat;
  }
  .minicart-wrapper .block-minicart .action.close:before {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-right-column .actions {
    display: block;
  }
  .minicart-wrapper .block-minicart .minicart-right-column .actions .primary button,
  .minicart-wrapper .block-minicart .minicart-right-column .actions .primary .cart.table-wrapper .actions-toolbar > .action,
  .minicart-wrapper .block-minicart .minicart-right-column .actions .primary .action-gift {
    width: 100%;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper {
    padding: 0 20px;
    border: none;
    border-top: 1px solid #e2e2e2;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 155px  !important;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item {
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    min-height: 150px;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
    color: #000;
    font-weight: normal;
    font-family: 'efframedium', serif;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .toggle {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content {
    display: block !important;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list dd.values {
    margin-bottom: 0;
    color: #818181;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .product.options.list dt.label {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions {
    display: block;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .primary {
    display: none;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary a.action.delete {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/close-grey-small.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.actions .secondary a.action.delete:before {
    display: none;
  }
  .minicart-wrapper .block-minicart .actions {
    display: none;
  }
  /* no promotion*/
  .no_promotion .minicart-wrapper .block-minicart {
    top: 57px;
    border-top: 1px solid #e2e2e2;
  }
  /* yes promotion*/
  .active_promotion .minicart-wrapper .block-minicart {
    top: 92px;
    border-top: 1px solid #e2e2e2;
  }
  /* popup minicart*/
  .block-minicart.ui-dialog-content.ui-widget-content .product-item-photo {
    width: 115px;
  }
  .block-minicart.ui-dialog-content.ui-widget-content .product-image-container .product-image-wrapper .product-image-photo {
    height: auto !important;
    width: 100% !important;
  }
  .block-minicart.ui-dialog-content.ui-widget-content .minicart-items .product-item-details {
    padding-right: 20px;
  }
  .block-minicart.ui-dialog-content.ui-widget-content .items-total {
    padding: 30px 0;
  }
  .block-minicart.ui-dialog-content.ui-widget-content .items-total .title {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'effrabold', serif;
  }
  .checkout-index-index .authentication-wrapper,
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    background: #fff;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header {
    padding: 20px;
    padding-bottom: 0;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-header .modal-title {
    border: none;
    letter-spacing: 0.05em;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-content {
    padding: 20px;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action,
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action,
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer .action-gift.action {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer button.action.action-save-address,
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.action-save-address,
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .modal-footer .action-gift.action.action-save-address {
    margin-right: 15px;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap #opc-new-shipping-address p {
    display: none;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap #opc-new-shipping-address .control input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap #opc-new-shipping-address .control._with-tooltip input {
    width: 100%;
    margin: 0;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap #opc-new-shipping-address .control._with-tooltip .field-tooltip {
    display: none;
  }
  .checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap .fieldset.address .field.street .label {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main {
    background: #ecedee;
  }
  .checkout-index-index .page-wrapper .page-main .column.main {
    margin-top: 39px;
    box-sizing: border-box;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .checkout-container .messages {
    background: #fff;
    width: 100%;
    height: auto;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .checkout-container .messages .message.message-error.error {
    background: none;
    padding-left: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .checkout-container .messages .message.message-error.error div:before {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-progress-bar {
    padding-left: 0;
    margin: 0;
    background: #fff;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-progress-bar .opc-progress-bar-item {
    width: 48.5%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-progress-bar .opc-progress-bar-item:nth-child(2) {
    float: right;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-progress-bar .opc-progress-bar-item:before {
    bottom: -14px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .step-content {
    margin: 0;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc {
    background-color: #fff;
    padding-top: 20px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc button.action-show-popup,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .cart.table-wrapper .actions-toolbar > .action.action-show-popup,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .action-gift.action-show-popup {
    color: #9d9d9d;
    background: none;
    border: none;
    padding: 20px 0;
    position: relative;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc button.action-show-popup span,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .cart.table-wrapper .actions-toolbar > .action.action-show-popup span,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .action-gift.action-show-popup span {
    font-size: 1.4rem;
    display: block;
    vertical-align: top;
    letter-spacing: 0.05em;
    font-family: 'effraregular', serif;
    font-weight: normal;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc button.action-show-popup span:before,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .cart.table-wrapper .actions-toolbar > .action.action-show-popup span:before,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .action-gift.action-show-popup span:before {
    content: '+';
    font-size: 33px;
    font-family: 'effralight', serif;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method {
    background: #fff;
    padding: 20px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .step-title {
    text-transform: uppercase;
    font-family: 'efframedium', serif;
    font-size: 14px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #000;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .payment-method-billing-address .step-title {
    padding-left: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .label,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method label {
    display: block !important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .payment-method-content .field input {
    max-width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .payment-method-content .step-title {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method fieldset.fieldset {
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method fieldset.fieldset .field-tooltip-action {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method fieldset.fieldset .actions-toolbar {
    margin: 20px 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method fieldset.fieldset .actions-toolbar button.action-update,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method fieldset.fieldset .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.action-update,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method fieldset.fieldset .actions-toolbar .action-gift.action-update {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method fieldset.fieldset .actions-toolbar .action-cancel {
    color: #818181;
    letter-spacing: 0.05em;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .field .label {
    display: none !important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .fieldset.payment.items.ccard.adyen_cc .legend {
    height: auto;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'efframedium', serif;
    color: #000;
    margin-bottom: 15px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address {
    width: 100%;
    margin-bottom: 30px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .billing-address-details {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 22px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .billing-address-details .action-edit-address {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 20px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .billing-address-same-as-shipping-block label {
    display: block !important;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-top: 3px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .control {
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset label {
    display: none !important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
    max-width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .field-tooltip .field-tooltip-action {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .field .control._with-tooltip input {
    margin-right: 0;
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .actions-toolbar .primary button.action-update,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action-update,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .actions-toolbar .primary .action-gift.action-update {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .actions-toolbar .primary button.action-cancel,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action-cancel,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .checkout-billing-address .fieldset .actions-toolbar .primary .action-gift.action-cancel {
    color: #666;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code {
    clear: both;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-title {
    border-top: none;
    width: 100%;
    padding: 20px;
    padding-bottom: 15px;
    padding-left: 17px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-title .action-toggle {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-family: 'efframedium', serif;
    text-transform: uppercase;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-title .action-toggle:after {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    padding-left: 17px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form {
    position: relative;
    max-width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .control {
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .control input[type="text"] {
    height: 42px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .field {
    margin: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar {
    margin-left: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar .action-apply,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar .action-cancel {
    position: absolute;
    right: 7px;
    top: 0;
    background: none;
    color: #000;
    margin-top: 13px;
    width: 150px;
    text-align: right;
    border: none;
    padding: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar .action-apply span,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar .action-cancel span {
    font-family: 'efframedium', serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar .action-apply:before,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar .action-cancel:before {
    content: '\003e';
    font-weight: bold;
    margin-right: 5px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .actions-toolbar-trigger .button.action.primary {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-shipping-method .step-title {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-shipping-method #checkout-shipping-method-load {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-shipping-method .actions-toolbar {
    padding: 20px;
    padding-top: 0;
    background: #fff;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-shipping-method .actions-toolbar .action.primary {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 12px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form-login {
    margin-top: 0px;
    border: none;
    margin-bottom: 0;
    background: #fff;
    /*padding: 20px;*/
    padding: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form-login .control._with-tooltip input {
    width: 100%;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form-login .actions-toolbar .action.primary {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 12px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form-login .actions-toolbar .secondary {
    text-align: left;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form-login .actions-toolbar .secondary a.action.remind {
    color: #818181;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form-login .field-tooltip {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper p {
    background: #fff;
    /*padding:0 20px;*/
    padding-bottom: 5px;
    letter-spacing: 0.05em;
    font-family: 'efframedium', serif;
    margin: 0;
    padding-top: 20px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form .field .control._with-tooltip input {
    width: 100%;
    margin: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form .field.street .label {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form.form-shipping-address {
    margin-top: 0;
    /*padding:20px;*/
    padding: 0;
    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form.form-shipping-address .field-tooltip {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar {
    margin: 0;
    margin-top: 0px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .title {
    text-transform: uppercase;
    border: none;
    font-family: 'efframedium', serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #000;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart {
    margin-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .title {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content {
    display: block !important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper {
    padding-top: 5px;
    /*overflow: hidden;*/
    padding-bottom: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items {
    display: block !important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item {
    margin: 6px 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-image-container {
    width: 109px !important;
    height: 118px !important;
    margin-top: 1px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
    padding-left: 115px;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 30px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner {
    margin: 0;
    padding: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart {
    display: block;
    width: 100%;
    padding-top: 30px;
    margin: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product-item-name {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .details-qty {
    color: #818181;
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product.options {
    display: inline-block;
    float: left;
    color: #818181;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product.options dl.item-options {
    float: left;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product.options dl.item-options .label {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product.options dl.item-options .values {
    display: inline-block;
    margin: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product.options dl.item-options .values:after {
    content: '-';
    margin: 0 5px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product.options .toggle {
    display: none;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block.checkout-custom-minicart .product.options .content {
    display: block !important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .subtotal {
    width: 100%;
    display: block;
    text-align: left;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .subtotal .price-including-tax {
    margin: 0;
    clear: both;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary .items-in-cart .content .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .subtotal .price-including-tax .price {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary.custom-order table.table-totals tr.totals.discount .title {
    text-transform: none;
    font-family: 'effraregular', serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-sidebar .opc-block-summary.custom-order table.table-totals tr.totals.shipping .value {
    display: none;
  }
  .category-athletes .filter-contents {
    margin-top: 25px;
  }
  .category-athletes .filter-contents .athletes-filter-form .athletes-filter-wrap {
    width: 46%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
  }
  .category-athletes .athletes-list-content .block-content {
    /*background:lightblue;*/
    text-align: center;
  }
  .category-athletes .athletes-list-content .block-content .contents-items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .category-athletes .athletes-list-content .block-content .contents-items .content-item {
    width: 46%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .category-athletes .athletes-list-content .block-content .contents-items .content-item img {
    width: 100%;
  }
  .category-athletes .athletes-list-content .block-content .contents-items .content-item .ct-field-field {
    padding: 0 20px;
    font-size: 1.5rem !important;
    font-family: 'effrabold', serif;
    line-height: 1.2em;
  }
  .category-athletes .athletes-list-content .block-content .contents-items .content-item .ct-field-content .ct-content-list {
    list-style: none;
    font-size: 1.2rem !important;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .category-athletes .athletes-list-content .block-content .details.active {
    position: fixed;
    top: 91px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 999;
    border-top: 1px solid #c0c0c0;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers {
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .left {
    display: block;
    width: 100%;
    position: relative;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .left .title {
    text-align: left;
    margin-top: 24px;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .left .title .ct-field-field {
    font-size: 21px;
    font-size: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .left .title .content-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right {
    display: block;
    width: 100%;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .desc {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .social {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .social p.follow_label {
    display: none;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .social ul li a {
    margin-right: 10px;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .social ul li a i {
    font-size: 20px;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .social p.follow_label {
    color: #8d8d8d;
    display: none;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .equipment p {
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .category-athletes .athletes-list-content .block-content .details.active .wrappers .right .equipment .equipment {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .category-athletes .closed {
    top: 0;
    right: 0px;
    width: 15px;
  }
  .category-athletes .closed .close-div {
    background-image: url(../images/close-grey.png);
    width: 15px;
    height: 15px;
  }
  .no_promotion.category-athletes .athletes-list-content .block-content .details.active {
    top: 56px;
  }
  .menuscrolled .athletes-list-content .block-content .details.active {
    top: 56px;
  }
  .category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .equipment ul li {
    max-width: 50%;
  }
  .return-block .block-content .newsletter-form .newsl-area-message div {
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  /*popup newsletter*/
  .popup-newsletter {
    width: 90%;
  }
  .popup-newsletter .newsletter-block .block-content {
    background: #fff;
    padding: 25px 11px;
  }
  .popup-newsletter .newsletter-block .block-content .title {
    margin-top: 0;
    font-family: 'effrabold', serif;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .popup-newsletter .newsletter-block .block-content a.link-button {
    display: block;
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    font-size: 1.7rem;
    position: relative;
  }
  .popup-newsletter .newsletter-block .block-content a.link-button:after {
    content: '';
    width: 18px;
    height: 10px;
    right: 14px;
    top: 22px;
    -webkit-transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 400ms ease;
    transform: rotate(-90deg);
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
    background: url(../images/chevron-accordion.svg) no-repeat;
    background-size: contain;
    position: absolute;
  }
  .newsletter-block .block-content,
  .return-block .block-content,
  .claim-block .block-content {
    padding: 40px 20px;
  }
  .newsletter-block .block-content h3.title,
  .return-block .block-content h3.title,
  .claim-block .block-content h3.title {
    margin-bottom: 35px;
  }
  .newsletter-block .block-content .newsletter-form .newsl-input-block,
  .return-block .block-content .newsletter-form .newsl-input-block,
  .claim-block .block-content .newsletter-form .newsl-input-block {
    margin-bottom: 20px;
  }
  .newsletter-block .block-content .newsletter-form .newsl-input-block .newsl-half,
  .return-block .block-content .newsletter-form .newsl-input-block .newsl-half,
  .claim-block .block-content .newsletter-form .newsl-input-block .newsl-half {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
  .newsletter-block .block-content .newsletter-form .newsl-select-container,
  .return-block .block-content .newsletter-form .newsl-select-container,
  .claim-block .block-content .newsletter-form .newsl-select-container {
    margin-bottom: 50px;
  }
  .return-block .block-content .newsletter-form .newsl-half,
  .claim-block .block-content .newsletter-form .newsl-half {
    margin-bottom: 10px !important;
  }
  .return-block .block-content .newsletter-form .newsl-select-container,
  .claim-block .block-content .newsletter-form .newsl-select-container {
    margin-bottom: 20px !important;
  }
  .return-block .block-content .newsletter-form .newsl-area-message,
  .claim-block .block-content .newsletter-form .newsl-area-message {
    margin-bottom: 40px !important;
  }
  .return-block .block-content .newsletter-form .primary,
  .claim-block .block-content .newsletter-form .primary {
    margin-bottom: 30px;
  }
  .return-block .block-content .newsletter-form .newsl-product-detail .newsl-half,
  .claim-block .block-content .newsletter-form .newsl-product-detail .newsl-half {
    margin-bottom: 20px !important;
  }
  .return-block .block-content .newsletter-form .newsl-input-block .newsl-half,
  .claim-block .block-content .newsletter-form .newsl-input-block .newsl-half,
  .return-block .block-content .newsletter-form .newsl-input-block .newsl-full,
  .claim-block .block-content .newsletter-form .newsl-input-block .newsl-full {
    margin-bottom: 10px;
  }
  .return-block .block-content .newsletter-form .newsl-input-block .newsl-product-detail .newsl-half,
  .claim-block .block-content .newsletter-form .newsl-input-block .newsl-product-detail .newsl-half {
    margin-bottom: 15px;
  }
  .return-block .block-content .newsletter-form .newsl-select-container,
  .claim-block .block-content .newsletter-form .newsl-select-container {
    margin-bottom: 20px;
  }
  .return-block .block-content .newsletter-form .radio-wrapper,
  .claim-block .block-content .newsletter-form .radio-wrapper {
    margin: 30px 0;
  }
  .return-block .block-content .newsletter-form .radio-wrapper .radioButton,
  .claim-block .block-content .newsletter-form .radio-wrapper .radioButton {
    margin: 5px 0;
  }
  .return-block .block-content .newsletter-form .radio-wrapper .other-store,
  .claim-block .block-content .newsletter-form .radio-wrapper .other-store {
    float: right;
    margin-top: -10px;
    width: 48.6%;
  }
  .return-block .block-content .newsletter-form .radio-wrapper .other-store input,
  .claim-block .block-content .newsletter-form .radio-wrapper .other-store input {
    position: relative;
    float: right;
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    width: 100%;
  }
  .return-block .block-content .newsletter-form .claim-photo-upload,
  .claim-block .block-content .newsletter-form .claim-photo-upload {
    margin-bottom: 30px;
  }
  .return-block .block-content .newsletter-form .claim-photo-upload .photo-info,
  .claim-block .block-content .newsletter-form .claim-photo-upload .photo-info {
    display: inline-block;
    width: 50%;
  }
  .return-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey,
  .claim-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey {
    color: #9d9d9d;
    letter-spacing: 0.5px;
    /*.letter_spacing_05;*/
  }
  .return-block .block-content .newsletter-form .claim-photo-upload #extraUpload,
  .claim-block .block-content .newsletter-form .claim-photo-upload #extraUpload {
    float: right;
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 48.6%;
    height: 40px;
    background: #ddd !important;
    border: 1px solid #ddd !important;
  }
  .layer_popup_box {
    top: 50%;
    left: 5%;
    width: 90%;
    height: auto;
    margin-top: -261px;
    margin-left: 0;
    padding: 45px;
  }
  .layer_popup_box h3 {
    line-height: 1.2em;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .layer_popup_box .success-icon-popup {
    width: 85px;
    height: 85px;
    margin-bottom: 30px;
  }
  .return-block .block-content h3.title,
  .claim-block .block-content h3.title {
    font-size: 1.3rem;
    /*color:green;*/
    letter-spacing: 0.05em;
    line-height: 1.3em;
  }
  .return-block .block-content .newsletter-form .newsl-area-message,
  .claim-block .block-content .newsletter-form .newsl-area-message {
    margin-bottom: 50px;
  }
  .return-block .block-content .newsletter-form .newsl-area-message div,
  .claim-block .block-content .newsletter-form .newsl-area-message div {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .return-block .block-content textarea,
  .claim-block .block-content textarea {
    height: 200px;
  }
  /* newsletter page specific style*/
  .category-newsletter .block-content h3.title {
    /*margin-bottom:50px;*/
  }
  .category-newsletter .block-content .newsletter-form .newsl-input-block {
    margin-bottom: 40px;
  }
  .category-newsletter .block-content .newsletter-form .newsl-input-block .newsl-half {
    margin-bottom: 18px;
  }
  .category-newsletter .block-content .newsletter-form .newsl-select-container {
    margin-bottom: 50px;
  }
  /* quality claim- form returns specific style*/
  .category-quality-claim .block-content h3.title br,
  .category-returns-form .block-content h3.title br {
    display: none;
  }
  .category-quality-claim .block-content .radio-wrapper,
  .category-returns-form .block-content .radio-wrapper {
    margin: 50px 0;
  }
  .category-quality-claim .block-content .radio-wrapper .radioButton,
  .category-returns-form .block-content .radio-wrapper .radioButton {
    margin: 10px 0;
  }
  .category-quality-claim .block-content .radio-wrapper .radioButton label.radioIcon,
  .category-returns-form .block-content .radio-wrapper .radioButton label.radioIcon {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .category-quality-claim .block-content .newsletter-form .newsl-newsletter-label,
  .category-returns-form .block-content .newsletter-form .newsl-newsletter-label {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 5px;
  }
  .category-quality-claim .block-content .newsletter-form .newsl-input-block,
  .category-returns-form .block-content .newsletter-form .newsl-input-block {
    margin-bottom: 40px;
  }
  .category-quality-claim .block-content .newsletter-form .newsl-input-block .newsl-half,
  .category-returns-form .block-content .newsletter-form .newsl-input-block .newsl-half {
    margin-bottom: 18px;
  }
  .category-quality-claim .block-content .newsletter-form .radioButton label span,
  .category-returns-form .block-content .newsletter-form .radioButton label span {
    padding-left: 28px;
  }
  .category-quality-claim .block-content .newsletter-form .newsl-select-container,
  .category-returns-form .block-content .newsletter-form .newsl-select-container {
    margin-bottom: 50px;
  }
  /*contact - specific style*/
  .contact-index-index .form .fieldset .legend,
  .category-contact-us .form .fieldset .legend,
  .form-newsletter-index .form .fieldset .legend,
  .form-quality-index .form .fieldset .legend,
  .form-returns-index .form .fieldset .legend,
  .form-contact-index .form .fieldset .legend {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .contact-index-index .form .fieldset .newsl-select-container,
  .category-contact-us .form .fieldset .newsl-select-container,
  .form-newsletter-index .form .fieldset .newsl-select-container,
  .form-quality-index .form .fieldset .newsl-select-container,
  .form-returns-index .form .fieldset .newsl-select-container,
  .form-contact-index .form .fieldset .newsl-select-container,
  .contact-index-index .form .fieldset .newsl-full,
  .category-contact-us .form .fieldset .newsl-full,
  .form-newsletter-index .form .fieldset .newsl-full,
  .form-quality-index .form .fieldset .newsl-full,
  .form-returns-index .form .fieldset .newsl-full,
  .form-contact-index .form .fieldset .newsl-full {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .contact-index-index .form .fieldset .newsl-newsletter-label,
  .category-contact-us .form .fieldset .newsl-newsletter-label,
  .form-newsletter-index .form .fieldset .newsl-newsletter-label,
  .form-quality-index .form .fieldset .newsl-newsletter-label,
  .form-returns-index .form .fieldset .newsl-newsletter-label,
  .form-contact-index .form .fieldset .newsl-newsletter-label,
  .contact-index-index .form .fieldset .label,
  .category-contact-us .form .fieldset .label,
  .form-newsletter-index .form .fieldset .label,
  .form-quality-index .form .fieldset .label,
  .form-returns-index .form .fieldset .label,
  .form-contact-index .form .fieldset .label {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .contact-index-index .form .fieldset .control,
  .category-contact-us .form .fieldset .control,
  .form-newsletter-index .form .fieldset .control,
  .form-quality-index .form .fieldset .control,
  .form-returns-index .form .fieldset .control,
  .form-contact-index .form .fieldset .control {
    width: 100%;
    float: none;
  }
  .contact-index-index .form .fieldset .control input,
  .category-contact-us .form .fieldset .control input,
  .form-newsletter-index .form .fieldset .control input,
  .form-quality-index .form .fieldset .control input,
  .form-returns-index .form .fieldset .control input,
  .form-contact-index .form .fieldset .control input {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  /* common to all*/
  .category-contact-us .block-content .newsletter-form .newsl-input-block input,
  .contact-index-index .block-content .newsletter-form .newsl-input-block input,
  .category-quality-claim .block-content .newsletter-form .newsl-input-block input,
  .category-returns-form .block-content .newsletter-form .newsl-input-block input,
  .category-newsletter .block-content .newsletter-form .newsl-input-block input {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .category-contact-us .selectize-input > *,
  .contact-index-index .selectize-input > *,
  .category-quality-claim .selectize-input > *,
  .category-returns-form .selectize-input > *,
  .category-newsletter .selectize-input > * {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  /* label size*/
  .newsl-row-box label,
  .newsl-checkbox-container label,
  .newsl-select-container label {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .faq-block .block-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 936px;
    padding-top: 40px;
  }
  .faq-block .block-content .accordion-single-block {
    margin-bottom: 50px;
  }
  .faq-block .block-content .accordion-single-block h2 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle {
    padding: 18px 0;
  }
  .faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle h6 {
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle .toggle_icon {
    right: 0;
    top: 20px;
    width: 14px;
    height: 8px;
  }
  .faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_panel {
    margin-top: -10px;
  }
  .faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_panel .accordion_panel_inner p {
    font-size: 12.5px;
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }
  .terms-block .block-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 936px;
    padding-top: 80px;
  }
  .terms-block .block-content .paragraph-single-block h2 {
    margin: 0;
    margin-bottom: 15px;
  }
  .terms-block .block-content .paragraph-single-block h5 {
    font-family: 'effrabold', serif;
    font-weight: normal;
  }
  .terms-block .block-content .paragraph-single-block p {
    line-height: 1.6em;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shipping-return-block .block-content {
    padding-top: 40px;
  }
  .shipping-return-block .block-content .paragraph-single-block {
    margin-bottom: 30px;
  }
  .shipping-return-block .block-content .paragraph-single-block h2 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .shipping-return-block .block-content .paragraph-single-block p {
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  .shipping-return-block .block-content .accordion-single-block h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .shipping-return-block .block-content .accordion-single-block p {
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  .faq-block .accordion-single-block h2 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .faq-block .accordion-single-block p {
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  /*Category-faq*/
  .category-faq .faq-block .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle h6 {
    padding-right: 14px;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 936px;
    padding-top: 120px;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container .iub_content {
    padding: 0;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container .iub_header {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px;
    padding-bottom: 35px;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container .iub_header h1 {
    font-family: 'effraregular', serif;
    letter-spacing: 0.05em;
    line-height: 1.1;
    font-size: 2.6rem;
    color: #000;
    margin-bottom: 5px;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container .iub_header h1 strong {
    font-family: 'effrabold', serif;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container .one_line_col {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container h2 {
    font-family: 'effrabold', serif;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container h3 {
    font-family: 'effrabold', serif;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container h4 {
    font-family: 'effrabold', serif;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container p,
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container ul li {
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    font-family: 'effraregular', serif;
    margin-top: 0;
    padding-top: 0;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container .box_primary {
    padding: 0;
    border: none;
    margin-top: 20px;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container .box_10.expand .expand-click {
    border-bottom: none;
  }
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container a,
  .cms-privacy-policy-cookie-restriction-mode #iubenda_policy.iubenda_fluid_policy .iub_container a:hover {
    font-weight: normal;
    border-bottom: 1px solid #000;
    line-height: 1em;
    display: inline-block;
    font-family: 'effraregular', serif;
    color: #000;
  }
  #mb-ajaxsuite-blank {
    margin-top: 93px  !important;
  }
  .no_promotion #mb-ajaxsuite-blank {
    margin-top: 93px  !important;
  }
  .plp-background-banner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 20px;
    box-sizing: border-box;
    font-family: 'effrabold', serif;
    min-height: 227px;
  }
  .plp-background-banner h3 {
    margin: 0;
    font-weight: normal;
    font-family: 'effraregular';
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.2em;
  }
  .plp-background-banner h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
  }
  .plp-background-banner span {
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    font-family: 'effraregular', serif;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .plp-background-banner span:hover {
    text-decoration: none;
  }
  .plp-background-banner.black-elements h3,
  .plp-background-banner.black-elements h2,
  .plp-background-banner.black-elements span {
    color: #000 !important;
  }
  .plp-background-banner.black-elements span {
    border-bottom: 1px solid #000;
  }
  /*LOGIN POPUP*/
  .mb-ajaxlogin-popup .lpopupleft h3,
  .mb-ajaxlogin-popup .lpopupform h3,
  .mb-ajaxlogin-popup .lpopupleft ul li,
  .mb-ajaxlogin-popup .lpopupform ul li {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.55555556em;
  }
  .mb-ajaxlogin-popup .lpopupleft small,
  .mb-ajaxlogin-popup .lpopupform small,
  .mb-ajaxlogin-popup .lpopupleft .forgot,
  .mb-ajaxlogin-popup .lpopupform .forgot {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.55555556em;
  }
  .mb-ajaxlogin-popup .lpopTitle {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 90%;
    box-shadow: none;
  }
  /* size chart*/
  .popup_wrapper .sizechart_close,
  .popup_wrapper .search_header_close,
  .popup_wrapper .newsletter_popup-close {
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 20px;
    border: none;
    padding: 0;
    border: 0;
    opacity: 0.5;
  }
  .mb-ajaxsuite-popup-wrapper {
    width: 100% !important;
    position: absolute  !important;
    left: 0  !important;
    top: 88px !important;
    border-top: 1px solid #c0c0c0;
  }
  .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    background-image: url(../images/arrow-icon.svg) !important;
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    transform: rotate(180deg);
    background-position: 14px 18px !important;
  }
  .no_promotion .mb-ajaxsuite-popup-wrapper {
    top: 57px !important;
  }
  #mb-ajaxsuite-blank {
    margin-top: 93px !important;
  }
  /*LOGIN POPUP*/
  .mb-ajaxlogin-popup {
    padding: 30px;
    background: #fff;
    padding-bottom: 100px;
  }
  .mb-ajaxlogin-popup .lpopupleft {
    width: 100%;
    border: none;
    margin: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 50px;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText h3 {
    font-family: 'efframedium', serif;
    margin-bottom: 0;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText small {
    color: #888888;
    margin-top: 5px;
    display: block;
    letter-spacing: 0.05em;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 100px;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul li {
    /* .font_16;*/
    /*.letter_spacing_05;*/
    font-family: 'effraregular', serif;
    margin-bottom: 0px;
    list-style: none;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul li:before {
    content: '\2022';
    margin-right: 5px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
  }
  .mb-ajaxlogin-popup .lpopupleft .lpopupleftText a.mb-create-account {
    width: 100%;
  }
  .mb-ajaxlogin-popup .lpopupform {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .mb-ajaxlogin-popup .lpopupform h3 {
    font-family: 'efframedium', serif;
    /*.font_16;*/
    /*.letter_spacing_05;*/
    margin-bottom: 0;
  }
  .mb-ajaxlogin-popup .lpopupform small {
    color: #888888;
    margin-top: 5px;
    display: block;
    letter-spacing: 0.05em !important;
  }
  .mb-ajaxlogin-popup .lpopupform form {
    margin-top: 25px;
  }
  .mb-ajaxlogin-popup .lpopupform form .fieldset {
    margin-bottom: 20px;
    height: 100px;
  }
  .mb-ajaxlogin-popup .lpopupform form .fieldset .legend {
    margin-left: 0;
  }
  .mb-ajaxlogin-popup .lpopupform form .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .mb-ajaxlogin-popup .lpopupform form .field {
    margin: 0 0 10px;
  }
  .mb-ajaxlogin-popup .lpopupform form .field input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
    width: 100%;
  }
  .mb-ajaxlogin-popup .lpopupform form .field.choice:before {
    width: 0 !important;
    padding: 0 !important;
  }
  .mb-ajaxlogin-popup .lpopupform form button.submit.action,
  .mb-ajaxlogin-popup .lpopupform form .cart.table-wrapper .actions-toolbar > .action.submit.action,
  .mb-ajaxlogin-popup .lpopupform form .action-gift.submit.action {
    width: 100%;
  }
  /* FORGOT PASSOWORD POPUP*/
  .mb-ajaxsuite-popup-wrapper {
    background: #fff !important;
    /* MESSAGE SUCCESS*/
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup {
    padding: 35px;
    background: #fff !important;
    padding-bottom: 50px;
    max-width: 60%;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title {
    background-color: transparent !important;
    padding: 0;
    text-align: left;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title span {
    display: none;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title strong {
    font-family: 'effrabold', serif;
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
    color: #000 !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword {
    padding: 0;
    min-width: 60%;
    margin-bottom: 20px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .fieldset input {
    line-height: normal;
    height: 40px;
    padding: 0 17px;
    line-height: normal !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit {
    background: #e3f100 !important;
    border: 1px solid #e3f100 !important;
    color: #000 !important;
    font-family: 'effraregular', serif;
    /*padding: 7px 50px 7px 15px;*/
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-shadow: none;
    letter-spacing: 0.05em;
    margin: 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    min-width: 250px;
    margin-bottom: 30px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit span {
    color: #000;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit:hover,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit:hover,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit:hover span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit:hover span,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit:hover span {
    color: #fff !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary {
    display: none;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back {
    margin-right: 10px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account {
    margin-left: 10px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account {
    display: inline-block;
    border-bottom: 1px solid #fff;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back:hover,
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account:hover {
    border-bottom: 1px solid #000;
  }
  .mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions span {
    color: #fff;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup {
    padding: 35px;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title {
    background-color: transparent !important;
    padding: 0;
    text-align: left;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title span {
    display: none;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title strong {
    font-family: 'effrabold', serif;
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
    color: #000 !important;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup {
    padding: 0;
  }
  .mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup .mb-successful-message h4 {
    color: #000;
    font-weight: normal;
    font-family: 'efframedium', serif;
  }
  .popup_wrapper .size_chart_block {
    min-width: inherit;
    width: 90%;
    margin: 0 auto;
  }
  .popup-newsletter.popup_content .newsletter_popup_close {
    width: 15px;
    height: 15px;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    padding: 0;
    border: 0;
    opacity: 0.5;
  }
  .sizechart_open.desktop-only {
    display: none;
  }
  .sizechart_open.mobile-only {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .page404_hero .bg_wrapper {
    background-image: url(../images/404-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 144%;
    position: relative;
    width: 100%;
  }
  .page404_hero .bg_wrapper .txt_wrapper {
    left: 10%;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
  }
  .page404_hero .bg_wrapper .txt_wrapper .bigtxt {
    font-size: 32px;
    font-family: 'effrabold', serif;
    letter-spacing: 1px;
    line-height: 44px;
    margin-bottom: 0;
  }
  .page404_hero .bg_wrapper .txt_wrapper .smalltxt {
    font-size: 14px;
    line-height: 1.5;
  }
  .page404_hero .bg_wrapper .txt_wrapper .linklist {
    list-style-type: none;
    margin-top: 0;
    padding-left: 0;
    padding-top: 5%;
  }
  .page404_hero .bg_wrapper .txt_wrapper .linklist li {
    padding: 0;
    margin-bottom: 7px;
  }
  .page404_hero .bg_wrapper .txt_wrapper .linklist li a {
    border-bottom: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-family: 'effrabold', serif;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
  }
  .sel-cn {
    width: 93%;
    text-align: center;
    margin: 0 auto;
    /*padding-top: 3%;*/
  }
  .distributors-block {
    margin-top: 2%;
    padding: 17px 0!important;
  }
  .distributors-block .block-content {
    max-width: 1388px;
    margin: 0 auto;
  }
  .distributors-block .block-content .boxes-wapper {
    width: 93%;
    padding-bottom: 1%;
    margin: 0 auto;
  }
  .distributors-block .block-content .boxes-wapper .single-box {
    display: inline-block;
    width: 48%;
    background-color: white;
    height: 184px;
    vertical-align: top;
    margin-bottom: 3%;
  }
  .distributors-block .block-content .boxes-wapper .single-box.box1,
  .distributors-block .block-content .boxes-wapper .single-box.box3 {
    margin-right: 2%;
  }
  .distributors-block .block-content .boxes-wapper .inner-text {
    text-align: left;
    padding: 0 6%;
    word-break: break-all;
  }
  .distributors-block .block-content .boxes-wapper .inner-text p {
    font-size: 11px;
    margin-bottom: 0px;
    font-family: 'effraregular', serif;
    line-height: 20px;
  }
  .distributors-block .block-content .boxes-wapper .inner-text h5 {
    margin-top: -9px;
    font-size: 12px;
    font-family: 'effrabold', serif;
  }
  .distributors-block .block-content .boxes-wapper .inner-text h3 {
    font-family: 'effrabold', serif;
    font-size: 18px;
    text-transform: uppercase;
  }
  .distributors-block.intro-distributors {
    width: 93%;
    margin: 0 auto;
    padding: 30px 0 !important;
    padding-bottom: 15px !important;
  }
  .distributors-block.intro-distributors .block-content {
    margin-bottom: 10px;
  }
  .white-container-general {
    padding-left: 0px;
  }
  .white-container-general .black-container-general {
    background-color: black;
    width: 100%;
    padding-bottom: 70px;
  }
  .white-container-general .black-container-general .cover {
    background-image: url(../images/fizik_mob.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .white-container-general .black-container-general .banner-on-top .banner {
    float: left;
    width: 100%;
  }
  .white-container-general .black-container-general .banner-on-top .banner.title {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .white-container-general .black-container-general .banner-on-top .banner.title h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px;
    letter-spacing: 0.05em;
  }
  .white-container-general .black-container-general .container-text-block {
    padding-left: 20px;
    width: 50%;
    position: relative;
  }
  .white-container-general .black-container-general .container-text-block .first-text-block {
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    font-family: 'effraregular', serif;
    padding-bottom: 70px;
    padding-top: 150px;
    width: 75%;
  }
  .white-container-general .black-container-general .container-text-block .first-text-block br {
    display: none;
  }
  .white-container-general .black-container-general .container-text-block .first-text-block p {
    margin-bottom: 20px;
  }
  .white-container-general .black-container-general .container-text-block .last-block {
    color: white;
    font-size: 18px;
    font-family: 'effraregular', serif;
    position: absolute;
    width: 100%;
    top: 0;
    left: 20px;
  }
  .white-container-general .black-container-general .container-text-block .last-block .wrapper-inside-last-block {
    width: 100%;
  }
  .white-container-general .black-container-general .container-text-block .last-block .wrapper-inside-last-block p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .white-container-general .black-container-general .container-text-block .last-block .wrapper-inside-last-block p:first-child {
    font-style: italic;
  }
  .white-container-general .black-container-general .second-text-block {
    padding-left: 20px;
    width: 85%;
    margin-top: 50px;
  }
  .white-container-general .black-container-general .second-text-block p {
    font-size: 30px;
    font-size: 3rem;
    font-family: 'effraregular', serif;
    color: #fff;
  }
  .white-container-general .black-container-general .second-text-block p br {
    display: none;
  }
  .white-container-general .black-container-general .second-text-block .wrapper-inside-last-block.desktop-only {
    display: none;
  }
  .series-block {
    padding: 0px 0px 20.86vw;
  }
  .series-block .banner-on-top {
    background-color: #ECEDEF;
  }
  .series-block .banner-on-top .banner {
    float: left;
    width: 100%;
  }
  .series-block .banner-on-top .banner.title {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .series-block .banner-on-top .banner.text .text-inner {
    padding: 0px 20px 45px;
  }
  .series-block .banner-on-top .banner.text .text-inner p {
    font-family: 'effraregular', serif;
    font-size: 15px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }
  .series-block h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px;
    letter-spacing: 0.05em;
  }
  .series-block .block-inside-container {
    margin: 0 auto;
  }
  .series-block .block-inside-container .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .series-block .block-inside-container .wrapper .wrapper-details {
    width: 48%;
    float: left;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details img {
    width: 100%;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details {
    height: 225px;
    padding: 5px 20px 0px;
    position: relative;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details h3 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    font-family: 'effraregular', serif;
    margin-bottom: 0;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details .details-item-link {
    font-family: 'effrabold', serif;
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    left: 0;
    width: 100%;
    padding-left: 20px;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details .details-item-link strong {
    border-bottom: 1px solid #000;
    line-height: 1.3em;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .series-block .block-inside-container .wrapper .wrapper-details:nth-child(2),
  .series-block .block-inside-container .wrapper .wrapper-details:nth-child(4) {
    float: right;
  }
}
@media only screen and (max-width: 767px) and screen and (min-width: 320px) {
  .return-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey,
  .claim-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey {
    /* 320px*/
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) and screen and (min-width: 768px) {
  .return-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey,
  .claim-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey {
    /* 769px*/
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) and screen and (min-width: 1024px) {
  .return-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey,
  .claim-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey {
    /*1025px*/
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) and screen and (min-width: 1441px) {
  .return-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey,
  .claim-block .block-content .newsletter-form .claim-photo-upload .photo-info .grey {
    /* 1441px*/
    font-size: 1.4rem;
  }
}
@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[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    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;
  }
  .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;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .abs-checkout-order-review tbody tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .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,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .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[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]: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-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #ccc;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .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: '\e616';
    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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .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: '\e606';
    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;
  }
  .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;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .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;
  }
  .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%;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .swatch-attribute-options.clearfix {
    max-width: 100%;
  }
  .swatch-attribute.size_shoes .swatch-option.text,
  .swatch-attribute.shoes_accessories .swatch-option.text,
  .swatch-attribute.diameter .swatch-option.text,
  .swatch-attribute.size_apparel .swatch-option.text,
  .swatch-attribute.size_component .swatch-option.text,
  .swatch-attribute.size_accessory .swatch-option.text,
  .swatch-attribute.saddle_size .swatch-option.text {
    height: 40px;
    line-height: 40px !important;
    min-width: 20% !important;
    font-size: 1.4rem !important;
  }
  .swatch-attribute.size_shoes .swatch-option.text:last-child,
  .swatch-attribute.shoes_accessories .swatch-option.text:last-child,
  .swatch-attribute.diameter .swatch-option.text:last-child,
  .swatch-attribute.size_apparel .swatch-option.text:last-child,
  .swatch-attribute.size_component .swatch-option.text:last-child,
  .swatch-attribute.size_accessory .swatch-option.text:last-child,
  .swatch-attribute.saddle_size .swatch-option.text:last-child {
    min-width: calc(20% - 1px) !important;
  }
  .swatch-attribute.shoes_accessories .swatch-option.text,
  .swatch-attribute.diameter .swatch-option.text,
  .swatch-attribute.size_component .swatch-option.text {
    min-width: 33% !important;
    padding: 0 !important;
    font-size: 12px;
  }
  .swatch-attribute.shoes_accessories .swatch-option.text:last-child,
  .swatch-attribute.diameter .swatch-option.text:last-child,
  .swatch-attribute.size_component .swatch-option.text:last-child {
    min-width: calc(33% - 1px) !important;
  }
  .swatch-attribute.diameter .swatch-option.text {
    min-width: 50% !important;
  }
  .swatch-attribute.diameter .swatch-option.text:last-child {
    min-width: calc(50% - 1px) !important;
  }
  .sales-order-history {
    /*hides pagination*/
  }
  .sales-order-history #maincontent .main {
    padding: 20px;
  }
  .sales-order-history .table-order-items.history thead tr th {
    display: none;
    border: none;
  }
  .sales-order-history .table-order-items.history tbody tr {
    /*border-top: 1px solid #e2e2e2;*/
    border-bottom: 1px solid #e2e2e2;
    position: relative;
  }
  .sales-order-history .table-order-items.history tbody tr td {
    padding-left: 0px !important;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.status {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.shipping {
    display: none !important;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.view {
    margin-right: 0;
    display: inline-block;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.view span {
    color: #9d9d9d;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.view span:before {
    content: '';
    background-image: url(../images/view-grey.png);
    width: 15px;
    height: 8px;
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-right: 5px;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.order {
    display: none;
  }
  .sales-order-history .table-order-items.history tbody tr td:before {
    display: none !important;
  }
  .sales-order-history .order-products-toolbar {
    display: none;
  }
  .sales-order-history .actions-toolbar {
    /* position: absolute;
            bottom: 0;*/
    width: 100%;
    /*left: 0;*/
    /*padding: 10px 20px;*/
    box-sizing: border-box;
  }
  .sales-order-history .actions-toolbar .secondary {
    float: left;
  }
  .sales-order-view #maincontent .main {
    padding: 40px 20px;
  }
  .sales-order-view #maincontent .main .page-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-family: 'efframedium', serif;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered {
    border-bottom: 0;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .actions-toolbar {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .actions-toolbar .secondary .action.back {
    color: #9d9d9d;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items thead tr {
    border-top: 1px solid #e2e2e2;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items thead tr th {
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items thead tr th.col.price,
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items thead tr th.col.qty {
    /*text-align:center;*/
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr {
    padding: 25px 0;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td {
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td strong {
    margin: 0;
    font-family: 'effraregular', serif;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td .item-options dt {
    display: none;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td .item-options dd {
    color: #818181;
    text-transform: none;
    margin-bottom: 0;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.qty,
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.price {
    text-align: left;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.qty .title,
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.price .title {
    display: none;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.qty .price,
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.price .price {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.subtotal .price {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tbody tr td:before {
    display: none;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tfoot tr th,
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tfoot tr td {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 0;
  }
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tfoot tr.subtotal th,
  .sales-order-view #maincontent .main .order-details-items.ordered .table-wrapper.order-items tfoot tr.subtotal td {
    padding-top: 25px;
  }
  .sales-order-view #maincontent .main .block-order-details-view .block-title {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption ._cell {
    vertical-align: top;
    padding-bottom: 60%;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption p {
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
  }
  .cms-home .site_banner .homeSliderParent .homeSliderCaption a {
    /*display: inline-block;
                        color: #fff;
                        border: 1px solid #fff;
                        padding: 10px 25px;
                        margin-top: 20px;
                        letter-spacing: 0.05em;*/
    font-size: 12.5px;
    font-size: 1.25rem;
  }
  body.catalog-category-view .product-item-link {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.catalog-category-view .products-grid .product-item-actions {
    margin: 0;
  }
  .page-layout-2columns-left.page-with-filter.catalogsearch-result-index .message.notice {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 200px;
    padding-bottom: 200px;
  }
  body.catalogsearch-result-index .product-item-link {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.catalogsearch-result-index .products-grid .product-item-actions {
    margin: 0;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title a.switch {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .catalog-product-view #dealer-only-adaptive {
    display: none !important;
  }
  .category-athletes .filter-contents .athletes-filter-form .athletes-filter-wrap {
    width: 44%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
  }
  .category-athletes .athletes-list-content .block-content {
    /*background:orange;*/
    text-align: center;
  }
  .category-athletes .athletes-list-content .block-content .contents-items {
    margin-left: -5px;
    margin-right: -5px;
  }
  .category-athletes .athletes-list-content .block-content .contents-items .content-item {
    width: 44%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .category-athletes .athletes-list-content .block-content .details .wrappers {
    max-width: 95%;
  }
  .plp-background-banner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 20px;
    box-sizing: border-box;
    font-family: 'effrabold', serif;
    min-height: 227px;
  }
  .plp-background-banner h3 {
    margin: 0;
    font-weight: normal;
    font-family: 'effraregular';
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.2em;
  }
  .plp-background-banner h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
  }
  .plp-background-banner span {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    font-family: 'effraregular', serif;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .plp-background-banner span:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    /*width: 290px;*/
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .block-products-list {
    padding-top: 50px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
  .block-products-list .block-title {
    padding-bottom: 50px;
  }
  .block-products-list .block-content .product-items {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .block-products-list .block-content .product-items.slick-slider .product-item.slick-slide {
    opacity: 0.3;
  }
  .block-products-list .block-content .product-items.slick-slider .product-item.slick-slide .product-item-info .product-item-details .product-item-actions {
    display: block;
  }
  .block-products-list .block-content .product-items.slick-slider .product-item.slick-slide .product-item-info .product-item-details .product-item-actions .action.towishlist {
    width: 18px;
    height: 18px;
    right: 18px;
    top: 18px;
  }
  .block-products-list .block-content .product-items.slick-slider .product-item.slick-slide.slick-current {
    opacity: 1;
  }
  /*.catalog-product-view.active_promotion .mobile-title { margin-top:30px;}*/
  .page-header .msgTop {
    top: 54px;
    font-size: 10px !important;
    /*padding: 12px 0 8px !important;*/
  }
  .page-header .panel.wrapper .panel.header {
    position: fixed;
  }
  .signup-customersup .signup-customersup-left p.signup-customersup-heading,
  .signup-customersup .signup-customersup-right p.signup-customersup-heading {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .signup-customersup .signup-customersup-left p:nth-child(3),
  .signup-customersup .signup-customersup-right p:nth-child(3) {
    font-size: 12px;
    font-size: 1.2rem;
    color: #818181;
    padding: 0 20px;
  }
  .signup-customersup .signup-customersup-left p:nth-child(3) br,
  .signup-customersup .signup-customersup-right p:nth-child(3) br {
    display: none;
  }
  .signup-customersup .signup-customersup-left .signup-customersup-divider,
  .signup-customersup .signup-customersup-right .signup-customersup-divider {
    display: none;
  }
  body.catalog-category-view .product.details.product-item-details {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.catalog-category-view .product.details.product-item-details .swatch-attribute.color {
    margin-bottom: 5px;
  }
  body.catalog-category-view .product.details.product-item-details .swatch-option {
    margin: 0 3px 5px 0 !important;
  }
  body.catalog-category-view .product-item-link {
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 45px;
  }
  body.catalog-category-view .products-grid .product-item-actions {
    margin: 0;
  }
  /* making of champions*/
  .container-moc-landing-page-vs .container-moviestar-landing-page-vs-row1 .mobile_only {
    scroll-padding-top: 90px;
  }
  .container-moc-landing-page-vs .moc-hero-banner-text-wrapper {
    width: 56%;
    left: 6%;
  }
  .container-moc-landing-page-vs .moc-hero-banner-text-wrapper .moc-hero-banner-subtitle {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .container-moc-landing-page-vs .moc-hero-banner-text-wrapper .moc-hero-banner-title {
    color: black;
    font-weight: bold;
    font-size: 22px;
    margin-top: 50px;
    letter-spacing: 3px;
  }
  .container-moc-landing-page-vs .moc-big-caption-r {
    padding-left: 0px !important;
    margin-right: 0 !important;
    margin-left: 6% !important;
    width: 94%;
  }
  .container-moc-landing-page-vs .moc-text-box-subtitle {
    width: 85% !important;
    font-size: 16px;
    padding-top: 55px;
  }
  .container-moc-landing-page-vs .moc-text-box-subtitle p {
    width: 100%;
  }
  .container-moc-landing-page-vs .moc-text-box-subtitle-r p {
    width: 100% !important;
  }
  .container-moc-landing-page-vs .moc-product-wrapper {
    margin-left: 35px;
    margin-top: 35px;
    margin-right: 35px;
    margin-bottom: 130px;
  }
  .container-moc-landing-page-vs .moc-product-cta h6 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .container-moc-landing-page-vs .moc-product-cta span {
    line-height: 20px;
  }
  .container-moc-landing-page-vs .moc-product-img {
    padding-top: 20%;
    padding-bottom: 20%;
    width: 100%;
  }
  .container2018 .row1 h1 {
    font-size: 1.5rem;
  }
  .container2018 .row2 {
    padding: 40px 20px;
  }
  .container2018 .row2 h3 {
    letter-spacing: 5px;
    margin-bottom: 30px;
  }
  .container2018 .row2 p {
    line-height: 26px;
    font-size: 15px;
  }
  .container2018 .row2 p br {
    display: none;
  }
  .container2018 .row4 {
    padding: 40px 20px;
    text-align: center;
  }
  .container2018 .row4 .row-product {
    max-width: 200px;
  }
  .landing_page .landing-square-block .single-square h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .landing_page .landing-square-block .single-square p {
    font-size: 1.5rem;
    font-size: 15px;
  }
  .landing_page .landing-products .landing-prod-item .slick-slide,
  .landing_page .landing-products .landing-prod-item-noslick .slick-slide {
    margin: 0 10px;
    padding: 0;
  }
  .landing_page .landing-products .landing-prod-item .slick-slide img,
  .landing_page .landing-products .landing-prod-item-noslick .slick-slide img {
    margin: 0 auto;
  }
  .landing_page .landing-products .landing-prod-item .slick-slide span,
  .landing_page .landing-products .landing-prod-item-noslick .slick-slide span {
    display: none;
  }
  .landing_page .landing-products .landing-prod-item a,
  .landing_page .landing-products .landing-prod-item-noslick a {
    display: inline-block;
    background: #f4f4f4;
  }
  .landing_page .landing-products .landing-prod-item a .mobile-only,
  .landing_page .landing-products .landing-prod-item-noslick a .mobile-only {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    display: inline-block;
    font-family: 'efframedium', serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .landing_page .landing-products .landing-prod-item.three_images .slick-slide,
  .landing_page .landing-products .landing-prod-item-noslick.three_images .slick-slide {
    opacity: 0.3;
  }
  .landing_page .landing-products .landing-prod-item.three_images .slick-slide.slick-current,
  .landing_page .landing-products .landing-prod-item-noslick.three_images .slick-slide.slick-current {
    opacity: 1;
  }
  .landing_page .landing-products .landing-prod-item.white-items a,
  .landing_page .landing-products .landing-prod-item-noslick.white-items a {
    background: #fff;
  }
  .landing_page .landing-products .landing-prod-item-noslick a {
    width: 65%;
  }
  .landing_page .landing-products .landing-square-block .single-square ._table {
    padding: 50px 40px;
    text-align: center;
  }
  .landing_page .landing-products .landing-intro {
    padding: 50px 40px;
    text-align: center;
    margin-bottom: 0;
  }
  .landing_page .landing-products .slider-common-text {
    padding-top: 65px;
    text-align: center;
  }
  .landing_page .landing-products .slider-common-text.mobile-only h2 {
    font-size: 2.625rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
    margin-top: 0;
  }
  .landing_page .landing-products.three-product-display .landing-prod-item .slick-slide {
    opacity: 0.3;
  }
  .landing_page .landing-products.three-product-display .landing-prod-item .slick-slide.slick-current {
    opacity: 1;
  }
  .landing_page .landing-slider-wrapper .landing-hero-slider .landingSliderCaption {
    padding: 25px;
    text-align: center;
  }
  .landing_page .landing-slider-wrapper .landing-hero-slider .landingSliderCaption p {
    font-size: 1.5rem;
    font-size: 15px;
    margin-bottom: 14px;
  }
  .landing_page .landing-intro {
    /*padding: 0;*/
    margin-bottom: 35px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .landing_page .landing-solid-banner .landing-solid-text {
    padding: 35px 20px;
  }
  .landing_page.collage-of-modules .landing-square-block .single-square ._table {
    padding: 60px 40px;
    text-align: center;
  }
  .landing_page.collage-of-modules .landing-intro {
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 0;
  }
  .landing_page.collage-of-modules .slider-common-text {
    padding-top: 60px;
    text-align: center;
  }
  .landing_page.collage-of-modules .slider-common-text.mobile-only h2 {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
    margin-top: 0;
  }
  .category-landing-dark .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-argo-saddles .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-alpaca .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-landing-concepts .landing_page #pinMaster .full-banner-intro-effect .panel h1,
  .category-concepts .landing_page #pinMaster .full-banner-intro-effect .panel h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle h3,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle h3,
  .category-alpaca .landing_page .landing-square-block .single-rectangle h3,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle h3,
  .category-concepts .landing_page .landing-square-block .single-rectangle h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .category-landing-dark .landing_page .landing-square-block .single-rectangle p,
  .category-argo-saddles .landing_page .landing-square-block .single-rectangle p,
  .category-alpaca .landing_page .landing-square-block .single-rectangle p,
  .category-landing-concepts .landing_page .landing-square-block .single-rectangle p,
  .category-concepts .landing_page .landing-square-block .single-rectangle p {
    font-size: 1.5rem;
    font-size: 15px;
  }
  .category-landing-dark .landing_page .landing-products .landing-prod-item-noslider a,
  .category-argo-saddles .landing_page .landing-products .landing-prod-item-noslider a,
  .category-alpaca .landing_page .landing-products .landing-prod-item-noslider a,
  .category-landing-concepts .landing_page .landing-products .landing-prod-item-noslider a,
  .category-concepts .landing_page .landing-products .landing-prod-item-noslider a {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  body.catalogsearch-result-index .product-item-link {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.25em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.catalogsearch-result-index .products-grid .product-item-actions {
    margin: 0;
  }
  .white-container-general .black-container-general .container-text-block .first-text-block {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
  }
  .white-container-general .black-container-general .second-text-block {
    padding-left: 20px;
    width: 85%;
    padding-top: 50px;
  }
  .white-container-general .black-container-general .second-text-block p {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .series-block {
    padding: 0px 0px 20.86vw;
  }
  .series-block .banner-on-top {
    background-color: #ECEDEF;
  }
  .series-block .banner-on-top .banner {
    float: left;
    width: 100%;
  }
  .series-block .banner-on-top .banner.title {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .series-block .banner-on-top .banner.text .text-inner {
    padding: 0px 20px 30px;
  }
  .series-block .banner-on-top .banner.text .text-inner p {
    font-family: 'effraregular', serif;
    font-size: 13px;
    font-size: 1.3em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }
  .series-block h1 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 20px;
    letter-spacing: 0.05em;
  }
  .series-block .block-inside-container {
    margin: 0 auto;
  }
  .series-block .block-inside-container .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .series-block .block-inside-container .wrapper .wrapper-details {
    width: 48%;
    float: left;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details img {
    width: 100%;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details {
    height: 160px;
    padding: 0 15px 0px;
    position: relative;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details h3 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-family: 'effrabold', serif;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    font-family: 'effraregular', serif;
    margin-bottom: 0;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details .details-item-link {
    font-family: 'effrabold', serif;
    position: absolute;
    bottom: 20px;
    font-size: 10px;
    font-size: 1rem;
    width: 100%;
    left: 0;
    letter-spacing: 0.025em;
    padding-left: 15px;
  }
  .series-block .block-inside-container .wrapper .wrapper-details .inside-details .details .details-item-link strong {
    border-bottom: 1px solid #000;
    line-height: 1.3em;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
  }
  .series-block .block-inside-container .wrapper .wrapper-details:nth-child(2),
  .series-block .block-inside-container .wrapper .wrapper-details:nth-child(4) {
    float: right;
  }
}
@media only screen and (max-width: 319px) {
  .landing_page .landing-slider-wrapper .landingSliderCaption {
    padding-top: 12px;
  }
  .landing_page .landing-slider-wrapper .landingSliderCaption p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .landing_page .landing-slider-wrapper .landingSliderCaption h3,
  .landing_page .landing-slider-wrapper .landingSliderCaption h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media all and (min-width: 640px) {
  .ui-dialog.popup {
    width: 420px;
  }
  .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-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .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;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .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;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    padding: 0 0 13px;
    width: 400px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .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: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .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%;
  }
  .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;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .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: 33.33333333%;
  }
  .account #maincontent .main {
    padding: 33px;
  }
  .sales-order-history {
    /*hides pagination*/
  }
  .sales-order-history .block-title {
    margin-bottom: 20px;
  }
  .sales-order-history .table-order-items.history thead tr th {
    display: none;
    border: none;
  }
  .sales-order-history .table-order-items.history tbody tr {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
  .sales-order-history .table-order-items.history tbody tr td {
    vertical-align: middle;
    padding: 20px 10px;
    font-size: 1.4rem;
    font-family: 'efframedium', serif;
    letter-spacing: 0.5px;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.id {
    width: 85px;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.date {
    width: 70px;
    color: #818181;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.shipping {
    display: none;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions {
    width: 30px;
    text-align: right;
    padding: 0;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.view {
    margin-right: 0;
    background-image: url(../images/arrow-icon.svg);
    background-size: cover;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.9);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 50px;
    height: 50px;
    background-size: 20px 10px;
    background-repeat: no-repeat;
    background-position: 11px 35px;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.view:hover {
    background-image: url(../images/chevron-accordion.svg);
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.view span {
    display: none;
  }
  .sales-order-history .table-order-items.history tbody tr td.col.actions .action.order {
    display: none;
  }
  .sales-order-history .table-order-items.history tbody tr td:before {
    display: none !important;
  }
  .sales-order-history .order-products-toolbar {
    display: none;
  }
  .sales-order-view .page-title-wrapper .page-title {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-family: 'efframedium', serif;
  }
  .sales-order-view .order-details-items.ordered {
    border-bottom: 0;
  }
  .sales-order-view .order-details-items.ordered .actions-toolbar {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .sales-order-view .order-details-items.ordered .actions-toolbar .secondary .action.back {
    color: #9d9d9d;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items thead tr {
    border-top: 1px solid #e2e2e2;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items thead tr th {
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items thead tr th.col.price,
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items thead tr th.col.qty {
    /*text-align:center;*/
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td {
    text-transform: uppercase;
    font-weight: normal;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td strong {
    margin: 0;
    font-family: 'effraregular', serif;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td .item-options dt {
    display: none;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td .item-options dd {
    text-transform: none;
    color: #818181;
    margin-bottom: 0;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.qty,
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.price {
    text-align: right;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.qty .title,
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.price .title {
    display: none;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.qty .price,
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.price .price {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tbody tr td.col.subtotal .price {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tfoot th,
  .sales-order-view .order-details-items.ordered .table-wrapper.order-items tfoot td {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-right: 0;
  }
  .sales-order-view .block-order-details-view .block-title {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 375px) {
  .opc-progress-bar-item > span {
    font-size: 11px;
    letter-spacing: 0.025em;
  }
  .checkout-payment-method .step-title {
    padding: 0;
  }
  .checkout-payment-method .payment-method-title,
  .checkout-payment-method .payment-method-content {
    padding: 0;
  }
  .page-header .msgTop {
    font-size: 9px !important;
    /*padding: 12px 0 8px !important;*/
  }
  .checkout-cart-index {
    /*.cart-container #form-validate .cart.table-wrapper #shopping-cart-table td,
         #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.subtotal{
            padding-left:100px !important;
        }

        .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col {
            width:100px !important;
        }*/
  }
  .checkout-cart-index .category-image h3 {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .checkout-cart-index .category-image span {
    font-size: 10px;
    font-size: 1rem;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table td .product-item-details {
    padding-top: 15px;
  }
  .checkout-cart-index #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td {
    font-size: 1.2rem;
  }
  .checkout-cart-index .cart-container #form-validate .cart.table-wrapper {
    padding: 0 10px;
  }
  .checkout-index-index {
    /* shipping*/
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-title,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-title #discount-form .actions-toolbar .action-apply,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content #discount-form .actions-toolbar .action-apply {
    position: relative;
    text-align: center;
    right: inherit;
    height: 37px;
    width: 100%;
    margin-top: 0;
    border: 1px solid #000;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .step-title {
    padding: 0;
    padding-bottom: 10px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .payment-method-title,
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .payment-method-content {
    padding: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .payment-option .payment-option-content {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .opc .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .page-wrapper .page-main #checkout-step-payment .opc-payment {
    padding-top: 0!important;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .step-content {
    padding: 0;
  }
  .checkout-index-index .form.form-login .fieldset#customer-email-fieldset {
    padding: 20px;
  }
  .checkout-index-index .form.form-login .fieldset.address {
    padding: 20px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper .form.form-shipping-address {
    padding: 0 20px;
    padding-bottom: 30px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper li.checkout-shipping-address p {
    padding: 0 20px;
    padding-bottom: 10px;
  }
  .checkout-index-index .page-wrapper .page-main .column.main .opc-wrapper p {
    padding: 0;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : OCT 14, 2019, 9:30:59 AM
    Author     : Vegan
*/
/*
    .category-saddle-finder{

        .form {
            margin: 0 auto;
            max-width: 650px;
            padding: 80px 50px;
        }

        .form label {
            padding: 25px 15px 8px;
            margin: 0;
            color: #9d9d9d;
            font-size: 16px;
            display:inline-block;
        }

        .form h3 {
            padding-top: 45px;
            font-size: 18px;
            font-weight: 400;
            margin: 0;
        }

        .form h2 {
            font-size: 18px;
            font-weight: 700;
            margin: 0;
            margin-bottom:20px;
        }


        .form select {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            border-radius: 0;
            border: 1px solid #bfbfbf;
            background-color: #fff;
            font-size: 16px;
            color: #9d9d9d;
            text-align: center;
            text-align-last: center;
            text-align: -webkit-center;
            background-image: url(../images/icon-arrow-down.svg) !important;
            background-position: 98% 50%;
            background-size: 25px;
            background-repeat: no-repeat;
            padding: 10px;
     }

     .form .radio-column #question_4 label .radio-label, .form .radio-column #sitbone-check label .radio-label {
        padding: 0;
        width: 15px;
        height: 15px;
        background-color: #ccc;
        border-radius: 8px;
        margin-right: 15px;
        margin-bottom: -2px;
        color: #000;
        border:2px solid #fff;
    }
    .form .radio-column #question_4 label, .form .radio-column #sitbone-check label {
        color: #000;
    }

    .form .submit button {
        background-color: #e3f100;
        width: 100%;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        margin-top: 40px;
        text-transform: uppercase;
        padding: 15px;
        font-size: 14px;
    }

    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    p {
        font-size: 16px;
    }



    .results {
        max-width: 1100px;
        margin: 0 auto;
        padding-bottom: 80px;
        display: none;
    }

    .success-message { display: none;}
    .error-msg { margin-top:25px;}
    input.input-error { border: 1px solid #c10f00; background: #f8d6d9;}
    select.input-error { border: 1px solid #c10f00 !important; background: #f8d6d9 !important;}
    .card {height: 100%;border-radius: 0;border: 0;padding: 0 25px;color: #000 !important;display: flex;flex-wrap: wrap;flex-direction: column;}
    .results .col-md-4 { padding: 0px;}
    .results a .card .img-container { padding: 40px 0;}

    .results a .card .description-container {
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-grow: 1;
    }

    .results a .card .description-container .price {
        font-size: 14px;
        display: none;
    }

    .results a .card .description-container h4 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        margin: 25px 0 10px;
    }

    }


    */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 2:50:25 PM
    Author     : Vegan
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 25, 2018, 2:15:46 PM
    Author     : Vegan
*/
body {
  color: #000;
  font-family: 'effraregular', serif;
}
b,
strong {
  font-family: 'effrabold', serif;
  font-weight: normal;
}
@font-face {
  font-family: 'effrabold';
  src: url('../fonts/Effra-Bold.eot');
  src: url('../fonts/Effra-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Bold.woff2') format('woff2'), url('../fonts/Effra-Bold.woff') format('woff'), url('../fonts/Effra-Bold.svg#Effra-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'effraregular';
  src: url('../fonts/Effra-Regular.eot');
  src: url('../fonts/Effra-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Regular.woff2') format('woff2'), url('../fonts/Effra-Regular.woff') format('woff'), url('../fonts/Effra-Regular.svg#Effra-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'effraregular_italic';
  src: url('../fonts/Effra-Italic.eot');
  src: url('../fonts/Effra-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Italic.woff2') format('woff2'), url('../fonts/Effra-Italic.woff') format('woff'), url('../fonts/Effra-Italic.svg#Effra-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'efframedium';
  src: url('../fonts/Effra-Medium.eot');
  src: url('../fonts/Effra-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Medium.woff2') format('woff2'), url('../fonts/Effra-Medium.woff') format('woff'), url('../fonts/Effra-Medium.svg#Effra-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'efframedium_italic';
  src: url('../fonts/Effra-MediumItalic.eot');
  src: url('../fonts/Effra-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-MediumItalic.woff2') format('woff2'), url('../fonts/Effra-MediumItalic.woff') format('woff'), url('../fonts/Effra-MediumItalic.svg#Effra-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'effraheavy';
  src: url('../fonts/Effra-Heavy.eot');
  src: url('../fonts/Effra-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Heavy.woff2') format('woff2'), url('../fonts/Effra-Heavy.woff') format('woff'), url('../fonts/Effra-Heavy.svg#Effra-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'effraheavy_italic';
  src: url('../fonts/Effra-HeavyItalic.eot');
  src: url('../fonts/Effra-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-HeavyItalic.woff2') format('woff2'), url('../fonts/Effra-HeavyItalic.woff') format('woff'), url('../fonts/Effra-HeavyItalic.svg#Effra-HeavyItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'effrabold_italic';
  src: url('../fonts/Effra-BoldItalic.eot');
  src: url('../fonts/Effra-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-BoldItalic.woff2') format('woff2'), url('../fonts/Effra-BoldItalic.woff') format('woff'), url('../fonts/Effra-BoldItalic.svg#Effra-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'effralight';
  src: url('../fonts/Effra-Light.eot');
  src: url('../fonts/Effra-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-Light.woff2') format('woff2'), url('../fonts/Effra-Light.woff') format('woff'), url('../fonts/Effra-Light.svg#Effra-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'effralight_italic';
  src: url('../fonts/Effra-LightItalic.eot');
  src: url('../fonts/Effra-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Effra-LightItalic.woff2') format('woff2'), url('../fonts/Effra-LightItalic.woff') format('woff'), url('../fonts/Effra-LightItalic.svg#Effra-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'fontello';
  src: url('../fontello/font/fontello.eot?91647961');
  src: url('../fontello/font/fontello.eot?91647961#iefix') format('embedded-opentype'), url('../fontello/font/fontello.woff2?91647961') format('woff2'), url('../fontello/font/fontello.woff?91647961') format('woff'), url('../fontello/font/fontello.ttf?91647961') format('truetype'), url('../fontello/font/fontello.svg?91647961#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* typography*/
a,
a:hover,
.alink:hover,
a:visited,
.alink:visited {
  color: #000;
}
.block .title strong {
  font-weight: normal;
  font-family: 'efframedium', serif;
}
/* placeholder*/
input {
  /* Chrome/Opera/Safari */
  /* Firefox 19+ */
  /* IE 10+ */
}
input::-webkit-input-placeholder {
  font-family: 'effraregular', serif;
  color: #9d9d9d;
  line-height: 40px;
  letter-spacing: 0.05em;
}
input::-moz-placeholder {
  font-family: 'effraregular', serif;
  color: #9d9d9d;
  line-height: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
}
input:-ms-input-placeholder {
  font-family: 'effraregular', serif;
  color: #9d9d9d;
  line-height: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
}
input:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'effraregular', serif;
  color: #9d9d9d;
  line-height: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
}
/* remove underline from links*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 21, 2019, 11:54:27 AM
    Author     : Vegan
*/
/* buttons mixin*/
.yellow-button {
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.black-button {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hover-black {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.hover-grey {
  background: #e6e6e6 !important;
  border: 1px solid #e6e6e6 !important;
}
@media screen and (min-width: 320px) {
  .font-button-big {
    /*padding: 12px 50px 10px 15px;*/
    font-size: 18px;
    /*line-height: 18px;*/
  }
}
@media screen and (min-width: 768px) {
  .font-button-big {
    /*padding: 8px 40px 8px 15px;*/
    font-size: 16px;
    /*line-height: 16px;*/
    /*background:green;*/
  }
}
@media screen and (min-width: 1024px) {
  .font-button-big {
    /*padding: 8px 40px 8px 15px;*/
    font-size: 16px;
    /*line-height: 16px;*/
    /*background:blue;*/
  }
}
@media screen and (min-width: 1441px) {
  .font-button-big {
    /*padding: 10px 50px 12px 15px;*/
    /*background:purple;*/
    font-size: 18px;
    /*line-height: 18px;*/
  }
}
@media screen and (min-width: 320px) {
  .font-button-medium {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .font-button-medium {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .font-button-medium {
    font-size: 14px;
  }
}
@media screen and (min-width: 1441px) {
  .font-button-medium {
    font-size: 14px;
  }
}
.input_standard {
  line-height: normal;
}
.input_standard,
.select_standard {
  height: 40px;
  padding: 0 17px;
  line-height: normal !important;
}
/* rolling loader*/
.rolling-loader {
  width: 20px;
  height: 20px;
  background: url(../images/rolling-loader.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}
/* letter-spacing*/
.letter_spacing_05 {
  letter-spacing: 0.5px;
}
.letter-spacing_1 {
  letter-spacing: 1px;
}
/*reset button*/
.reset_button {
  font-weight: normal;
  font-family: 'effraregular', serif;
  text-transform: uppercase;
}
.button-back {
  height: 30px;
  width: 100px;
  line-height: 32px;
  display: block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.standard-button-style {
  height: 42px;
  line-height: 42px;
  padding: 0;
  font-size: 14px;
}
/* error message*/
.error-message {
  background: #f8d6d9;
  padding: 10px 20px;
  color: #c10f00;
  font-size: 16px;
  padding-left: 40px;
  letter-spacing: 0.5px;
  border: 1px solid #c10f00;
  background-image: url(../images/x.svg);
  background-size: 13px 13px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 15px 14px;
}
/* font-size-mixin*/
.font_size_16 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.font_size_15 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.font_size_14 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.font_size_12_5 {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
/* typography*/
.bold_title_27 {
  font-family: 'effrabold', serif;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  .bold_title_27 {
    /* 320px*/
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .bold_title_27 {
    /* 769px*/
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .bold_title_27 {
    /*1025px*/
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1441px) {
  .bold_title_27 {
    /* 1441px*/
    font-size: 2.7rem;
  }
}
.font_14 {
  letter-spacing: 0.5px;
}
@media screen and (min-width: 320px) {
  .font_14 {
    /* 320px*/
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .font_14 {
    /* 769px*/
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_14 {
    /*1025px*/
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_14 {
    /* 1441px*/
    font-size: 1.4rem;
  }
}
.font_14_mobile {
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.font_15 {
  letter-spacing: 0.5px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.font_16 {
  letter-spacing: 0.5px;
}
@media screen and (min-width: 320px) {
  .font_16 {
    /* 320px*/
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .font_16 {
    /* 769px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_16 {
    /*1025px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_16 {
    /* 1441px*/
    font-size: 1.6rem;
  }
}
.font_16_8 {
  letter-spacing: 1.5px;
  font-size: 1.68rem;
}
.font_18 {
  letter-spacing: 0.05em;
  font-family: 'effraregular', serif;
}
@media screen and (min-width: 320px) {
  .font_18 {
    /* 320px*/
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .font_18 {
    /* 769px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_18 {
    /*1025px*/
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_18 {
    /* 1441px*/
    font-size: 1.8rem;
  }
}
.font_20 {
  letter-spacing: 0.5px;
}
@media screen and (min-width: 320px) {
  .font_20 {
    /* 320px*/
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .font_20 {
    /* 769px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_20 {
    /*1025px*/
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_20 {
    /* 1441px*/
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .font_24 {
    /* 320px*/
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .font_24 {
    /* 769px*/
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_24 {
    /*1025px*/
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_24 {
    /* 1441px*/
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 320px) {
  .font_32 {
    /* 320px*/
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .font_32 {
    /* 769px*/
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_32 {
    /*1025px*/
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_32 {
    /* 1441px*/
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .font_40 {
    /* 320px*/
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .font_40 {
    /* 769px*/
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_40 {
    /*1025px*/
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_40 {
    /* 1441px*/
    font-size: 4rem;
  }
}
@media screen and (min-width: 320px) {
  .font_80 {
    /* 320px*/
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .font_80 {
    /* 769px*/
    font-size: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_80 {
    /*1025px*/
    font-size: 7rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_80 {
    /* 1441px*/
    font-size: 8rem;
  }
}
@media screen and (min-width: 320px) {
  .font_100 {
    /* 320px*/
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .font_100 {
    /* 769px*/
    font-size: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_100 {
    /*1025px*/
    font-size: 8rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_100 {
    /* 1441px*/
    font-size: 10rem;
  }
}
@media screen and (min-width: 320px) {
  .font_200 {
    /* 320px*/
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .font_200 {
    /* 769px*/
    font-size: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .font_200 {
    /*1025px*/
    font-size: 10.66rem;
  }
}
@media screen and (min-width: 1441px) {
  .font_200 {
    /* 1441px*/
    font-size: 20rem;
  }
}
.title_user_area {
  font-size: 2rem;
  font-family: 'efframedium', serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bold_title_24 {
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  font-family: 'effrabold', serif;
}
.bold_title_40 {
  font-family: 'effrabold', serif;
  letter-spacing: 0.5px;
  line-height: 1.2em;
}
@media screen and (min-width: 320px) {
  .bold_title_40 {
    /* 320px*/
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .bold_title_40 {
    /* 769px*/
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .bold_title_40 {
    /*1025px*/
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1441px) {
  .bold_title_40 {
    /* 1441px*/
    font-size: 4rem;
  }
}
.clear {
  clear: both;
}
/* Track */
/* scrollbar */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ps-popup.ps-submitter span.ps-popup-close {
  background: url(https://static.photoslurp.com/widget/v3/images/modern/close-black.svg) no-repeat 50% !important;
}
/* error messages*/
body.customer-account-forgotpassword .page-main,
body.customer-account-login .page-main {
  position: relative;
}
body.customer-account-forgotpassword .page-main .message.error,
body.customer-account-login .page-main .message.error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
/* breadcrumbs*/
.cms-privacy-policy-cookie-restriction-mode .breadcrumbs {
  display: none;
}
.breadcrumbs .items .item a {
  color: #9d9d9c;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumbs .items .item strong {
  color: #9d9d9c;
  font-family: 'effraregular', serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.breadcrumbs .items .item:not(:last-child):after {
  content: '\002F';
  font-size: 16px;
  padding: 0 5px;
  line-height: 13px !important;
  margin-top: 1px;
}
/* hide success error */
.message-success {
  display: none !important;
}
* {
  -webkit-overflow-scrolling: touch;
}
._table {
  display: table;
  height: 100%;
  width: 100%;
}
._cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
/* hide labels*/
.checkout-index-index label,
.customer-address-form label,
.customer-account-create label,
.contact-index-index label,
.category-contact-us label,
.form-contact-index label {
  display: none !important;
}
.absolute_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  background: #fff url('../images/select-bg.svg') no-repeat 100% 45% !important;
  background-size: auto !important;
  background-size: 30px 60px !important;
  border: 1px solid #ccc !important;
  height: 41px !important;
  padding-right: 25px !important;
  text-indent: 0.01em !important;
  text-overflow: '' !important;
  max-width: 100% !important;
}
/* incremental buttons*/
.decrement_qty,
.increment_qty {
  width: 22px;
  height: 22px;
  border: 1px solid #cacaca;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #000;
}
/* delete icon*/
a.action.action-delete {
  background: none;
}
a.action.action-delete i.delete-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url('../images/cross-icon.svg') no-repeat;
  background-size: contain;
}
/* filters*/
.filter .block-subtitle {
  color: #a3a3a3;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: 'effraregular', serif;
  margin-bottom: 10px;
}
.filter-subtitle {
  display: block;
  position: static;
  margin-bottom: 0px !important;
}
.filter.active .filter-options {
  background: transparent;
  clear: both;
  display: block;
  overflow: initial;
  position: static;
}
.filter-options {
  background: transparent;
  clear: both;
  display: block;
  overflow: initial;
  position: static;
}
.filter-options-item {
  border-top: 1px solid #e2e2e2;
}
.filter-options-item:first-child {
  border-top: none;
}
.filter-options-item .filter-options-title {
  cursor: pointer;
  overflow: hidden;
  padding: 20px 40px 20px 0px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: #a3a3a3;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.filter-options-item:not(.active) .filter-options-title::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 24px;
  display: inline-block;
  background-image: url('../images/arrow-icon.svg');
  width: 18px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -webkit-transition: -webkit-transform 400ms ease;
  transform: rotate(0deg);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.filter-options-item.active .filter-options-title::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 23px;
  display: inline-block;
  background-image: url('../images/arrow-icon.svg');
  width: 18px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -webkit-transition: -webkit-transform 400ms ease;
  transform: rotate(180deg);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.filter-options .filter-options-content {
  margin: 0;
  padding: 0;
}
.filter-options .filter-options-content .items {
  padding-bottom: 43px;
}
.filter-options .filter-options-content .items .item {
  line-height: 1.5em;
  margin-bottom: 10px;
  margin-top: 0;
}
.filter-options .filter-options-content .items .item a {
  color: #818181;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.filter-options .filter-options-content .items .item a:hover {
  color: #000;
}
.filter-options .filter-options-content .items .item a:hover input ~ .checkmark {
  background-color: #000;
}
.filter-options .filter-options-content .items .item a:checked input ~ .checkmark {
  background-color: #000;
}
.filter-options .filter-options-content .items .item a .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.filter-options .filter-options-content .items .item .alink {
  color: #818181;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
}
.filter-options .filter-options-content .items .item .alink:hover {
  color: #818181;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
  color: #000;
}
.filter-options .filter-options-content .items .item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.filter-options .filter-options-content .items .item .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid;
}
.filter-content .item {
  margin: 10px 0;
}
.swatch-option {
  margin: 0 5px 5px 0 !important;
}
.block-title.filter-title {
  display: none;
}
.catalog-category-view .filter-content .swatch-attribute.color .swatch-option,
.form-newsletter-index .filter-content .swatch-attribute.color .swatch-option,
.form-quality-index .filter-content .swatch-attribute.color .swatch-option,
.form-returns-index .filter-content .swatch-attribute.color .swatch-option,
.form-contact-index .filter-content .swatch-attribute.color .swatch-option {
  margin: 0 10px 10px 0 !important;
}
.filter-content .swatch-attribute.color .swatch-option {
  margin: 0 8px 10px 0 !important;
}
.filter-content .filter-current {
  margin-bottom: 20px;
}
.filter-content .filter-current .filter-label {
  display: none;
}
.filter-content .filter-current ol.items {
  margin-left: -10px;
}
.filter-content .filter-current ol.items .item {
  margin-top: 7px;
  margin-bottom: 0px;
  border: 1px solid #d3d0cd;
  border-radius: 20px;
  display: inline-block;
  padding: 8px 11px;
  font-size: 12px;
  position: relative;
  margin-left: 10px;
}
.filter-content .filter-current ol.items .item .action.remove {
  width: 10px;
  height: 10px;
  background: url('../images/close-filters.svg') no-repeat;
  background-size: contain;
  position: absolute;
  right: 13px;
  top: 11px;
  border: none;
}
.filter-content .filter-current ol.items .item .action.remove span {
  display: none;
}
.filter-content .filter-current.filter-actions {
  margin-left: 5px;
  margin-top: 5px;
  text-decoration: underline;
}
.filter-content .filter-current.filter-actions a {
  color: #000 !important;
}
.filter-content .filter-current .filter-value {
  vertical-align: middle;
  padding-left: 2px;
  font-family: 'effraregular', serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-right: 30px;
  line-height: 12px;
}
.filter-content .filter-current .swatch-colors {
  min-width: 12px;
  height: 12px;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}
.filter-content .filter-current + .filter-actions {
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.filter-content .filter-current + .filter-actions a {
  color: #a3a3a3;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.filter-content .filter-current + .filter-actions a:hover {
  color: #000;
}
/*fotorama gallery*/
.product.media .fotorama__thumb {
  background-color: #fff;
}
/* slick slider*/
.slick-arrow {
  z-index: 3;
}
.slick-prev {
  z-index: 3;
  left: 25px !important;
}
.slick-next {
  right: 25px !important;
}
.slick-prev,
.slick-next {
  width: 25px !important;
  height: 52px !important;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
}
.slick-prev:hover,
.slick-next:hover {
  border: none !important;
}
.slick-slider .slick-prev.slick-arrow {
  background-image: url(../images/icon-arrow-left.svg) !important;
  background-repeat: no-repeat;
  background-size: 25px 52px !important;
  width: 25px !important;
  height: 52px !important;
}
.slick-slider .slick-next.slick-arrow {
  background: url(../images/icon-arrow-right.svg) no-repeat !important;
  background-repeat: no-repeat;
  background-size: 25px 52px !important;
  width: 25px !important;
  height: 52px !important;
}
.slick-slide {
  outline: none;
}
.slick-dots {
  position: absolute;
  bottom: -3px;
}
.slick-dots li {
  width: 45px !important;
  height: 1px !important;
  background: #ccc;
  margin: 0 !important;
  vertical-align: middle;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  width: 100% !important;
  height: 40px !important;
  margin-top: -20px;
}
.slick-dots li button:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before {
  line-height: 7px;
  content: '' !important;
}
.slick-dots li.slick-active {
  background: #000 !important;
  height: 3px !important;
}
/* swatches*/
/* common rules*/
.swatch-attribute-selected-option {
  display: none;
}
.swatch-option.selected {
  outline: none !important;
}
.swatch-option.text {
  background: #FFF;
  color: #000 !important;
  padding: 0 !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  font-family: 'effraregular', serif;
  letter-spacing: 0.5px;
  font-weight: normal !important;
  margin-top: 1px;
  outline: 1px solid #c6c6c6 !important;
  border: none;
  background-color: #fff !important;
}
@media screen and (min-width: 320px) {
  .swatch-option.text {
    /* 320px*/
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .swatch-option.text {
    /* 769px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .swatch-option.text {
    /*1025px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1441px) {
  .swatch-option.text {
    /* 1441px*/
    font-size: 1.6rem;
  }
}
.swatch-option.text:not(.disabled):hover {
  outline: 1px solid #c6c6c6 !important;
  background-color: #F0F0F0 !important;
  border: none;
}
.swatch-option.text.selected {
  background-color: #F0F0F0 !important;
  border: none;
}
.swatch-attribute.saddle_size {
  margin-bottom: 10px;
}
.swatch-attribute.saddle_size .swatch-option.text {
  padding: 0 10px !important;
}
.swatch-opt .swatch-option.text.out-of-stock {
  color: #ECEDEF !important;
  background-color: #fff !important;
  /*text-align:left;*/
}
.swatch-opt .swatch-option.text.selected {
  background-color: #F0F0F0 !important;
}
.swatch-opt .swatch-option.text.selected.out-of-stock {
  background-color: #fff !important;
}
.swatch-option.text.disabled {
  color: #ECEDEF !important;
}
.swatch-option.text.disabled::after {
  background: none !important;
}
.swatch-attribute.size .swatch-option.selected {
  color: #000;
  background: #F0F0F0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.swatch-attribute.manufacturer .swatch-option.text.selected {
  color: #000;
  background: #F0F0F0 !important;
  border: 1px solid #dadada !important;
  outline: none !important;
  box-shadow: none !important;
}
.swatch-attribute.size_shoes .swatch-option,
.swatch-attribute.shoes_accessories .swatch-option {
  border: none;
  outline: 1px solid #c6c6c6 !important;
}
.swatch-attribute.size_shoes .swatch-option.text,
.swatch-attribute.shoes_accessories .swatch-option.text {
  float: left;
  padding: 0 10px !important;
  max-width: inherit !important;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  /*&.out-of-stock {
                    padding:0 15px !important;
                }*/
}
@media screen and (min-width: 320px) {
  .swatch-attribute.size_shoes .swatch-option.text,
  .swatch-attribute.shoes_accessories .swatch-option.text {
    /* 320px*/
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .swatch-attribute.size_shoes .swatch-option.text,
  .swatch-attribute.shoes_accessories .swatch-option.text {
    /* 769px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .swatch-attribute.size_shoes .swatch-option.text,
  .swatch-attribute.shoes_accessories .swatch-option.text {
    /*1025px*/
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1441px) {
  .swatch-attribute.size_shoes .swatch-option.text,
  .swatch-attribute.shoes_accessories .swatch-option.text {
    /* 1441px*/
    font-size: 1.6rem;
  }
}
.swatch-attribute .swatch-option.out-of-stock:before {
  font-family: 'fontello';
  content: '\e800';
  position: absolute;
  top: -13px;
  right: 5px;
  display: block;
  font-size: 11px;
  color: #000;
}
.swatch-attribute .swatch-option.out-of-stock.image:before {
  display: none;
}
.swatch-attribute.color {
  padding-bottom: 35px;
  position: relative;
}
.swatch-attribute.color .swatch-attribute-selected-option {
  display: block;
  padding-left: 0px !important;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  color: #000;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.swatch-attribute.color .swatch-option.color {
  border-radius: 20px;
  background: none !important;
  border: none;
  border: 1px solid #fff;
}
.swatch-attribute.color .swatch-option.color.selected {
  border: 1px solid #9a9a9a;
  outline: none !important;
}
.swatch-attribute.color .swatch-option.color:not(.disabled):hover {
  outline: none;
}
.swatch-attribute.color .swatch-option.color.disabled {
  opacity: 0.15;
}
.swatch-attribute.color .swatch-option.color.disabled:after {
  display: none;
}
.swatch-attribute.color .swatch-option.color span {
  position: absolute;
  top: 0;
  border: 2px solid #f6f6f6;
  left: 0;
}
.swatch-attribute.color .swatch-option.image {
  min-width: 12px;
  height: 14px;
  border-radius: 14px;
  border: none;
  border: 1px solid #fff;
  background-size: 12px 12px !important;
}
.swatch-attribute.color .swatch-option.image.selected {
  border: 1px solid #9a9a9a;
  outline: none !important;
}
.swatch-attribute.color .swatch-option.image.disabled {
  opacity: 0.15;
}
.swatch-attribute.color .swatch-option.image.disabled:after {
  display: none;
}
.swatch-attribute.color .swatch-option.image:not(.disabled):hover {
  outline: none;
}
.swatch-attribute.color .swatch-option.image span {
  position: absolute;
  width: 12px !important;
  height: 12px !important;
  border-radius: 14px;
  top: 0;
  border: 2px solid #f6f6f6;
  left: 0;
}
.swatch-attribute.color .swatch-option.selected {
  outline: none;
}
.sw-Blue {
  background: #1857f7 no-repeat center;
}
.sw-Black {
  background: #000000 no-repeat center;
}
.sw-Brown {
  background: #945454 no-repeat center;
}
.sw-Gray {
  background: #8f8f8f no-repeat center;
}
.sw-Green {
  background: #53a828 no-repeat center;
}
.sw-Lavender {
  background: #ce64d4 no-repeat center;
}
.sw-Orange {
  background: #eb6703 no-repeat center;
}
.sw-Purple {
  background: #ef3dff no-repeat center;
}
.sw-Red {
  background: #ff0000 no-repeat center;
}
.sw-White {
  background: #ffffff no-repeat center;
}
.sw-Yellow {
  background: #ffd500 no-repeat center;
}
.hide-block {
  display: inline-block;
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.filter-clears {
  color: #000;
}
.filter-clears .hidebtn,
.filter-clears .showbtn {
  border-bottom: 1px solid #000;
  line-height: 1.2em;
  display: inline-block;
  letter-spacing: 0.5px;
}
.filter-clears .showbtn {
  display: none;
}
/*
.filter-actions {
    display: none;
}*/
/* sliier products related*/
.block-products-list {
  background-color: #ECEDEF;
  position: relative;
  clear: both;
  overflow: hidden;
}
.block-products-list .block-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-products-list .block-title strong {
  font-family: 'effraregular', serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}
.block-products-list .block-content {
  width: 100%;
  margin: 0 auto;
}
.block-products-list .block-content .products-grid .slick-slider .product-item {
  /*margin-right: 7px !important;
                    margin-left: 7px !important;*/
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info {
  /*width: auto;*/
  background-color: #fff;
  position: relative;
  text-align: center;
  /* hides price coming soon*/
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .new-product-label {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 9;
  color: #9d9d9c;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .color-total {
  text-align: left;
  padding: 0 20px;
  color: #9d9d9c;
  letter-spacing: 0.1em;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details {
  padding: 20px;
  text-align: left;
  padding-top: 10px;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .product-item-name a {
  color: #000;
  text-transform: uppercase;
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
  display: block;
  min-height: 46px;
  line-height: 1.1em;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .price-box {
  margin: 0;
  line-height: 1em;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .price-box .price {
  font-weight: normal;
  letter-spacing: 0.05em;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
  display: block;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .product-item-actions .actions-primary {
  display: none;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist {
  position: absolute;
  z-index: 4;
  background: url('../images/heart-icon-black.svg') no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .product-item-actions .action.towishlist:before {
  display: none;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .product-item-actions .tocompare {
  display: none;
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .price-box {
  /*#product-price-4264,*/
}
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .price-box #product-price-4246,
.block-products-list .block-content .products-grid .slick-slider .product-item .product-item-info .product-item-details .price-box #product-price-4311 {
  visibility: hidden !important;
}
.block-products-list .block-content .products-grid .slick-slider .slick-dots {
  position: absolute;
  left: 0;
}
.block-products-list .block-content .products-grid .slick-slider .slick-dots li {
  margin: 0;
  background: #ccc;
}
.block-products-list .block-content .products-grid .slick-slider .slick-dots li.active {
  background: #000;
}
/* checkbox*/
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  letter-spacing: 0.5px;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #bfbfbf;
  background: #fff;
  border-radius: 0;
  /*width: 15px;
    height: 15px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 3px;
    background-image:url('../images/placeholder/checkbox-unchecked.svg');
    background-size:contain;*/
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
  content: "\2713";
  position: absolute;
  top: 4px;
  left: 2px;
  font-size: 16px;
  line-height: 15px;
  color: #bfbfbf;
  transition: all 0.2s ease 0s;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
input[type="checkbox"] label a span {
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 1em;
}
/* newsletter checkbox*/
.newsletter-form .newsletter-privacy-checkbox input[type="checkbox"]:not(:checked) + label,
.newsletter-form .newsletter-privacy-checkbox input[type="checkbox"]:checked + label {
  /*color:#bfbfbf;*/
  color: #000;
}
.newsletter-form .newsletter-privacy-checkbox input[type="checkbox"]:not(:checked) + label.input-error,
.newsletter-form .newsletter-privacy-checkbox input[type="checkbox"]:checked + label.input-error {
  color: #c10f00;
}
.newsletter-form .newsletter-privacy-checkbox input[type="checkbox"]:not(:checked) + label.input-error a,
.newsletter-form .newsletter-privacy-checkbox input[type="checkbox"]:checked + label.input-error a {
  border-bottom: 1px solid #c10f00;
  color: #c10f00;
}
.newsletter-form .newsletter-privacy-checkbox label a {
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 1em;
}
/* radio*/
.radioButton {
  top: 2px;
  position: relative;
}
.radioButton input {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  left: 0;
}
.radioButton .radioIcon {
  display: block;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  display: inline-block;
  background-size: 14px 14px;
  background-image: url('../images/unchecked.svg');
  background-position: 0 3px;
  cursor: pointer;
}
.radioButton input[type="radio"]:checked + .radioIcon {
  display: inline-block;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-size: 14px 14px;
  background-image: url('../images/checked.svg');
}
.radioButton ~ label {
  display: inline-block;
  padding-left: 10px;
  line-height: 14px;
}
.radioButton label span {
  display: inline-block;
  padding-left: 20px;
  line-height: 14px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 4:51:50 PM
    Author     : Vegan
*/
.account {
  background-color: #ECEDEF;
}
.account #maincontent .columns {
  margin-bottom: 60px;
}
.account #maincontent .main {
  background-color: #fff;
}
.account #maincontent .main .block-addresses-default .block-content .box {
  position: relative;
}
.account #maincontent .main .block-addresses-default .block-content .box .box-title span {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'efframedium', serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.account #maincontent .main .block-addresses-default .block-content .box .box-actions .action.edit {
  color: #9d9d9d;
  font-family: 'effraregular', serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.account #maincontent .main .block-addresses-default .block-content .box .box-actions .action.edit span {
  vertical-align: top;
  letter-spacing: 0.5px;
}
.account #maincontent .main .block-addresses-default .block-content .box .box-actions .action.edit span:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/edit.png);
  background-size: cover;
  margin-right: 3px;
}
.account #maincontent .main .block-addresses-list .block-title strong {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'efframedium', serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: block;
}
.account #maincontent .main .block-addresses-list .block-content li.item {
  position: relative;
}
.account #maincontent .main .block-addresses-list .block-content li.item address {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.account #maincontent .main .block-addresses-list .block-content li.item .actions .action.edit {
  color: #9d9d9d;
  font-family: 'effraregular', serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}
.account #maincontent .main .block-addresses-list .block-content li.item .actions .action.edit span {
  vertical-align: top;
  letter-spacing: 0.5px;
}
.account #maincontent .main .block-addresses-list .block-content li.item .actions .action.edit span:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../images/edit.png);
  background-size: cover;
  margin-right: 3px;
}
.account #maincontent .block-content .box {
  letter-spacing: 0.05em;
}
.account #maincontent .sidebar-main ul > li {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  /* &:nth-child(4) {
                                    display: none;
                            }
                            &:nth-child(6) {
                                    display: none;
                            }*/
}
.account #maincontent .sidebar-main ul > li:last-child {
  border-bottom: 0;
}
.account #maincontent .sidebar-main ul > li > a {
  text-transform: uppercase;
  color: #000;
  padding: 0;
}
.account #maincontent .sidebar-main ul > li > a:hover {
  background: none;
}
.account #maincontent .sidebar-main ul > li.item.current a {
  border: none;
}
.account #maincontent .sidebar-main ul > li.item.current strong {
  font-family: 'efframedium', serif;
  border-bottom: 1px solid #000;
  display: inline-block;
  color: #000;
}
.account #maincontent .sidebar-main .account-nav {
  margin-bottom: 0;
}
.account #maincontent .sidebar-main .account-nav .item .delimiter {
  display: none;
}
.account #maincontent .sidebar-main .account-nav .item > strong {
  padding: 0;
  font-weight: normal;
  font-family: 'effraregular', serif;
  text-transform: uppercase;
}
.account #maincontent .sidebar-additional {
  display: none;
}
.account.sales-order-history .table-wrapper.orders-history {
  padding-bottom: 50px;
}
.customer-account-login #maincontent {
  padding-top: 90px;
}
.customer-account-login .block-title {
  border-bottom: 0 !important;
}
.customer-account-login strong#block-customer-login-heading {
  font-weight: bold;
}
.customer-account-login strong#block-new-customer-heading {
  font-weight: bold;
}
.customer-account-login .actions-toolbar .secondary {
  float: left;
}
.customer-account-login .actions-toolbar .secondary a {
  color: #000;
}
.customer-address-form .page-title-wrapper {
  display: none;
}
.customer-address-form .fieldset > * {
  clear: both;
}
.customer-address-form .message.info {
  background: #f6f6f6;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.customer-address-form .message.info span:before {
  color: #000;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 41px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 20px;
}
.customer-address-form form.form-address-edit .fieldset .field .label,
.sales-order-history form.form-address-edit .fieldset .field .label,
.customer-address-index form.form-address-edit .fieldset .field .label {
  display: none;
}
.customer-address-form .actions-toolbar .primary,
.sales-order-history .actions-toolbar .primary,
.customer-address-index .actions-toolbar .primary {
  width: 100%;
}
.customer-address-form .actions-toolbar .primary button,
.sales-order-history .actions-toolbar .primary button,
.customer-address-index .actions-toolbar .primary button,
.customer-address-form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.sales-order-history .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-address-index .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-address-form .actions-toolbar .primary .action-gift,
.sales-order-history .actions-toolbar .primary .action-gift,
.customer-address-index .actions-toolbar .primary .action-gift {
  width: 100%;
  margin-bottom: 20px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  font-size: 14px;
}
.customer-address-form .actions-toolbar .secondary,
.sales-order-history .actions-toolbar .secondary,
.customer-address-index .actions-toolbar .secondary {
  float: left;
}
.customer-address-form .actions-toolbar .secondary a.action,
.sales-order-history .actions-toolbar .secondary a.action,
.customer-address-index .actions-toolbar .secondary a.action {
  margin-top: 20px;
}
.customer-address-form .actions-toolbar .secondary a.action.back span,
.sales-order-history .actions-toolbar .secondary a.action.back span,
.customer-address-index .actions-toolbar .secondary a.action.back span {
  height: 30px;
  width: 100px;
  line-height: 32px;
  display: block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.customer-address-index .page-title-wrapper {
  display: none;
}
.customer-address-index .block-addresses-default .block-title {
  text-transform: uppercase;
}
.sales-order-history .page-title-wrapper {
  display: none;
}
.sales-order-history .block-title.orders-history {
  text-transform: uppercase;
  font-family: 'efframedium', serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.sales-order-history .block-title.orders-history strong {
  font-family: 'efframedium', serif;
}
.wishlist-index-index .page-title-wrapper {
  display: none;
}
.sales-order-view .items.order-links {
  display: none;
}
.sales-order-view .order-details-items.ordered .table-wrapper.order-items tr.totals.tax.details.details-1 {
  display: none !important;
}
.sales-order-view .order-status,
.sales-order-view .order-date {
  display: none;
}
.sales-order-view .order-actions-toolbar .actions .action.print {
  display: none;
}
.sales-order-view .order-details-items.ordered .order-title {
  display: none;
}
.customer-address-form form.form-address-edit .fieldset .legend span {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'efframedium', serif;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 27, 2019, 3:46:22 PM
    Author     : Vegan
*/
.action.primary {
  box-shadow: none;
  border-radius: 0;
  font-family: 'effraregular', serif;
  font-weight: normal;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 20, 2019, 1:58:35 PM
    Author     : Vegan
*/
/* FONT SIZE LEGEND
font-size:20px - letter-spacing:0.05em - line-height: 2.5em;  LINK BOLD
font-size:18px - letter-spacing:0.05em - line-height:1.55555556em;
font-size:14px - letter-spacing: 0.01em */
/* max width 639*/
.font-18-639 {
  /* font-size-18*/
}
/* max width 768*/
/*---------- font-size-20 (link bold))---------- */
.font-20-768max {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.5em;
}
/*---------- font-size-18 ---------- */
.font-18-768max {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
/* min  width 768*/
/*---------- font-size-24 (title bold))---------- */
.font-24-768min {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
/*---------- font-size-20 (link bold))---------- */
.font-20-768min {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
/*---------- font-size-18 ---------- */
.font-18-768min {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-16 ---------- */
.font-16-768min {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-14 ---------- */
.font-14-768min {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
/* min width 1024*/
/*---------- font-size-24 (title bold))---------- */
.font-24-1024 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
/*---------- font-size-20 (link bold))---------- */
.font-20-1024 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
/*---------- font-size-18 ---------- */
.font-18-1024 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-16 ---------- */
.font-16-1024 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-14 ---------- */
.font-14-1024 {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}
/* min width 1280*/
/*---------- font-size-24 (title bold))---------- */
.font-24-1280 {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
/*---------- font-size-20 (link bold))---------- */
.font-20-1280 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
/*---------- font-size-18 ---------- */
.font-18-1280 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-16 ---------- */
.font-16-1280 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-14 ---------- */
.font-14-1280 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
/* min- width 1441*/
/*---------- font-size-24 (title bold))---------- */
.font-24-1441 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
/*---------- font-size-20 (link bold))---------- */
.font-20-1441 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
/*---------- font-size-18 ---------- */
.font-18-1441 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-16 ---------- */
.font-16-1441 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
/*---------- font-size-14 ---------- */
.font-14-1441 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 19, 2019, 11:42:48 AM
    Author     : Vegan
*/
.catalog-product-view {
  /* remove thumbs and caption from full-screen*/
}
.catalog-product-view .fotorama__arr {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.catalog-product-view .fotorama__arr--disabled {
  opacity: 1 !important;
}
.catalog-product-view .fotorama__fullscreen-icon:focus:after,
.catalog-product-view .fotorama__zoom-out:focus:after,
.catalog-product-view .fotorama__zoom-in:focus:after,
.catalog-product-view .fotorama__arr:focus:after,
.catalog-product-view .fotorama__stage__shaft:focus:after,
.catalog-product-view .fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.catalog-product-view .fotorama__nav__frame--dot:focus .fotorama__dot:after {
  box-shadow: none;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  cursor: pointer;
}
.catalog-product-view .fotorama--fullscreen .fotorama__thumb__arr {
  display: none !important;
}
.catalog-product-view .fotorama--fullscreen .fotorama__nav-wrap--horizontal {
  display: none !important;
}
.catalog-product-view .fotorama--fullscreen .fotorama__stage {
  margin-top: 2%;
}
.catalog-product-view .product.media {
  box-sizing: border-box;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__active .fotorama__dot {
  background: #000;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  text-align: left;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage.fotorama__shadows--top:before,
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav.fotorama__shadows--top:before,
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage.fotorama__shadows--bottom:after,
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav.fotorama__shadows--bottom:after {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__arr,
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb__arr {
  background: #fff;
  height: 50px;
  width: 100px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon,
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb__arr--left .fotorama__thumb--icon {
  cursor: pointer;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: 21px -341px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: 0px -349px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs {
  float: left;
}
.catalog-product-view .product.media .gallery-placeholder .product-details-photoslurp {
  margin-top: 70px;
  margin-bottom: 70px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__caption {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__arr {
  display: none !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs {
  margin-top: 6px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--thumbs .fotorama__nav__frame {
  height: 74px !important;
  margin-top: 13px;
  margin-bottom: 27px;
  border: 1px solid #c6c6c6;
  width: 75px !important;
  padding: 0px !important;
  background-color: #fff !important;
  opacity: 0.5;
  cursor: pointer;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__active {
  opacity: 1 !important;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame {
  width: 30px;
  height: 30px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot {
  border-radius: 0;
  border: none;
  display: block;
  height: 1.2px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 30px;
  background: #ccc;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__nav--dots .fotorama__nav__frame.fotorama__active .fotorama__dot {
  background: #000;
  height: 3px;
  top: 11px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 3:37:51 PM
    Author     : Vegan
*/
.message.global.cookie .content .cookie_right .actions .action.allow span {
  color: transparent;
  background-image: url('../images/accept-cookie.svg');
  background-repeat: no-repeat;
}
.active_promotion .page-wrapper .page-header .panel.header {
  margin-top: 34px;
}
.navigation li.level-top .tm-megamenu .col-sm-2.colm-1 ul.level1 li a {
  cursor: default;
}
.navigation li.level-top .tm-megamenu .col-sm-2.colm-1 ul.level1 li ul.mm-submenu.level2 li a {
  cursor: pointer;
}
.navigation li.level-top .tm-megamenu .col-sm-2.colm-1 ul.level1:nth-child(2) li a,
.navigation li.level-top .tm-megamenu .col-sm-2.colm-1 ul.level1:nth-child(3) li a {
  cursor: pointer;
}
/* header*/
.nav-sections {
  display: block;
}
.minicart-wrapper .actions.showcarts {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
.minicart-wrapper .actions.showcarts .counter.qty {
  display: block;
  width: 13px;
  height: 15px;
  position: absolute;
  top: -1px;
  right: -3px;
}
.minicart-wrapper .actions.showcarts .counter.qty span.counter-number {
  display: block;
  height: 15px;
  width: 15px;
  line-height: 18px;
  -moz-border-radius: 30px;
  border-radius: 15px;
  background-color: #ed1c25;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'efframedium', serif;
}
.minicart-wrapper .actions.showcarts .counter.qty.empty:after {
  font-size: 31px;
  line-height: 18px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-top: 7px;
}
.minicart-wrapper .actions.showcarts .counter.qty.empty span.counter-number {
  display: none;
}
.minicart-wrapper .actions.showcarts.hideminicart .counter.qty.empty:after {
  content: '\e621';
}
.minicart-wrapper .minicart-empty {
  display: block;
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 1px solid #ecedef;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
}
.minicart-wrapper .minicart-empty p a {
  text-decoration: underline;
}
.page-header {
  margin-top: 0px;
}
.page-header .msgTop {
  background: #000;
  text-align: center;
  color: #fff;
  /*padding: 8px 0;*/
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  width: 100%;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  height: 34px;
  padding: 0;
  line-height: 35px;
}
.page-header .panel.wrapper .panel.header .minicart-wrapper .actions.showcarts .counter .counter-label {
  display: none;
}
.page-header .panel.wrapper .panel.header .minicart-wrapper .actions.showcarts .text {
  display: none;
}
.page-header .panel.wrapper .panel.header .minicart-wrapper .actions.showcarts:before {
  color: #ffffff;
  background-image: url('../images/black/cart-icon-black.svg');
  width: 18px;
  height: 18px;
  margin-top: 5px;
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
}
.header.links {
  display: none !important;
}
/* header*/
.navigation .level0 .level-top {
  font-family: 'effraregular', serif;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  line-height: 1.4em;
}
.navigation .level0.parent .level-top {
  border-bottom: none;
}
.navigation .level0.submenu .ui-menu-item a.slide-menu-control {
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #a1a1a1;
}
.navigation .level0.submenu .ui-menu-item.parent a.slide-menu-control,
.navigation .level0.submenu .ui-menu-item.level1 a.slide-menu-control {
  text-align: center;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #a1a1a1;
}
.navigation .level0 .level-top {
  color: #000 !important;
}
.navigation .level0 .level-top:hover {
  border-bottom: none !important;
  color: #000 !important;
}
.navigation .level0 .level-top:active {
  border-bottom: none !important;
  color: #000 !important;
}
.navigation .level0 .level-top:focus {
  border-bottom: none !important;
  color: #000 !important;
}
.navigation .level0 .level-top.ui-state-focus {
  color: #000 !important;
}
/* desktop font size*/
.tm-top-navigation .level0 .level-top {
  font-weight: normal;
  font-family: 'efframedium', serif;
  /*.font_16_8;*/
}
/* footer*/
.page-footer #fizFooter .fizfotcol .footer-only-mobile {
  /*.font_15;*/
}
.page-footer #fizFooter .fizfotcol ul li a {
  font-weight: normal;
  font-family: 'effraregular', serif;
  letter-spacing: 0.5px;
}
.signup-customersup {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.signup-customersup a {
  color: #000;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-family: 'effrabold', serif;
  line-height: 1.35em;
}
.signup-customersup .signup-customersup-left,
.signup-customersup .signup-customersup-right {
  width: 50%;
  float: left;
  text-align: center;
}
.signup-customersup .signup-customersup-left p,
.signup-customersup .signup-customersup-right p {
  letter-spacing: 0.05em;
}
.signup-customersup .signup-customersup-left p.signup-customersup-heading,
.signup-customersup .signup-customersup-right p.signup-customersup-heading {
  letter-spacing: 0.1em;
  font-family: 'effrabold', serif;
  color: #000;
}
.signup-customersup .signup-customersup-right h6 {
  font-weight: normal;
  /*font-size: 5rem;*/
  margin-top: 0;
  font-family: 'effralight', serif;
  color: #b3b3b3;
  line-height: 0.8em;
}
.signup-customersup .signup-customersup-divider {
  height: 30px;
  width: 1px;
  background-color: #d4d4d4;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 3:19:57 PM
    Author     : Vegan
*/
/* .section-six {
        display:none;
    }*/
* {
  min-height: 0;
  min-width: 0;
}
/*.section-two,
    .section-three,
    .section-four,
    .section-five{
        display:none;
    }*/
.cms-home .page-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cms-home .site_banner {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
}
.cms-home .site_banner .homepage-hero-slider {
  margin-bottom: 0;
  padding: 0;
  height: 100vh;
}
.cms-home .site_banner .homepage-hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-home .site_banner .homepage-hero-slider .slick-dots {
  position: absolute;
}
.cms-home .site_banner .homepage-hero-slider .slick-dots li {
  opacity: 0.3;
}
.cms-home .site_banner .homepage-hero-slider .slick-dots li.slick-active {
  top: 0px;
  background: #fff !important;
  opacity: 1;
}
.cms-home .site_banner .homeSliderParent {
  position: relative;
  height: 100vh;
}
.cms-home .site_banner .homeSliderParent .homeSliderCaption h1 {
  color: #fff;
  padding-left: 0px;
  font-family: 'effrabold', serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cms-home .site_banner .homeSliderParent .homeSliderCaption p {
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
.hp-photoslurp {
  background-color: #ECEDEF;
}
.hp-photoslurp .innerPhotoslurp .hpPhtxt {
  letter-spacing: 0.01em;
  line-height: 1.55555556em;
}
.hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics button.ps-note-add-pics-submit,
.hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .cart.table-wrapper .actions-toolbar > .action.ps-note-add-pics-submit,
.hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .action-gift.ps-note-add-pics-submit {
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid #000;
  line-height: 1.2em;
  display: inline-block;
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
  color: #000;
}
.hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics button.ps-note-add-pics-submit > span,
.hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .cart.table-wrapper .actions-toolbar > .action.ps-note-add-pics-submit > span,
.hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-note-add-pics .action-gift.ps-note-add-pics-submit > span {
  display: none;
}
.hp-photoslurp .innerPhotoslurp .psimgblock .ps-theme-modern.ps-gallery .ps-load-more-container {
  display: none !important;
}
.home-section-two {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  text-align: center;
}
.home-section-two a {
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  line-height: 1.2em;
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
}
.home-section-two .home-sec1-blog-left,
.home-section-two .home-sec1-blog-right {
  box-sizing: border-box;
}
.home-section-two .home-sec1-blog-left .home-sec1-blog-img,
.home-section-two .home-sec1-blog-right .home-sec1-blog-img {
  position: relative;
  overflow: hidden;
}
.home-section-two .home-sec1-blog-left .home-sec1-blog-img a,
.home-section-two .home-sec1-blog-right .home-sec1-blog-img a {
  border: none;
  display: block;
}
.home-section-two .home-sec1-blog-left .home-sec1-blog-img img,
.home-section-two .home-sec1-blog-right .home-sec1-blog-img img {
  vertical-align: bottom;
}
.home-section-two .home-sec1-blog-left .home-sec1-blog-img .overlay-title,
.home-section-two .home-sec1-blog-right .home-sec1-blog-img .overlay-title {
  position: absolute;
  color: #fff;
  font-family: 'effrabold', serif;
  line-height: 0.85em;
  letter-spacing: 0.1em;
}
.home-section-two .home-sec1-blog-left p,
.home-section-two .home-sec1-blog-right p {
  letter-spacing: 0.05em;
  font-family: 'effraregular', serif;
  line-height: 1.55555556em;
}
.section-two {
  clear: both;
  overflow: hidden;
}
.section-three .cover-stories {
  width: 100%;
  position: relative;
  padding: 0;
}
.section-three .cover-stories img {
  width: 100%;
}
.section-three .cover-stories .slick-prev {
  background-image: url(../images/icon-ar-left-white.svg) !important;
  transform: none !important;
  margin-top: -26px;
}
.section-three .cover-stories .slick-next {
  background-image: url(../images/icon-arrow-right.svg) !important;
}
.section-three .cover-stories .cover-stories-right p {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section-three .cover-stories .cover-stories-desc {
  display: block;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  background: #fff;
  /* .slider-text {
                    line-height: 1.5555555555555556em;
                }*/
}
.section-three .cover-stories .cover-stories-desc .slider-heading {
  line-height: 1.1;
  font-family: 'effrabold', serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.section-three .cover-stories .cover-stories-desc .slider-date {
  font-style: italic;
  margin: 0;
  letter-spacing: 0.01em;
}
.section-three .cover-stories .cover-stories-desc .link-cover {
  color: #000;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-bottom: 1px solid #000;
  line-height: 1.2em;
  display: inline-block;
  font-family: 'effrabold', serif;
  position: absolute;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 30, 2019, 9:30:59 AM
    Author     : Vegan
*/
/* forgot password - reset password*/
.customer-account-forgotpassword .form.password.reset,
.customer-account-createpassword .form.password.reset {
  padding-top: 30px;
}
.customer-account-forgotpassword #password-strength-meter-container,
.customer-account-createpassword #password-strength-meter-container {
  display: none;
}
.customer-account-create .page-title-wrapper,
.customer-account-edit .page-title-wrapper {
  display: none;
}
.customer-account-create,
.contact-index-index {
  background: #ecedee;
}
.customer-account-create #maincontent .form-create-account,
.contact-index-index #maincontent .form-create-account,
.customer-account-create #maincontent .form.contact,
.contact-index-index #maincontent .form.contact {
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  float: right;
  min-width: inherit;
}
.customer-account-create #maincontent .form-create-account .fieldset,
.contact-index-index #maincontent .form-create-account .fieldset,
.customer-account-create #maincontent .form.contact .fieldset,
.contact-index-index #maincontent .form.contact .fieldset {
  margin-bottom: 0;
}
.customer-account-create #maincontent .form-create-account .fieldset .legend,
.contact-index-index #maincontent .form-create-account .fieldset .legend,
.customer-account-create #maincontent .form.contact .fieldset .legend,
.contact-index-index #maincontent .form.contact .fieldset .legend {
  margin-left: 0;
}
.customer-account-create #maincontent .form-create-account .fieldset .control,
.contact-index-index #maincontent .form-create-account .fieldset .control,
.customer-account-create #maincontent .form.contact .fieldset .control,
.contact-index-index #maincontent .form.contact .fieldset .control {
  width: 100%;
  float: none;
}
.customer-account-create #maincontent .form-create-account .fieldset .control input,
.contact-index-index #maincontent .form-create-account .fieldset .control input,
.customer-account-create #maincontent .form.contact .fieldset .control input,
.contact-index-index #maincontent .form.contact .fieldset .control input {
  line-height: normal;
  padding: 0 17px;
  line-height: normal !important;
  height: 40px;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.info .field,
.contact-index-index #maincontent .form-create-account .fieldset.create.info .field,
.customer-account-create #maincontent .form.contact .fieldset.create.info .field,
.contact-index-index #maincontent .form.contact .fieldset.create.info .field {
  display: inline-block;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.info .field.field-name-lastname,
.contact-index-index #maincontent .form-create-account .fieldset.create.info .field.field-name-lastname,
.customer-account-create #maincontent .form.contact .fieldset.create.info .field.field-name-lastname,
.contact-index-index #maincontent .form.contact .fieldset.create.info .field.field-name-lastname {
  float: right;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.info .field.newsletter,
.contact-index-index #maincontent .form-create-account .fieldset.create.info .field.newsletter,
.customer-account-create #maincontent .form.contact .fieldset.create.info .field.newsletter,
.contact-index-index #maincontent .form.contact .fieldset.create.info .field.newsletter {
  display: none;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.account,
.contact-index-index #maincontent .form-create-account .fieldset.create.account,
.customer-account-create #maincontent .form.contact .fieldset.create.account,
.contact-index-index #maincontent .form.contact .fieldset.create.account {
  background: #fff;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.account legend,
.contact-index-index #maincontent .form-create-account .fieldset.create.account legend,
.customer-account-create #maincontent .form.contact .fieldset.create.account legend,
.contact-index-index #maincontent .form.contact .fieldset.create.account legend {
  display: none;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.account .field,
.contact-index-index #maincontent .form-create-account .fieldset.create.account .field,
.customer-account-create #maincontent .form.contact .fieldset.create.account .field,
.contact-index-index #maincontent .form.contact .fieldset.create.account .field {
  display: inline-block;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.account .field.confirmation,
.contact-index-index #maincontent .form-create-account .fieldset.create.account .field.confirmation,
.customer-account-create #maincontent .form.contact .fieldset.create.account .field.confirmation,
.contact-index-index #maincontent .form.contact .fieldset.create.account .field.confirmation {
  float: right;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.account .field .control,
.contact-index-index #maincontent .form-create-account .fieldset.create.account .field .control,
.customer-account-create #maincontent .form.contact .fieldset.create.account .field .control,
.contact-index-index #maincontent .form.contact .fieldset.create.account .field .control {
  width: 100%;
  float: none;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.account .field .control #password-strength-meter-container,
.contact-index-index #maincontent .form-create-account .fieldset.create.account .field .control #password-strength-meter-container,
.customer-account-create #maincontent .form.contact .fieldset.create.account .field .control #password-strength-meter-container,
.contact-index-index #maincontent .form.contact .fieldset.create.account .field .control #password-strength-meter-container {
  display: none;
}
.customer-account-create #maincontent .form-create-account .fieldset.create.account .field .control input,
.contact-index-index #maincontent .form-create-account .fieldset.create.account .field .control input,
.customer-account-create #maincontent .form.contact .fieldset.create.account .field .control input,
.contact-index-index #maincontent .form.contact .fieldset.create.account .field .control input {
  line-height: normal;
  height: 40px;
  padding: 0 17px;
  line-height: normal !important;
}
.customer-account-create #maincontent .form-create-account .extra-form .placeholder-captcha,
.contact-index-index #maincontent .form-create-account .extra-form .placeholder-captcha,
.customer-account-create #maincontent .form.contact .extra-form .placeholder-captcha,
.contact-index-index #maincontent .form.contact .extra-form .placeholder-captcha {
  width: 297px;
  height: 89px;
  background: url('../images/placeholder/captcha.png') no-repeat;
  background-size: contain;
}
.customer-account-create #maincontent .form-create-account .extra-form .account-privacy-checkbox label,
.contact-index-index #maincontent .form-create-account .extra-form .account-privacy-checkbox label,
.customer-account-create #maincontent .form.contact .extra-form .account-privacy-checkbox label,
.contact-index-index #maincontent .form.contact .extra-form .account-privacy-checkbox label {
  display: block !important;
  margin: 20px 0;
}
.customer-account-create #maincontent .form-create-account .extra-form .form-mandatory,
.contact-index-index #maincontent .form-create-account .extra-form .form-mandatory,
.customer-account-create #maincontent .form.contact .extra-form .form-mandatory,
.contact-index-index #maincontent .form.contact .extra-form .form-mandatory {
  color: #9d9d9d;
  margin: 20px 0;
}
.customer-account-create #maincontent .form-create-account .actions-toolbar,
.contact-index-index #maincontent .form-create-account .actions-toolbar,
.customer-account-create #maincontent .form.contact .actions-toolbar,
.contact-index-index #maincontent .form.contact .actions-toolbar {
  margin-left: 0;
  margin-top: 20px;
}
.customer-account-create #maincontent .form-create-account .actions-toolbar .primary,
.contact-index-index #maincontent .form-create-account .actions-toolbar .primary,
.customer-account-create #maincontent .form.contact .actions-toolbar .primary,
.contact-index-index #maincontent .form.contact .actions-toolbar .primary {
  display: block;
  float: none;
  width: 100%;
}
.customer-account-create #maincontent .form-create-account .actions-toolbar .primary button,
.contact-index-index #maincontent .form-create-account .actions-toolbar .primary button,
.customer-account-create #maincontent .form.contact .actions-toolbar .primary button,
.contact-index-index #maincontent .form.contact .actions-toolbar .primary button,
.customer-account-create #maincontent .form-create-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.contact-index-index #maincontent .form-create-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create #maincontent .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.contact-index-index #maincontent .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create #maincontent .form-create-account .actions-toolbar .primary .action-gift,
.contact-index-index #maincontent .form-create-account .actions-toolbar .primary .action-gift,
.customer-account-create #maincontent .form.contact .actions-toolbar .primary .action-gift,
.contact-index-index #maincontent .form.contact .actions-toolbar .primary .action-gift {
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  height: 45px;
}
.customer-account-create #maincontent .form-create-account .actions-toolbar .primary button .rolling-loader,
.contact-index-index #maincontent .form-create-account .actions-toolbar .primary button .rolling-loader,
.customer-account-create #maincontent .form.contact .actions-toolbar .primary button .rolling-loader,
.contact-index-index #maincontent .form.contact .actions-toolbar .primary button .rolling-loader,
.customer-account-create #maincontent .form-create-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action .rolling-loader,
.contact-index-index #maincontent .form-create-account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action .rolling-loader,
.customer-account-create #maincontent .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action .rolling-loader,
.contact-index-index #maincontent .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action .rolling-loader,
.customer-account-create #maincontent .form-create-account .actions-toolbar .primary .action-gift .rolling-loader,
.contact-index-index #maincontent .form-create-account .actions-toolbar .primary .action-gift .rolling-loader,
.customer-account-create #maincontent .form.contact .actions-toolbar .primary .action-gift .rolling-loader,
.contact-index-index #maincontent .form.contact .actions-toolbar .primary .action-gift .rolling-loader {
  position: absolute;
  left: 12px;
  top: 12px;
}
.customer-account-create #maincontent .form-create-account .actions-toolbar .secondary,
.contact-index-index #maincontent .form-create-account .actions-toolbar .secondary,
.customer-account-create #maincontent .form.contact .actions-toolbar .secondary,
.contact-index-index #maincontent .form.contact .actions-toolbar .secondary {
  float: left;
}
.customer-account-create #maincontent .form-create-account .actions-toolbar .secondary a.action,
.contact-index-index #maincontent .form-create-account .actions-toolbar .secondary a.action,
.customer-account-create #maincontent .form.contact .actions-toolbar .secondary a.action,
.contact-index-index #maincontent .form.contact .actions-toolbar .secondary a.action {
  display: none;
  margin-top: 20px;
}
.customer-account-create #maincontent .form-create-account .actions-toolbar .secondary a.action.back span,
.contact-index-index #maincontent .form-create-account .actions-toolbar .secondary a.action.back span,
.customer-account-create #maincontent .form.contact .actions-toolbar .secondary a.action.back span,
.contact-index-index #maincontent .form.contact .actions-toolbar .secondary a.action.back span {
  height: 30px;
  width: 100px;
  line-height: 32px;
  display: block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.form-contact-index {
  background: #fff;
}
.form-contact-index .page-title-wrapper {
  display: none;
}
.form-contact-index .form.contact {
  margin: 0 auto;
  max-width: 936px;
  float: none;
  display: block;
}
.form-contact-index .form.contact .fieldset .legend {
  margin-bottom: 50px;
}
.form-contact-index .form.contact .fieldset .field.comment {
  width: 100%;
  margin-bottom: 0;
}
.form-contact-index .form.contact .fieldset .field.comment label {
  display: block !important;
  width: 100%;
  text-align: left;
  font-weight: normal;
}
.form-contact-index .form.contact .fieldset .field.comment label:after {
  color: #000;
  margin-left: 0;
}
.form-contact-index .form.contact .fieldset .newsl-select-container {
  margin-bottom: 20px;
}
.form-contact-index .form.contact .fieldset .newsl-select-container label {
  display: block !important;
  margin-bottom: 2px;
}
.form-contact-index .form.contact .checkbox-wrapper {
  margin: 30px 0;
}
.form-contact-index .form.contact .checkbox-wrapper label {
  display: block !important;
}
.form-contact-index .form.contact .actions-toolbar {
  margin-bottom: 20px;
  width: 100%;
  margin-left: 0;
}
.form-contact-index .form.contact .actions-toolbar .primary {
  width: 100%;
}
.form-contact-index .form.contact .actions-toolbar .primary button,
.form-contact-index .form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.form-contact-index .form.contact .actions-toolbar .primary .action-gift {
  position: relative;
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  height: 45px;
}
.form-contact-index .newsl-mandatory {
  color: #9d9d9d;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .form-contact-index .newsl-mandatory {
    /* 320px*/
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .form-contact-index .newsl-mandatory {
    /* 769px*/
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .form-contact-index .newsl-mandatory {
    /*1025px*/
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  .form-contact-index .newsl-mandatory {
    /* 1441px*/
    font-size: 1.4rem;
  }
}
.contact-index-index {
  background: #fff;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index #maincontent .column.main {
  margin: 0 auto;
  max-width: 936px;
}
.contact-index-index #maincontent .column.main .form.contact {
  float: none;
  display: block;
}
.contact-index-index #maincontent .column.main .form.contact .fieldset .legend {
  margin-bottom: 50px;
}
.contact-index-index #maincontent .column.main .form.contact .fieldset .field.comment {
  width: 100%;
  margin-bottom: 0;
}
.contact-index-index #maincontent .column.main .form.contact .fieldset .field.comment label {
  display: block !important;
  width: 100%;
  text-align: left;
  font-weight: normal;
}
.contact-index-index #maincontent .column.main .form.contact .fieldset .field.comment label:after {
  color: #000;
  margin-left: 0;
}
.contact-index-index #maincontent .column.main .form.contact .fieldset .newsl-select-container {
  margin-bottom: 20px;
}
.contact-index-index #maincontent .column.main .form.contact .fieldset .newsl-select-container label {
  display: block !important;
  margin-bottom: 2px;
}
.contact-index-index #maincontent .column.main .form.contact .checkbox-wrapper {
  margin: 30px 0;
}
.contact-index-index #maincontent .column.main .form.contact .checkbox-wrapper label {
  display: block !important;
}
.contact-index-index #maincontent .column.main .form.contact .actions-toolbar {
  margin-bottom: 20px;
}
.contact-index-index #maincontent .column.main .form.contact .actions-toolbar button,
.contact-index-index #maincontent .column.main .form.contact .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.contact-index-index #maincontent .column.main .form.contact .actions-toolbar .action-gift {
  position: relative;
}
.contact-index-index .newsl-mandatory {
  color: #9d9d9d;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) {
  .contact-index-index .newsl-mandatory {
    /* 320px*/
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-index-index .newsl-mandatory {
    /* 769px*/
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-index-index .newsl-mandatory {
    /*1025px*/
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1441px) {
  .contact-index-index .newsl-mandatory {
    /* 1441px*/
    font-size: 1.4rem;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 4:33:55 PM
    Author     : Vegan
*/
.filterdisplayed {
  display: none;
}
.feedaty-product-anchor-container.category-product-listing {
  display: none;
}
span#product-price-4246 {
  display: none !important;
}
.toolbar-products {
  /*.hide-block {
            display: none;
        }*/
}
.toolbar-products .field.limiter {
  display: none;
}
.products.wrapper ~ .toolbar-products .show-filters-mobile {
  display: none;
}
body.catalog-category-view {
  /*#product-price-4264,*/
}
body.catalog-category-view .product-item-link {
  -webkit-hyphens: none;
}
body.catalog-category-view #product-price-4246,
body.catalog-category-view #product-price-4311 {
  visibility: hidden;
}
.form-newsletter-index .page-title-wrapper,
.form-quality-index .page-title-wrapper,
.form-returns-index .page-title-wrapper,
.form-contact-index .page-title-wrapper {
  display: none;
}
.feedaty-product-anchor-container.category-product-listing .feedaty-tile-container .feedaty-stars-container,
.feedaty-product-anchor-container.category-product-listing .feedaty-tile-container .feedaty-tile-count {
  display: inline-block;
  vertical-align: middle;
}
.feedaty-product-anchor-container.category-product-listing .feedaty-tile-container .feedaty-tile-count {
  color: #a6a6a6;
}
.feedaty-product-anchor-container.category-product-listing .feedaty-tile-container .rating-summary .rating-result {
  margin-top: -5px;
  width: 72px;
}
.feedaty-product-anchor-container.category-product-listing .feedaty-tile-container .rating-summary .rating-result:before {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.feedaty-product-anchor-container.category-product-listing .feedaty-tile-container .rating-summary .rating-result span:before {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.page-with-filter .page-title-wrapper {
  display: none;
}
.page-with-filter .action.towishlist {
  position: absolute;
  z-index: 4;
  background-image: url('../images/heart-icon-black.svg');
  background-size: contain;
  display: inline-block;
  opacity: 0.4;
  background-repeat: no-repeat;
  z-index: 2;
}
.page-with-filter .action.towishlist:before {
  content: '';
  display: none !important;
}
.page-with-filter .product-item .product-item-info {
  width: 100%;
  background: #fff;
  position: relative;
}
.page-with-filter .product-item .product-item-info a.product-item-photo {
  /*background-color: @color_white;*/
  text-align: center;
  display: block;
}
.page-with-filter .product-item .product-item-info .new-product-label {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 9;
  color: #9d9d9c;
  /* .font_14;*/
  text-transform: uppercase;
}
.page-with-filter .product-item .product-item-details .product-item-name {
  margin: 0;
  margin-bottom: 0px;
}
.page-with-filter .product-item .product-item-details .price-box {
  margin: 0px 0 0px;
}
.page-with-filter .product-item .product-item-details .price-box .price-label {
  display: none !important;
}
.page-with-filter .product-item .product-item-details .price-box .price {
  font-weight: normal;
}
.page-with-filter .product-item .product-item-details .product-item-inner {
  display: block;
}
.page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: none;
}
.page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .action.tocompare {
  display: none;
}
.page-with-filter .product-item .product-item-details .product-reviews-summary {
  margin: 8px 0 5px;
}
.page-with-filter .photo.image {
  width: 100%;
}
.page-with-filter .toolbar-products .modes,
.page-with-filter .toolbar-products .sorter-label {
  display: none;
}
.page-with-filter .sidebar-additional .block-compare {
  display: none;
}
.page-with-filter .sidebar-additional .block-reorder {
  display: none;
}
.page-with-filter .sidebar-additional .block-wishlist {
  display: none;
}
.page-with-filter .toolbar-amount {
  display: none;
}
.page-with-filter .filter-options-content .count {
  display: none;
}
/* both catalog and product page*/
body.catalog-category-view,
body.form-newsletter-index,
body.form-quality-index,
body.form-returns-index,
body.form-contact-index {
  /*.block.filter {
            margin-top: 30px;
    }*/
}
body.catalog-category-view .item.product.product-item .swatch-attribute-options,
body.form-newsletter-index .item.product.product-item .swatch-attribute-options,
body.form-quality-index .item.product.product-item .swatch-attribute-options,
body.form-returns-index .item.product.product-item .swatch-attribute-options,
body.form-contact-index .item.product.product-item .swatch-attribute-options,
body.catalog-category-view .item.product.product-item .color-total,
body.form-newsletter-index .item.product.product-item .color-total,
body.form-quality-index .item.product.product-item .color-total,
body.form-returns-index .item.product.product-item .color-total,
body.form-contact-index .item.product.product-item .color-total {
  margin-top: 0;
}
body.catalog-category-view .category-image,
body.form-newsletter-index .category-image,
body.form-quality-index .category-image,
body.form-returns-index .category-image,
body.form-contact-index .category-image {
  margin-bottom: 0px;
  position: relative;
}
body.catalog-category-view .category-image .image,
body.form-newsletter-index .category-image .image,
body.form-quality-index .category-image .image,
body.form-returns-index .category-image .image,
body.form-contact-index .category-image .image {
  width: 100%;
}
body.catalog-category-view .category-image h1,
body.form-newsletter-index .category-image h1,
body.form-quality-index .category-image h1,
body.form-returns-index .category-image h1,
body.form-contact-index .category-image h1 {
  font-family: 'effrabold', serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.catalog-category-view .block-subtitle,
body.form-newsletter-index .block-subtitle,
body.form-quality-index .block-subtitle,
body.form-returns-index .block-subtitle,
body.form-contact-index .block-subtitle {
  margin-top: 0px;
}
body.catalog-category-view .block-subtitle.filter-subtitle,
body.form-newsletter-index .block-subtitle.filter-subtitle,
body.form-quality-index .block-subtitle.filter-subtitle,
body.form-returns-index .block-subtitle.filter-subtitle,
body.form-contact-index .block-subtitle.filter-subtitle {
  display: none;
}
body.catalog-category-view .category-description,
body.form-newsletter-index .category-description,
body.form-quality-index .category-description,
body.form-returns-index .category-description,
body.form-contact-index .category-description {
  margin-bottom: 0px;
}
body.catalog-category-view .product.details.product-item-details,
body.form-newsletter-index .product.details.product-item-details,
body.form-quality-index .product.details.product-item-details,
body.form-returns-index .product.details.product-item-details,
body.form-contact-index .product.details.product-item-details {
  background-color: #fff;
  margin-top: -4px !important;
  min-height: 100px;
  /*div {
                height:27px;
            }*/
}
body.catalog-category-view .product.details.product-item-details .color-total,
body.form-newsletter-index .product.details.product-item-details .color-total,
body.form-quality-index .product.details.product-item-details .color-total,
body.form-returns-index .product.details.product-item-details .color-total,
body.form-contact-index .product.details.product-item-details .color-total {
  margin-top: 0px;
  height: 46px;
  color: #9d9d9c;
}
body.catalog-category-view .item.product.product-item,
body.form-newsletter-index .item.product.product-item,
body.form-quality-index .item.product.product-item,
body.form-returns-index .item.product.product-item,
body.form-contact-index .item.product.product-item {
  position: relative;
  /*margin-bottom:20px;*/
}
body.catalog-category-view .item.product.product-item .product-image-container,
body.form-newsletter-index .item.product.product-item .product-image-container,
body.form-quality-index .item.product.product-item .product-image-container,
body.form-returns-index .item.product.product-item .product-image-container,
body.form-contact-index .item.product.product-item .product-image-container {
  padding-top: 50px;
}
body.catalog-category-view .sorter-action,
body.form-newsletter-index .sorter-action,
body.form-quality-index .sorter-action,
body.form-returns-index .sorter-action,
body.form-contact-index .sorter-action {
  display: none;
}
body.catalog-category-view .sorter-options,
body.form-newsletter-index .sorter-options,
body.form-quality-index .sorter-options,
body.form-returns-index .sorter-options,
body.form-contact-index .sorter-options {
  margin: 0px;
  width: 100%;
}
body.catalog-category-view .sorter-options .selectize-input,
body.form-newsletter-index .sorter-options .selectize-input,
body.form-quality-index .sorter-options .selectize-input,
body.form-returns-index .sorter-options .selectize-input,
body.form-contact-index .sorter-options .selectize-input {
  padding: 0 20px !important;
}
body.catalog-category-view .sorter-options .selectize-input.full,
body.form-newsletter-index .sorter-options .selectize-input.full,
body.form-quality-index .sorter-options .selectize-input.full,
body.form-returns-index .sorter-options .selectize-input.full,
body.form-contact-index .sorter-options .selectize-input.full {
  background: transparent !important;
}
/* both catalog and product page*/
body.catalog-category-view .product-item-link {
  font-family: 'effrabold', serif;
  color: #000;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
}
body.catalog-category-view .swatch-attribute.color {
  padding: 0;
  min-height: 46px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 10, 2019, 8:05:34 AM
    Author     : Vegan
*/
/* */
/*
            .container-moviestar-landing-page-vs .slick-list {
                padding: 0 40px;
            }
            .widget_slider .movistar-container-slider-prevarrow,
            .widget_slider .movistar-container-slider-nextarrow {
                top: 33%;
                height: 25px;
                width: 15px;
            }
            .movistar-container-slider-prevarrow {
                left: 1px;
            }
            .movistar-container-slider-nextarrow {
                right: 1px;
            }
            .two-slick-last {
                padding: 25% 0 0 0;
            }*/
.cms-infinitor1knit .columns .column.main,
.cms-versus-evo .columns .column.main {
  padding-bottom: 0;
}
.mac-title {
  top: 51% !important;
}
.new-mac {
  margin-bottom: 1px !important;
}
.shop-online-mac {
  line-height: 80px !important;
}
.cms-movistar .page-main {
  max-width: inherit;
  padding: 0 !important;
}
.cms-movistar .page-main * {
  box-sizing: border-box;
}
body .ytp-chrome-top {
  display: none !important;
}
.general_block_with_video_yt_and_cover {
  height: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.general_block_with_video_yt_and_cover .overlay_layer_video_play {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.general_block_with_video_yt_and_cover .overlay_layer_video_play:before {
  display: block;
  background-image: url(../images/landing-page/playicon.png);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.general_block_with_video_yt_and_cover iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.container-moviestar-landing-page-vs .general_block_with_video_yt_and_cover .overlay_layer_video_play:before {
  display: block;
  background-image: url(../images/landing-page/playicon.png);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.container-moviestar-landing-page-vs .movistar_page_slider {
  margin-bottom: 15px;
}
.container-moviestar-landing-page-vs .two-slick-last {
  padding: 20px 0 !important;
}
.container-moviestar-landing-page-vs .slick-list {
  padding: 0 40px;
}
.container-moviestar-landing-page-vs .slick-slide {
  opacity: 0.4;
  transition: all ease-in-out 0.3s;
}
.container-moviestar-landing-page-vs .slick-slide img {
  width: 92%;
  margin: 0 auto;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 {
  background: url(../images/landing-page/02-ANDY4192.png) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  letter-spacing: 10px;
  position: relative;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 .container-moviestar-landing-page-vs-topbanner {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 .container-moviestar-landing-page-vs-topbanner h1 {
  color: #fff;
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  white-space: pre;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 .container-moviestar-landing-page-vs-topbanner span {
  color: #fff;
  font-family: 'effraregular', serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 18px;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row1 img {
  height: auto;
  width: 100%;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row2 {
  letter-spacing: 1px;
  text-align: center;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row2 img {
  margin: 30px auto;
  text-align: center;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row2 p {
  font-family: 'effraregular', serif;
  letter-spacing: 0.025em;
  margin: 30px auto;
  font-size: 16px;
  line-height: 24px;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row4 {
  background-color: #f4f4f4;
  letter-spacing: 1px;
  text-align: center;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row4 p {
  font-family: 'effraregular', serif;
  margin: 0 auto;
  width: 75%;
  font-size: 24px;
  line-height: 32px;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row4 p span {
  font-family: 'efframedium', serif;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 {
  text-align: center;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 p {
  font-family: 'efframedium', serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 img {
  display: inline-block;
  margin-bottom: 50px;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 a {
  color: #000;
  display: block;
  font-family: 'effraregular', serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-row5 a:active {
  color: #000;
  display: block;
  font-family: 'effraregular', serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
}
.container-moviestar-landing-page-vs span.subtitle {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}
.container-moviestar-landing-page-vs .row a:visited {
  color: #000;
  display: block;
  font-family: 'effraregular', serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
}
.container-moviestar-landing-page-vs .widget_slider .slick-slide img {
  width: 100%;
}
.container-moviestar-landing-page-vs .slick-active {
  opacity: 1;
}
.container-moviestar-landing-page-vs .slick-current {
  opacity: 1;
}
.container-moviestar-landing-page-vs .widget_slider .movistar-container-slider-prevarrow {
  top: 37%;
}
.container-moviestar-landing-page-vs .widget_slider .movistar-container-slider-nextarrow {
  top: 37%;
}
.container-moviestar-landing-page-vs .widget_slider .slick-slide {
  opacity: 0.4;
  transition: all ease-in-out 0.3s;
}
.container-moviestar-landing-page-vs .widget_slider .slick-active {
  opacity: 1;
}
.container-moviestar-landing-page-vs .widget_slider .slick-current {
  opacity: 1;
}
.container-moviestar-landing-page-vs [dir='rtl'] .movistar-container-slider-prevarrow {
  left: auto;
  right: -10px;
}
.container-moviestar-landing-page-vs [dir='rtl'] .movistar-container-slider-prevarrow:before {
  content: ' ';
}
.container-moviestar-landing-page-vs [dir='rtl'] .movistar-container-slider-nextarrow {
  left: -10px;
  right: auto;
}
.container-moviestar-landing-page-vs [dir='rtl'] .movistar-container-slider-nextarrow:before {
  content: ' ';
}
.container-moviestar-landing-page-vs .movistar-container-slider-prevarrow {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  z-index: 100;
  background: url(../images/landing-page/arrow_left.png) center no-repeat;
  background-size: contain;
  left: 10px;
}
.container-moviestar-landing-page-vs .movistar-container-slider-prevarrow:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  content: ' ';
}
.container-moviestar-landing-page-vs .movistar-container-slider-prevarrow:hover {
  color: transparent;
  outline: none;
}
.container-moviestar-landing-page-vs .movistar-container-slider-prevarrow:hover:before {
  opacity: 1;
}
.container-moviestar-landing-page-vs .movistar-container-slider-prevarrow:focus {
  color: transparent;
  outline: none;
}
.container-moviestar-landing-page-vs .movistar-container-slider-prevarrow:focus:before {
  opacity: 1;
}
.container-moviestar-landing-page-vs .movistar-container-slider-nextarrow {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  z-index: 100;
  background: url(../images/landing-page/arrow_right.png) center no-repeat;
  background-size: contain;
  right: 10px;
}
.container-moviestar-landing-page-vs .movistar-container-slider-nextarrow:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  content: ' ';
}
.container-moviestar-landing-page-vs .movistar-container-slider-nextarrow:hover {
  color: transparent;
  outline: none;
}
.container-moviestar-landing-page-vs .movistar-container-slider-nextarrow:hover:before {
  opacity: 1;
}
.container-moviestar-landing-page-vs .movistar-container-slider-nextarrow:focus {
  color: transparent;
  outline: none;
}
.container-moviestar-landing-page-vs .movistar-container-slider-nextarrow:focus:before {
  opacity: 1;
}
.container-moviestar-landing-page-vs .movistar-container-slider-prevarrow.slick-disabled:before {
  opacity: 0.5;
}
.container-moviestar-landing-page-vs .movistar-container-slider-nextarrow.slick-disabled:before {
  opacity: 0.5;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-fullwidth {
  margin: 80px 0;
  position: relative;
  display: block;
  width: 100%;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-fullwidth .container-moviestar-landing-page-vs-sliderlabel {
  color: #000;
  font-family: 'effraregular', serif;
  text-align: center;
  width: 100%;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-fullwidth img {
  width: 100%;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper {
  margin: 80px 0;
  position: relative;
}
.container-moviestar-landing-page-vs .wrapper-movistar-video {
  margin-bottom: 0;
}
.container-moviestar-landing-page-vs .moviestar-landing-page-quote-block-desktop span {
  color: #999;
  font-family: 'effraregular', serif;
}
.container-moviestar-landing-page-vs .container-moviestar-landing-page-vs-wrapper-mobile span {
  color: #000;
  font-family: 'effraregular', serif;
  margin-top: 15px;
}
.container-moviestar-landing-page-vs .cont {
  background-color: #f4f4f4;
  width: 100%;
}
.container-moviestar-landing-page-vs .child img {
  display: block;
  width: 100%;
}
.container-moviestar-landing-page-vs .text-3-section {
  margin: 0 auto;
}
.container-moviestar-landing-page-vs .text-3-section p {
  font-family: 'effraregular', serif;
  letter-spacing: 0.025em;
}
.container-moviestar-landing-page-vs .new {
  color: #00b1eb;
  font-family: 'effraregular', serif;
  letter-spacing: 0.05em;
  margin-bottom: -12px;
  text-transform: inherit !important;
}
.container-moviestar-landing-page-vs .new-h {
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
  margin-bottom: 5%;
  text-transform: inherit !important;
}
.container-moviestar-landing-page-vs .cont-img {
  padding-top: 9%;
}
.container-moviestar-landing-page-vs .shop-online {
  font-family: 'effrabold', serif;
  letter-spacing: 0.025em;
  text-decoration: underline;
}
.container-moviestar-landing-page-vs .cont-img-foot {
  margin: 0 auto;
  padding: 8% 0;
  width: 80%;
}
.container-moviestar-landing-page-vs .final-sec {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 25%;
}
.container-moviestar-landing-page-vs .final-sec-dx {
  display: inline-block;
  width: 43%;
}
.container-moviestar-landing-page-vs .text-final {
  font-family: 'effrabold', serif;
  text-align: center;
}
.container-moviestar-landing-page-vs .text-final p {
  letter-spacing: 0.05em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.container-moviestar-landing-page-vs .text-final h4 {
  font-family: 'effrabold', serif;
  margin-bottom: -3px;
}
.container-moviestar-landing-page-vs a.last-shop {
  font-family: 'effraregular', serif;
  letter-spacing: 0.025em;
}
/* making of champions */
.cms-makingofchampions .footer-container {
  border-top: 1px solid #000000;
}
.cms-makingofchampions .page-main {
  max-width: inherit;
  padding: 0 !important;
}
.cms-makingofchampions .page-main * {
  box-sizing: border-box;
}
.container-moc-landing-page-vs .moc-landing-row {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
}
.container-moc-landing-page-vs .moc-landing-row a:hover {
  text-decoration: none !important;
}
.container-moc-landing-page-vs .moc-hero-banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container-moc-landing-page-vs .moc-hero-banner-text-wrapper {
  position: absolute;
  left: 6%;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}
.container-moc-landing-page-vs .moc-hero-banner-text-wrapper .moc-hero-banner-subtitle {
  font-family: 'effraregular', serif;
}
.container-moc-landing-page-vs .moc-hero-banner-text-wrapper .moc-hero-banner-title {
  color: black;
  font-family: 'effrabold', serif;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 3px;
}
.container-moc-landing-page-vs .moc-landing-movilogo {
  position: absolute;
  left: 6%;
  bottom: 10%;
}
.container-moc-landing-page-vs .moc-landing-arrowdn {
  position: absolute;
  left: 50%;
  bottom: 10%;
}
.container-moc-landing-page-vs .moc-text-box-subtitle {
  letter-spacing: 1px;
  width: 50%;
  font-family: 'effraregular', serif;
  display: inline-block;
  line-height: 1.2;
  padding-left: 6%;
}
.container-moc-landing-page-vs .moc-text-box-subtitle-r {
  padding-left: 0;
}
.container-moc-landing-page-vs .moc-text-box-subtitle-r p {
  width: 55%;
}
.container-moc-landing-page-vs .moc-big-caption {
  margin: 0;
  display: inline-block;
}
.container-moc-landing-page-vs .moc-big-caption-r {
  text-align: right;
}
.container-moc-landing-page-vs .moc-big-caption-r img {
  float: right;
  padding-left: 11%;
}
.container-moc-landing-page-vs .moc-big-caption-s {
  text-align: left;
}
.container-moc-landing-page-vs .moc-landing-row.moc-video-wrapper {
  margin: 0 auto;
  width: 100%;
}
.container-moc-landing-page-vs .moc-landing-row.moc-video-wrapper div {
  width: 100%;
}
.container-moc-landing-page-vs .moc-landing-row.moc-video-wrapper .general_block_with_video_yt_and_cover .overlay_layer_video_play:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  content: '';
  background-image: url(../images/landing-page/play.png);
  background-repeat: no-repeat;
  background-position: center;
}
.container-moc-landing-page-vs .moc-grid-row {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.container-moc-landing-page-vs .moc-grid-cell {
  display: inline-block;
  height: 100%;
  position: relative;
}
.container-moc-landing-page-vs .moc-grid-img {
  vertical-align: top;
}
.container-moc-landing-page-vs .moc-grid-cell.moc-grid-img img {
  width: 100%;
  height: 100%;
}
.container-moc-landing-page-vs .moc-product-wrapper {
  margin: 10%;
}
.container-moc-landing-page-vs .moc-product-cta h6 {
  font-weight: bold;
  font-family: 'effrabold', serif;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 40px;
  margin-bottom: 0;
}
.container-moc-landing-page-vs .moc-product-cta span {
  font-weight: normal;
  font-family: 'effraregular', serif;
  font-size: 16px;
  line-height: 30px;
}
/* infinito r1 knit - versus evo*/
.cms-infinitor1knit .page-main,
.cms-versus-evo .page-main {
  max-width: inherit;
  padding: 0 !important;
}
.container2018 h1 {
  font-family: 'effraregular', serif;
  color: #fff;
  margin: 0;
}
.container2018 .row1 {
  letter-spacing: 0.1em;
  position: relative;
}
.container2018 .row1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container2018 .row1 .row1-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.container2018 .row2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.container2018 .row2 h3 {
  font-family: 'effrabold', serif;
  font-weight: bold;
  margin-bottom: 40px;
}
.container2018 .row2 p {
  font-family: 'effraregular', serif;
  margin: 0 auto;
  font-size: 16px;
  width: 75%;
}
.container2018 .row4 {
  padding: 50px 20px;
  text-align: center;
}
.container2018 .row4 p {
  font-family: 'effrabold', serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.container2018 .row4 img {
  /*display: inline-block;*/
  margin-bottom: 15px;
  width: 100%;
}
.container2018 .row4 a {
  /*&:active {
                    font-family:@effra_regular;
                    text-decoration: none;
                    font-size: 20px;
                    display: block;
                    color: #959595;
                }*/
}
.container2018 .row4 a span {
  font-family: 'effraregular', serif;
  text-decoration: none;
  display: block;
  color: #959595;
  letter-spacing: 0.01em;
}
.container2018 span.subtitle {
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
}
.container2018 .row a:visited {
  font-family: 'effraregular', serif;
  text-decoration: none;
  font-size: 20px;
  display: block;
  color: #959595;
}
.container2018 .row5 {
  border: 0px;
  width: 100%;
  font-size: 0;
}
.container2018 .row5 img {
  border: 0px;
  float: left;
  height: auto;
}
.img-map {
  padding: 80px 0 0 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 10, 2019, 8:05:34 AM
    Author     : Vegan
*/
.category-landing .columns,
.category-landing-video .columns,
.category-new-tempo-overcurve-r4 .columns,
.category-new-terra-powerstrap-x4 .columns,
.category-landing-adaptive .columns,
.category-adaptive .columns,
.category-landing-terra-x2 .columns,
.category-terra-x2-shoes .columns,
.category-new-terra-clima-x2 .columns,
.category-new-terra-ergolace-x2 .columns,
.category-new-terra-artica-x2 .columns,
.category-alpaca .columns {
  display: none;
}
.category-landing .page-header,
.category-landing-video .page-header,
.category-new-tempo-overcurve-r4 .page-header,
.category-new-terra-powerstrap-x4 .page-header,
.category-landing-adaptive .page-header,
.category-adaptive .page-header,
.category-landing-terra-x2 .page-header,
.category-terra-x2-shoes .page-header,
.category-new-terra-clima-x2 .page-header,
.category-new-terra-ergolace-x2 .page-header,
.category-new-terra-artica-x2 .page-header,
.category-alpaca .page-header {
  z-index: 30;
}
.category-landing .section-five,
.category-landing-video .section-five,
.category-new-tempo-overcurve-r4 .section-five,
.category-new-terra-powerstrap-x4 .section-five,
.category-landing-adaptive .section-five,
.category-adaptive .section-five,
.category-landing-terra-x2 .section-five,
.category-terra-x2-shoes .section-five,
.category-new-terra-clima-x2 .section-five,
.category-new-terra-ergolace-x2 .section-five,
.category-new-terra-artica-x2 .section-five,
.category-alpaca .section-five {
  z-index: 7;
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
}
.category-landing .page-footer,
.category-landing-video .page-footer,
.category-new-tempo-overcurve-r4 .page-footer,
.category-new-terra-powerstrap-x4 .page-footer,
.category-landing-adaptive .page-footer,
.category-adaptive .page-footer,
.category-landing-terra-x2 .page-footer,
.category-terra-x2-shoes .page-footer,
.category-new-terra-clima-x2 .page-footer,
.category-new-terra-ergolace-x2 .page-footer,
.category-new-terra-artica-x2 .page-footer,
.category-alpaca .page-footer {
  z-index: 7;
}
.nav-open .category-landing .section-five,
.nav-open .category-landing-video .section-five,
.nav-open .category-new-tempo-overcurve-r4 .section-five,
.nav-open .category-new-terra-powerstrap-x4 .section-five,
.nav-open .category-new-terra-powerstrap-x4 .section-five,
.nav-open .category-landing-terra-x2 .section-five,
.nav-open .category-terra-x2-shoes .section-five,
.nav-open .category-new-terra-clima-x2 .section-five,
.nav-open .category-new-terra-ergolace-x2 .section-five,
.nav-open .category-new-terra-artica-x2 .section-five,
.nav-open .category-alpaca .section-five,
.nav-open .category-landing .page-footer,
.nav-open .category-landing-video .page-footer,
.nav-open .category-new-tempo-overcurve-r4 .page-footer,
.nav-open .category-new-terra-powerstrap-x4 .page-footer,
.nav-open .category-new-terra-powerstrap-x4 .page-footer,
.nav-open .category-landing-terra-x2 .page-footer,
.nav-open .category-terra-x2-shoes .page-footer,
.nav-open .category-new-terra-clima-x2 .page-footer,
.nav-open .category-new-terra-ergolace-x2 .page-footer,
.nav-open .category-new-terra-artica-x2 .page-footer,
.nav-open .category-alpaca .page-footer {
  display: none;
}
.category-alpaca.active_promotion.menuscrolled .page-header .msgTop,
.category-argo-saddles.active_promotion.menuscrolled .page-header .msgTop {
  display: none;
}
.landing_page {
  /* vimeo full screen*/
  /* overlay video */
}
.landing_page .landingSliderParent {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}
.landing_page .landingSliderParent.showLayer {
  height: 100%;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.landing_page .landing-hero-slider {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.landing_page .landing-hero-slider img {
  width: 100%;
}
.landing_page .landing-hero-slider .landingSliderParent {
  /*position: relative;*/
}
.landing_page .landing-hero-slider .landingSliderParent .landingSliderCaption p {
  letter-spacing: 0.05em;
  line-height: 1.55555556em;
}
.landing_page .landing-hero-slider .slick-dots {
  position: absolute;
}
.landing_page .landing-hero-slider .slick-dots li {
  opacity: 0.3;
  margin-right: -3px !important;
}
.landing_page .landing-hero-slider .slick-dots li.slick-active {
  background: #fff !important;
  opacity: 1;
  top: 0px;
}
.landing_page .slick-slider .slick-list {
  direction: ltr;
}
.landing_page .landing-square-block .single-square a.link-text {
  letter-spacing: 0.05em;
  font-family: 'effrabold', serif;
  display: inline-block;
  border-bottom: 1px solid #000;
  line-height: 1.2em;
  margin-top: 15px;
}
.landing_page .vimeo-full-screen.resp-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background-color: #000;
}
.landing_page .vimeo-full-screen.resp-container .resp-iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.landing_page .general_block_with_video_yt_and_cover {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
.landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  content: '';
  background-image: url(../images/landing-page/play-icon-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.landing_page .general_block_with_video_yt_and_cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.landing_page .landing-intro h3 {
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.landing_page .landing-intro h3.double-font {
  font-family: 'effraregular', serif;
}
.landing_page .landing-intro h3.double-font strong {
  font-family: 'effrabold', serif;
}
.landing_page .landing-video-overlay {
  display: none;
}
.landing_page.collage-of-modules .landing-square-block .single-square ._table h3 {
  line-height: 1.85em;
  text-align: center;
  margin-bottom: 0;
}
.landing_page.collage-of-modules .landing-products .landing-slider-product-full-width {
  padding: 0;
}
.landing_page.collage-of-modules .landing-products .landing-slider-product-full-width .slide-collage {
  opacity: 0.5;
}
.landing_page.collage-of-modules .landing-products .landing-slider-product-full-width .slide-collage a {
  display: inline-block;
  border: none;
}
.landing_page.collage-of-modules .landing-products .landing-slider-product-full-width .slide-collage img {
  background: #f7f7f7;
}
.landing_page.collage-of-modules .landing-products .landing-slider-product-full-width .slide-collage.slick-center {
  opacity: 1;
}
.landing_page.collage-of-modules .landing-products .slider-common-text p {
  letter-spacing: 0.05em;
}
.landing_page.collage-of-modules .landing-products .slider-common-text a {
  line-height: 1.2em;
}
/*
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__custom_small) {
    .landing_page {
        .landing-slider-wrapper{

            .landingSliderCaption {
                padding-top: 12px;

                p {
                    font-size:12px;
                    font-size:1.2rem;
                    margin-bottom:10px;
                }

                h3,h4 {
                    font-size:21px;
                    font-size:2.1rem;
                }
            }
        }


    }
}*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 29, 2019, 4:26:15 AM
    Author     : Vegan
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 10, 2019, 8:05:34 AM
    Author     : Vegan
*/
.category-landing-dark,
.category-argo-saddles,
.category-landing-concepts,
.category-concepts {
  /* start  darken*/
  /* end darken*/
}
.category-landing-dark .section-five,
.category-argo-saddles .section-five,
.category-landing-concepts .section-five,
.category-concepts .section-five {
  background-color: #000;
  border-top: 1px solid #383838;
  color: #fff;
}
.category-landing-dark .columns,
.category-argo-saddles .columns,
.category-landing-concepts .columns,
.category-concepts .columns {
  display: none;
}
.category-landing-dark .page-header,
.category-argo-saddles .page-header,
.category-landing-concepts .page-header,
.category-concepts .page-header {
  z-index: 30;
}
.category-landing-dark .section-five,
.category-argo-saddles .section-five,
.category-landing-concepts .section-five,
.category-concepts .section-five,
.category-landing-dark .page-footer,
.category-argo-saddles .page-footer,
.category-landing-concepts .page-footer,
.category-concepts .page-footer,
.category-landing-dark .bottom_copyright,
.category-argo-saddles .bottom_copyright,
.category-landing-concepts .bottom_copyright,
.category-concepts .bottom_copyright {
  position: relative;
  z-index: 3;
}
.category-landing-dark .nav-open .category-landing .section-five,
.category-argo-saddles .nav-open .category-landing .section-five,
.category-landing-concepts .nav-open .category-landing .section-five,
.category-concepts .nav-open .category-landing .section-five,
.category-landing-dark .nav-open .category-landing-video .section-five,
.category-argo-saddles .nav-open .category-landing-video .section-five,
.category-landing-concepts .nav-open .category-landing-video .section-five,
.category-concepts .nav-open .category-landing-video .section-five,
.category-landing-dark .nav-open .category-landing-dark .section-five,
.category-argo-saddles .nav-open .category-landing-dark .section-five,
.category-landing-concepts .nav-open .category-landing-dark .section-five,
.category-concepts .nav-open .category-landing-dark .section-five,
.category-landing-dark .nav-open .category-argo-saddles .section-five,
.category-argo-saddles .nav-open .category-argo-saddles .section-five,
.category-landing-concepts .nav-open .category-argo-saddles .section-five,
.category-concepts .nav-open .category-argo-saddles .section-five,
.category-landing-dark .nav-open .category-landing-concepts .section-five,
.category-argo-saddles .nav-open .category-landing-concepts .section-five,
.category-landing-concepts .nav-open .category-landing-concepts .section-five,
.category-concepts .nav-open .category-landing-concepts .section-five,
.category-landing-dark .nav-open .category-concepts .section-five,
.category-argo-saddles .nav-open .category-concepts .section-five,
.category-landing-concepts .nav-open .category-concepts .section-five,
.category-concepts .nav-open .category-concepts .section-five,
.category-landing-dark .nav-open .category-landing .page-footer,
.category-argo-saddles .nav-open .category-landing .page-footer,
.category-landing-concepts .nav-open .category-landing .page-footer,
.category-concepts .nav-open .category-landing .page-footer,
.category-landing-dark .nav-open .category-landing-video .page-footer,
.category-argo-saddles .nav-open .category-landing-video .page-footer,
.category-landing-concepts .nav-open .category-landing-video .page-footer,
.category-concepts .nav-open .category-landing-video .page-footer,
.category-landing-dark .nav-open .category-landing-dark .page-footer,
.category-argo-saddles .nav-open .category-landing-dark .page-footer,
.category-landing-concepts .nav-open .category-landing-dark .page-footer,
.category-concepts .nav-open .category-landing-dark .page-footer,
.category-landing-dark .nav-open .category-argo-saddles .page-footer,
.category-argo-saddles .nav-open .category-argo-saddles .page-footer,
.category-landing-concepts .nav-open .category-argo-saddles .page-footer,
.category-concepts .nav-open .category-argo-saddles .page-footer,
.category-landing-dark .nav-open .category-landing-concepts .page-footer,
.category-argo-saddles .nav-open .category-landing-concepts .page-footer,
.category-landing-concepts .nav-open .category-landing-concepts .page-footer,
.category-concepts .nav-open .category-landing-concepts .page-footer,
.category-landing-dark .nav-open .category-concepts .page-footer,
.category-argo-saddles .nav-open .category-concepts .page-footer,
.category-landing-concepts .nav-open .category-concepts .page-footer,
.category-concepts .nav-open .category-concepts .page-footer {
  display: none;
}
.category-landing-dark .signup-customersup a,
.category-argo-saddles .signup-customersup a,
.category-landing-concepts .signup-customersup a,
.category-concepts .signup-customersup a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.category-landing-dark .signup-customersup a:hover,
.category-argo-saddles .signup-customersup a:hover,
.category-landing-concepts .signup-customersup a:hover,
.category-concepts .signup-customersup a:hover {
  color: #fff;
}
.category-landing-dark .page-footer,
.category-argo-saddles .page-footer,
.category-landing-concepts .page-footer,
.category-concepts .page-footer {
  background: #131211;
}
.category-landing-dark .page-footer #fizFooter .fizfotcol a,
.category-argo-saddles .page-footer #fizFooter .fizfotcol a,
.category-landing-concepts .page-footer #fizFooter .fizfotcol a,
.category-concepts .page-footer #fizFooter .fizfotcol a {
  color: #fff;
}
.category-landing-dark .page-footer #fizFooter .fizfotcol img,
.category-argo-saddles .page-footer #fizFooter .fizfotcol img,
.category-landing-concepts .page-footer #fizFooter .fizfotcol img,
.category-concepts .page-footer #fizFooter .fizfotcol img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.category-landing-dark .landing_page,
.category-argo-saddles .landing_page,
.category-landing-concepts .landing_page,
.category-concepts .landing_page {
  /*general style for video wrapper*/
}
.category-landing-dark .landing_page .overlapping-effect,
.category-argo-saddles .landing_page .overlapping-effect,
.category-landing-concepts .landing_page .overlapping-effect,
.category-concepts .landing_page .overlapping-effect {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 5;
}
.category-landing-dark .landing_page .overlapping-effect.lighten,
.category-argo-saddles .landing_page .overlapping-effect.lighten,
.category-landing-concepts .landing_page .overlapping-effect.lighten,
.category-concepts .landing_page .overlapping-effect.lighten {
  background: #fff;
}
.category-landing-dark .landing_page .landing-square-block.image-right .single-rectangle.slick-slider .slick-list,
.category-argo-saddles .landing_page .landing-square-block.image-right .single-rectangle.slick-slider .slick-list,
.category-landing-concepts .landing_page .landing-square-block.image-right .single-rectangle.slick-slider .slick-list,
.category-concepts .landing_page .landing-square-block.image-right .single-rectangle.slick-slider .slick-list {
  direction: ltr;
}
.category-landing-dark .landing_page .landing_video,
.category-argo-saddles .landing_page .landing_video,
.category-landing-concepts .landing_page .landing_video,
.category-concepts .landing_page .landing_video {
  background: #000;
}
.category-landing-dark .landing_page .container-video-landing-page-wrapper,
.category-argo-saddles .landing_page .container-video-landing-page-wrapper,
.category-landing-concepts .landing_page .container-video-landing-page-wrapper,
.category-concepts .landing_page .container-video-landing-page-wrapper {
  margin: 0 auto;
  width: 100%;
}
.category-landing-dark .landing_page .general_block_with_video_yt_and_cover,
.category-argo-saddles .landing_page .general_block_with_video_yt_and_cover,
.category-landing-concepts .landing_page .general_block_with_video_yt_and_cover,
.category-concepts .landing_page .general_block_with_video_yt_and_cover {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
.category-landing-dark .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play,
.category-argo-saddles .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play,
.category-landing-concepts .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play,
.category-concepts .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.category-landing-dark .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before,
.category-argo-saddles .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before,
.category-landing-concepts .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before,
.category-concepts .landing_page .general_block_with_video_yt_and_cover .overlay_layer_video_play::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  content: '';
  background-image: url(../images/landing-page/play-icon-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.category-landing-dark .landing_page .general_block_with_video_yt_and_cover iframe,
.category-argo-saddles .landing_page .general_block_with_video_yt_and_cover iframe,
.category-landing-concepts .landing_page .general_block_with_video_yt_and_cover iframe,
.category-concepts .landing_page .general_block_with_video_yt_and_cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 4:33:55 PM
    Author     : Vegan
*/
.filterdisplayed {
  display: none;
}
.page-layout-2columns-left.page-with-filter.catalogsearch-result-index .sidebar-main {
  display: none !important;
}
.page-layout-2columns-left.page-with-filter.catalogsearch-result-index .column.main {
  width: 100% !important;
}
.page-layout-2columns-left.page-with-filter.catalogsearch-result-index .search.results .hide-block.only-desktop,
.page-layout-2columns-left.page-with-filter.catalogsearch-result-index .search.results .mobile-only {
  display: none;
}
.page-layout-2columns-left.page-with-filter.catalogsearch-result-index .sub-search-for-content {
  display: none;
}
.page-layout-2columns-left.page-with-filter.catalogsearch-result-index .message.notice {
  background: none;
  color: #000;
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
}
.page-layout-2columns-left.page-with-filter.catalogsearch-result-index .message.notice > *:first-child:before {
  display: none;
}
body.catalogsearch-result-index .product-item-link {
  -webkit-hyphens: none;
}
.toolbar-products {
  /*.hide-block {
            display: none;
        }*/
}
.toolbar-products .field.limiter {
  display: none;
}
.products.wrapper ~ .toolbar-products .show-filters-mobile {
  display: none;
}
.form-newsletter-index .page-title-wrapper,
.form-quality-index .page-title-wrapper,
.form-returns-index .page-title-wrapper,
.form-contact-index .page-title-wrapper {
  display: none;
}
.page-with-filter .page-title-wrapper {
  display: none;
}
.page-with-filter .action.towishlist {
  position: absolute;
  z-index: 4;
  background-image: url('../images/heart-icon-black.svg');
  background-size: contain;
  display: inline-block;
  opacity: 0.4;
  background-repeat: no-repeat;
  z-index: 2;
}
.page-with-filter .action.towishlist:before {
  content: '';
  display: none !important;
}
.page-with-filter .product-item .product-item-info {
  width: 100%;
  background: #fff;
  position: relative;
}
.page-with-filter .product-item .product-item-info a.product-item-photo {
  /*background-color: @color_white;*/
  text-align: center;
  display: block;
}
.page-with-filter .product-item .product-item-info .new-product-label {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 9;
  color: #9d9d9c;
  /* .font_14;*/
  text-transform: uppercase;
}
.page-with-filter .product-item .product-item-details .product-item-name {
  margin: 0;
  margin-bottom: 0px;
}
.page-with-filter .product-item .product-item-details .price-box {
  margin: 0px 0 0px;
}
.page-with-filter .product-item .product-item-details .price-box .price-label {
  display: none !important;
}
.page-with-filter .product-item .product-item-details .price-box .price {
  font-weight: normal;
}
.page-with-filter .product-item .product-item-details .product-item-inner {
  display: block;
}
.page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .actions-primary {
  display: none;
}
.page-with-filter .product-item .product-item-details .product-item-inner .product-item-actions .action.tocompare {
  display: none;
}
.page-with-filter .product-item .product-item-details .product-reviews-summary {
  margin: 8px 0 5px;
}
.page-with-filter .photo.image {
  width: 100%;
}
.page-with-filter .toolbar-products .modes,
.page-with-filter .toolbar-products .sorter-label {
  display: none;
}
.page-with-filter .sidebar-additional .block-compare {
  display: none;
}
.page-with-filter .sidebar-additional .block-wishlist {
  display: none;
}
.page-with-filter .toolbar-amount {
  display: none;
}
.page-with-filter .filter-options-content .count {
  display: none;
}
/* both catalog and product page*/
body.catalogsearch-result-index {
  /*.block.filter {
            margin-top: 30px;
    }*/
}
body.catalogsearch-result-index .item.product.product-item .swatch-attribute-options,
body.catalogsearch-result-index .item.product.product-item .color-total {
  margin-top: 0;
}
body.catalogsearch-result-index .category-image {
  margin-bottom: 0px;
  position: relative;
}
body.catalogsearch-result-index .category-image .image {
  width: 100%;
}
body.catalogsearch-result-index .category-image h1 {
  font-family: 'effrabold', serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.catalogsearch-result-index .block-subtitle {
  margin-top: 0px;
}
body.catalogsearch-result-index .block-subtitle.filter-subtitle {
  display: none;
}
body.catalogsearch-result-index .category-description {
  margin-bottom: 0px;
}
body.catalogsearch-result-index .product.details.product-item-details {
  background-color: #fff;
  margin-top: -4px !important;
  min-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  /*div {
                height:27px;
            }*/
}
body.catalogsearch-result-index .product.details.product-item-details .color-total {
  margin-top: 10px;
  height: 27px;
  color: #9d9d9c;
}
body.catalogsearch-result-index .item.product.product-item {
  position: relative;
  /*margin-bottom:20px;*/
}
body.catalogsearch-result-index .sorter-action {
  display: none;
}
body.catalogsearch-result-index .sorter-options {
  margin: 0px;
  width: 100%;
}
/* both catalog and product page*/
body.catalogsearch-result-index .product-item-link {
  font-family: 'effrabold', serif;
  color: #000;
  text-transform: uppercase;
  line-height: 1em;
  min-height: 41px;
  display: inline-block;
}
body.catalogsearch-result-index .swatch-attribute.color {
  padding: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 4:41:41 PM
    Author     : Vegan
*/
.mobile-title .product-title {
  font-family: 'effrabold', serif;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 320px) {
  .mobile-title .product-title {
    /* 320px*/
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .mobile-title .product-title {
    /* 769px*/
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-title .product-title {
    /*1025px*/
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1441px) {
  .mobile-title .product-title {
    /* 1441px*/
    font-size: 2.7rem;
  }
}
.catalog-product-view {
  /* COMING SOON CUSTOM GRAPHIC*/
  /*&.product-vento-powerstrap-r2-aeroweave,
    &.product-antares-versus-evo-00-adaptive{
        #coming-soon  {
            display:block;
        }

        .sticky-product-info {
            visibility:hidden !important;
        }

       .product-add-form,
        .product-out-of-stocks{
            visibility:hidden;
            .box-tocart {
                visibility:hidden;
            }
        }
    }

    #coming-soon  {
        display:none;
    }*/
  /* hide tooltip*/
  /* photoslurp*/
  /* section three*/
  /* section five*/
}
.catalog-product-view #coming-soon .messages {
  display: none;
  max-width: 400px;
  margin-top: 10px;
}
.catalog-product-view #coming-soon .message-success {
  display: block !important;
}
.catalog-product-view #coming-soon #newsletter-validate-detail #newsletter {
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid #c6c6c6 !important;
  text-align: left;
  height: 37px;
}
.catalog-product-view #coming-soon #newsletter-validate-detail .label {
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}
.catalog-product-view #coming-soon #newsletter-validate-detail input[type="checkbox"]:not(:checked) + label:before {
  top: 2px;
}
.catalog-product-view #coming-soon #newsletter-validate-detail input[type="checkbox"]:checked + label:before {
  top: 2px;
}
.catalog-product-view.product-vento-powerstrap-r2-aeroweave .products-details .product-info-main .product-info-price .price-box.price-final_price .price-container .price-wrapper .price {
    display: none;
}
.catalog-product-view .page-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.catalog-product-view .page-main .column.main {
  position: relative;
}
.catalog-product-view .products.wrapper ~ .toolbar-products .hide-block {
  display: none;
}
.catalog-product-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-product-view .breadcrumbs .items {
  color: #B2B2B2 !important;
  font-weight: 600;
}
.catalog-product-view .product-out-of-stocks .stock.unavailable span {
  line-height: 2.2em;
}
.catalog-product-view .product-out-of-stocks .action.towishlist {
  display: block;
  width: 50px;
  line-height: 46px;
  height: 46px;
  background-image: url(../images/white/heart-white.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 1px solid #fff !important;
  padding: 0;
  background-color: #000;
  z-index: 4;
}
.catalog-product-view .product-out-of-stocks .action.towishlist span {
  display: none;
}
.catalog-product-view .section-five .ps-container .ps-theme-modern .ps-note-add-pics-submit > span {
  display: none;
}
.catalog-product-view .section-five .ps-container .ps-theme-modern .ps-carousel-slider.ps-slider-horizontal nav {
  display: none;
}
.catalog-product-view .products-details .product-info-main {
  position: relative;
}
.catalog-product-view .products-details .product-info-main .second_name .value {
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
.catalog-product-view .products-details .product-info-main .box-tocart .actions {
  display: block;
}
.catalog-product-view .products-details .product-info-main .product.attribute.overview {
  margin: 0;
}
.catalog-product-view .products-details .product-info-main .product.attribute.overview .value.product-desc p {
  letter-spacing: 0.01em;
  margin-bottom: 0;
  line-height: 1.25em;
  display: inline-block;
}
.catalog-product-view .products-details .product-info-main .product.attribute.overview .value.product-desc a {
  color: #a8a8a8;
  letter-spacing: 0.01em;
  display: inline-block;
  line-height: 1em;
  border-bottom: 1px solid #a8a8a8;
}
.catalog-product-view .products-details .product-info-main .swatch-attribute-options {
  margin-top: 0;
}
.catalog-product-view .products-details .product-info-main .swatch-attribute-options .swatch-option.color,
.catalog-product-view .products-details .product-info-main .swatch-attribute-options .swatch-option.image {
  margin: 0 10px 5px 0 !important;
}
.catalog-product-view .products-details .product-info-main .price-box {
  margin-top: 20px;
}
.catalog-product-view .products-details .product-info-main .price-box span.special-price {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .products-details .product-info-main .price-box span.special-price .price {
  color: #2dad00;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.catalog-product-view .products-details .product-info-main .price-box .old-price.sly-old-price.no-display {
  display: inline-block !important;
  color: #c7c7c7;
  margin-left: 10px;
}
.catalog-product-view .products-details .product-info-main .price-box .old-price.sly-old-price.no-display .price {
  font-weight: normal;
  letter-spacing: 0.05em;
}
.catalog-product-view .products-details .product-info-main .page-title-wrapper.product .page-title {
  margin-top: 0px;
  width: 100%;
  display: inline-block;
  width: 75%;
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.catalog-product-view .products-details .product-info-main .page-title-wrapper.product .limited-edition {
  color: #a3a3a3;
  text-transform: uppercase;
  font-family: 'effraregular', serif;
  letter-spacing: 0.05em;
  position: absolute;
}
.catalog-product-view .products-details .product-info-main .product.attribute.overview {
  letter-spacing: 0.01em;
}
.catalog-product-view .products-details .product-info-main .second_name {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'effraregular', serif;
}
.catalog-product-view .products-details .product-info-main .product-info-price .product-info-stock-sku .available {
  display: none !important;
}
.catalog-product-view .products-details .product-info-main .product-info-price .product.attribute.sku {
  display: none;
}
.catalog-product-view .products-details .product-info-main .product-info-price .product-reviews-summary {
  display: none;
}
.catalog-product-view .products-details .product-info-main .product-info-price .price-box.price-final_price .price-container .price-wrapper .price {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
  display: block;
  font-family: 'effraregular', serif;
}
@media screen and (min-width: 320px) {
  .catalog-product-view .products-details .product-info-main .product-info-price .price-box.price-final_price .price-container .price-wrapper .price {
    /* 320px*/
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .products-details .product-info-main .product-info-price .price-box.price-final_price .price-container .price-wrapper .price {
    /* 769px*/
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .products-details .product-info-main .product-info-price .price-box.price-final_price .price-container .price-wrapper .price {
    /*1025px*/
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .catalog-product-view .products-details .product-info-main .product-info-price .price-box.price-final_price .price-container .price-wrapper .price {
    /* 1441px*/
    font-size: 2.4rem;
  }
}
.catalog-product-view .products-details .product-info-main .product-social-links {
  display: none;
}
.catalog-product-view .products-details .product-info-main .stock.available {
  display: none;
}
.catalog-product-view .products-details .product-info-main #sizechart {
  display: none;
}
.catalog-product-view .products-details .product-info-main .swatch-attribute-label,
.catalog-product-view .products-details .product-info-main .price-label,
.catalog-product-view .products-details .product-info-main .field.qty {
  display: none !important;
}
.catalog-product-view .products-details .product-info-main #delivery_and_returns .show-always {
  cursor: pointer;
}
.catalog-product-view .products-details .product-info-main #delivery_and_returns .show-later {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.catalog-product-view .products-details .product-info-main #delivery_and_returns .show-later.show-now {
  opacity: 1;
}
.catalog-product-view .box-tocart {
  width: 100%;
  margin: 0px;
  display: block;
}
.catalog-product-view .box-tocart .actions {
  text-align: left;
  display: block;
  padding-top: 0px;
  position: relative;
}
.catalog-product-view .box-tocart .actions button.action.primary.tocart,
.catalog-product-view .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart,
.catalog-product-view .box-tocart .actions .action-gift.action.primary.tocart {
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0;
  padding-left: 15px;
  float: none;
}
.catalog-product-view .box-tocart .actions button.action.primary.tocart:hover,
.catalog-product-view .box-tocart .actions .cart.table-wrapper .actions-toolbar > .action.action.primary.tocart:hover,
.catalog-product-view .box-tocart .actions .action-gift.action.primary.tocart:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.catalog-product-view .box-tocart .actions .towishlist {
  background-color: #000;
  display: inline-block;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background-image: url(../images/white/heart-white.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 1px solid #fff !important;
}
.catalog-product-view .box-tocart .actions .towishlist span {
  display: none;
}
.catalog-product-view .action.mailto.friend {
  display: none !important;
}
.catalog-product-view .product.info.detailed .product.data.items .item.title a.switch {
  border: none !important;
  /*.font_18;*/
  font-weight: normal;
  color: #000;
  background: none;
  padding: 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.catalog-product-view .product.info.detailed .product.data.items .item.content {
  /*.font_18;*/
  /* chosen by tab*/
}
.catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen .chosen_circle {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen .chosen_circle img {
  display: inline;
  margin: 0 auto;
}
.catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen p.name {
  margin-bottom: 0;
  font-family: 'effrabold', serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed .product.data.items .item.content .contents .single_chosen p.team {
  margin-bottom: 0;
  font-family: 'effraregular', serif;
  letter-spacing: 0.01em;
}
.catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .tech-details .tech-details-heading,
.catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .spec-details .tech-details-heading,
.catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .tech-details .spec-details-heading,
.catalog-product-view .product.info.detailed .product.data.items .item.content .technology-spec-span .spec-details .spec-details-heading {
  font-family: 'effrabold', serif;
  letter-spacing: 0.01em !important;
}
.catalog-product-view .product.info.detailed .product.data.items .item.content#tech-spec .spec-details .spec-details-heading {
  display: none;
}
.catalog-product-view .section-three .product-details-special-text {
  background-image: url('../images/pro-view-cat.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 165px;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 0.01em;
  box-sizing: border-box;
  margin: 70px 0;
}
@media screen and (min-width: 320px) {
  .catalog-product-view .section-three .product-details-special-text {
    /* 320px*/
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .section-three .product-details-special-text {
    /* 769px*/
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .section-three .product-details-special-text {
    /*1025px*/
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .catalog-product-view .section-three .product-details-special-text {
    /* 1441px*/
    font-size: 2.4rem;
  }
}
.catalog-product-view .section-three .product-details-special-text p {
  margin: 0;
}
.catalog-product-view .section-five .product-details-photoslurp .ps-carousel.ps-theme-modern .ps-note-add-pics {
  margin: 0px;
}
.catalog-product-view .section-five .product-details-photoslurp .ps-carousel.ps-theme-modern .ps-note-add-pics .ps-note-add-pics-submit {
  color: #000000;
  font-family: 'effrabold', serif;
  padding: 0px;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  border-bottom: 1px solid #000;
}
.catalog-product-view .section-five .product-details-photoslurp .ps-carousel.ps-theme-modern .ps-note-add-pics .ps-note-add-pics-submit span {
  display: none;
}
.catalog-product-view .section-five .product-details-photoslurp .ps-carousel.ps-theme-modern .ps-img-container img {
  object-fit: cover;
}
.catalog-product-view .section-five .product-details-photoslurp .txt-photoslurp-custom {
  margin: 0 auto;
}
.catalog-product-view .products-related {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.catalog-product-view .products-upsell {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.catalog-product-view .block.related {
  margin-top: 70px;
}
.catalog-product-view .section-six {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .products-details .product-info-main #delivery_and_returns .show-always {
    margin-top: 10px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 19, 2019, 9:29:42 AM
    Author     : Vegan
*/
/*removes paypal logo*/
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .paypal.checkout {
  display: none;
}
.checkout-cart-index {
  background-color: #ECEDEF;
  /* minicart */
  /* end minicart */
}
.checkout-cart-index .cart.main.actions {
  display: none;
}
.checkout-cart-index .page-main .category-image {
  position: relative;
  padding-left: 0;
}
.checkout-cart-index .page-title-wrapper h1.page-title {
  font-family: 'effrabold', serif;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container {
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary {
  background-color: transparent;
  padding: 1px 0;
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  margin: 0;
  background: #fff;
  padding: 0 20px;
  padding-top: 20px;
  font-family: 'efframedium', serif;
}
.checkout-cart-index .cart-container .cart-summary ul.checkout-methods-items li:last-child {
  /*display:none;*/
}
.checkout-cart-index .cart-container .cart-summary .cart-totals {
  background: #fff;
  border: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals th.mark {
  padding-left: 20px;
  color: #818181;
  padding-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals td.amount {
  padding-right: 20px;
  color: #818181;
  font-family: 'efframedium', serif;
  padding-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.sub th.mark {
  padding-left: 20px;
  color: #818181;
  padding-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.sub td.amount {
  padding-right: 20px;
  color: #818181;
  font-family: 'efframedium', serif;
  padding-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.grand:before {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #e2e2e2;
  display: block;
  position: absolute;
  left: 20px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.grand th.mark {
  padding-left: 20px;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.grand td.amount {
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.grand td.amount strong {
  font-weight: normal;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.grand td.amount strong .price {
  font-family: 'efframedium', serif;
  color: #000;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.grand.totals.excl {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.shipping th.mark {
  padding-left: 20px;
  padding-bottom: 25px;
  padding-top: 5px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.shipping th.mark .label {
  color: #818181;
  letter-spacing: 0.05em;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.shipping th.mark .value {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.shipping td.amount {
  padding-right: 20px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.shipping td.amount .price {
  color: #818181;
  font-family: 'efframedium', serif;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals-tax {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .action.primary {
  background: #000;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  border: 1px solid #000;
}
.checkout-cart-index .cart-container .cart-summary .action.primary.checkout {
  position: relative;
}
.checkout-cart-index .cart-container .cart-summary .action.primary.checkout:after {
  content: '';
  background-image: url(../images/chevron-accordion.svg);
  width: 17px;
  height: 9px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 21px;
  transform: rotate(-90deg);
}
.checkout-cart-index .cart-container .cart-summary ul.checkout button.checkout,
.checkout-cart-index .cart-container .cart-summary ul.checkout .cart.table-wrapper .actions-toolbar > .action.checkout,
.checkout-cart-index .cart-container .cart-summary ul.checkout .action-gift.checkout {
  background: #e3f100;
  border-radius: 0;
  color: #000;
  font-weight: normal;
  border: 1px solid #e3f100;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.checkout-cart-index .cart-container .cart-summary ul.checkout button.checkout:hover,
.checkout-cart-index .cart-container .cart-summary ul.checkout .cart.table-wrapper .actions-toolbar > .action.checkout:hover,
.checkout-cart-index .cart-container .cart-summary ul.checkout .action-gift.checkout:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.checkout-cart-index .cart-container .cart-summary ul.checkout button.checkout:hover:after,
.checkout-cart-index .cart-container .cart-summary ul.checkout .cart.table-wrapper .actions-toolbar > .action.checkout:hover:after,
.checkout-cart-index .cart-container .cart-summary ul.checkout .action-gift.checkout:hover:after {
  background-image: url(../images/chevron-accordion-white.svg);
}
.checkout-cart-index .cart-container .cart-summary tr.grand th strong {
  text-transform: uppercase;
  font-family: 'efframedium', serif;
  color: #000;
}
.checkout-cart-index .cart-container .cart-summary tr.grand th strong:after {
  content: 'VAT included';
  color: #818181;
  text-transform: none;
  display: block;
  font-family: 'effraregular', serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.checkout-cart-index .cart-container #form-validate {
  margin-bottom: 20px;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper {
  background: #fff;
  margin-bottom: 0;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table .actions-toolbar a.action.action-delete {
  background: none;
  margin: 0;
  border: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url('../images/close-grey-small.png') no-repeat;
  background-size: contain;
  padding: 0;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table .actions-toolbar a.action.action-delete span {
  display: none;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table thead {
  display: none;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td {
  color: #818181;
  letter-spacing: 0.05em;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col {
  padding-top: 10px;
  width: 130px;
  margin: 0;
  padding: 0;
  display: table-cell;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.qty {
  display: none;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.qty .label {
  position: relative;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.qty .control.qty {
  display: inline-block;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.qty .control.qty input.input-text.qty {
  width: 30px;
  padding: 0;
  border: none;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.subtotal {
  text-align: center;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td.col.subtotal .price-including-tax .price {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'effraregular', serif;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.05em;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td .product-item-details .product-item-name {
  margin: 0;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table tbody.cart.item td .product-item-details .product-item-name a {
  text-transform: uppercase;
  font-family: 'efframedium', serif;
  color: #000;
  margin: 0;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table .actions-toolbar .action-edit {
  display: none !important;
}
.checkout-cart-index .cart-container #form-validate .cart.table-wrapper #shopping-cart-table .actions-toolbar .action-towishlist {
  display: none !important;
}
.checkout-cart-index .cart-container #form-validate .cart.main.actions .action.continue,
.checkout-cart-index .cart-container #form-validate .cart.main.actions .action.clear {
  display: none;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-shipping-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'efframedium', serif;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary {
  display: block !important;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #shipping-zip-form label {
  display: none;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #shipping-zip-form .control {
  width: 100%;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #shipping-zip-form .control input[type="text"] {
  height: 45px;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #shipping-zip-form .control select {
  height: 45px;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #co-shipping-method-form {
  margin-top: 25px;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #co-shipping-method-form p.field.note {
  display: none;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #co-shipping-method-form .fieldset.rate dt.item-title {
  display: none;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #co-shipping-method-form .fieldset.rate .item-options .field.choice.item input[type="radio"] {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  left: 0;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #co-shipping-method-form .fieldset.rate .item-options .field.choice.item label {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  display: inline-block;
  background-size: 14px 14px;
  background-image: url(../images/checked.png);
  background-position: 0 1px;
  padding-left: 20px;
  font-family: 'effrabold', serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #co-shipping-method-form .fieldset.rate .item-options .field.choice.item label .sr,
.checkout-cart-index .cart-container .fizikCustomCartCal .block.shipping #block-summary #co-shipping-method-form .fieldset.rate .item-options .field.choice.item label .price {
  font-family: 'effraregular', serif;
  color: #888888;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #block-discount-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'efframedium', serif;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #block-discount-heading i {
  display: none;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount .content {
  display: block !important;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .control {
  width: 100%;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .control input[type="text"] {
  height: 42px;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .fieldset.coupon {
  position: relative;
  margin-top: 35px;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .fieldset.coupon .field {
  margin: 0;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar {
  margin-left: 0;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar .action.primary {
  position: absolute;
  right: 7px;
  top: 0;
  background: none;
  color: #000;
  margin-top: 15px;
  width: 150px;
  text-align: right;
  border: none;
  padding: 0;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar .action.primary span {
  font-family: 'efframedium', serif;
  text-transform: uppercase;
}
.checkout-cart-index .cart-container .fizikCustomCartCal .block.discount #discount-coupon-form .fieldset.coupon .actions-toolbar .action.primary:before {
  content: '\003e';
  font-weight: bold;
  margin-right: 5px;
}
.checkout-cart-index .estimate span {
  display: none;
}
.checkout-cart-index .estimate .note {
  display: none;
}
.checkout-cart-index .product-item a {
  background-color: #fff;
  text-align: center;
  display: block;
}
.checkout-cart-index .product-item .alink {
  background-color: #fff;
  text-align: center;
  display: block;
}
.checkout-cart-index .product-item-details .product-item-link {
  text-align: left;
}
/* remove tax label only for us  */
html:lang(en-us) .checkout-cart-index .cart-container .cart-summary tr.grand th strong {
  opacity: 0;
}
html:lang(en-us) .checkout-cart-index .cart-container .cart-summary tr.grand th strong:after {
  display: none;
}
html:lang(en-us) .checkout-cart-index .cart-container .cart-summary tr.grand th strong:before {
  content: 'ORDER TOTAL';
  display: block;
  opacity: 1;
}
html:lang(en-us) .checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table.table.totals tr.totals.grand td.amount {
  padding-top: 30px;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .subtotal .label span {
  font-family: 'efframedium', serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .subtotal .label:after {
  content: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary button,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary .cart.table-wrapper .actions-toolbar > .action,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary .action-gift {
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 46px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary button:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary .action-gift:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary button:hover:after,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary .cart.table-wrapper .actions-toolbar > .action:hover:after,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-right-column .actions .primary .action-gift:hover:after {
  background-image: url(../images/chevron-accordion-white.svg);
  background-size: contain;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 11, 2019, 4:55:11 PM
    Author     : Vegan
*/
body.us-usd.checkout-index-index tr.totals th.mark {
  display: none !important;
}
body.us-usd.checkout-index-index tr.totals th.mark.title-us {
  display: inline-block !important;
}
body.us-usd.checkout-index-index tr.totals td.amount {
  display: none !important;
}
body.us-usd.checkout-index-index tr.totals td.amount.amount-us {
  display: table-cell !important;
}
body.us-usd.checkout-index-index tr.totals.shipping th.mark,
body.us-usd.checkout-index-index tr.totals.grand.totals th.mark {
  display: inline-block !important;
}
body.us-usd.checkout-index-index tr.totals.shipping th.mark.title-us,
body.us-usd.checkout-index-index tr.totals.grand.totals th.mark.title-us {
  display: inline-block !important;
}
body.us-usd.checkout-index-index tr.totals.shipping td.amount,
body.us-usd.checkout-index-index tr.totals.grand.totals td.amount {
  display: table-cell !important;
}
body.us-usd.checkout-index-index tr.totals.shipping td.amount.amount-us,
body.us-usd.checkout-index-index tr.totals.grand.totals td.amount.amount-us {
  display: table-cell !important;
}
body.eu-eur.checkout-index-index th.title-us,
body.row-eur.checkout-index-index th.title-us,
body.uk-gbp.checkout-index-index th.title-us,
body.eu-eur.checkout-index-index td.amount-us,
body.row-eur.checkout-index-index td.amount-us,
body.uk-gbp.checkout-index-index td.amount-us {
  display: none !important;
}
.checkout-index-index .page-wrapper .page-main {
  /* hide elements*/
}
.checkout-index-index .page-wrapper .page-main .checkout-payment-method .payment-method-content .fieldset > .field.field-select-billing {
  height: 25px;
  margin: 0;
}
.checkout-index-index .page-wrapper .page-main .main-sidebar-checkout .data.table.table-totals {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method {
  /* radio*/
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title {
  position: relative;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title input {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  left: 0;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title .label {
  display: block;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  display: inline-block;
  background-size: 14px 14px;
  background-image: url('../images/unchecked.svg');
  background-position: left center;
  cursor: pointer;
  padding-left: 30px;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title .label span {
  display: inline-block;
  padding-left: 20px;
  line-height: 14px;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title input[type="radio"]:checked + .label {
  display: inline-block;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-size: 14px 14px;
  background-image: url('../images/checked.svg');
  background-position: left center;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title .label .adyen-sprite {
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title .label span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 0;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-title .label a.action-help span {
  border-bottom: 1px solid #000;
  text-transform: none;
  padding-left: 0;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .field.street .label {
  display: none;
}
.checkout-index-index .page-wrapper .page-main .checkout-container .opc-wrapper .opc .checkout-payment-method .step-content .form.payments .fieldset .opc-payment .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .select.customised-select {
  max-width: 100%;
}
.checkout-index-index .page-wrapper .page-main .shipping-information .shipping-information-title {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #custom-billing-step .billing-address-same-as-shipping-block.field.choice {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #custom-billing-step .billing-address-details {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #custom-billing-step .field-select-billing {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment {
  /*padding-top: 20px;*/
  margin-top: -24px;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment .fieldest {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment .opc-payment {
  padding-top: 20px;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment #adyen-cc-form .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__label__text {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment #adyen-cc-form .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__input-wrapper {
  display: block;
  width: 100%;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment #adyen-cc-form .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__input-wrapper .field input {
  line-height: normal;
  height: 40px;
  padding: 0 17px;
  line-height: normal !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment #adyen-cc-form .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__input-wrapper .adyen-checkout__input {
  line-height: normal;
  height: 40px;
  padding: 0 17px;
  line-height: normal !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment #adyen-cc-form .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__input-wrapper .adyen-checkout__input iframe.js-iframe body {
  left: 14px !important;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment #adyen-cc-form .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__input-wrapper .adyen-checkout__input.adyen-checkout__card__cardNumber__input {
  padding-left: 60px;
}
.checkout-index-index .page-wrapper .page-main #checkout-step-payment #adyen-cc-form .fieldset.payment.items.ccard.adyen_cc .adyen-checkout__card-input__form .adyen-checkout__field.adyen-checkout__field__cvc {
  margin-right: 0;
}
.checkout-index-index .page-wrapper .page-main #checkout-payment-method-load .action.primary.checkout {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #opc-shipping_method .no-quotes-block {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #review_step_code .billing-address-same-as-shipping-block.field.choice {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #review_step_code .fieldest {
  display: none;
}
.checkout-index-index .page-wrapper .page-main #review_step_code .checkout-billing-address .fieldset {
  display: none !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 5, 2019, 5:47:54 PM
    Author     : Vegan
*/
.category-athletes .page-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.category-athletes a {
  color: #000;
}
.category-athletes .page-title-wrapper {
  display: none;
}
.category-athletes .filter-contents {
  position: relative;
  clear: both;
}
.category-athletes .filter-contents .athletes-filter-form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.category-athletes .athletes-list-content {
  background-color: #ECEDEF;
  overflow: hidden;
}
.category-athletes .athletes-list-content .block-content {
  width: 100%;
  margin: 0 auto;
}
.category-athletes .athletes-list-content .block-content .contents-items .content-item {
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  padding-bottom: 20px;
  vertical-align: top;
}
.category-athletes .athletes-list-content .block-content .contents-items .content-item .ct-field-image {
  padding-bottom: 10px;
}
.category-athletes .athletes-list-content .block-content .contents-items .content-item .ct-field-field {
  padding: 0 20px;
  letter-spacing: 0.05em;
  font-family: 'effrabold', serif;
  line-height: 1.1em !important;
  text-transform: uppercase;
  display: block;
}
.category-athletes .athletes-list-content .block-content .contents-items .content-item .ct-field-content .ct-content-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0 20px;
  margin-top: 10px;
}
.category-athletes .athletes-list-content .block-content .contents-items .content-item .ct-field-content .ct-content-list li {
  margin-bottom: 0;
}
.category-athletes .athletes-list-content .block-content .contents-items .content-item .ct-field-content .ct-content-list li p {
  letter-spacing: 0.05em !important;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers {
  background-color: #fff;
  margin: 0 auto;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .left .ct-field-image {
  height: 100%;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .left .ct-field-image img {
  vertical-align: bottom;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .left .ct-field-field {
  /*.font_40;*/
  font-family: 'effrabold', serif;
  line-height: 1em;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .left .ct-field-content .ct-content-list {
  margin-bottom: 0;
  padding-left: 0;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .left .ct-field-content .ct-content-list li {
  margin-bottom: 0;
  list-style: none;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .left .ct-field-content p.content-title {
  color: #8e8e8d;
  letter-spacing: 0.05em;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right {
  background-color: #fff;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .ct-field-field {
  font-family: 'effrabold', serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .ct-field-content .ct-content-list {
  margin-bottom: 0;
  padding-left: 0;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .ct-field-content .ct-content-list li {
  margin-bottom: 0;
  list-style: none;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .ct-field-content p.content-title {
  color: #8e8e8d;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .desc {
  line-height: 1.4em !important;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .desc .ct-field-area p span {
  /*.font_18;*/
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .social ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .social ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .social ul li a i {
  font-size: 18px;
  color: #8d8d8d;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .social ul li a i:before {
  margin: 0;
  margin-right: 7px;
  text-align: left;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .social ul li a i:hover {
  color: #000;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .social ul li a i.icon-facebook:before {
  margin-right: 5px;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .social p.follow_label {
  color: #8d8d8d;
  display: none;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .equipment p {
  letter-spacing: 0.05em;
  font-family: 'effrabold', serif;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .equipment .ath_prod_name {
  letter-spacing: 0.05em;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .equipment ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.category-athletes .athletes-list-content .block-content .contents-items .details .wrappers .right .equipment ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  line-height: 1.4em;
  margin-right: 20px;
}
.category-athletes .closed {
  position: absolute;
}
.category-athletes .closed .close-div {
  background-image: url(../images/close-grey.png);
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.content-item-info {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 25, 2019, 11:08:28 AM
    Author     : Vegan
*/
.error-message-default {
  background: #f8d6d9;
  padding: 10px 20px;
  color: #c10f00;
  font-size: 16px;
  padding-left: 40px;
  letter-spacing: 0.5px;
  border: 1px solid #c10f00;
  background-image: url(../images/x.svg);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: 15px 14px;
  margin-bottom: 20px;
}
.category-newsletter-page-coming-soon .page-header .panel.wrapper .panel.header {
  border-bottom: 1px solid #e8e8e8;
}
/*captcha*/
.form.subscribe .field.captcha.required {
  margin-top: 0;
}
.field.captcha.required {
  width: 100% !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.field.captcha.required .captcha_label {
  margin-bottom: 10px;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  font-weight: normal;
}
.field.captcha.required .captcha_label span {
  /*font-size: 1.6rem;*/
  letter-spacing: 0.05em;
}
.field.captcha.required .captcha_label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.field.captcha.required .control.captcha {
  width: 100% !important;
}
.field.captcha.required .control.captcha input {
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  line-height: normal;
}
.field.captcha.required .control.captcha button.action.reload.captcha-reload,
.field.captcha.required .control.captcha .cart.table-wrapper .actions-toolbar > .action.action.reload.captcha-reload,
.field.captcha.required .control.captcha .action-gift.action.reload.captcha-reload {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.newsletter-block .block-content,
.return-block .block-content,
.claim-block .block-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 936px;
}
.newsletter-block .block-content h3.title,
.return-block .block-content h3.title,
.claim-block .block-content h3.title {
  letter-spacing: 0.05em;
  line-height: 1.3em;
}
@media screen and (min-width: 320px) {
  .newsletter-block .block-content h3.title,
  .return-block .block-content h3.title,
  .claim-block .block-content h3.title {
    /* 320px*/
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-block .block-content h3.title,
  .return-block .block-content h3.title,
  .claim-block .block-content h3.title {
    /* 769px*/
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter-block .block-content h3.title,
  .return-block .block-content h3.title,
  .claim-block .block-content h3.title {
    /*1025px*/
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1441px) {
  .newsletter-block .block-content h3.title,
  .return-block .block-content h3.title,
  .claim-block .block-content h3.title {
    /* 1441px*/
    font-size: 2.4rem;
  }
}
.newsletter-block .block-content h3.title .remove-bold,
.return-block .block-content h3.title .remove-bold,
.claim-block .block-content h3.title .remove-bold {
  font-family: 'effraregular', serif;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  line-height: 1.2em;
}
.newsletter-block .block-content .newsletter-form .newsl-input-block input,
.return-block .block-content .newsletter-form .newsl-input-block input,
.claim-block .block-content .newsletter-form .newsl-input-block input {
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
}
.newsletter-block .block-content .newsletter-form .newsl-input-block input.input-error,
.return-block .block-content .newsletter-form .newsl-input-block input.input-error,
.claim-block .block-content .newsletter-form .newsl-input-block input.input-error {
  border: 1px solid #c10f00;
  background: #f8d6d9;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container,
.return-block .block-content .newsletter-form .newsl-checkbox-container,
.claim-block .block-content .newsletter-form .newsl-checkbox-container {
  margin-left: -6px;
  margin-right: -6px;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container:after,
.return-block .block-content .newsletter-form .newsl-checkbox-container:after,
.claim-block .block-content .newsletter-form .newsl-checkbox-container:after {
  clear: both;
  content: '';
  display: block;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-checkbox,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-checkbox,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-checkbox {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  left: 0;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-radio,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-radio,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-radio {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-newsletter-label,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-newsletter-label,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-newsletter-label {
  padding: 0 6px;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element {
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  padding: 0 6px;
  width: 33.33%;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element label.newsl-checkbox-label,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element label.newsl-checkbox-label,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element label.newsl-checkbox-label {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #000;
  cursor: pointer;
  display: block;
  line-height: 42px;
  padding: 0px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 40px;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element .newsl-radio-checkbox-label,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element .newsl-radio-checkbox-label,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-row-element .newsl-radio-checkbox-label {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #000;
  cursor: pointer;
  display: block;
  line-height: 42px;
  padding: 0px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 40px;
}
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element {
  width: 50%;
}
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element.move-right,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element.move-right,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element.move-right {
  float: right;
}
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  border: 1px solid #cacaca;
  height: 40px;
  padding: 0;
  user-select: none;
  width: 100%;
}
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:before,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:before,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:before,
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:checked + label:before,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:checked + label:before,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:checked + label:before,
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:after,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:after,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:after,
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:checked + label:after,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:checked + label:after,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input[type="checkbox"]:checked + label:after {
  opacity: 0;
}
.newsletter-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input:checked + .newsl-checkbox-label,
.return-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input:checked + .newsl-checkbox-label,
.claim-block .block-content .newsletter-form .newsl-row-box .newsl-checkbox-container .newsl-row-element .newsl-cont-inner input:checked + .newsl-checkbox-label {
  background: #000;
  color: #fff;
}
.newsletter-block .block-content .newsletter-form .newsl-row-box label,
.return-block .block-content .newsletter-form .newsl-row-box label,
.claim-block .block-content .newsletter-form .newsl-row-box label,
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container label,
.return-block .block-content .newsletter-form .newsl-checkbox-container label,
.claim-block .block-content .newsletter-form .newsl-checkbox-container label,
.newsletter-block .block-content .newsletter-form .newsl-select-container label,
.return-block .block-content .newsletter-form .newsl-select-container label,
.claim-block .block-content .newsletter-form .newsl-select-container label {
  margin-bottom: 10px;
  display: block;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  border: 1px solid #cacaca;
  height: 40px;
  padding: 0;
  user-select: none;
  width: 100%;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:before,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:before,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:before,
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:checked + label:before,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:checked + label:before,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:checked + label:before,
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:after,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:after,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:not(:checked) + label:after,
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:checked + label:after,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:checked + label:after,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input[type="checkbox"]:checked + label:after {
  opacity: 0;
}
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input:checked + .newsl-checkbox-label,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input:checked + .newsl-checkbox-label,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input:checked + .newsl-checkbox-label,
.newsletter-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input:checked + .newsl-radio-checkbox-label,
.return-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input:checked + .newsl-radio-checkbox-label,
.claim-block .block-content .newsletter-form .newsl-checkbox-container .newsl-cont-inner input:checked + .newsl-radio-checkbox-label {
  background: #000;
  color: #fff;
}
.newsletter-block .block-content .newsletter-form .primary,
.return-block .block-content .newsletter-form .primary,
.claim-block .block-content .newsletter-form .primary {
  position: relative;
}
.newsletter-block .block-content .newsletter-form .primary button,
.return-block .block-content .newsletter-form .primary button,
.claim-block .block-content .newsletter-form .primary button,
.newsletter-block .block-content .newsletter-form .primary .cart.table-wrapper .actions-toolbar > .action,
.return-block .block-content .newsletter-form .primary .cart.table-wrapper .actions-toolbar > .action,
.claim-block .block-content .newsletter-form .primary .cart.table-wrapper .actions-toolbar > .action,
.newsletter-block .block-content .newsletter-form .primary .action-gift,
.return-block .block-content .newsletter-form .primary .action-gift,
.claim-block .block-content .newsletter-form .primary .action-gift {
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  height: 45px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.newsletter-block .block-content .newsletter-form .primary button .rolling-loader,
.return-block .block-content .newsletter-form .primary button .rolling-loader,
.claim-block .block-content .newsletter-form .primary button .rolling-loader,
.newsletter-block .block-content .newsletter-form .primary .cart.table-wrapper .actions-toolbar > .action .rolling-loader,
.return-block .block-content .newsletter-form .primary .cart.table-wrapper .actions-toolbar > .action .rolling-loader,
.claim-block .block-content .newsletter-form .primary .cart.table-wrapper .actions-toolbar > .action .rolling-loader,
.newsletter-block .block-content .newsletter-form .primary .action-gift .rolling-loader,
.return-block .block-content .newsletter-form .primary .action-gift .rolling-loader,
.claim-block .block-content .newsletter-form .primary .action-gift .rolling-loader {
  width: 20px;
  height: 20px;
  background: url(../images/rolling-loader.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 12px;
}
.newsletter-block .block-content .newsletter-form .newsletter-privacy-checkbox,
.return-block .block-content .newsletter-form .newsletter-privacy-checkbox,
.claim-block .block-content .newsletter-form .newsletter-privacy-checkbox {
  margin-top: 20px;
  margin-bottom: 45px;
  text-align: center;
}
.newsletter-block .block-content .newsletter-form .newsl-mandatory,
.return-block .block-content .newsletter-form .newsl-mandatory,
.claim-block .block-content .newsletter-form .newsl-mandatory {
  color: #9d9d9d;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.newsletter-block.coming-soon .block-content h3.title {
  font-family: 'effrabold', serif;
}
.return-block .block-content h3.title,
.claim-block .block-content h3.title {
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin-top: 0;
}
.return-block .block-content .newsletter-form .newsl-area-message,
.claim-block .block-content .newsletter-form .newsl-area-message {
  margin-bottom: 50px;
}
.return-block .block-content .newsletter-form .newsl-area-message div,
.claim-block .block-content .newsletter-form .newsl-area-message div {
  color: #9d9d9d;
  margin-bottom: 15px;
}
.return-block .block-content textarea,
.claim-block .block-content textarea {
  height: 200px;
}
.return-block .block-content .primary,
.claim-block .block-content .primary {
  margin-bottom: 60px;
  margin-top: 30px;
}
.popup-success {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.popup-success .hider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  z-index: 99;
  background-color: Black;
  opacity: 0.6;
}
.popup-success .layer_popup_box {
  background: #fff;
  z-index: 999;
  position: absolute;
  text-align: center;
  box-sizing: border-box;
}
.popup-success .layer_popup_box h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-family: 'effrabold', serif;
}
.popup-success .layer_popup_box p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.popup-success .layer_popup_box #registration form input.action.primary {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 0;
}
.popup-success .layer_popup_box .success-icon-popup {
  background: url(../images/popup-success.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 20px;
}
.popup-success .layer_popup_box a.close-popup-success {
  /*.font_20;*/
  cursor: pointer;
}
.popup-success .layer_popup_box a.close-popup-success span {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
}
/* label size*/
.newsl-row-box label,
.newsl-checkbox-container label,
.newsl-select-container label {
  margin-bottom: 10px;
  display: block;
}
.w-50 {
  width: 48.6%;
  display: inline-block;
  vertical-align: top;
}
.float-right {
  float: right;
}
.cms-index-index .newsletter-form .captcha label {
  display: block;
  margin-bottom: 10px;
}
/*.cms-index-index .newsletter-form .captcha #captcha-container-custom_form {margin-top: 20px;}*/
.cms-index-index .newsletter-form .captcha .control.captcha-image {
  margin-top: 0;
}
.cms-index-index .newsletter-form .captcha .captcha-img {
  float: left;
  margin: 0 !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.popup-newsletter .form.subscribe .field.captcha.required .nested {
  width: 64%;
  display: inline-block;
}
.popup-newsletter .field.captcha.required .control.captcha input {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
.cms-index-index .newsletter-form .selectize-input {
  height: 42px;
  line-height: 42px !important;
}
.cms-index-index .popup-newsletter .newsletter-block .block-content .title {
  margin-bottom: 20px;
}
.popup-newsletter .newsletter-block .newsletter-privacy-checkbox {
  margin-bottom: 10px !important;
}
.newsletter-block .block-content .newsletter-form .newsl-input-block {
  margin-bottom: 30px !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 29, 2019, 12:15:27 PM
    Author     : Vegan
*/
.faq-block .block-content,
.terms-block .block-content {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.faq-block .block-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 936px;
}
.faq-block .block-content .accordion-single-block h2 {
  font-family: 'effrabold', serif;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper {
  width: 100%;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle {
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle h6 {
  margin: 0;
  letter-spacing: 0.01em;
  font-family: 'efframedium', serif;
  font-weight: normal;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle .toggle_icon {
  -webkit-transform: rotate(0deg);
  -webkit-transition: -webkit-transform 400ms ease;
  transform: rotate(0deg);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  background: url('../images/chevron-accordion.svg') no-repeat;
  background-size: cover;
  position: absolute;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_header_toggle.accordion_opened .toggle_icon {
  -webkit-transform: rotate(180deg);
  -webkit-transition: -webkit-transform 400ms ease;
  transform: rotate(180deg);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_panel {
  display: none;
  width: 100%;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_panel .accordion_panel_inner {
  margin-bottom: 20px;
}
.faq-block .block-content .accordion-single-block .standard_accordion_wrapper .accordion_item_wrapper .accordion_panel .accordion_panel_inner p {
  /*margin:0;
                                            .font_18;*/
}
.terms-block .block-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 936px;
}
.terms-block .block-content .paragraph-single-block h2 {
  font-family: 'effrabold', serif;
  letter-spacing: 0.05em;
}
.terms-block .block-content .paragraph-single-block h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'effrabold', serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.terms-block .block-content .paragraph-single-block p {
  letter-spacing: 0.01em;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 12, 2019, 10:32:34 AM
    Author     : Vegan
*/
.page-products .products-grid .product-item.wid-50 {
  width: 100%;
}
/*.category-view .category-cms  { display: none;}*/
.items.product-items {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.page-with-filter .product-item .product-item-info {
  height: 100%;
}
/* size chart*/
.sizechart_open {
  border: none;
  background: none;
  padding: 0;
  color: #a6a6a6;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'effraregular', serif;
  border-bottom: 1px solid #a6a6a6;
}
.sizechart_open.mobile-only {
  position: static;
  left: 20px;
  top: 10px;
  z-index: 2;
}
.sizechart_open:hover,
.sizechart_open:focus,
.sizechart_open:active {
  border: none;
  color: #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  background: none;
}
.saddle-product-link {
  border: none;
  background: none;
  padding: 0;
  color: #a6a6a6 !important;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'effraregular', serif;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: underline;
}
/* success popup*/
.mb-message-popup .mb-login-popup-title {
  font-size: 20px !important;
  font-size: 2rem !important;
  letter-spacing: 0.05em !important;
}
.mb-message-popup .mb-login-popup-title strong {
  font-size: 20px !important;
  font-size: 2rem !important;
  letter-spacing: 0.05em !important;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.mb-message-popup .mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-message-success {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.mb-message-popup .mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-message-success .mb-message-successs {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-dismiss {
  margin-right: 10px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-dismiss,
.modal-popup.confirm .modal-inner-wrap .modal-footer .action-accept {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mb-ajaxsuite-popup-wrapper {
  max-width: inherit !important;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  margin: 0 !important;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border h2 {
  margin: 0;
  margin-bottom: 30px;
  font-family: 'effrabold', serif;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions {
  text-align: left !important;
  margin-top: 30px;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .primary button,
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .primary .cart.table-wrapper .actions-toolbar > .action,
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .primary .action-gift {
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .primary button:hover,
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .primary .action-gift:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .forgot {
  color: #000;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border .actions .forgot span {
  border-bottom: 1px solid #000;
  display: block;
  line-height: 1em;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-error {
  padding: 25px !important;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxlogin-message-error .mb-message-error {
  text-transform: uppercase;
}
.mb-register-popup .account {
  background-color: #fff !important;
}
/*LOGIN POPUP*/
.mb-ajaxlogin-popup {
  background: #fff;
  padding-bottom: 100px;
}
.mb-ajaxlogin-popup .lpopupleft .lpopupleftText h3 {
  font-family: 'efframedium', serif;
  margin-bottom: 0;
}
.mb-ajaxlogin-popup .lpopupleft .lpopupleftText small {
  color: #888888;
  margin-top: 5px;
  display: block;
  letter-spacing: 0.05em;
  font-family: 'effraregular', serif;
}
.mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 100px;
}
.mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul li {
  /* .font_16;*/
  /*.letter_spacing_05;*/
  font-family: 'effraregular', serif;
  margin-bottom: 0px;
  list-style: none;
}
.mb-ajaxlogin-popup .lpopupleft .lpopupleftText ul li:before {
  content: '\2022';
  margin-right: 5px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
}
.mb-ajaxlogin-popup .lpopupform {
  display: inline-block;
  vertical-align: top;
}
.mb-ajaxlogin-popup .lpopupform h3 {
  font-family: 'efframedium', serif;
  /*.font_16;*/
  /*.letter_spacing_05;*/
  margin-bottom: 0;
}
.mb-ajaxlogin-popup .lpopupform small {
  color: #888888;
  margin-top: 5px;
  display: block;
  letter-spacing: 0.05em !important;
  font-family: 'effraregular', serif;
}
.mb-ajaxlogin-popup .lpopupform form {
  margin-top: 25px;
}
.mb-ajaxlogin-popup .lpopupform form .fieldset {
  margin-bottom: 20px;
  /*height: 100px;*/
}
.mb-ajaxlogin-popup .lpopupform form .fieldset .legend {
  margin-left: 0;
}
.mb-ajaxlogin-popup .lpopupform form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.mb-ajaxlogin-popup .lpopupform form .field {
  margin: 0 0 10px;
}
.mb-ajaxlogin-popup .lpopupform form .field input {
  line-height: normal;
  height: 40px;
  padding: 0 17px;
  line-height: normal !important;
  width: 100%;
}
.mb-ajaxlogin-popup .lpopupform form .field.choice:before {
  width: 0 !important;
  padding: 0 !important;
}
/* FORGOT PASSOWORD POPUP*/
.mb-ajaxsuite-popup-wrapper {
  background: #fff !important;
  /* MESSAGE SUCCESS*/
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup {
  padding: 35px;
  background: #fff !important;
  padding-bottom: 50px;
  max-width: 60%;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title {
  background-color: transparent !important;
  padding: 0;
  text-align: left;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title span {
  display: none;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-login-popup-title strong {
  font-family: 'effrabold', serif;
  font-weight: normal;
  margin-bottom: 30px;
  display: block;
  color: #000 !important;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword {
  padding: 0;
  min-width: 60%;
  margin-bottom: 20px;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .fieldset input {
  line-height: normal;
  height: 40px;
  padding: 0 17px;
  line-height: normal !important;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit {
  background: #e3f100 !important;
  border: 1px solid #e3f100 !important;
  color: #000 !important;
  font-family: 'effraregular', serif;
  /*padding: 7px 50px 7px 15px;*/
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  box-shadow: none;
  letter-spacing: 0.05em;
  margin: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-width: 250px;
  margin-bottom: 30px;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit span,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit span,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit span {
  color: #000;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit:hover,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit:hover,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions button.submit:hover span,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .cart.table-wrapper .actions-toolbar > .action.submit:hover span,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .action-gift.submit:hover span {
  color: #fff !important;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary {
  display: none;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back {
  margin-right: 10px;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account {
  margin-left: 10px;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.back:hover,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions .secondary .action.mb-create-account:hover {
  border-bottom: 1px solid #000;
}
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup .mb-ajaxlogin-forgotpassword .actions span {
  color: #fff;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup {
  padding: 35px;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title {
  background-color: transparent !important;
  padding: 0;
  text-align: left;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title span {
  display: none;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-login-popup-title strong {
  font-family: 'effrabold', serif;
  font-weight: normal;
  margin-bottom: 30px;
  display: block;
  color: #000 !important;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup {
  padding: 0;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup .mb-successful-message h4 {
  color: #000;
  font-weight: normal;
  font-family: 'efframedium', serif;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup .mb-actions-toolbar .action.primary {
  background: #000 !important;
  letter-spacing: 0.05em;
}
.mb-ajaxsuite-popup-wrapper .mb-message-popup .mb-ajaxlogin-popup .mb-error-message .mb-message-error {
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: 'efframedium', serif;
  font-size: 16px;
  font-size: 1.6rem;
}
/* buttons*/
.lpopBtn {
  background: #dddddd;
  border: 1px solid #dddddd;
  height: 44px;
  text-align: center;
  line-height: 44px;
  float: left;
  color: #000;
  width: 204px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.lpopBtn:hover {
  background: #e6e6e6 !important;
  border: 1px solid #e6e6e6 !important;
}
.loginBtnPop {
  border: 0 !important;
  padding: 14px 60px !important;
  margin-top: 4px;
  text-transform: uppercase;
  font-size: 14px !important;
  width: 204px;
}
#ajaxwishlist_btn_cancel {
  border: 0 !important;
}
.wishPopBtn {
  border: 0 !important;
  padding: 12px 15px !important;
}
.wishPopBLogin {
  border: 0 !important;
  padding: 7px 25px !important;
}
/*.action {
        border: 0 !important;
    }*/
.ajaxwishlist-success-box {
  padding-bottom: 10%;
}
.newsletter-popup .cancel {
  display: none;
}
@media only screen and (min-width: 768px) {
  .plp-background-banner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 15px 15px;
    box-sizing: border-box;
    font-family: 'effrabold', serif;
  }
  .plp-background-banner h3 {
    margin: 0;
    font-weight: normal;
    font-family: 'effraregular';
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.2em;
  }
  .plp-background-banner h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
  }
  .plp-background-banner span {
    color: #fff !important;
    font-size: 17px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    font-family: 'effraregular', serif;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .plp-background-banner span:hover {
    text-decoration: none;
  }
  .plp-background-banner.black-elements h3,
  .plp-background-banner.black-elements h2,
  .plp-background-banner.black-elements span {
    color: #000 !important;
  }
  .plp-background-banner.black-elements span {
    border-bottom: 1px solid #000;
  }
  .page-products .products-grid .product-item.wid-50 {
    width: 49.4%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-products .products-grid .product-item.wid-50 {
    width: 66.3%;
  }
  .plp-background-banner {
    padding: 40px 40px;
  }
  .plp-background-banner h3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .plp-background-banner h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 1281px) {
  .page-products .products-grid .product-item.wid-50 {
    width: 49.7%;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 3, 2019, 4:43:14 PM
    Author     : Vegan
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 4, 2019, 3:44:15 PM
    Author     : Vegan
*/
.distributors-block {
  background-color: #ECEDEF;
  padding: 100px 0;
}
.distributors-block .block-content {
  margin: 0 auto;
}
.distributors-block.intro-distributors {
  background: #fff;
  padding: 0;
  text-align: center;
}
.distributors-block.intro-distributors p {
  margin: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 4, 2019, 3:44:15 PM
    Author     : Vegan
*/
body.category-about-us .breadcrumbs {
  display: none !important;
}
body.category-about-us .columns {
  display: none;
}
.white-container-general {
  background-color: #fff;
}
.white-container-general .black-container-general {
  background-color: black;
}
.white-container-general .cover {
  width: 100%;
}
.white-container-general h1 {
  font-family: 'effrabold', serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
/*
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) {

    .white-container-general {
        .black-container-general {
            .banner-on-top {

            }
            .cover{
                background-image: url(../images/fizik_mob.png);
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;

                .first-text-block{
                    padding-right: 50%;
                    padding-left: 6%;
                    color: white;
                    font-size: 16px;
                    font-family: 'effraregular', serif;
                    padding-bottom: 9%;
                }
                .last-block{
                    color: white;
                    font-size: 18px;
                    margin-left: 6%;
                    width: 43%;
                    padding-top: 80px;
                    text-align: left;
                    padding-bottom: 19%;
                }
            }

            h1 {
                font-size: 20px;
                font-size:2rem;
                padding: 0 20px;
                letter-spacing: 0.05em;
            }

            .wrapper-inside-last-block {
                width: 100%;
                margin: 0 0 0 auto;
                padding-right: 38px;
                font-size: 16px;
            }



            .last-block {
                .wrapper-inside-last-block {

                }

            }

        }
    }


}*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 4, 2019, 3:44:15 PM
    Author     : Vegan
*/
body.category-series .breadcrumbs {
  display: none;
}
.series-block {
  background-color: #ECEDEF;
}
.series-block .block-inside-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
.series-block .block-inside-container .wrapper .wrapper-details {
  background: #fff;
  text-align: left;
}
.series-block .block-inside-container .wrapper .wrapper-details .inside-details h1 {
  font-family: 'effrabold', serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow:none !important;
  box-shadow: none !important;
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
  text-align:left;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 0px;
  width: 0;
  height: 0;
 /* border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;*/
}
.selectize-control.single .selectize-input.dropdown-active:after {
  /*margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;*/
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;

}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #cacaca;
  border-radius:0;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
input,
textarea,
select {
    outline: none;
    background: none;
    border: 1px solid #c2c2c2;
    color: inherit;
}

input:focus,
textarea:focus,
select:focus {
    outline: none
}



::input-placeholder {
    color: transparent
}

::-webkit-input-placeholder {
    color: transparent
}

::-ms-input-placeholder {
    color: transparent
}

::placeholder {
    color: transparent
}

:input-placeholder {
    color: transparent
}

:placeholder {
    color: transparent
}

:-ms-input-placeholder {
    color: transparent
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

input:focus::-webkit-credentials-auto-fill-button,
input:focus::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}
 select:not([disabled]):focus {

}
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    width: 13px;
    height: 8px;
    background-size: 13px 8px;
    background-image: url("../images/chevron-accordion.svg");
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top 200ms ease, -webkit-transform 200ms ease;
    transition: top 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, top 200ms ease;
    transition: transform 200ms ease, top 200ms ease, -webkit-transform 200ms ease;
    content: "";
    position: absolute;
    right: 8px;
    top: 50%
}

.selectize-control.single .selectize-input.dropdown-active:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
    top: 50%
}

.selectize-control.single .selectize-input.disabled {
    background-color: #fafafa;
    opacity: .4;
    border-color: #776a61
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl.single .selectize-input > input {
    margin: 0 4px 0 -2px !important
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #181818;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 2px 2px;
    max-width: 100%;
    text-align: left;
}

.selectize-dropdown-content {
    position: relative;
}

.selectize-dropdown-content .ps-scrollbar-y-rail {
    right: 0 !important
}

.selectize-dropdown-header {
    position: relative;
    padding: 0 1em;
    border-bottom: 1px solid #181818;
    background: rgba(0, 0, 0, .06);
    border-radius: 2px 2px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #000;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
    padding: 0 1em
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #000;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active,
.selectize-dropdown .selected {
    background-color: #e5e6ea;
    color:#000;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-input {
    border: 1px solid #181818;
    padding: 0 1em;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: left;

    &.items {
        padding: 0 1em;
    }
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.has-focus .selectize-input.focus {
    outline: solid #6495ed 3px !important
}

.invalidRow .selectize-input {
    color: #e30000;
    border-color: #e30000
}

.selectize-input > * {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1;
    font-size:14px;
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    /*line-height:normal !important;*/
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
        /* width: 100% !important; */
}

.selectize-input > input::-ms-clear {
    display: none
}

.selectize-input > input:focus {
    outline: none !important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #000;
    font-family: inherit;
    font-size: 14px;
    line-height: 40px;
    /*line-height:normal !important;*/
}


.selectize-input {
    height: 40px;
    line-height: 37px !important;
    line-height:normal;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

.catalog-product-view .product.info.detailed #customised-block-fizik p{
    padding: 0;
    margin:0;
    font-size:18px;
    line-height: 1.55555556em;
    letter-spacing: 0.05em;
}

.catalog-product-view .product.info.detailed #customised-block-fizik p.section-title{
    font-size: 27px;
    margin-bottom:20px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'effrabold', serif;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .square-block{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .image-left{
    direction: ltr;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .image-right{
    direction: rtl;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .square{
    width: 50%;
    text-align: left;
    padding: 0;
    position: relative;
    direction: ltr;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .square img{
    display: block;
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .img-background-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .img-wrap{
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
    background-position: center center;
}

.catalog-product-view .product.info.detailed #customised-block-fizik ._table{
    display: table;
    /* height: 100%; */
    width: 100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik ._cell{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 12%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .right{
    padding: 0 0 0 100px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .left{
    padding: 0 100px 0 0;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .clearfix:after{
    display: block;
    content: "";
    clear: both;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .divider{
    width: 100%;
    height: 100px;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top:0;
  overflow: hidden;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .video-container-vimeo{
    height: 100vh;
    position: relative;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .vimeo-wrapper {
    z-index: 1;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.catalog-product-view .product.info.detailed #customised-block-fizik .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}


.catalog-product-view .product.info.detailed #customised-block-fizik .video-container video {
  width: 100%!important;
  height: auto;
  object-fit: cover;
}


@media screen and (max-width:1439px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 16px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.section-title{
        font-size: 23px;
        margin-bottom:20px;
        line-height: 1;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .right{
        padding:0 0 0 50px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .left{
        padding:0 50px 0 0;
    }

}

@media screen and (max-width:1280px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 14px;
    }

}

@media screen and (max-width:1023px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 12px;
    }

}

@media screen and (max-width:767px) {

    .catalog-product-view .product.info.detailed #customised-block-fizik p{
        font-size: 15px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik p.section-title{
        font-size: 21px;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .square-block{
        flex-direction: column;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .square{
        width: 100%;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik ._cell{
        padding:25px 30px 0 0;
    }

    .catalog-product-view .product.info.detailed #customised-block-fizik .divider{
        height: 60px;
    }

}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/*
    Created on : Nov 11, 2019, 10:08:11 AM
    Author     : Vegan
*/

.category-saddle-finder .form {
	margin: 0 auto;
	max-width: 650px;
	padding: 80px 10px;
}

.category-saddle-finder .form label {
	padding: 25px 15px 5px;
	margin: 0;
	/* color: #9d9d9d; */
	color: #000;
	font-size: 14px;
	display: inline-block;
	font-family: 'effraregular';
	padding-left: 0;
	letter-spacing: 0.01em;
	vertical-align: middle
}

.category-saddle-finder .form h3 {
	padding-top: 100px;
	font-size: 18px;
	margin: 0;
	font-family: 'effrabold';
}

.category-saddle-finder .form h2 {
	font-size: 32px;
	margin: 0;
	margin-bottom: 20px;
	letter-spacing: 0.01em;
	font-weight: normal;
}

.category-saddle-finder .form select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border-radius: 0;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	font-size: 16px;
	color: #9d9d9d;
	text-align: center;
	text-align-last: center;
	text-align: -webkit-center;
	background-image: url(../images/chevron-accordion.svg) !important;
	background-position: 98% 50% !important;
	background-size: 25px;
	background-repeat: no-repeat;
	padding: 10px;
	background-size: 13px 8px !important;
}

.category-saddle-finder .form .radio-column #question_4 label .radio-label,
.form .radio-column #sitbone-check label .radio-label {
	padding: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 8px;
	margin-right: 15px;
	margin-bottom: -2px;
	color: #000;
}

.category-saddle-finder .form .radio-column #question_4 label,
.form .radio-column #sitbone-check label {
	color: #000;
}

.category-saddle-finder .radio-column #sitbone-check label .radio-label,
.category-saddle-finder .radio-column label .radio-label {
	display: none;
}

.category-saddle-finder .form .submit button,
.category-saddle-finder .results a .card .description-container button {
	background-color: #e3f100;
	width: 100%;
	color: #000;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin-top: 40px;
	text-transform: uppercase;
	padding: 15px;
	font-size: 14px;
	font-family: 'effraregular', serif;
	/* padding: 7px 50px 7px 15px; */
	border-radius: 0;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	box-shadow: none;
}

.category-saddle-finder .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.category-saddle-finder .col-12.checkbox-wrapper input[type="checkbox"]:not(:checked)+label,
input[type="checkbox"]:checked+label {
	padding-right: 0;
}

.category-saddle-finder .col-12.checkbox-wrapper input[type="checkbox"]:not(:checked)+label:before,
input[type="checkbox"]:checked+label:before {
	top: 6px;
}

.category-saddle-finder .col-12.checkbox-wrapper input[type="checkbox"]:not(:checked)+label:after,
input[type="checkbox"]:checked+label:after {
	top: 5px;
}

.category-saddle-finder .col-12.number-column input {
	height: 40px;
	margin-top: 15px;
}

.category-saddle-finder .col-12.number-column .row {
	margin: 0;
}

.category-saddle-finder p {
	font-size: 16px;
	font-family: 'effraregular';
	letter-spacing: 0.01em;
}

.category-saddle-finder .starter-questions input {
	height: 40px;
}

.category-saddle-finder .results {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 80px;
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-saddle-finder .success-message {
	display: none;
}

.category-saddle-finder .error-msg {
	margin-top: 25px;
}

.category-saddle-finder input.input-error {
	border: 1px solid #c10f00;
	background: #f8d6d9;
}

.category-saddle-finder select.input-error {
	border: 1px solid #c10f00 !important;
	background: #f8d6d9 !important;
}

.category-saddle-finder .card {
	height: 100%;
	border-radius: 0;
	border: 0;
	padding: 0 25px;
	color: #000 !important;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.category-saddle-finder .results .col-md-4 {
    /*
    flex-basis: 50%;*/
    padding: 0px;
    float:left;

}

.row.results.no-gutters:after {
    content: "";
    clear: both;
    display: table;
}



/*.category-saddle-finder .results a .card .img-container { padding: 40px 0;}*/

.category-saddle-finder .results .col-md-4 hr {
	display: none;
}

.category-saddle-finder .form .submit .error-message {
	display: none;
	text-align: center;
	max-width: 650px;
	margin-top: 20px;
}

.category-saddle-finder .results a .card .description-container {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-grow: 1;
}

.category-saddle-finder .results a .card .description-container .price {
	font-size: 14px;
	display: none;
}

.category-saddle-finder .results a .card .description-container h4 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 25px 0 10px;
	font-weight: normal;
	font-family: 'effrabold';
}

.category-saddle-finder .form .radio-column #question_4 label .radio-label,
.form .radio-column #sitbone-check label .radio-label {
	padding: 0;
	width: 15px;
	height: 15px;
	background-color: #ccc;
	border-radius: 8px;
	margin-right: 15px;
	margin-bottom: -2px;
	color: #000;
	display: inline-block;
}

.form .radio-column #question_4 label input,
.form .radio-column #sitbone-check label input {
	display: none;
}

.form .radio-column #question_4 label .radio-label,
.form .radio-column #sitbone-check label .radio-label {
	padding: 0;
	width: 15px;
	height: 15px;
	background-color: #ccc;
	border-radius: 8px;
	margin-right: 15px;
	margin-bottom: -2px;
	border: 2px solid #fff;
}

.form .radio-column #question_4 label input:checked+.radio-label,
.form .radio-column #sitbone-check label input:checked+.radio-label {
	border: 2px solid #9d9d9d;
}



.abs-action-button-as-link,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.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.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-family: 'effraregular', serif;
  font-weight: normal;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #ff5501;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit: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: #006bb4;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
/*# sourceMappingURL=styles-m.css.map */
